Hello community,

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

Package is "xmlgraphics-commons"

Wed Sep 20 17:10:22 2017 rev:20 rq:527229 version:2.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/xmlgraphics-commons/xmlgraphics-commons.changes  
2017-06-01 16:32:32.268785578 +0200
+++ 
/work/SRC/openSUSE:Factory/.xmlgraphics-commons.new/xmlgraphics-commons.changes 
    2017-09-20 17:10:23.340997790 +0200
@@ -1,0 +2,5 @@
+Tue Sep 19 07:32:15 UTC 2017 - [email protected]
+
+- Fix build with jdk9: specify java source and target level 1.6
+
+-------------------------------------------------------------------
@@ -4 +9 @@
-- Add BuildRequires: javapackages-local (for maven conversions) 
+- Add BuildRequires: javapackages-local (for maven conversions) 

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

Other differences:
------------------
++++++ xmlgraphics-commons.spec ++++++
--- /var/tmp/diff_new_pack.zvxjLy/_old  2017-09-20 17:10:24.164881812 +0200
+++ /var/tmp/diff_new_pack.zvxjLy/_new  2017-09-20 17:10:24.168881249 +0200
@@ -30,6 +30,7 @@
 BuildRequires:  ant-junit
 BuildRequires:  apache-commons-io >= 1.1
 BuildRequires:  apache-commons-logging
+BuildRequires:  fdupes
 BuildRequires:  gpg2
 # Needed for maven conversions
 BuildRequires:  javapackages-local
@@ -54,8 +55,7 @@
 Group:          Documentation/HTML
 
 %description javadoc
-
-%{summary}.
+Javadoc for package %{name}.
 
 %prep
 %setup -q %{name}-%{version}
@@ -69,7 +69,7 @@
 ln -sf $(build-classpath commons-io) .
 ln -sf $(build-classpath commons-logging) .
 popd
-ant package javadocs maven-artifacts
+ant -Djavac.source=1.6 -Djavac.target=1.6 package javadocs maven-artifacts
 
 %install
 install -Dpm 644 build/%{name}-%{version}.jar \
@@ -83,11 +83,11 @@
 
 install -dm 755 %{buildroot}%{_javadocdir}/%{name}
 cp -pr build/javadocs/* %{buildroot}%{_javadocdir}/%{name}
+%fdupes -s %{buildroot}%{_javadocdir}/%{name}
 #
 install -dm 755 %{buildroot}%{_docdir}/%{name}
 
 %files
-%defattr(0644,root,root,0755)
 %doc LICENSE
 %{_javadir}/%{name}.jar
 %{_mavenpomdir}/*
@@ -98,7 +98,6 @@
 %endif
 
 %files javadoc
-%defattr(0644,root,root,0755)
 %{_javadocdir}/%{name}
 
 %changelog


Reply via email to