Hello community,
here is the log from the commit of package apache-commons-pool2 for
openSUSE:Factory checked in at 2019-03-28 22:45:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/apache-commons-pool2 (Old)
and /work/SRC/openSUSE:Factory/.apache-commons-pool2.new.25356 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "apache-commons-pool2"
Thu Mar 28 22:45:30 2019 rev:5 rq:689054 version:2.4.2
Changes:
--------
---
/work/SRC/openSUSE:Factory/apache-commons-pool2/apache-commons-pool2.changes
2018-12-27 00:24:25.599906549 +0100
+++
/work/SRC/openSUSE:Factory/.apache-commons-pool2.new.25356/apache-commons-pool2.changes
2019-03-28 22:45:31.775085510 +0100
@@ -1,0 +2,6 @@
+Mon Mar 25 17:47:40 UTC 2019 - Fridrich Strba <[email protected]>
+
+- Remove pom parent, since we don't use it when not building with
+ maven
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ apache-commons-pool2.spec ++++++
--- /var/tmp/diff_new_pack.Z2Xm1T/_old 2019-03-28 22:45:32.711085368 +0100
+++ /var/tmp/diff_new_pack.Z2Xm1T/_new 2019-03-28 22:45:32.719085366 +0100
@@ -1,7 +1,7 @@
#
# spec file for package apache-commons-pool2
#
-# 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,7 +28,6 @@
Source0:
http://www.apache.org/dist/commons/%{base_name}/source/%{short_name}-%{version}-src.tar.gz
Patch0: jakarta-commons-pool-build.patch
BuildRequires: ant
-BuildRequires: apache-commons-parent
BuildRequires: cglib
BuildRequires: fdupes
BuildRequires: java-devel >= 1.8
@@ -65,6 +64,9 @@
find . -name "*.jar" -exec rm -f {} \;
%patch0
+%pom_remove_parent .
+%pom_xpath_inject "pom:project" "<groupId>org.apache.commons</groupId>" .
+
%build
echo "cglib.jar=$(build-classpath cglib)" >> build.properties
ant \