diff --git a/.files b/.files index 7a355de..6911e4a 100644 Binary files a/.files and b/.files differ diff --git a/.rev b/.rev index 382e3d7..d09c408 100644 --- a/.rev +++ b/.rev @@ -23,4 +23,12 @@ 949190 + + 32bc66b5a1f74bed8c6d678c031eb399 + 22.00 + + dimstar_suse + + 986563 + diff --git a/7z2107-src.tar.xz b/7z2107-src.tar.xz deleted file mode 120000 index b4447b4..0000000 --- a/7z2107-src.tar.xz +++ /dev/null @@ -1 +0,0 @@ -/ipfs/bafybeigfskozym7w2wwqccxwvkxh443unyrd57kigdzij37ymyxu6pmlcu \ No newline at end of file diff --git a/7z2200-src.tar.xz b/7z2200-src.tar.xz new file mode 120000 index 0000000..4ffcfef --- /dev/null +++ b/7z2200-src.tar.xz @@ -0,0 +1 @@ +/ipfs/bafybeihyhap7p4sikezpt2xwxjlsixh465vdhlxcropgsakhy6sx4ezytu \ No newline at end of file diff --git a/7zip.changes b/7zip.changes index 1f3f477..c22ef86 100644 --- a/7zip.changes +++ b/7zip.changes @@ -1,4 +1,24 @@ ------------------------------------------------------------------- +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 - Fix an incompatibility with p7zip which was breaking some downstreams diff --git a/7zip.spec b/7zip.spec index 1c1cb37..f71b6ee 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