Hello community,
here is the log from the commit of package xmlgraphics-commons for
openSUSE:Factory checked in at 2020-04-05 20:52:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xmlgraphics-commons (Old)
and /work/SRC/openSUSE:Factory/.xmlgraphics-commons.new.3248 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xmlgraphics-commons"
Sun Apr 5 20:52:57 2020 rev:25 rq:791197 version:2.3
Changes:
--------
--- /work/SRC/openSUSE:Factory/xmlgraphics-commons/xmlgraphics-commons.changes
2019-02-04 21:22:38.251636374 +0100
+++
/work/SRC/openSUSE:Factory/.xmlgraphics-commons.new.3248/xmlgraphics-commons.changes
2020-04-05 20:52:58.737150113 +0200
@@ -1,0 +2,8 @@
+Fri Apr 3 12:42:45 UTC 2020 - Fridrich Strba <[email protected]>
+
+- Modified patch:
+ * xmlgraphics-commons-build_xml.patch
+ + improve a bit more the OSGi manifest to be able to use it
+ from eclipse
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ xmlgraphics-commons.spec ++++++
--- /var/tmp/diff_new_pack.EJHXh3/_old 2020-04-05 20:52:59.353150703 +0200
+++ /var/tmp/diff_new_pack.EJHXh3/_new 2020-04-05 20:52:59.357150707 +0200
@@ -1,7 +1,7 @@
#
# spec file for package xmlgraphics-commons
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2000-2008, JPackage Project
#
# All modifications and additions to the file contributed by third parties
++++++ xmlgraphics-commons-build_xml.patch ++++++
--- /var/tmp/diff_new_pack.EJHXh3/_old 2020-04-05 20:52:59.377150726 +0200
+++ /var/tmp/diff_new_pack.EJHXh3/_new 2020-04-05 20:52:59.377150726 +0200
@@ -1,15 +1,25 @@
--- build.xml 2018-05-14 11:00:43.000000000 +0200
-+++ build.xml 2019-01-19 08:32:11.492539275 +0100
-@@ -252,6 +252,8 @@
++++ build.xml 2020-04-03 14:37:25.091265000 +0200
+@@ -251,7 +251,17 @@
+ <attribute name="Implementation-Title" value="${Name}"/>
<attribute name="Implementation-Version" value="${version}"/>
<attribute name="Implementation-Vendor" value="The Apache Software
Foundation (http://xmlgraphics.apache.org/)"/>
- <attribute name="Build-Id" value="${ts} (${user.name} [${os.name}
${os.version} ${os.arch}, Java ${java.runtime.version}])"/>
+- <attribute name="Build-Id" value="${ts} (${user.name} [${os.name}
${os.version} ${os.arch}, Java ${java.runtime.version}])"/>
++ <attribute name="Bundle-Description" value="${Name}"/>
++ <attribute name="Bundle-DocURL" value="http://www.apache.org/"/>
++ <attribute name="Bundle-License"
value="http://www.apache.org/licenses/LICENSE-2.0.txt"/>
++ <attribute name="Bundle-ManifestVersion" value="2"/>
++ <attribute name="Bundle-Name" value="org.apache.xmlgraphics:${name}"/>
+ <attribute name="Bundle-SymbolicName" value="org.apache.xmlgraphics"/>
-+ <attribute name="Bundle-Version" value="${version}"/>
++ <attribute name="Bundle-Vendor" value="The Apache Software Foundation
(http://xmlgraphics.apache.org/)"/>
++ <attribute name="Bundle-Version" value="${version}.0"/>
++ <attribute name="Export-Package"
value="org.apache.xmlgraphics.util.i18n;version="${version}.0",org.apache.xmlgraphics.util;uses:="javax.imageio.metadata,org.w3c.dom,org.xml.sax";version="${version}.0",org.apache.xmlgraphics.util.io;version="${version}.0",org.apache.xmlgraphics.util.uri;uses:="javax.xml.transform";version="${version}.0",org.apache.xmlgraphics.util.dijkstra;version="${version}.0",org.apache.xmlgraphics.xmp;uses:="javax.xml.transform,org.apache.xmlgraphics.util,org.apache.xmlgraphics.xmp.merge,org.xml.sax,org.xml.sax.helpers";version="${version}.0",org.apache.xmlgraphics.xmp.schemas;uses:="org.apache.xmlgraphics.util,org.apache.xmlgraphics.xmp,org.apache.xmlgraphics.xmp.merge";version="${version}.0",org.apache.xmlgraphics.xmp.schemas.pdf;uses:="org.apache.xmlgraphics.xmp,org.apache.xmlgraphics.xmp.merge";version="${version}.0",org.apache.xmlgraphics.xmp.merge;uses:="org.apache.xmlgraphics.util,org.apache.xmlgraphics.xmp";version="${version}.0",org.apache.xmlgraphics.io;uses:="javax.xml.transform";version="${version}.0",org.apache.xmlgraphics.image.codec.util;uses:="javax.imageio.stream";version="${version}.0",org.apache.xmlgraphics.image.codec.png;uses:="javax.imageio.stream,org.apache.commons.logging,org.apache.xmlgraphics.image.codec.util,org.apache.xmlgraphics.image.loader,org.apache.xmlgraphics.image.rendered";version="${version}.0",org.apache.xmlgraphics.image.codec.tiff;uses:="org.apache.xmlgraphics.image.codec.util,org.apache.xmlgraphics.image.rendered";version="${version}.0",org.apache.xmlgraphics.image.loader.util;uses:="javax.imageio.stream,javax.xml.transform,org.apache.xmlgraphics.image.codec.util,org.apache.xmlgraphics.image.loader";version="${version}.0",org.apache.xmlgraphics.image.loader;uses:="javax.imageio.stream,javax.xml.transform,org.apache.commons.logging,org.apache.xmlgraphics.image.loader.cache,org.apache.xmlgraphics.image.loader.pipeline,org.apache.xmlgraphics.image.loader.spi";version="${version}.0",org.apache.xmlgraphics.image.loader.spi;uses:="javax.xml.transform,org.apache.commons.logging,org.apache.xmlgraphics.image.loader,org.apache.xmlgraphics.image.loader.util";version="${version}.0",org.apache.xmlgraphics.image.loader.cache;uses:="org.apache.commons.logging,org.apache.xmlgraphics.image.loader";version="${version}.0",org.apache.xmlgraphics.image.loader.pipeline;uses:="org.apache.commons.logging,org.apache.xmlgraphics.image.loader,org.apache.xmlgraphics.image.loader.cache,org.apache.xmlgraphics.image.loader.spi,org.apache.xmlgraphics.image.loader.util,org.apache.xmlgraphics.util.dijkstra";version="${version}.0",org.apache.xmlgraphics.image.rendered;version="${version}.0",org.apache.xmlgraphics.image.writer;version="${version}.0",org.apache.xmlgraphics.image.writer.imageio;uses:="javax.imageio,javax.imageio.event,javax.imageio.metadata,org.apache.xmlgraphics.image.writer,org.w3c.dom";version="${version}.0",org.apache.xmlgraphics.image;uses:="org.apache.xmlgraphics.image.rendered";version="${version}.0",org.apache.xmlgraphics.java2d;uses:="org.apache.xmlgraphics.ps";version="${version}.0",org.apache.xmlgraphics.java2d.ps;uses:="org.apache.xmlgraphics.java2d,org.apache.xmlgraphics.ps";version="${version}.0",org.apache.xmlgraphics.java2d.color;version="${version}.0",org.apache.xmlgraphics.java2d.color.profile;uses:="org.apache.xmlgraphics.java2d.color";version="${version}.0",org.apache.xmlgraphics.fonts;version="${version}.0",org.apache.xmlgraphics.ps.dsc;uses:="org.apache.xmlgraphics.ps,org.apache.xmlgraphics.ps.dsc.events";version="${version}.0",org.apache.xmlgraphics.ps.dsc.events;uses:="org.apache.xmlgraphics.ps,org.apache.xmlgraphics.ps.dsc";version="${version}.0",org.apache.xmlgraphics.ps.dsc.tools;uses:="org.apache.xmlgraphics.ps,org.apache.xmlgraphics.ps.dsc,org.apache.xmlgraphics.ps.dsc.events";version="${version}.0",org.apache.xmlgraphics.ps;uses:="javax.xml.transform,org.apache.xmlgraphics.ps.dsc";version="${version}.0""/>
++ <attribute name="Import-Package"
value="javax.imageio,javax.imageio.event,javax.imageio.metadata,javax.imageio.plugins.jpeg,javax.imageio.spi,javax.imageio.stream,javax.xml.transform,javax.xml.transform.dom,javax.xml.transform.sax,javax.xml.transform.stream,org.apache.commons.io;version="[1.4,2)",org.apache.commons.io.output;version="[1.4,2)",org.apache.commons.logging;version="[1.2,2)",org.apache.xmlgraphics.fonts,org.apache.xmlgraphics.image,org.apache.xmlgraphics.image.codec.tiff,org.apache.xmlgraphics.image.codec.util,org.apache.xmlgraphics.image.loader,org.apache.xmlgraphics.image.loader.cache,org.apache.xmlgraphics.image.loader.spi,org.apache.xmlgraphics.image.loader.util,org.apache.xmlgraphics.image.rendered,org.apache.xmlgraphics.image.writer,org.apache.xmlgraphics.io,org.apache.xmlgraphics.java2d,org.apache.xmlgraphics.java2d.color,org.apache.xmlgraphics.java2d.color.profile,org.apache.xmlgraphics.ps,org.apache.xmlgraphics.ps.dsc,org.apache.xmlgraphics.ps.dsc.events,org.apache.xmlgraphics.ps.dsc.tools,org.apache.xmlgraphics.util,org.apache.xmlgraphics.util.dijkstra,org.apache.xmlgraphics.util.i18n,org.apache.xmlgraphics.util.io,org.apache.xmlgraphics.xmp,org.apache.xmlgraphics.xmp.merge,org.apache.xmlgraphics.xmp.schemas,org.apache.xmlgraphics.xmp.schemas.pdf,org.w3c.dom,org.xml.sax,org.xml.sax.helpers"/>
++ <attribute name="Require-Capability"
value="osgi.ee;filter:="(&(osgi.ee=JavaSE)(version=${javac.target}))""/>
</manifest>
<metainf dir="${basedir}" includes="LICENSE,NOTICE"/>
</jar>
-@@ -357,20 +358,13 @@
+@@ -357,20 +367,13 @@
</target>
<target name="junit" depends="junit-basic" description="Runs all JUnit
tests" if="junit.present">