Blame 7zip.changes

Adrian Schröter 60546d
-------------------------------------------------------------------
Adrian Schröter 68783a
Fri Jul 22 21:16:09 UTC 2022 - Dirk Müller <dmueller@suse.com>
Adrian Schröter 68783a
Adrian Schröter 68783a
- update to 22.01:
Adrian Schröter 68783a
  * UDF support was improved to UDF version 2.60.
Adrian Schröter 68783a
  * HFS and APFS support was improved. 
Adrian Schröter 68783a
Adrian Schröter 68783a
-------------------------------------------------------------------
Adrian Schröter 68783a
Sun Jul  3 21:01:22 UTC 2022 - Matthias Eliasson <elimat@opensuse.org>
Adrian Schröter 68783a
Adrian Schröter 68783a
- Update to version 22.00: 
Adrian Schröter 68783a
  * 7-Zip now can extract APFS (Apple File System) images that can be used in DMG files.
Adrian Schröter 68783a
  * 7-Zip now can create TAR archives in POSIX (pax) tar format with the switches
Adrian Schröter 68783a
    -ttar -mm=pax or -ttar -mm=posix
Adrian Schröter 68783a
  * 7-Zip now can store additional file timestamps with high precision (1 ns in Linux) 
Adrian Schröter 68783a
    in tar/pax archives with the following switches:
Adrian Schröter 68783a
    -ttar -mm=pax -mtp=3 -mtc -mta
Adrian Schröter 68783a
  * New switches for Linux version for TAR archives:
Adrian Schröter 68783a
    -snoi : store owner/group ids in archive or set owner/group ids from archive to extracted files. 
Adrian Schröter 68783a
    -snon : store owner/group names in archive
Adrian Schröter 68783a
  * New -snz switch to propagate Zone.Identifier stream to extracted files (Windows).
Adrian Schröter 68783a
  * New option "Propagate Zone.Id stream" in Tools/Options/7-Zip menu.
Adrian Schröter 68783a
  * New "Options" window in "Add to archive" allows to select what metadata must be 
Adrian Schröter 68783a
    included to archive. Also it allows to select new option 
Adrian Schröter 68783a
    "Do not change source files last access time".
Adrian Schröter 68783a
  * Some bugs were fixed.
Adrian Schröter 68783a
Adrian Schröter 68783a
-------------------------------------------------------------------
Adrian Schröter 60546d
Wed Jan 26 03:16:03 UTC 2022 - Dario Faggioli <dfaggioli@suse.com>
Adrian Schröter 60546d
Adrian Schröter 60546d
- Fix an incompatibility with p7zip which was breaking some downstreams
Adrian Schröter 60546d
  (e.g., GNOME's File-Roller). See bsc#1195041
Adrian Schröter 60546d
  * Add fix-compatib-with-p7zip.patch
Adrian Schröter 60546d
Adrian Schröter 60546d
-------------------------------------------------------------------
Adrian Schröter 60546d
Wed Jan 12 16:45:41 UTC 2022 - Danilo Spinella <danilo.spinella@suse.com>
Adrian Schröter 60546d
Adrian Schröter 60546d
- Replace p7zip with 7zip
Adrian Schröter 60546d
  * Add p7zip and p7zip.1
Adrian Schröter 60546d
Adrian Schröter 60546d
-------------------------------------------------------------------
Adrian Schröter 60546d
Mon Jan  3 11:31:10 UTC 2022 - Danilo Spinella <danilo.spinella@suse.com>
Adrian Schröter 60546d
Adrian Schröter 60546d
- Update to version 21.07:
Adrian Schröter 60546d
  * The sorting order of files in archives was slightly changed to be more
Adrian Schröter 60546d
    consistent for cases where the name of some directory is the same as the
Adrian Schröter 60546d
    prefix part of the name of another directory or file.
Adrian Schröter 60546d
  * TAR archives created by 7-Zip now are more consistent with archives
Adrian Schröter 60546d
    created by GNU TAR program.
Adrian Schröter 60546d
- Remove unneeded pach remove-rar-handler.patch
Adrian Schröter 60546d
- Use the tarball in place of the 7zip archive as Source
Adrian Schröter 60546d
Adrian Schröter 60546d
-------------------------------------------------------------------
Adrian Schröter 60546d
Wed Dec 22 20:48:46 UTC 2021 - Arjen de Korte <suse+build@de-korte.org>
Adrian Schröter 60546d
Adrian Schröter 60546d
- Extract source archive with bsdtar instead of p7zip
Adrian Schröter 60546d
- Fixup line breaks of documentation files
Adrian Schröter 60546d
Adrian Schröter 60546d
-------------------------------------------------------------------
Adrian Schröter 60546d
Tue Dec 21 21:13:09 UTC 2021 - Arjen de Korte <suse+build@de-korte.org>
Adrian Schröter 60546d
Adrian Schröter 60546d
- update to version 21.06
Adrian Schröter 60546d
  * Bug in LZMA encoder in file LzmaEnc.c was fixed:
Adrian Schröter 60546d
    - LzmaEnc_MemEncode(), LzmaEncode() and LzmaCompress() could work
Adrian Schröter 60546d
      incorrectly, if size value for output buffer is smaller than size
Adrian Schröter 60546d
      required for all compressed data.
Adrian Schröter 60546d
    - LzmaEnc_Encode() could work incorrectly, if callback
Adrian Schröter 60546d
      ISeqOutStream::Write() doesn't write all compressed data.
Adrian Schröter 60546d
    - NCompress::NLzma::CEncoder::Code() could work incorrectly,
Adrian Schröter 60546d
      if callback ISequentialOutStream::Write() returns error code.
Adrian Schröter 60546d
  * Bug in versions 21.00-21.05 was fixed:
Adrian Schröter 60546d
    7-Zip didn't set attributes of directories during archive extracting.
Adrian Schröter 60546d
Adrian Schröter 60546d
- update to version 21.04
Adrian Schröter 60546d
  * 7-Zip now reduces the number of working CPU threads for compression,
Adrian Schröter 60546d
    if RAM size is not enough for compression with big LZMA2 dictionary.
Adrian Schröter 60546d
  * 7-Zip now can create and check "file.sha256" and "file.sha1" text
Adrian Schröter 60546d
    files that contain the list of file names and SHA-1 / SHA-256
Adrian Schröter 60546d
    checksums in format compatible with sha1sum/sha256sum programs.
Adrian Schröter 60546d
Adrian Schröter 60546d
- update to version 21.03
Adrian Schröter 60546d
  * The maximum dictionary size for LZMA/LZMA2 compressing was increased
Adrian Schröter 60546d
    to 4 GB (3840 MiB).
Adrian Schröter 60546d
  * Minor speed optimizations in LZMA/LZMA2 compressing.
Adrian Schröter 60546d
Adrian Schröter 60546d
-------------------------------------------------------------------
Adrian Schröter 60546d
Tue Dec 21 00:07:36 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
Adrian Schröter 60546d
Adrian Schröter 60546d
- Remove more -W flags for the Leap 15.x build to succeed
Adrian Schröter 60546d
Adrian Schröter 60546d
-------------------------------------------------------------------
Adrian Schröter 60546d
Tue Jul  6 14:36:25 UTC 2021 danilo.spinella@suse.com
Adrian Schröter 60546d
Adrian Schröter 60546d
- Create initial version
Adrian Schröter 60546d
- Add remove-rar-handler.patch