Accepting request 1227684 from Archiving

OBS-URL: https://build.opensuse.org/request/show/1227684
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/7zip?expand=0&rev=17
This commit is contained in:
Ana Guerrero 2024-12-03 19:45:36 +00:00 committed by Git OBS Bridge
commit 9a1b985854
4 changed files with 21 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:aa04aac906a04df59e7301f4c69e9f48808e6c8ecae4eb697703a47bfb0ac042
size 1493700

BIN
7z2409-src.tar.xz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Sun Dec 1 16:49:52 UTC 2024 - Antonio Teixeira <antonio.teixeira@suse.com>
- Update to 24.09:
* The default dictionary size values for LZMA/LZMA2 compression methods
were increased
* 7-Zip now can calculate the following hash checksums: SHA-512, SHA-384, SHA3-256 and MD5.
* APM and HFS support was improved.
* If an archive update operation uses a temporary archive folder and
the archive is moved to the destination folder, 7-Zip shows the progress of moving
the archive file, as this operation can take a long time if the archive is large.
* The bug was fixed: 7-Zip File Manager didn't propagate Zone.Identifier stream
for extracted files from nested archives (if there is open archive inside another open
archive).
* Some bugs were fixed.
-------------------------------------------------------------------
Sun Aug 25 13:59:08 UTC 2024 - Andreas Stieger <andreas.stieger@gmx.de>

View File

@ -17,9 +17,9 @@
#
%define stripped_version 2408
%define stripped_version 2409
Name: 7zip
Version: 24.08
Version: 24.09
Release: 0
Summary: Command-line file archiver with high compression ratio
# CPP/7zip/Compress/LzfseDecoder.cpp is under the BSD-3-Clause