Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package apache-commons-codec for
openSUSE:Factory checked in at 2023-10-19 22:47:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/apache-commons-codec (Old)
and /work/SRC/openSUSE:Factory/.apache-commons-codec.new.1945 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "apache-commons-codec"
Thu Oct 19 22:47:21 2023 rev:24 rq:1118585 version:1.16.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/apache-commons-codec/apache-commons-codec.changes
2022-05-08 21:52:24.759467670 +0200
+++
/work/SRC/openSUSE:Factory/.apache-commons-codec.new.1945/apache-commons-codec.changes
2023-10-19 22:49:45.619743776 +0200
@@ -1,0 +2,36 @@
+Wed Oct 18 11:30:31 UTC 2023 - David Anes <[email protected]>
+
+- Update to 1.16.0:
+ * Minor improvements #67. Fixes CODEC-295.
+ * Remove duplicated words from Javadocs.
+ * Simplify assertion #84. Fixes CODEC-301.
+ * Simplify assertion #84. Fixes CODEC-300.
+ * Use Standard Charset object #82. Fixes CODEC-298.
+ * Use String.contains() functions #125.
+ * Avoid use toString() or substring() in favor of a simplified expression
#126.
+ * Fix byte-skipping in Base16 decoding #135. Fixes CODEC-305.
+ * Fix several typos, improve writing in some javadocs #139.
+ * BaseNCodecOutputStream.eof() should not throw IOException.
+ * Javadoc improvements and cleanups.
+ * Deprecate BaseNCodec.isWhiteSpace(byte) and use
Character.isWhitespace(int).
+ * Add support for Blake3 family of hashes. Fixes CODEC-296.
+ * Add github/codeql-action.
+ * Bump actions/cache from v2 to v3.0.10 #75, #99, #119, #138, #149, #152.
+ * Bump actions/setup-java from v1.4.1 to 3.5.1 #60, #62, #121.
+ * Bump actions/checkout from 2.3.2 to 3.1.0 #65, #98, #114, #153.
+ * Bump commons-parent from 52 to 58, #147, #165, #170.
+ * Bump junit from 4.13.1 to 5.9.1 #76, #39, #140, #148. Fixes CODEC-285.
+ * Bump Java 7 to 8.
+ * Bump japicmp-maven-plugin from 0.14.3 to 0.17.1.
+ * Bump jacoco-maven-plugin from 0.8.5 to 0.8.8 (Fixes Java 15 builds).
+ * Bump maven-surefire-plugin from 2.22.2 to 3.0.0-M7 #122, #134.
+ * Bump maven-javadoc-plugin from 3.2.0 to 3.4.1.
+ * Bump animal-sniffer-maven-plugin from 1.19 to 1.22.
+ * Bump maven-pmd-plugin from 3.13.0 to 3.19.0, #133, #142, #145.
+ * Bump pmd from 6.47.0 to 6.52.0.
+ * Bump maven-checkstyle-plugin from 2.17 to 3.2.0 #143.
+ * Bump checkstyle from 8.45.1 to 9.3 #97, #100, #101, #103.
+ * Bump taglist-maven-plugin from 2.4 to 3.0.0 #102.
+ * Bump jacoco-maven-plugin from 0.8.7 to 0.8.8.
+
+-------------------------------------------------------------------
Old:
----
commons-codec-1.15-src.tar.gz
commons-codec-1.15-src.tar.gz.asc
New:
----
commons-codec-1.16.0-src.tar.gz
commons-codec-1.16.0-src.tar.gz.asc
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ apache-commons-codec.spec ++++++
--- /var/tmp/diff_new_pack.4Si5cX/_old 2023-10-19 22:49:46.619780046 +0200
+++ /var/tmp/diff_new_pack.4Si5cX/_new 2023-10-19 22:49:46.623780191 +0200
@@ -1,7 +1,7 @@
#
# spec file for package apache-commons-codec
#
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2000-2010, JPackage Project
#
# All modifications and additions to the file contributed by third parties
@@ -21,7 +21,7 @@
%define short_name commons-%{base_name}
%bcond_with tests
Name: apache-commons-codec
-Version: 1.15
+Version: 1.16.0
Release: 0
Summary: Apache Commons Codec Package
License: Apache-2.0
@@ -37,7 +37,7 @@
BuildRequires: dos2unix
BuildRequires: fdupes
BuildRequires: java-devel >= 1.8
-BuildRequires: javapackages-local
+BuildRequires: javapackages-local >= 6
Requires: java >= 1.8
Provides: jakarta-%{short_name} = %{version}
Obsoletes: jakarta-%{short_name} < %{version}
@@ -97,7 +97,7 @@
# poms
# Install pom file
install -d -m 755 %{buildroot}%{_mavenpomdir}
-install -p -m 644 pom.xml %{buildroot}%{_mavenpomdir}/%{short_name}.pom
+%{mvn_install_pom} pom.xml %{buildroot}%{_mavenpomdir}/%{short_name}.pom
%add_maven_depmap %{short_name}.pom %{short_name}.jar
# javadoc
install -dm 0755 %{buildroot}%{_javadocdir}/%{name}
++++++ apache-commons-codec-build.xml ++++++
--- /var/tmp/diff_new_pack.4Si5cX/_old 2023-10-19 22:49:46.651781207 +0200
+++ /var/tmp/diff_new_pack.4Si5cX/_new 2023-10-19 22:49:46.651781207 +0200
@@ -10,7 +10,7 @@
<property name="project.groupId" value="commons-codec"/>
<property name="project.artifactId" value="commons-codec"/>
- <property name="project.version" value="1.15"/>
+ <property name="project.version" value="1.16.0"/>
<property name="project.name" value="Apache Commons Codec"/>
<property name="project.description" value="The Apache Commons Codec package
contains simple encoder and decoders for various formats such as Base64 and
Hexadecimal.
++++++ commons-codec-1.15-src.tar.gz -> commons-codec-1.16.0-src.tar.gz ++++++
++++ 22081 lines of diff (skipped)