commit xbean for openSUSE:Factory

2020-01-27 Thread root
Hello community,

here is the log from the commit of package xbean for openSUSE:Factory checked 
in at 2020-01-27 20:16:44

Comparing /work/SRC/openSUSE:Factory/xbean (Old)
 and  /work/SRC/openSUSE:Factory/.xbean.new.26092 (New)


Package is "xbean"

Mon Jan 27 20:16:44 2020 rev:5 rq:767563 version:4.5

Changes:

--- /work/SRC/openSUSE:Factory/xbean/xbean.changes  2019-10-07 
14:14:01.730904176 +0200
+++ /work/SRC/openSUSE:Factory/.xbean.new.26092/xbean.changes   2020-01-27 
20:16:46.228498088 +0100
@@ -1,0 +2,6 @@
+Mon Jan 27 06:29:59 UTC 2020 - Fridrich Strba 
+
+- On supported platforms, avoid building with OpenJ9, in order to
+  prevent build cycles
+
+---



Other differences:
--
++ xbean.spec ++
--- /var/tmp/diff_new_pack.V6Q7aC/_old  2020-01-27 20:16:47.188498674 +0100
+++ /var/tmp/diff_new_pack.V6Q7aC/_new  2020-01-27 20:16:47.192498676 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xbean
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -22,22 +22,25 @@
 Summary:Java plugin based web server
 License:Apache-2.0
 Group:  Development/Libraries/Java
-URL:http://geronimo.apache.org/xbean/
+URL:https://geronimo.apache.org/xbean/
 Source0:
http://repo2.maven.org/maven2/org/apache/%{name}/%{name}/%{version}/%{name}-%{version}-source-release.zip
 # Fix dependency on xbean-asm4-shaded to original objectweb-asm
 Patch0: 0001-Unshade-ASM.patch
 Patch2: 0003-Port-to-QDox-2.0.patch
 BuildRequires:  apache-commons-logging
 BuildRequires:  fdupes
-BuildRequires:  java-devel
+BuildRequires:  java-devel >= 1.8
 BuildRequires:  javapackages-local
-BuildRequires:  javapackages-tools
 BuildRequires:  log4j12
 BuildRequires:  objectweb-asm >= 5
 BuildRequires:  slf4j
 BuildRequires:  unzip
 # The code uses sun.misc.URLClassloader
 BuildConflicts: java-devel >= 9
+BuildConflicts: java-headless >= 9
+# Avoid build cycles
+BuildConflicts: java-devel-openj9
+BuildConflicts: java-headless-openj9
 Requires:   objectweb-asm >= 5
 Requires:   slf4j
 BuildArch:  noarch





commit xbean for openSUSE:Factory

2019-10-07 Thread root
Hello community,

here is the log from the commit of package xbean for openSUSE:Factory checked 
in at 2019-10-07 13:46:26

Comparing /work/SRC/openSUSE:Factory/xbean (Old)
 and  /work/SRC/openSUSE:Factory/.xbean.new.2352 (New)


Package is "xbean"

Mon Oct  7 13:46:26 2019 rev:4 rq:735441 version:4.5

Changes:

--- /work/SRC/openSUSE:Factory/xbean/xbean.changes  2019-10-04 
11:22:26.980940699 +0200
+++ /work/SRC/openSUSE:Factory/.xbean.new.2352/xbean.changes2019-10-07 
14:14:01.730904176 +0200
@@ -1,0 +2,6 @@
+Sat Oct  5 17:00:13 UTC 2019 - Fridrich Strba 
+
+- Remove references to parent from all pom files
+- Avoid version-less dependencies
+
+---



Other differences:
--
++ xbean.spec ++
--- /var/tmp/diff_new_pack.yaLGbW/_old  2019-10-07 14:14:02.198902892 +0200
+++ /var/tmp/diff_new_pack.yaLGbW/_new  2019-10-07 14:14:02.202902881 +0200
@@ -101,6 +101,8 @@
 sed -i "s|||" xbean-blueprint/pom.xml
 
+%pom_change_dep -r -f : :
+
 %build
 for i in xbean-asm-util xbean-classpath xbean-finder xbean-naming 
xbean-reflect; do
   pushd $i
@@ -120,10 +122,10 @@
 # jars && poms
 install -dm 755 %{buildroot}%{_javadir}/%{name}
 install -dm 755 %{buildroot}%{_mavenpomdir}/%{name}
-install -m 0644 pom.xml %{buildroot}%{_mavenpomdir}/%{name}/%{name}.pom
-%add_maven_depmap %{name}/%{name}.pom
 for i in xbean-asm-util xbean-classpath xbean-finder xbean-naming 
xbean-reflect; do
   install -m 0644 $i/$i.jar %{buildroot}%{_javadir}/%{name}
+  %pom_remove_parent ${i}
+  %pom_xpath_inject pom:project 
"org.apache.xbean%{version}" ${i}
   install -m 0644 $i/pom.xml %{buildroot}%{_mavenpomdir}/%{name}/$i.pom
   %add_maven_depmap %{name}/$i.pom %{name}/$i.jar
 done





commit xbean for openSUSE:Factory

2019-10-04 Thread root
Hello community,

here is the log from the commit of package xbean for openSUSE:Factory checked 
in at 2019-10-04 11:21:30

Comparing /work/SRC/openSUSE:Factory/xbean (Old)
 and  /work/SRC/openSUSE:Factory/.xbean.new.2352 (New)


Package is "xbean"

Fri Oct  4 11:21:30 2019 rev:3 rq:734273 version:4.5

Changes:

--- /work/SRC/openSUSE:Factory/xbean/xbean.changes  2019-04-05 
12:06:25.974566403 +0200
+++ /work/SRC/openSUSE:Factory/.xbean.new.2352/xbean.changes2019-10-04 
11:22:26.980940699 +0200
@@ -1,0 +2,5 @@
+Tue Oct  1 11:33:05 UTC 2019 - Fridrich Strba 
+
+- Build against the new log4j12 compat package
+
+---



Other differences:
--
++ xbean.spec ++
--- /var/tmp/diff_new_pack.chio1Q/_old  2019-10-04 11:22:27.624939020 +0200
+++ /var/tmp/diff_new_pack.chio1Q/_new  2019-10-04 11:22:27.628939011 +0200
@@ -32,7 +32,7 @@
 BuildRequires:  java-devel
 BuildRequires:  javapackages-local
 BuildRequires:  javapackages-tools
-BuildRequires:  log4j
+BuildRequires:  log4j12
 BuildRequires:  objectweb-asm >= 5
 BuildRequires:  slf4j
 BuildRequires:  unzip
@@ -106,14 +106,14 @@
   pushd $i
 mkdir -p build/classes
 javac -d build/classes  -encoding utf-8 -source 6 -target 6 \
-  -cp $(build-classpath log4j commons-logging-api slf4j/api 
objectweb-asm/asm 
objectweb-asm/asm-commons):../xbean-asm-util/xbean-asm-util.jar \
+  -cp $(build-classpath log4j12/log4j-12 commons-logging-api slf4j/api 
objectweb-asm/asm 
objectweb-asm/asm-commons):../xbean-asm-util/xbean-asm-util.jar \
   $(find src/main/java -name *.java)
 jar cf $i.jar -C build/classes .
   popd
 done
 mkdir -p build/apidoc
 javadoc -d build/apidoc -source 6 -encoding utf-8 \
-  -classpath $(build-classpath log4j commons-logging-api slf4j/api 
objectweb-asm/asm objectweb-asm/asm-commons) \
+  -classpath $(build-classpath log4j12/log4j-12 commons-logging-api slf4j/api 
objectweb-asm/asm objectweb-asm/asm-commons) \
   $(for i in xbean-asm-util xbean-classpath xbean-finder xbean-naming 
xbean-reflect; do find $i/src/main/java -name *.java; done | xargs)
 
 %install





commit xbean for openSUSE:Factory

2019-04-05 Thread root
Hello community,

here is the log from the commit of package xbean for openSUSE:Factory checked 
in at 2019-04-05 12:04:52

Comparing /work/SRC/openSUSE:Factory/xbean (Old)
 and  /work/SRC/openSUSE:Factory/.xbean.new.3908 (New)


Package is "xbean"

Fri Apr  5 12:04:52 2019 rev:2 rq:691486 version:4.5

Changes:

--- /work/SRC/openSUSE:Factory/xbean/xbean.changes  2019-02-24 
17:13:23.904471949 +0100
+++ /work/SRC/openSUSE:Factory/.xbean.new.3908/xbean.changes2019-04-05 
12:06:25.974566403 +0200
@@ -1,0 +2,5 @@
+Thu Apr  4 11:35:11 UTC 2019 - Fridrich Strba 
+
+- Do not require optional dependencies
+
+---



Other differences:
--
++ xbean.spec ++
--- /var/tmp/diff_new_pack.eziKhm/_old  2019-04-05 12:06:26.654566756 +0200
+++ /var/tmp/diff_new_pack.eziKhm/_new  2019-04-05 12:06:26.654566756 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xbean
 #
-# 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
@@ -28,19 +28,17 @@
 Patch0: 0001-Unshade-ASM.patch
 Patch2: 0003-Port-to-QDox-2.0.patch
 BuildRequires:  apache-commons-logging
-BuildRequires:  objectweb-asm >= 5
 BuildRequires:  fdupes
 BuildRequires:  java-devel
 BuildRequires:  javapackages-local
 BuildRequires:  javapackages-tools
 BuildRequires:  log4j
+BuildRequires:  objectweb-asm >= 5
 BuildRequires:  slf4j
 BuildRequires:  unzip
 # The code uses sun.misc.URLClassloader
 BuildConflicts: java-devel >= 9
-Requires:   apache-commons-logging
 Requires:   objectweb-asm >= 5
-Requires:   log4j
 Requires:   slf4j
 BuildArch:  noarch