Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 496036 - dev-java/commons-logging-1.1.3 and 1.2 version bump
Summary: dev-java/commons-logging-1.1.3 and 1.2 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Java (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Java team
URL: http://commons.apache.org/proper/comm...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-26 00:18 UTC by Andreas Sturmlechner
Modified: 2015-04-22 21:52 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
commons-logging-1.1.3.ebuild.diff (commons-logging-1.1.3.ebuild.diff,904 bytes, patch)
2013-12-26 00:18 UTC, Andreas Sturmlechner
Details | Diff
commons-logging-1.1.3-gentoo.patch (commons-logging-1.1.3-gentoo.patch,892 bytes, patch)
2013-12-26 00:19 UTC, Andreas Sturmlechner
Details | Diff
commons-logging-1.1.3-servletapi.patch (commons-logging-1.1.3-servletapi.patch,2.58 KB, patch)
2013-12-26 00:19 UTC, Andreas Sturmlechner
Details | Diff
commons-logging-1.1.3-manifest (commons-logging-1.1.3-manifest,1.49 KB, patch)
2013-12-26 00:20 UTC, Andreas Sturmlechner
Details | Diff
commons-logging-1.1.3-servletapi.patch (commons-logging-1.1.3-servletapi.patch,1.81 KB, patch)
2013-12-26 00:38 UTC, Andreas Sturmlechner
Details | Diff
commons-logging-1.1.3-gentoo.patch (commons-logging-1.1.3-gentoo.patch,897 bytes, patch)
2013-12-27 00:47 UTC, Andreas Sturmlechner
Details | Diff
commons-logging-1.1.3.ebuild.diff (commons-logging-1.1.3.ebuild.diff,935 bytes, patch)
2013-12-27 00:48 UTC, Andreas Sturmlechner
Details | Diff
commons-logging-1.2.ebuild.diff (commons-logging-1.2.ebuild.diff,2.22 KB, patch)
2014-08-16 15:20 UTC, Andreas Sturmlechner
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.