Hello community,

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

Package is "apache-commons-httpclient"

Tue Jul 24 17:30:27 2018 rev:8 rq:620750 version:3.1

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/apache-commons-httpclient/apache-commons-httpclient.changes
      2017-09-13 22:19:01.971077052 +0200
+++ 
/work/SRC/openSUSE:Factory/.apache-commons-httpclient.new/apache-commons-httpclient.changes
 2018-07-24 17:30:27.191915530 +0200
@@ -1,0 +2,7 @@
+Tue May 15 10:34:34 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-httpclient.spec ++++++
--- /var/tmp/diff_new_pack.jWTofq/_old  2018-07-24 17:30:27.831916339 +0200
+++ /var/tmp/diff_new_pack.jWTofq/_new  2018-07-24 17:30:27.839916349 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package apache-commons-httpclient
 #
-# 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
@@ -36,15 +36,16 @@
 BuildRequires:  ant-junit
 BuildRequires:  commons-codec
 BuildRequires:  commons-logging >= 1.0.3
-BuildRequires:  java-devel >= 1.6.0
+BuildRequires:  fdupes
+BuildRequires:  java-devel >= 1.8
 BuildRequires:  junit
 Requires:       commons-codec
 Requires:       commons-logging >= 1.0.3
 Provides:       %{short_name} = %{version}
 Provides:       jakarta-%{short_name} = %{version}
-Obsoletes:      jakarta-%{short_name} <= 3.1
+Obsoletes:      jakarta-%{short_name} < %{version}
 Provides:       jakarta-%{short_name}3 = %{version}
-Obsoletes:      jakarta-%{short_name}3 <= 3.1
+Obsoletes:      jakarta-%{short_name}3 < %{version}
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
 
@@ -125,7 +126,7 @@
 
 %build
 ant \
-  -Dant.build.javac.source=1.6 -Dant.build.javac.target=1.6 \
+  -Dant.build.javac.source=8 -Dant.build.javac.target=8 \
   -Dbuild.sysclasspath=first \
   -Djavadoc.j2sdk.link=%{_javadocdir}/java \
   -Djavadoc.logging.link=%{_javadocdir}/apache-commons-logging \
@@ -151,14 +152,17 @@
 # javadoc
 mkdir -p %{buildroot}%{_javadocdir}
 mv dist/docs/api %{buildroot}%{_javadocdir}/%{name}
+%fdupes -s %{buildroot}%{_javadocdir}/%{name}
 
 # demo
 mkdir -p %{buildroot}%{_datadir}/%{name}
 cp -pr src/examples src/contrib %{buildroot}%{_datadir}/%{name}
+%fdupes -s %{buildroot}%{_datadir}/%{name}
 
 # manual and docs
 rm -f dist/docs/{BUILDING,TESTING}.txt
 ln -s %{_javadocdir}/%{name} dist/docs/apidocs
+%fdupes -s dist/docs
 
 %files
 %defattr(0644,root,root,0755)


Reply via email to