Blob Blame History Raw
-------------------------------------------------------------------
Tue Sep 12 12:35:00 UTC 2023 - Fridrich Strba <fstrba@suse.com>

- Simplify and clean-up the spec file

-------------------------------------------------------------------
Wed Apr 27 07:43:03 UTC 2022 - Fridrich Strba <fstrba@suse.com>

- Remove links between artifacts and their parent since we are
  not building with maven

-------------------------------------------------------------------
Wed Dec 29 14:35:14 UTC 2021 - David Anes <david.anes@suse.com>

- Don't inject <optional>true</optional> in cglib pom, as 3.3.0
  already provides that option and it makes the POM xml incorrect. 

-------------------------------------------------------------------
Mon Dec 27 14:36:52 UTC 2021 - David Anes <david.anes@suse.com>

- Update to upstream 3.3.0
  * emits code compatible with java 1.8, so we can call static
    interface methods.
  * minor fix for allowing a fastclass to call static interface
    methods.
  * update to asm 7.1
  * make ant dependency optional
  * add Automatic Module Names
  * Expose non-bridge methods more frequently.
  * Drop support for Java6. (It may continue to work, but continuous
    integration tests will no longer validate it does.)
  * Fix #115: Release resources eagerly.
  * Deprecated TinyBitSet.
  * Add workarounds for changes coming from Jigsaw.
  * Fix #89 / #90 (generated incorrect code for bridge methods sometimes)
- Update project url to new github site (old one redirects there)

-------------------------------------------------------------------
Tue Mar  5 12:15:26 UTC 2019 - Fridrich Strba <fstrba@suse.com>

- Upgrade to upstream 3.2.4
- Generate and customize ant build system
- Removed patches:
  * cglib-build_xml.patch
  * fix-javadoc.patch
    + Not needed any more

-------------------------------------------------------------------
Tue Dec 11 12:27:40 UTC 2018 - Fridrich Strba <fstrba@suse.com>

- Build with objectweb-asm >= 5 in order not get stuck on a
  particular asmN dependency

-------------------------------------------------------------------
Mon Oct 29 14:24:03 UTC 2018 - Fridrich Strba <fstrba@suse.com>

- Upgrade to version 3.1, the last one buildable with ant
- Depend on asm5
- Modified patch:
  * cglib-build_xml.patch
    + rediff to changed context
- Added patch:
  * fix-javadoc.patch
    + Do not import with wildcards a package that has no classes
    + Fixes javadoc generation

-------------------------------------------------------------------
Mon Oct 29 13:45:46 UTC 2018 - Fridrich Strba <fstrba@suse.com>

- Add aliases to the maven artifact

-------------------------------------------------------------------
Wed Jun 13 15:39:52 UTC 2018 - fstrba@suse.com

- Depend on asm3 and not objectweb-asm, since the binaries
  are equivalent.

-------------------------------------------------------------------
Wed May 16 09:07:44 UTC 2018 - fstrba@suse.com

- Build with source and target 8 to prepare for a possible removal
  of 1.6 compatibility

-------------------------------------------------------------------
Mon Sep 18 06:30:45 UTC 2017 - fstrba@suse.com

- Specify java source and target 1.6 in order to allow building
  with jdk9
- Fix javadoc generation
- Clean spec file

-------------------------------------------------------------------
Fri May 19 08:51:39 UTC 2017 - mpluskal@suse.com

- Update package dependencies 

-------------------------------------------------------------------
Wed Mar 18 09:46:05 UTC 2015 - tchvatal@suse.com

- Fix build with new javapackages-tools

-------------------------------------------------------------------
Fri Sep 13 08:43:05 UTC 2013 - mvyskocil@suse.com

- add javapackages-tools to build requires

-------------------------------------------------------------------
Wed Aug 28 13:29:40 UTC 2013 - mvyskocil@suse.com

- use add_maven_Depmap from javapackages-tools
- fix obsoletes version

-------------------------------------------------------------------
Fri May 18 13:30:41 UTC 2012 - mvyskocil@suse.cz

- update to 2.2 
  * MethodProxy thread race patch
  * Upgrade to ASM 3.1
- remove useless repolib, nohook and demo packages
- fix build with jdk7

-------------------------------------------------------------------
Tue Apr 28 08:59:32 CEST 2009 - mvyskocil@suse.cz

- Fixed package descriptions 

-------------------------------------------------------------------
Thu Apr 23 15:16:23 CEST 2009 - mvyskocil@suse.cz

- Initial packaging of cglib-nohooks in SUSE (2.1.3 from jpp5)