From 18414a46d5f019eba25f34e0020ef09cb4f685aa393ceab3afd0df238273050d Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Tue, 14 May 2024 10:50:02 +0000 Subject: [PATCH 1/2] OBS-URL: https://build.opensuse.org/package/show/Java:packages/apache-commons-compress?expand=0&rev=34 --- apache-commons-compress-build.xml | 12 +++++++----- apache-commons-compress.changes | 19 +++++++++++++++++++ apache-commons-compress.spec | 2 +- commons-compress-1.26.0-src.tar.gz | 3 --- commons-compress-1.26.1-src.tar.gz | 3 +++ 5 files changed, 30 insertions(+), 9 deletions(-) delete mode 100644 commons-compress-1.26.0-src.tar.gz create mode 100644 commons-compress-1.26.1-src.tar.gz diff --git a/apache-commons-compress-build.xml b/apache-commons-compress-build.xml index beea604..debfbf3 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..064add6 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 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 From da2cf59d9ae825b206097bfa2cb11c43f284ad5a5a1bda5dc97fcc3f4164f2ff Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Tue, 14 May 2024 13:27:15 +0000 Subject: [PATCH 2/2] OBS-URL: https://build.opensuse.org/package/show/Java:packages/apache-commons-compress?expand=0&rev=35 --- apache-commons-compress-build.xml | 4 ++-- apache-commons-compress.spec | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/apache-commons-compress-build.xml b/apache-commons-compress-build.xml index debfbf3..83d06a6 100644 --- a/apache-commons-compress-build.xml +++ b/apache-commons-compress-build.xml @@ -19,7 +19,7 @@ - + @@ -113,7 +113,7 @@ basedir="${build.outputDir}" excludes="**/package.html"> - + diff --git a/apache-commons-compress.spec b/apache-commons-compress.spec index 064add6..5044958 100644 --- a/apache-commons-compress.spec +++ b/apache-commons-compress.spec @@ -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