commit xmlgraphics-commons for openSUSE:Factory
Hello community, here is the log from the commit of package xmlgraphics-commons for openSUSE:Factory checked in at 2017-12-31 01:13:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xmlgraphics-commons (Old) and /work/SRC/openSUSE:Factory/.xmlgraphics-commons.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "xmlgraphics-commons" Sun Dec 31 01:13:15 2017 rev:22 rq:559372 version:2.1 Changes: -------- --- /work/SRC/openSUSE:Factory/xmlgraphics-commons/xmlgraphics-commons.changes 2017-10-17 01:51:23.937579792 +0200 +++ /work/SRC/openSUSE:Factory/.xmlgraphics-commons.new/xmlgraphics-commons.changes 2017-12-31 01:13:18.003487581 +0100 @@ -1,0 +2,7 @@ +Fri Dec 22 13:37:24 UTC 2017 - fstrba@suse.com + +- Added patch: + * xmlgraphics-commons-jdk10.patch + + Fix building with jdk10 + +------------------------------------------------------------------- New: ---- xmlgraphics-commons-jdk10.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xmlgraphics-commons.spec ++++++ --- /var/tmp/diff_new_pack.AIWGZJ/_old 2017-12-31 01:13:18.599288801 +0100 +++ /var/tmp/diff_new_pack.AIWGZJ/_new 2017-12-31 01:13:18.603287467 +0100 @@ -26,6 +26,7 @@ Url: http://xmlgraphics.apache.org/ Source0: http://www.apache.org/dist/xmlgraphics/commons/source/xmlgraphics-commons-%{version}-src.tar.gz Patch0: xmlgraphics-commons-build_xml.patch +Patch1: xmlgraphics-commons-jdk10.patch BuildRequires: ant >= 1.6.5 BuildRequires: ant-junit BuildRequires: apache-commons-io >= 1.1 @@ -60,6 +61,7 @@ %prep %setup -q %{name}-%{version} %patch0 +%patch1 -p1 find . -name "*.jar" | xargs rm %build ++++++ xmlgraphics-commons-jdk10.patch ++++++ --- xmlgraphics-commons-2.1/build.xml 2016-01-07 14:46:18.000000000 +0100 +++ xmlgraphics-commons-2.1/build.xml 2017-12-22 14:35:12.045945039 +0100 @@ -402,7 +402,6 @@ source="${javac.source}"> <header><![CDATA[${name} ${version}]]></header> <footer><![CDATA[${name} ${version}]]></footer> - <link offline="false" href="http://java.sun.com/j2se/1.5.0/docs/api/"/> <classpath> <path refid="libs-build-classpath"/> <pathelement path="${java.class.path}"/>
participants (1)
-
root@hilbert.suse.de