commit xml-commons-apis-bootstrap for openSUSE:Factory

2019-02-06 Thread root
Hello community,

here is the log from the commit of package xml-commons-apis-bootstrap for 
openSUSE:Factory checked in at 2019-02-06 15:47:13

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"

Wed Feb  6 15:47:13 2019 rev:29 rq:671839 version:1.4.01

Changes:

--- 
/work/SRC/openSUSE:Factory/xml-commons-apis-bootstrap/xml-commons-apis-bootstrap.changes
2018-12-14 20:44:37.273738484 +0100
+++ 
/work/SRC/openSUSE:Factory/.xml-commons-apis-bootstrap.new.28833/xml-commons-apis-bootstrap.changes
 2019-02-06 15:47:14.623265512 +0100
@@ -1,0 +2,6 @@
+Fri Feb  1 12:14:36 UTC 2019 - Fridrich Strba 
+
+- Speed-up build by compiling all *.java files in one javac
+  invocation
+
+---



Other differences:
--
++ xml-commons-apis-bootstrap.spec ++
--- /var/tmp/diff_new_pack.M53LKg/_old  2019-02-06 15:47:15.175265177 +0100
+++ /var/tmp/diff_new_pack.M53LKg/_new  2019-02-06 15:47:15.179265175 +0100
@@ -2,7 +2,7 @@
 #
 # spec file for package xml-commons-apis-bootstrap
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -85,10 +85,7 @@
 function delBinaryFiles() {
   set +x
   echo deleting binary files ...
-  for file in `find . -name "*.class" -o -name "*.jar" -o -name 
"*DELETED-BY-PACKAGER*"`
-  do
-rm -rf $file
-  done
+  find . -name "*.class" -o -name "*.jar" -o -name "*DELETED-BY-PACKAGER*" 
-delete
   set -x
 }
 #<<<
@@ -111,11 +108,8 @@
 # uses LIB_GCJ for CLASSPATH
 function compileFiles() {
   COMPILE_CLASSPATH_PATH=.:${JAR_CLASSPATH}
-  echo using: $COMPILER_COMMAND $COMPILE_CLASSPATH_PATH \$file
-  for file in `find . -name "*.java"`
-  do
-echo -e "$COMPILER_COMMAND $COMPILE_CLASSPATH_PATH $file ... \c"
-$COMPILER_COMMAND $COMPILE_CLASSPATH_PATH $file
+  echo -e "$COMPILER_COMMAND $COMPILE_CLASSPATH_PATH $(find . -name "*.java" | 
xargs)"
+  $COMPILER_COMMAND $COMPILE_CLASSPATH_PATH $(find . -name "*.java" | xargs)
 # check for errors
 if [ $? != 0 ]
 then
@@ -123,7 +117,6 @@
   exit 1;
 fi
 echo done
-  done
 }
 #<<<
 




commit xml-commons-apis-bootstrap for openSUSE:Factory

2018-12-14 Thread root
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 
+
+- 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




commit xml-commons-apis-bootstrap for openSUSE:Factory

2018-12-11 Thread root
Hello community,

here is the log from the commit of package xml-commons-apis-bootstrap for 
openSUSE:Factory checked in at 2018-12-11 09:07:59

Comparing /work/SRC/openSUSE:Factory/xml-commons-apis-bootstrap (Old)
 and  /work/SRC/openSUSE:Factory/.xml-commons-apis-bootstrap.new.19453 (New)


Package is "xml-commons-apis-bootstrap"

Tue Dec 11 09:07:59 2018 rev:27 rq: version:1.4.01

Changes:


Old:

  xml-commons.changes
  xml-commons.spec



Other differences:
--
++ xml-commons-apis-bootstrap.spec ++
--- /var/tmp/diff_new_pack.lhqfEt/_old  2018-12-11 09:08:03.242873122 +0100
+++ /var/tmp/diff_new_pack.lhqfEt/_new  2018-12-11 09:08:03.250873114 +0100
@@ -28,7 +28,7 @@
 Summary:Common code for XML projects - bootstrapping package
 License:Apache-2.0
 Group:  Development/Libraries/Java
-Url:http://xml.apache.org/commons/
+URL:http://xml.apache.org/commons/
 # svn export 
http://svn.apache.org/repos/asf/xml/commons/tags/xml-commons-1_0_b2/
 Source0:xml-commons-1.0.b2.tar.bz2
 # svn export 
http://svn.apache.org/repos/asf/xml/commons/tags/xml-commons-resolver-1_1_b1/
@@ -52,7 +52,7 @@
 %package -n xml-commons-which-bootstrap
 Summary:Which subproject of xml-commons
 Group:  Development/Libraries/Java
-Url:http://xml.apache.org/commons/
+URL:http://xml.apache.org/commons/
 
 %description -n xml-commons-which-bootstrap
 This is xml-which from the java-bootrapping-tools package. DO NOT
@@ -61,7 +61,7 @@
 %package -n xml-commons-resolver-bootstrap
 Summary:Resolver subproject of xml-commons
 Group:  Development/Libraries/Java
-Url:http://xml.apache.org/commons/
+URL:http://xml.apache.org/commons/
 
 %description -n xml-commons-resolver-bootstrap
 This is xml-resolver from the java-bootrapping-tools package. DO NOT
@@ -190,15 +190,15 @@
 #<<< install end
 
 %files
-%doc xml-commons-1_0_b2/LICENSE.txt
+%license xml-commons-1_0_b2/LICENSE.txt
 %{_javadir}/%{apis_jar}.jar
 
 %files -n xml-commons-which-bootstrap
-%doc xml-commons-1_0_b2/LICENSE.txt
+%license xml-commons-1_0_b2/LICENSE.txt
 %{_javadir}/%{which_jar}.jar
 
 %files -n xml-commons-resolver-bootstrap
-%doc xml-commons-1_0_b2/LICENSE.txt
+%license xml-commons-1_0_b2/LICENSE.txt
 %{_javadir}/%{resolver_jar}.jar
 #<<<
 




commit xml-commons-apis-bootstrap for openSUSE:Factory

2018-12-11 Thread root
Hello community,

here is the log from the commit of package xml-commons-apis-bootstrap for 
openSUSE:Factory checked in at 2018-12-11 09:05:32

Comparing /work/SRC/openSUSE:Factory/xml-commons-apis-bootstrap (Old)
 and  /work/SRC/openSUSE:Factory/.xml-commons-apis-bootstrap.new.19453 (New)


Package is "xml-commons-apis-bootstrap"

Tue Dec 11 09:05:32 2018 rev:26 rq: version:1.4.01

Changes:

New Changes file:

--- /dev/null   2018-10-29 14:05:42.522318975 +0100
+++ 
/work/SRC/openSUSE:Factory/.xml-commons-apis-bootstrap.new.19453/xml-commons-apis-bootstrap.changes
 2018-12-11 09:05:40.675030074 +0100
@@ -0,0 +1,95 @@
+---
+Wed Oct  4 19:43:23 UTC 2017 - fst...@suse.com
+
+- Don't depend on java-1_5_0-gcj-compat
+- Depend on java-devel >= 1.6 instead
+- Don't build the javax.xml.parsers.* and javax.xml.transformers.*
+  classes, since they are part of jdk6+
+
+---
+Thu Sep 14 09:00:18 UTC 2017 - fst...@suse.com
+
+- Fix build with javac that has OpenJDK compatible options
+
+---
+Fri May 19 11:40:41 UTC 2017 - vsis...@suse.com
+
+- Add BuildRequires: javapackages-local (for maven conversions)
+- .spec file cleanup 
+
+---
+Sat Mar  7 12:17:15 UTC 2015 - afaer...@suse.de
+
+- Bump version to 1.4.01, to match xml-commons.spec
+- Drop unused 1.2.06 and 1.3.05 sources for build speedup
+
+---
+Fri Mar  6 19:18:05 UTC 2015 - afaer...@suse.de
+
+- Update to 1.3.05
+- Update to 1.2.06
+
+---
+Mon Jul 28 06:48:00 UTC 2014 - tchva...@suse.com
+
+- Remove update-alternatives as they are not used here.
+
+---
+Sat Sep 14 09:29:44 UTC 2013 - sch...@suse.de
+
+- Fix quoting of $
+
+---
+Mon Mar 14 13:20:56 UTC 2011 - mvysko...@suse.cz
+
+- build ignore of openjdk 
+
+---
+Tue Feb 22 09:29:27 UTC 2011 - mvysko...@suse.cz
+
+- build xml-commons-resolver-bootstrap from own tarball
+  fix build of xerces-j2-bootstrap
+
+---
+Tue Nov  2 15:28:42 UTC 2010 - mvysko...@suse.cz
+
+- merge with xml-commons-1.3.04-5.jpp5.src.rpm 
+  * include xml-commons-resolver
+
+---
+Thu Sep  2 12:46:03 UTC 2010 - mvysko...@suse.cz
+
+- ignore antlr(-java) to reduce build cycles
+
+---
+Tue Jan 22 15:49:47 CET 2008 - mvysko...@suse.cz
+
+- fixed beta build 
+
+---
+Tue Aug 28 16:36:50 CEST 2007 - s...@suse.de
+
+- add BuildRequires: antlr-bootstrap and #!BuildIgnore: antlr to break
+  build cycle caused further down the dependency chain
+  (java-1_4_2-gcj-compat->gjdoc->antlr->ant->xml-commons-apis-bootstrap)
+
+---
+Wed Jun 27 22:25:15 CEST 2007 - rguent...@suse.de
+
+- remove libgcj BuildRequires
+
+---
+Wed May  2 11:53:52 CEST 2007 - dbornkes...@suse.de
+
+- added unzip to BuildRequires
+
+---
+Fri Sep 29 02:20:37 CEST 2006 - r...@suse.de
+
+- added gcc-java,gcc-gij to BuildRequires 
+
+---
+Thu Sep 21 21:23:34 CEST 2006 - dbornkes...@suse.de
+
+- first version
+
New Changes file:

--- /dev/null   2018-10-29 14:05:42.522318975 +0100
+++ 
/work/SRC/openSUSE:Factory/.xml-commons-apis-bootstrap.new.19453/xml-commons.changes
2018-12-11 09:05:44.731025606 +0100
@@ -0,0 +1,214 @@
+---
+Wed Nov  7 20:21:36 UTC 2018 - Fridrich Strba 
+
+- Put maven metadata for each pom file to different metadata xml
+  file in order to avoid having duplicate entries for the same
+  artifact name in the same metadata file
+- Obsolete correctly the packages so that not two version of the
+  same artifact will be installed by mistake
+
+---
+Wed Oct  4 19:55:32 UTC 2017 - fst...@suse.com
+
+- Don't depend on java-1_5_0-gcj-compat
+- Depend on java-devel >= 1.6 instead
+- Added patch:
+  * xml-commons-encoding.patch
++ Specify file encoding UTF-8 to avoid build breakages with
+  jdk9
+