Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package apache-commons-lang3 for
openSUSE:Factory checked in at 2021-12-30 15:55:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/apache-commons-lang3 (Old)
and /work/SRC/openSUSE:Factory/.apache-commons-lang3.new.1896 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "apache-commons-lang3"
Thu Dec 30 15:55:36 2021 rev:8 rq:943069 version:3.12.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/apache-commons-lang3/apache-commons-lang3.changes
2021-12-28 12:26:13.920466453 +0100
+++
/work/SRC/openSUSE:Factory/.apache-commons-lang3.new.1896/apache-commons-lang3.changes
2021-12-30 15:56:01.040682152 +0100
@@ -1,0 +2,12 @@
+Wed Dec 29 15:18:48 UTC 2021 - Pedro Monreal <[email protected]>
+
+- Remove the junit bom dependency for now as it breaks the build of
+ other packages like log4j.
+ * Add apache-commons-lang3-junit-bom.patch
+
+-------------------------------------------------------------------
+Wed Dec 29 12:49:05 UTC 2021 - David Anes <[email protected]>
+
+- Fix component version in default.properties to 3.12
+
+-------------------------------------------------------------------
New:
----
apache-commons-lang3-junit-bom.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ apache-commons-lang3.spec ++++++
--- /var/tmp/diff_new_pack.ozrxGK/_old 2021-12-30 15:56:01.680682645 +0100
+++ /var/tmp/diff_new_pack.ozrxGK/_new 2021-12-30 15:56:01.684682648 +0100
@@ -28,6 +28,7 @@
Source0:
https://dlcdn.apache.org/commons/lang/source/%{short_name}-%{version}-src.tar.gz
Source1: build.xml
Source2: default.properties
+Patch0: apache-commons-lang3-junit-bom.patch
BuildRequires: ant
BuildRequires: fdupes
BuildRequires: java-devel >= 1.8
@@ -57,6 +58,8 @@
%prep
%setup -q -n %{short_name}-%{version}-src
+%patch0 -p1
+
cp %{SOURCE1} .
cp %{SOURCE2} .
sed -i 's/\r//' *.txt
++++++ apache-commons-lang3-junit-bom.patch ++++++
Index: commons-lang3-3.12.0-src/pom.xml
===================================================================
--- commons-lang3-3.12.0-src.orig/pom.xml
+++ commons-lang3-3.12.0-src/pom.xml
@@ -513,18 +513,6 @@
</contributor>
</contributors>
- <dependencyManagement>
- <dependencies>
- <dependency>
- <groupId>org.junit</groupId>
- <artifactId>junit-bom</artifactId>
- <version>5.7.1</version>
- <type>pom</type>
- <scope>import</scope>
- </dependency>
- </dependencies>
- </dependencyManagement>
-
<!-- Lang should depend on very little -->
<dependencies>
<!-- testing -->
++++++ default.properties ++++++
--- /var/tmp/diff_new_pack.ozrxGK/_old 2021-12-30 15:56:01.804682740 +0100
+++ /var/tmp/diff_new_pack.ozrxGK/_new 2021-12-30 15:56:01.808682744 +0100
@@ -42,7 +42,7 @@
component.title = Core Language Utilities
# The current version number of this component
-component.version = 3.9
+component.version = 3.12
# The name that is used to create the jar file
final.name = ${component.name}-${component.version}