From c93a18fc4283a7e4aee6b5301935feec77ec1032f48aadeed3da3fa38e6ccf95 Mon Sep 17 00:00:00 2001 From: Danilo Spinella Date: Mon, 4 Jul 2022 08:37:11 +0000 Subject: [PATCH] Accepting request 986503 from home:elimat:branches:Archiving - Update to version 22.00: * 7-Zip now can extract APFS (Apple File System) images that can be used in DMG files. * 7-Zip now can create TAR archives in POSIX (pax) tar format with the switches -ttar -mm=pax or -ttar -mm=posix * 7-Zip now can store additional file timestamps with high precision (1 ns in Linux) in tar/pax archives with the following switches: -ttar -mm=pax -mtp=3 -mtc -mta * New switches for Linux version for TAR archives: -snoi : store owner/group ids in archive or set owner/group ids from archive to extracted files. -snon : store owner/group names in archive * New -snz switch to propagate Zone.Identifier stream to extracted files (Windows). * New option "Propagate Zone.Id stream" in Tools/Options/7-Zip menu. * New "Options" window in "Add to archive" allows to select what metadata must be included to archive. Also it allows to select new option "Do not change source files last access time". * Some bugs were fixed. OBS-URL: https://build.opensuse.org/request/show/986503 OBS-URL: https://build.opensuse.org/package/show/Archiving/7zip?expand=0&rev=11 --- 7z2107-src.tar.xz | 3 --- 7z2200-src.tar.xz | 3 +++ 7zip.changes | 20 ++++++++++++++++++++ 7zip.spec | 4 ++-- 4 files changed, 25 insertions(+), 5 deletions(-) delete mode 100644 7z2107-src.tar.xz create mode 100644 7z2200-src.tar.xz diff --git a/7z2107-src.tar.xz b/7z2107-src.tar.xz deleted file mode 100644 index 379db77..0000000 --- a/7z2107-src.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:213d594407cb8efcba36610b152ca4921eda14163310b43903d13e68313e1e39 -size 1230388 diff --git a/7z2200-src.tar.xz b/7z2200-src.tar.xz new file mode 100644 index 0000000..8d179f2 --- /dev/null +++ b/7z2200-src.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40969f601e86aff49aaa0ba0df5ce6fd397cf7e2683a84b591b0081e461ef675 +size 1285632 diff --git a/7zip.changes b/7zip.changes index d10bb10..a639557 100644 --- a/7zip.changes +++ b/7zip.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Sun Jul 3 21:01:22 UTC 2022 - Matthias Eliasson + +- Update to version 22.00: + * 7-Zip now can extract APFS (Apple File System) images that can be used in DMG files. + * 7-Zip now can create TAR archives in POSIX (pax) tar format with the switches + -ttar -mm=pax or -ttar -mm=posix + * 7-Zip now can store additional file timestamps with high precision (1 ns in Linux) + in tar/pax archives with the following switches: + -ttar -mm=pax -mtp=3 -mtc -mta + * New switches for Linux version for TAR archives: + -snoi : store owner/group ids in archive or set owner/group ids from archive to extracted files. + -snon : store owner/group names in archive + * New -snz switch to propagate Zone.Identifier stream to extracted files (Windows). + * New option "Propagate Zone.Id stream" in Tools/Options/7-Zip menu. + * New "Options" window in "Add to archive" allows to select what metadata must be + included to archive. Also it allows to select new option + "Do not change source files last access time". + * Some bugs were fixed. + ------------------------------------------------------------------- Wed Jan 26 03:16:03 UTC 2022 - Dario Faggioli diff --git a/7zip.spec b/7zip.spec index 2c416cf..f04c156 100644 --- a/7zip.spec +++ b/7zip.spec @@ -16,9 +16,9 @@ # -%define stripped_version 2107 +%define stripped_version 2200 Name: 7zip -Version: 21.07 +Version: 22.00 Release: 0 Summary: File Archivier # CPP/7zip/Compress/LzfseDecoder.cpp is under the BSD-3-Clause