Hello community,

here is the log from the commit of package xmlunit for openSUSE:Factory checked 
in at 2017-09-20 17:10:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xmlunit (Old)
 and      /work/SRC/openSUSE:Factory/.xmlunit.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xmlunit"

Wed Sep 20 17:10:15 2017 rev:16 rq:527224 version:1.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/xmlunit/xmlunit.changes  2017-05-22 
10:48:33.503823850 +0200
+++ /work/SRC/openSUSE:Factory/.xmlunit.new/xmlunit.changes     2017-09-20 
17:10:18.125731941 +0200
@@ -1,0 +2,7 @@
+Tue Sep 19 07:20:04 UTC 2017 - [email protected]
+
+- Specify java source and target level 1.6 in order to allow build
+  with jdk9
+- Clean spec file and fix duplicate waste rpmlint error
+
+-------------------------------------------------------------------
@@ -4 +11 @@
-- Add BuildRequires: javapackages-local (for maven conversions) 
+- Add BuildRequires: javapackages-local (for maven conversions) 

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

Other differences:
------------------
++++++ xmlunit.spec ++++++
--- /var/tmp/diff_new_pack.7Lwta2/_old  2017-09-20 17:10:18.701650869 +0200
+++ /var/tmp/diff_new_pack.7Lwta2/_new  2017-09-20 17:10:18.705650306 +0200
@@ -28,6 +28,7 @@
 Source1:        
http://repo1.maven.org/maven2/%{name}/%{name}/%{version}/%{name}-%{version}.pom
 BuildRequires:  ant
 BuildRequires:  ant-junit
+BuildRequires:  fdupes
 # Needed for maven conversions
 BuildRequires:  javapackages-local
 BuildRequires:  javapackages-tools
@@ -77,7 +78,7 @@
 
 export CLASSPATH=
 export OPT_JAR_LIST="junit ant/ant-junit jaxp_transform_impl ant/ant-trax 
xalan-j2-serializer"
-ant -Dbuild.compiler=modern -Dhaltonfailure=yes jar javadocs
+ant -Djavac.source=1.6 -Djavac.target=1.6 -Dbuild.compiler=modern 
-Dhaltonfailure=yes jar javadocs
 
 %install
 mkdir -p %{buildroot}%{_javadir}
@@ -86,6 +87,7 @@
 # Javadoc
 mkdir -p %{buildroot}%{_javadocdir}/%{name}
 cp -pr build/doc/* %{buildroot}%{_javadocdir}/%{name}
+%fdupes -s %{buildroot}%{_javadocdir}/%{name}
 
 # poms
 install -d -m 755 %{buildroot}%{_mavenpomdir}
@@ -94,14 +96,12 @@
 %add_maven_depmap
 
 %files
-%defattr(0644,root,root,0755)
 %doc README.txt LICENSE.txt
 %{_javadir}/%{name}.jar
 %{_mavenpomdir}/JPP-%{name}.pom
 %{_datadir}/maven-metadata/%{name}.xml
 
 %files javadoc
-%defattr(0644,root,root,0755)
 %doc userguide
 %{_javadocdir}/%{name}
 



Reply via email to