Hello community,
here is the log from the commit of package apache-commons-lang for
openSUSE:Factory checked in at 2017-10-20 16:12:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/apache-commons-lang (Old)
and /work/SRC/openSUSE:Factory/.apache-commons-lang.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "apache-commons-lang"
Fri Oct 20 16:12:02 2017 rev:8 rq:533049 version:2.6
Changes:
--------
--- /work/SRC/openSUSE:Factory/apache-commons-lang/apache-commons-lang.changes
2017-09-13 22:21:38.565031408 +0200
+++
/work/SRC/openSUSE:Factory/.apache-commons-lang.new/apache-commons-lang.changes
2017-10-20 16:12:03.430414927 +0200
@@ -1,0 +2,6 @@
+Mon Oct 2 16:28:04 UTC 2017 - [email protected]
+
+- Require java-devel < 1.9 because all those versions can use
+ target level < 1.5
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ apache-commons-lang.spec ++++++
--- /var/tmp/diff_new_pack.UfsEFC/_old 2017-10-20 16:12:04.158380921 +0200
+++ /var/tmp/diff_new_pack.UfsEFC/_new 2017-10-20 16:12:04.158380921 +0200
@@ -30,15 +30,15 @@
Patch1: 0002-Fix-FastDateFormat-for-Java-7-behaviour.patch
BuildRequires: ant
BuildRequires: ant-junit
-# This is the last version that can build with source and target level 1.4
-BuildRequires: java-devel = 1.8.0
+BuildRequires: java-devel
BuildRequires: javapackages-local
BuildRequires: javapackages-tools
BuildRequires: junit
+# Java 8 is the last version that can build with source and target level 1.4
+BuildConflicts: java-devel >= 1.9
Provides: %{short_name} = %{version}-%{release}
Provides: jakarta-%{short_name} = %{version}-%{release}
Obsoletes: jakarta-%{short_name} <= 2.4
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%description
@@ -91,7 +91,6 @@
cp -pr target/apidocs/* %{buildroot}%{_javadocdir}/%{name}/
%files
-%defattr(0644,root,root,0755)
%doc PROPOSAL.html LICENSE.txt NOTICE.txt RELEASE-NOTES.txt
%{_javadir}/%{name}.jar
%{_javadir}/%{short_name}.jar
@@ -99,7 +98,6 @@
%{_datadir}/maven-metadata/%{name}.xml
%files javadoc
-%defattr(0644,root,root,0755)
%{_javadocdir}/%{name}
%changelog