diff --git a/apache-commons-codec-build.xml b/apache-commons-codec-build.xml index 3361476..2c9a3ae 100644 --- a/apache-commons-codec-build.xml +++ b/apache-commons-codec-build.xml @@ -10,7 +10,7 @@ - + - + + @@ -31,20 +32,14 @@ collection of phonetic encoding utilities."/> - - - - - + - - - + @@ -71,6 +66,7 @@ collection of phonetic encoding utilities."/> optimize="false" deprecation="true" target="${compiler.target}" + release="${compiler.release}" verbose="false" fork="false" source="${compiler.source}"> @@ -91,110 +87,6 @@ collection of phonetic encoding utilities."/> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - =================================== WARNING =================================== - JUnit is not present in the test classpath or your $ANT_HOME/lib directory. Tests not executed. - =============================================================================== - - @@ -204,7 +96,6 @@ collection of phonetic encoding utilities."/> packagenames="*" destdir="${reporting.outputDirectory}/apidocs" access="protected" - old="false" verbose="false" encoding="UTF-8" version="true" @@ -229,7 +120,7 @@ collection of phonetic encoding utilities."/> - + + +- Update to 1.16.1: + * New features: + + Add Maven property project.build.outputTimestamp for build + reproducibility + * Fixed Bugs: + + CODEC-295: Test clean ups + + CODEC-295: Correct error in Base64 Javadoc + + CODEC-295: Add minimum Java version in changes.xml + + CODEC-310: Documentation update for the + org.apache.commons.codec.digest.* package + + Precompile regular expression in UnixCrypt.crypt(byte[], + String) + + CODEC-315: Fix possible IndexOutOfBoundException in + PhoneticEngine.encode method + + CODEC-313: Fix possible ArrayIndexOutOfBoundsException in + QuotedPrintableCodec.encodeQuotedPrintable() method + + CODEC-312: Fix possible StringIndexOutOfBoundException in + MatchRatingApproachEncoder.encode() method + + CODEC-311: Fix possible ArrayIndexOutOfBoundException in + RefinedSoundex.getMappingCode() + + CODEC-314: Fix possible IndexOutOfBoundsException in + PercentCodec.insertAlwaysEncodeChars() method + + Deprecate UnixCrypt 0-argument constructor + + Deprecate Md5Crypt 0-argument constructor + + Deprecate Crypt 0-argument constructor + + Deprecate StringUtils 0-argument constructor + + Deprecate Resources 0-argument constructor + + Deprecate Charsets 0-argument constructor + + Deprecate CharEncoding 0-argument constructor + ------------------------------------------------------------------- Wed Oct 18 11:30:31 UTC 2023 - David Anes diff --git a/apache-commons-codec.spec b/apache-commons-codec.spec index 7a3e2e2..cfe7b6b 100644 --- a/apache-commons-codec.spec +++ b/apache-commons-codec.spec @@ -1,7 +1,7 @@ # # spec file for package apache-commons-codec # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # Copyright (c) 2000-2010, JPackage Project # # All modifications and additions to the file contributed by third parties @@ -19,9 +19,8 @@ %define base_name codec %define short_name commons-%{base_name} -%bcond_with tests Name: apache-commons-codec -Version: 1.16.0 +Version: 1.16.1 Release: 0 Summary: Apache Commons Codec Package License: Apache-2.0 @@ -44,13 +43,6 @@ Obsoletes: jakarta-%{short_name} < %{version} Provides: %{short_name} = %{version} Obsoletes: %{short_name} < %{version} BuildArch: noarch -%if %{with tests} -BuildRequires: ant-junit >= 1.7 -BuildRequires: apache-commons-lang3 -BuildRequires: hamcrest-core -BuildRequires: junit -BuildRequires: mozilla-nss -%endif %description Commons Codec is an attempt to provide definitive implementations of @@ -79,14 +71,7 @@ dos2unix RELEASE-NOTES*.txt LICENSE.txt NOTICE.txt %build mkdir -p lib -%if %{with tests} -build-jar-repository -s lib junit4 hamcrest/core commons-lang3 -%endif -ant \ -%if %{without tests} - -Dtest.skip=true \ -%endif - -Dcompiler.source=1.8 -Dcompiler.target=1.8 \ +%{ant} \ jar javadoc %install diff --git a/commons-codec-1.16.0-src.tar.gz b/commons-codec-1.16.0-src.tar.gz deleted file mode 100644 index b98d3f5..0000000 --- a/commons-codec-1.16.0-src.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f2f239ae00483b3389b5f49ad19aa45cc087413241b3408b9c3e522fdc298e73 -size 447581 diff --git a/commons-codec-1.16.0-src.tar.gz.asc b/commons-codec-1.16.0-src.tar.gz.asc deleted file mode 100644 index 8a3ac9d..0000000 --- a/commons-codec-1.16.0-src.tar.gz.asc +++ /dev/null @@ -1,11 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iQEzBAABCgAdFiEELbTx7w+nYezE6pNchv3H4qESYssFAmSOTJMACgkQhv3H4qES -YsuaBQf/X7AH5EDgXkA4H9mIY/pARs/Gt1cYhlmHPlmWEInN3W5ZYSynRXTWPV9Y -r/6vvsYUjdG3xPrwZuAo54V4mktCqZWkSUQFREBibSqk5gqy6E6HDYVUg5tdYom2 -lNnNQIm3r6amjlFzxxR5mo+yyBQIySg1dhOMn0J/2pjYyBzx1TZpyGrDoRVJMCIg -SwCx46/xRu3+898zG87BPouSbRxPx5+ws33jOwF4iL3McyJZs7bWwxEVtwxK9bQL -bRtcT6yWT7xfgME0dE0bJYqrhCKbHo6P60+/alfKMmfwwU6NbfWa78CfhoZa+1qK -sHRNqTO5mFEe4DRMVbDOrnZuG0CBQQ== -=y18z ------END PGP SIGNATURE----- diff --git a/commons-codec-1.16.1-src.tar.gz b/commons-codec-1.16.1-src.tar.gz new file mode 100644 index 0000000..117bc5f --- /dev/null +++ b/commons-codec-1.16.1-src.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b492518622d797709ab0e93260afe5ba677c7286ef5bd2b9401930a12909858b +size 450009 diff --git a/commons-codec-1.16.1-src.tar.gz.asc b/commons-codec-1.16.1-src.tar.gz.asc new file mode 100644 index 0000000..5872c08 --- /dev/null +++ b/commons-codec-1.16.1-src.tar.gz.asc @@ -0,0 +1,11 @@ +-----BEGIN PGP SIGNATURE----- + +iQEzBAABCgAdFiEELbTx7w+nYezE6pNchv3H4qESYssFAmW/rbcACgkQhv3H4qES +YstJmQgAg76hidrYM7KgNZ2g//GgpDIIRo5HaLM2U3b5QHDzQOvO5ONdB1Q598o9 +vpd5KOM26EcG3nep1SOXGvUlITszBfbxLw2pgFhBV7Cg4QN0EKCGTeaDWfs/Fh6Z +WHIpMg1Isq5iJbIB9A4HKHa9wXhuUB36r0IUzhSzeVwd4BcZ09uKgMXao7ugwSdX +ZdN8FmkiNKPDQ3DZyY/aPz80NTrE/02yqvP5JwORxj7T8fsQGKEkUUZkRcxnDn5u +/JXu5mFzAR9ulAak1xdSoNDVHVlaJgbql5eQoIwEifoaScmn8zh+Z9KLANnO/n4I +KMVaL7iVkPkG+ks53IduY431I6XGfw== +=9BdM +-----END PGP SIGNATURE-----