Hello community,

here is the log from the commit of package apache-commons-codec for 
openSUSE:Factory checked in at 2020-11-06 23:43:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/apache-commons-codec (Old)
 and      /work/SRC/openSUSE:Factory/.apache-commons-codec.new.11331 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "apache-commons-codec"

Fri Nov  6 23:43:47 2020 rev:22 rq:845451 version:1.15

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/apache-commons-codec/apache-commons-codec.changes    
    2020-06-08 23:44:09.285387187 +0200
+++ 
/work/SRC/openSUSE:Factory/.apache-commons-codec.new.11331/apache-commons-codec.changes
     2020-11-06 23:44:02.955384744 +0100
@@ -1,0 +2,18 @@
+Tue Oct 27 07:51:13 UTC 2020 - Pedro Monreal <[email protected]>
+
+- Update to 1.15
+  * Fix: MurmurHash3: Ensure hash128 maintains the sign extension bug.
+  * Update: Base32/Base64/BCodec: Added strict decoding property to
+    control handling of trailing bits. Default lenient mode discards
+    them without error. Strict mode raise an exception.
+  * Update: Base32/Base64 Input/OutputStream: Added strict decoding
+    property to control handling of trailing bits. Default lenient
+    mode discards them without error. Strict mode raise an exception.
+  * Update: Update tests from JUnit 4.12 to 4.13.
+  * Add: Base16Codec and Base16Input/OutputStream.
+  * Add: Hex encode/decode with existing arrays.
+  * Update: Update actions/checkout from v1 to v2.3.2.
+  * Update: Update actions/setup-java from v1.4.0 to v1.4.1.
+- Remove timeout.patch
+
+-------------------------------------------------------------------

Old:
----
  commons-codec-1.14-src.tar.gz
  timeout.patch

New:
----
  commons-codec-1.15-src.tar.gz
  commons-codec-1.15-src.tar.gz.asc

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ apache-commons-codec.spec ++++++
--- /var/tmp/diff_new_pack.o4mFko/_old  2020-11-06 23:44:05.059380700 +0100
+++ /var/tmp/diff_new_pack.o4mFko/_new  2020-11-06 23:44:05.063380692 +0100
@@ -21,19 +21,18 @@
 %define short_name commons-%{base_name}
 %bcond_with tests
 Name:           apache-commons-codec
-Version:        1.14
+Version:        1.15
 Release:        0
 Summary:        Apache Commons Codec Package
 License:        Apache-2.0
 Group:          Development/Libraries/Java
 URL:            http://commons.apache.org/codec/
 Source0:        
http://archive.apache.org/dist/commons/%{base_name}/source/%{short_name}-%{version}-src.tar.gz
+Source2:        
http://archive.apache.org/dist/commons/%{base_name}/source/%{short_name}-%{version}-src.tar.gz.asc
 Source1:        %{name}-build.xml
 # Data in DoubleMetaphoneTest.java originally has an inadmissible license.
 # The author gives MIT in e-mail communication.
 Source100:      aspell-mail.txt
-# PATCH-FIX-OPENSUSE Avoid spurious timeout in BeiderMorse tests
-Patch0:         timeout.patch
 BuildRequires:  ant
 BuildRequires:  dos2unix
 BuildRequires:  fdupes
@@ -72,7 +71,6 @@
 %setup -q -n %{short_name}-%{version}-src
 cp %{SOURCE1} build.xml
 cp %{SOURCE100} aspell-mail.txt
-%patch0 -p1
 
 #fixes eof encoding
 dos2unix RELEASE-NOTES*.txt LICENSE.txt NOTICE.txt

++++++ apache-commons-codec-build.xml ++++++
--- /var/tmp/diff_new_pack.o4mFko/_old  2020-11-06 23:44:05.091380639 +0100
+++ /var/tmp/diff_new_pack.o4mFko/_new  2020-11-06 23:44:05.095380631 +0100
@@ -10,7 +10,7 @@
 
   <property name="project.groupId" value="commons-codec"/>
   <property name="project.artifactId" value="commons-codec"/>
-  <property name="project.version" value="1.14"/>
+  <property name="project.version" value="1.15"/>
   <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.14-src.tar.gz -> commons-codec-1.15-src.tar.gz ++++++
++++ 105070 lines of diff (skipped)


Reply via email to