Hello community,

here is the log from the commit of package apache-commons-io for 
openSUSE:Factory checked in at 2018-07-24 17:30:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/apache-commons-io (Old)
 and      /work/SRC/openSUSE:Factory/.apache-commons-io.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "apache-commons-io"

Tue Jul 24 17:30:32 2018 rev:11 rq:620751 version:2.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/apache-commons-io/apache-commons-io.changes      
2017-09-14 21:19:12.776818660 +0200
+++ /work/SRC/openSUSE:Factory/.apache-commons-io.new/apache-commons-io.changes 
2018-07-24 17:30:34.271924479 +0200
@@ -1,0 +2,7 @@
+Tue May 15 10:41:03 UTC 2018 - [email protected]
+
+- Build with source and target 8 to prepare for a possible removal
+  of 1.6 compatibility
+- Run fdupes on documentation
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ apache-commons-io.spec ++++++
--- /var/tmp/diff_new_pack.gC66vi/_old  2018-07-24 17:30:35.491926022 +0200
+++ /var/tmp/diff_new_pack.gC66vi/_new  2018-07-24 17:30:35.495926026 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package apache-commons-io
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -29,11 +29,13 @@
 #PATCH-FIX-OPENSUSE: fix the version property to 2.4
 Patch0:         commons-io-version-property.patch
 BuildRequires:  ant >= 1.6
+BuildRequires:  fdupes
+BuildRequires:  java-devel >= 1.8
 BuildRequires:  javapackages-local
 BuildRequires:  javapackages-tools
 Provides:       %{short_name} = %{version}-%{release}
 Provides:       jakarta-%{short_name} = %{version}-%{release}
-Obsoletes:      jakarta-%{short_name} <= %{version}
+Obsoletes:      jakarta-%{short_name} < %{version}
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
 
@@ -59,7 +61,7 @@
 export OPT_JAR_LIST="junit"
 export CLASSPATH=
 CLASSPATH=target/classes:target/test-classes:$CLASSPATH
-ant -Dcompile.source=1.6 -Dcompile.target=1.6 \
+ant -Dcompile.source=8 -Dcompile.target=8 \
     -Dbuild.sysclasspath=only \
     dist
 
@@ -79,6 +81,7 @@
 # javadoc
 install -d -m 755 %{buildroot}%{_javadocdir}/%{name}
 cp -pr target/apidocs/* %{buildroot}%{_javadocdir}/%{name}
+%fdupes -s %{buildroot}%{_javadocdir}/%{name}
 
 %files
 %defattr(-,root,root,-)


Reply via email to