diff --git a/apache-commons-compress-build.xml b/apache-commons-compress-build.xml index beea604..83d06a6 100644 --- a/apache-commons-compress-build.xml +++ b/apache-commons-compress-build.xml @@ -9,7 +9,7 @@ - + @@ -19,8 +19,8 @@ - - + + @@ -113,10 +113,12 @@ basedir="${build.outputDir}" excludes="**/package.html"> + - - + + + diff --git a/apache-commons-compress.changes b/apache-commons-compress.changes index 8eddf68..623b91f 100644 --- a/apache-commons-compress.changes +++ b/apache-commons-compress.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Tue May 14 10:26:58 UTC 2024 - Fridrich Strba + +- Upgrade to 1.26.1 + * Fixed Bugs + + COMPRESS-659: TarArchiveOutputStream should use Commons IO + Charsets instead of Commons Codec Charsets. + + COMPRESS-660: Add org.apache.commons.codec to OSGi imports. + + COMPRESS-664 Return null value from getNextEntry() for empty + file. + + COMPRESS-664: Remove unused variables in tests. + + COMPRESS-666: Multithreaded access to Tar archive throws + java.util.zip.ZipException: Corrupt GZIP trailer. + + COMPRESS-644: ArchiveStreamFactory.detect(InputStream) returns + TAR for ICO file. + + COMPRESS-661: ArchiveInputStream markSupported should always + return false. + + COMPRESS-662: Remove out of date jar and scripts. + ------------------------------------------------------------------- Tue Feb 20 10:24:11 UTC 2024 - Dominique Leuenberger diff --git a/apache-commons-compress.spec b/apache-commons-compress.spec index 0f2c359..5044958 100644 --- a/apache-commons-compress.spec +++ b/apache-commons-compress.spec @@ -19,7 +19,7 @@ %global base_name compress %global short_name commons-%{base_name} Name: apache-%{short_name} -Version: 1.26.0 +Version: 1.26.1 Release: 0 Summary: Java API for working with compressed files and archivers License: Apache-2.0 @@ -33,6 +33,7 @@ Patch2: 0003-Remove-Pack200-compressor.patch BuildRequires: ant BuildRequires: commons-codec BuildRequires: commons-io >= 2.14 +BuildRequires: commons-lang3 BuildRequires: fdupes BuildRequires: java-devel >= 1.8 BuildRequires: javapackages-local >= 6 @@ -85,7 +86,7 @@ rm src/test/java/org/apache/commons/compress/java/util/jar/Pack200Test.java %build mkdir -p lib -build-jar-repository -s lib xz-java commons-io commons-codec +build-jar-repository -s lib xz-java commons-io commons-codec commons-lang3 %{ant} package javadoc %install diff --git a/commons-compress-1.26.0-src.tar.gz b/commons-compress-1.26.0-src.tar.gz deleted file mode 100644 index 203f690..0000000 --- a/commons-compress-1.26.0-src.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:577aa8a0f275f1f55f6b6d7f8095602fee8c7d4bd5bd9aef430b7d8ac2e024be -size 54670636 diff --git a/commons-compress-1.26.1-src.tar.gz b/commons-compress-1.26.1-src.tar.gz new file mode 100644 index 0000000..d659826 --- /dev/null +++ b/commons-compress-1.26.1-src.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fd4a84162f5edcca757b4d0048e7abd78272e1b6794f9f0b2b42832ead922ed +size 54843710