Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package apache-commons-logging for
openSUSE:Factory checked in at 2026-05-13 17:19:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/apache-commons-logging (Old)
and /work/SRC/openSUSE:Factory/.apache-commons-logging.new.1966 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "apache-commons-logging"
Wed May 13 17:19:43 2026 rev:29 rq:1352589 version:1.3.6
Changes:
--------
---
/work/SRC/openSUSE:Factory/apache-commons-logging/apache-commons-logging.changes
2025-05-02 14:55:56.273097567 +0200
+++
/work/SRC/openSUSE:Factory/.apache-commons-logging.new.1966/apache-commons-logging.changes
2026-05-13 17:20:56.279276571 +0200
@@ -1,0 +2,24 @@
+Mon May 11 20:28:52 UTC 2026 - Fridrich Strba <[email protected]>
+
+- Upgrade to 1.3.6
+ * Fixed Bugs
+ + Fix running spotbugs:check: Unable to parse configuration of
+ mojo
+ + Update deprecated call in
+ PathableClassLoader.addLogicalLib(String)
+ + Fix malformed Javadoc comments
+ + Fix log level in Slf4jLogFactory.error(Object, Throwable)
+ * Changes
+ + Bump org.apache.commons:commons-parent from 81 to 97
+ + Bump org.slf4j:slf4j-api from 2.0.16 to 2.0.17
+ + Bump com.h3xstream.findsecbugs:findsecbugs-plugin from 1.13.0
+ to 1.14.0
+ + Bump log4j2.version from 2.24.3 to 2.25.3
+ + Bump org.apache.commons:commons-lang3 from 3.17.0 to 3.20.0
+ + Bump ch.qos.logback:logback-core from 1.3.14 to 1.3.16
+- Removed patch:
+ * commons-logging-1.3.3-dependencies.patch
+ + not needed (the two files it is removing can be removed from
+ the spec file)
+
+-------------------------------------------------------------------
Old:
----
commons-logging-1.3.3-dependencies.patch
commons-logging-1.3.5-src.tar.gz
commons-logging-1.3.5-src.tar.gz.asc
New:
----
_scmsync.obsinfo
build.specials.obscpio
commons-logging-1.3.6-src.tar.gz
commons-logging-1.3.6-src.tar.gz.asc
----------(Old B)----------
Old:- Removed patch:
* commons-logging-1.3.3-dependencies.patch
+ not needed (the two files it is removing can be removed from
----------(Old E)----------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ apache-commons-logging.spec ++++++
--- /var/tmp/diff_new_pack.R7xVGH/_old 2026-05-13 17:20:57.899343501 +0200
+++ /var/tmp/diff_new_pack.R7xVGH/_new 2026-05-13 17:20:57.903343666 +0200
@@ -1,7 +1,7 @@
#
# spec file for package apache-commons-logging
#
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2026 SUSE LLC and contributors
# Copyright (c) 2000-2007, JPackage Project
#
# All modifications and additions to the file contributed by third parties
@@ -20,17 +20,16 @@
%define base_name logging
%define short_name commons-%{base_name}
Name: apache-%{short_name}
-Version: 1.3.5
+Version: 1.3.6
Release: 0
Summary: Apache Commons Logging
License: Apache-2.0
URL: https://commons.apache.org/%{base_name}
Source0:
https://archive.apache.org/dist/commons/%{base_name}/source/%{short_name}-%{version}-src.tar.gz
Source1:
https://archive.apache.org/dist/commons/%{base_name}/source/%{short_name}-%{version}-src.tar.gz.asc
-Source2: %{name}.keyring
+Source2: https://downloads.apache.org/commons/KEYS#/%{name}.keyring
Source5: build.xml
Source6: build.properties
-Patch0: commons-logging-1.3.3-dependencies.patch
BuildRequires: ant
BuildRequires: glassfish-servlet-api
BuildRequires: java-devel >= 1.8
@@ -55,14 +54,16 @@
logging implementation.
%prep
-%autosetup -p1 -n %{short_name}-%{version}-src
+%setup -q -n %{short_name}-%{version}-src
cp %{SOURCE5} build.xml
cp %{SOURCE6} build.properties
-sed -i 's/\r//' RELEASE-NOTES.txt LICENSE.txt
+rm \
+ src/main/java/org/apache/commons/logging/impl/Log4jApiLogFactory.java \
+ src/main/java/org/apache/commons/logging/impl/Slf4jLogFactory.java
-%pom_remove_parent .
+sed -i 's/\r//' RELEASE-NOTES.txt LICENSE.txt
%build
export MAVEN_REPO_LOCAL=$(pwd)/.m2/repository
++++++ _scmsync.obsinfo ++++++
mtime: 1778563692
commit: fec7eb84ffc951e96a3603827e5c8bf936f5b63e88ba1d1797b796017cd5376f
url: https://src.opensuse.org/java-packages/apache-commons-logging
revision: fec7eb84ffc951e96a3603827e5c8bf936f5b63e88ba1d1797b796017cd5376f
projectscmsync: https://src.opensuse.org/java-packages/_ObsPrj
++++++ apache-commons-logging.keyring ++++++
++++ 10450 lines (skipped)
++++ between
/work/SRC/openSUSE:Factory/apache-commons-logging/apache-commons-logging.keyring
++++ and
/work/SRC/openSUSE:Factory/.apache-commons-logging.new.1966/apache-commons-logging.keyring
++++++ build.specials.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/.gitignore new/.gitignore
--- old/.gitignore 1970-01-01 01:00:00.000000000 +0100
+++ new/.gitignore 2026-05-12 07:28:12.000000000 +0200
@@ -0,0 +1 @@
+.osc
++++++ build.xml ++++++
--- /var/tmp/diff_new_pack.R7xVGH/_old 2026-05-13 17:20:58.195355730 +0200
+++ /var/tmp/diff_new_pack.R7xVGH/_new 2026-05-13 17:20:58.203356061 +0200
@@ -94,7 +94,7 @@
<property name="component.title" value="Logging Wrapper Library"/>
<!-- The current version number of this component -->
- <property name="component.version" value="1.3.5"/>
+ <property name="component.version" value="1.3.6"/>
<!-- The base directory for compilation targets -->
<property name="build.home" value="${basedir}/target"/>
++++++ commons-logging-1.3.5-src.tar.gz -> commons-logging-1.3.6-src.tar.gz
++++++
++++ 3365 lines of diff (skipped)