Hello community,
here is the log from the commit of package apache-commons-codec for
openSUSE:Factory checked in at 2019-03-28 22:45:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/apache-commons-codec (Old)
and /work/SRC/openSUSE:Factory/.apache-commons-codec.new.25356 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "apache-commons-codec"
Thu Mar 28 22:45:02 2019 rev:20 rq:689040 version:1.11
Changes:
--------
---
/work/SRC/openSUSE:Factory/apache-commons-codec/apache-commons-codec.changes
2019-02-27 15:04:11.322481383 +0100
+++
/work/SRC/openSUSE:Factory/.apache-commons-codec.new.25356/apache-commons-codec.changes
2019-03-28 22:45:03.307089446 +0100
@@ -1,0 +2,6 @@
+Mon Mar 25 17:23:20 UTC 2019 - Fridrich Strba <[email protected]>
+
+- Remove pom parent, since we don't use it when not building with
+ maven
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ apache-commons-codec.spec ++++++
--- /var/tmp/diff_new_pack.GGBacj/_old 2019-03-28 22:45:04.767089252 +0100
+++ /var/tmp/diff_new_pack.GGBacj/_new 2019-03-28 22:45:04.819089244 +0100
@@ -35,12 +35,10 @@
# PATCH-FIX-OPENSUSE Avoid spurious timeout in BeiderMorse tests
Patch0: timeout.patch
BuildRequires: ant
-BuildRequires: apache-commons-parent
BuildRequires: dos2unix
BuildRequires: fdupes
BuildRequires: java-devel >= 1.8
BuildRequires: javapackages-local
-Requires: apache-commons-parent
Requires: java >= 1.8
Provides: jakarta-%{short_name} = %{version}
Obsoletes: jakarta-%{short_name} < %{version}
@@ -79,6 +77,8 @@
#fixes eof encoding
dos2unix RELEASE-NOTES*.txt LICENSE.txt NOTICE.txt
+%pom_remove_parent .
+
%build
mkdir -p lib
%if %{with tests}