Hello community,
here is the log from the commit of package xml-commons-apis-bootstrap for
openSUSE:Factory checked in at 2018-12-14 20:44:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xml-commons-apis-bootstrap (Old)
and /work/SRC/openSUSE:Factory/.xml-commons-apis-bootstrap.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xml-commons-apis-bootstrap"
Fri Dec 14 20:44:36 2018 rev:28 rq:657075 version:1.4.01
Changes:
--------
---
/work/SRC/openSUSE:Factory/xml-commons-apis-bootstrap/xml-commons-apis-bootstrap.changes
2018-12-11 09:05:40.675030074 +0100
+++
/work/SRC/openSUSE:Factory/.xml-commons-apis-bootstrap.new.28833/xml-commons-apis-bootstrap.changes
2018-12-14 20:44:37.273738484 +0100
@@ -1,0 +2,10 @@
+Fri Dec 7 07:33:59 UTC 2018 - Fridrich Strba <[email protected]>
+
+- Provide xml-resolver by package xml-commons-resolver-bootstrap
+- Provide compatibility symlinks xml-apis.jar and xml-resolver.jar
+- Removed patches:
+ * xml-commons-encoding.patch
+ * xml-commons-no-javadoc.patch
+ + not needed any more
+
+-------------------------------------------------------------------
Old:
----
xml-apis-1.3.04.pom
xml-apis-1.4.01.pom
xml-apis-ext-1.3.04.pom
xml-commons-component-info.xml
xml-commons-encoding.patch
xml-commons-external-1.2.06.tar.bz2
xml-commons-external-1.3.05.tar.bz2
xml-commons-external-1.4.01.tar.bz2
xml-commons-no-javadoc.patch
xml-commons-resolver-1.2.tar.bz2
xml-commons-resolver-CatalogManager.properties
xml-commons-resolver10-resolver.1
xml-commons-resolver10-resolver.sh
xml-commons-resolver10-xparse.1
xml-commons-resolver10-xparse.sh
xml-commons-resolver10-xread.1
xml-commons-resolver10-xread.sh
xml-commons-resolver11-resolver.1
xml-commons-resolver11-resolver.sh
xml-commons-resolver11-xparse.1
xml-commons-resolver11-xparse.sh
xml-commons-resolver11-xread.1
xml-commons-resolver11-xread.sh
xml-commons-resolver12-resolver.1
xml-commons-resolver12-resolver.sh
xml-commons-resolver12-xparse.1
xml-commons-resolver12-xparse.sh
xml-commons-resolver12-xread.1
xml-commons-resolver12-xread.sh
xml-commons.which10.script
xml-commons.which11.script
xml-resolver-1.2.pom
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ xml-commons-apis-bootstrap.spec ++++++
--- /var/tmp/diff_new_pack.gO2PRH/_old 2018-12-14 20:44:38.189737217 +0100
+++ /var/tmp/diff_new_pack.gO2PRH/_new 2018-12-14 20:44:38.189737217 +0100
@@ -39,7 +39,7 @@
BuildRequires: antlr-bootstrap
BuildRequires: java-devel >= 1.6
# Needed for maven conversions
-BuildRequires: javapackages-local
+BuildRequires: javapackages-tools
#!BuildIgnore: antlr
#!BuildIgnore: antlr-java
Provides: xml-apis
@@ -62,6 +62,7 @@
Summary: Resolver subproject of xml-commons
Group: Development/Libraries/Java
URL: http://xml.apache.org/commons/
+Provides: xml-resolver
%description -n xml-commons-resolver-bootstrap
This is xml-resolver from the java-bootrapping-tools package. DO NOT
@@ -183,15 +184,18 @@
%install
#>>> % install
-mkdir -p %{buildroot}/%{_javadir}
-cp %{apis_jar}.jar %{buildroot}/%{_javadir}
-cp %{which_jar}.jar %{buildroot}/%{_javadir}
-cp %{resolver_jar}.jar %{buildroot}/%{_javadir}
+mkdir -p %{buildroot}%{_javadir}
+cp %{apis_jar}.jar %{buildroot}%{_javadir}
+ln -sf %{apis_jar}.jar %{buildroot}%{_javadir}/xml-apis.jar
+cp %{which_jar}.jar %{buildroot}%{_javadir}
+cp %{resolver_jar}.jar %{buildroot}%{_javadir}
+ln -sf %{resolver_jar}.jar %{buildroot}%{_javadir}/xml-resolver.jar
#<<< install end
%files
%license xml-commons-1_0_b2/LICENSE.txt
%{_javadir}/%{apis_jar}.jar
+%{_javadir}/xml-apis.jar
%files -n xml-commons-which-bootstrap
%license xml-commons-1_0_b2/LICENSE.txt
@@ -200,6 +204,7 @@
%files -n xml-commons-resolver-bootstrap
%license xml-commons-1_0_b2/LICENSE.txt
%{_javadir}/%{resolver_jar}.jar
+%{_javadir}/xml-resolver.jar
#<<<
%changelog