Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 496036

Summary: dev-java/commons-logging-1.1.3 and 1.2 version bump
Product: Gentoo Linux Reporter: Andreas Sturmlechner <asturm>
Component: [OLD] JavaAssignee: Java team <java>
Status: RESOLVED FIXED    
Severity: enhancement CC: arfrever.fta
Priority: Normal    
Version: 10.1   
Hardware: All   
OS: Linux   
URL: http://commons.apache.org/proper/commons-logging/changes-report.html#a1.1.3
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: commons-logging-1.1.3.ebuild.diff
commons-logging-1.1.3-gentoo.patch
commons-logging-1.1.3-servletapi.patch
commons-logging-1.1.3-manifest
commons-logging-1.1.3-servletapi.patch
commons-logging-1.1.3-gentoo.patch
commons-logging-1.1.3.ebuild.diff
commons-logging-1.2.ebuild.diff

Description Andreas Sturmlechner gentoo-dev 2013-12-26 00:18:39 UTC
Created attachment 366200 [details, diff]
commons-logging-1.1.3.ebuild.diff

It didn't fix my initial build problem, but here at least is one result of today's work. Lots of fixes since 1.1.1, seems worth the bump.
Comment 1 Andreas Sturmlechner gentoo-dev 2013-12-26 00:19:14 UTC
Created attachment 366202 [details, diff]
commons-logging-1.1.3-gentoo.patch
Comment 2 Andreas Sturmlechner gentoo-dev 2013-12-26 00:19:46 UTC
Created attachment 366204 [details, diff]
commons-logging-1.1.3-servletapi.patch
Comment 3 Andreas Sturmlechner gentoo-dev 2013-12-26 00:20:00 UTC
Created attachment 366206 [details, diff]
commons-logging-1.1.3-manifest
Comment 4 Andreas Sturmlechner gentoo-dev 2013-12-26 00:38:18 UTC
Created attachment 366208 [details, diff]
commons-logging-1.1.3-servletapi.patch

fix stupid mistake
Comment 5 Andreas Sturmlechner gentoo-dev 2013-12-27 00:47:07 UTC
Created attachment 366248 [details, diff]
commons-logging-1.1.3-gentoo.patch

fix USE="doc"
Comment 6 Andreas Sturmlechner gentoo-dev 2013-12-27 00:48:02 UTC
Created attachment 366250 [details, diff]
commons-logging-1.1.3.ebuild.diff

fix USE="source"
Comment 7 Tom Wijsman (TomWij) (RETIRED) gentoo-dev 2013-12-27 22:33:41 UTC
Bump sits ready, need to check quite some reverse dependencies; stay tuned...
Comment 8 Andreas Sturmlechner gentoo-dev 2013-12-27 22:49:05 UTC
Thx!

I'm actually not sure about the fuss with the manifest. I just copied it over from the upstream binary, but I guess that isn't quite as intended.
Comment 9 Andreas Sturmlechner gentoo-dev 2014-08-16 15:20:06 UTC
Created attachment 382978 [details, diff]
commons-logging-1.2.ebuild.diff

New Release 1.2: http://commons.apache.org/proper/commons-logging/changes-report.html#a1.2

- Improve performance of LogFactory#getFactory()
- support for JDK 1.1 has been dropped
- Fix SecurityAllowedTestCase when executed with OpenJDK 1.7
- Fix javadoc to comply with javadoc tool from jdk 1.8

Attached ebuild was updated to EAPI="5" and use java-osgi_newjar (hopefully, properly), it works for 1.1.3 just the same. At least it looks OK.
Comment 10 Patrice Clement gentoo-dev 2015-04-22 21:52:30 UTC
+*commons-logging-1.2 (22 Apr 2015)
+
+  22 Apr 2015; Patrice Clement <monsieurp@gentoo.org>
+  +commons-logging-1.2.ebuild, +files/commons-logging-1.2-gentoo.patch,
+  +files/commons-logging-1.2-servletapi.patch, commons-logging-1.1.1.ebuild:
+  Version bump courtesy of Andreas Sturmlechner
+  <andreas.sturmlechner@gmail.com>. Fix bug 496036.
+

Thank you Andreas.