Hello community,

here is the log from the commit of package xmlgraphics-commons for 
openSUSE:Leap:15.2 checked in at 2020-02-05 07:23:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/xmlgraphics-commons (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.xmlgraphics-commons.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xmlgraphics-commons"

Wed Feb  5 07:23:19 2020 rev:26 rq:762713 version:2.3

Changes:
--------
--- 
/work/SRC/openSUSE:Leap:15.2/xmlgraphics-commons/xmlgraphics-commons.changes    
    2020-01-15 16:31:02.696842054 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.xmlgraphics-commons.new.26092/xmlgraphics-commons.changes
     2020-02-05 07:23:27.198595972 +0100
@@ -1,0 +2,21 @@
+Sat Jan 19 08:03:42 UTC 2019 - Fridrich Strba <fst...@suse.com>
+
+- Modified patch:
+  * xmlgraphics-commons-build_xml.patch
+    + Add Bundle-SymbolicName and Bundle-Version attributes to
+      generate the right OSGi provides
+- Sanitize spec file and remove unused requires
+
+-------------------------------------------------------------------
+Tue Aug 28 13:44:48 UTC 2018 - tchva...@suse.com
+
+- Do not run target  maven_artifacts as it just copies file from a->b
+  and fails with newer ant
+
+-------------------------------------------------------------------
+Tue Aug 28 13:12:00 UTC 2018 - tchva...@suse.com
+
+- Update to version 2.3:
+  * no changelog available
+
+-------------------------------------------------------------------

Old:
----
  xmlgraphics-commons-2.1-src.tar.gz

New:
----
  xmlgraphics-commons-2.3-src.tar.gz

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

Other differences:
------------------
++++++ xmlgraphics-commons.spec ++++++
--- /var/tmp/diff_new_pack.XApFdh/_old  2020-02-05 07:23:27.522596108 +0100
+++ /var/tmp/diff_new_pack.XApFdh/_new  2020-02-05 07:23:27.526596110 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xmlgraphics-commons
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2000-2008, JPackage Project
 #
 # All modifications and additions to the file contributed by third parties
@@ -13,33 +13,27 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:           xmlgraphics-commons
-Version:        2.1
+Version:        2.3
 Release:        0
 Summary:        XML Graphics Commons
 License:        Apache-2.0
 Group:          Development/Libraries/Java
-Url:            http://xmlgraphics.apache.org/
-Source0:        
http://www.apache.org/dist/xmlgraphics/commons/source/xmlgraphics-commons-%{version}-src.tar.gz
+URL:            http://xmlgraphics.apache.org/
+Source0:        
http://archive.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
-BuildRequires:  apache-commons-logging
+BuildRequires:  commons-io >= 1.1
+BuildRequires:  commons-logging
 BuildRequires:  fdupes
-BuildRequires:  gpg2
-# Needed for maven conversions
 BuildRequires:  javapackages-local
-BuildRequires:  javapackages-tools
-BuildRequires:  junit
-BuildRequires:  xmlgraphics-batik
-Requires:       jakarta-commons-io >= 1.1
-Requires:       jakarta-commons-logging
+Requires:       mvn(commons-io:commons-io) >= 1.1
+Requires:       mvn(commons-logging:commons-logging)
 BuildArch:      noarch
 
 %description
@@ -66,40 +60,27 @@
 
 %build
 export CLASSPATH=
-export OPT_JAR_LIST="ant/ant-junit junit"
-pushd lib
-ln -sf $(build-classpath commons-io) .
-ln -sf $(build-classpath commons-logging) .
-popd
-ant -Djavac.source=1.6 -Djavac.target=1.6 package javadocs maven-artifacts
+build-jar-repository -s lib commons-io commons-logging
+ant -Djavac.source=1.6 -Djavac.target=1.6 package javadocs
 
 %install
+# jar
 install -Dpm 644 build/%{name}-%{version}.jar \
   %{buildroot}%{_javadir}/%{name}.jar
-
-#
 # pom
-install -d -m 755 %{buildroot}%{_mavenpomdir}
-install -pm 644 build/maven/pom.xml %{buildroot}%{_mavenpomdir}/JPP-%{name}.pom
-%add_maven_depmap
+install -Dpm 644 pom.xml %{buildroot}%{_mavenpomdir}/%{name}.pom
+%add_maven_depmap %{name}.pom %{name}.jar
 
-install -dm 755 %{buildroot}%{_javadocdir}/%{name}
+mkdir -p %{buildroot}%{_javadocdir}/%{name}
 cp -pr build/javadocs/* %{buildroot}%{_javadocdir}/%{name}
-%fdupes -s %{buildroot}%{_javadocdir}/%{name}
-#
-install -dm 755 %{buildroot}%{_docdir}/%{name}
+%fdupes -s %{buildroot}%{_javadocdir}
 
-%files
-%doc LICENSE
-%{_javadir}/%{name}.jar
-%{_mavenpomdir}/*
-%if %{defined _maven_repository}
-%{_mavendepmapfragdir}/%{name}
-%else
-%{_datadir}/maven-metadata/%{name}.xml*
-%endif
+%files -f .mfiles
+%license LICENSE NOTICE
+%doc README
 
 %files javadoc
+%license LICENSE NOTICE
 %{_javadocdir}/%{name}
 
 %changelog

++++++ xmlgraphics-commons-2.1-src.tar.gz -> xmlgraphics-commons-2.3-src.tar.gz 
++++++
++++ 149046 lines of diff (skipped)

++++++ xmlgraphics-commons-build_xml.patch ++++++
--- /var/tmp/diff_new_pack.XApFdh/_old  2020-02-05 07:23:27.798596225 +0100
+++ /var/tmp/diff_new_pack.XApFdh/_new  2020-02-05 07:23:27.798596225 +0100
@@ -1,8 +1,15 @@
-Index: build.xml
-===================================================================
---- build.xml.orig     2010-07-02 14:04:26.000000000 +0200
-+++ build.xml  2010-11-03 15:55:01.658901073 +0100
-@@ -345,20 +345,13 @@
+--- build.xml  2018-05-14 11:00:43.000000000 +0200
++++ build.xml  2019-01-19 08:32:11.492539275 +0100
+@@ -252,6 +252,8 @@
+         <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="Bundle-SymbolicName" value="org.apache.xmlgraphics"/>
++        <attribute name="Bundle-Version"   value="${version}"/>
+       </manifest>
+       <metainf dir="${basedir}" includes="LICENSE,NOTICE"/>
+     </jar>
+@@ -357,20 +358,13 @@
    </target>
  
    <target name="junit" depends="junit-basic" description="Runs all JUnit 
tests" if="junit.present">


Reply via email to