Blame 7zip.changes

7a25c7
-------------------------------------------------------------------
541c82
Wed Jan 26 03:16:03 UTC 2022 - Dario Faggioli <dfaggioli@suse.com>
541c82
541c82
- Fix an incompatibility with p7zip which was breaking some downstreams
541c82
  (e.g., GNOME's File-Roller). See bsc#1195041
541c82
  * Add fix-compatib-with-p7zip.patch
541c82
541c82
-------------------------------------------------------------------
396e10
Wed Jan 12 16:45:41 UTC 2022 - Danilo Spinella <danilo.spinella@suse.com>
396e10
396e10
- Replace p7zip with 7zip
396e10
  * Add p7zip and p7zip.1
396e10
396e10
-------------------------------------------------------------------
7a25c7
Mon Jan  3 11:31:10 UTC 2022 - Danilo Spinella <danilo.spinella@suse.com>
7a25c7
7a25c7
- Update to version 21.07:
7a25c7
  * The sorting order of files in archives was slightly changed to be more
7a25c7
    consistent for cases where the name of some directory is the same as the
7a25c7
    prefix part of the name of another directory or file.
7a25c7
  * TAR archives created by 7-Zip now are more consistent with archives
7a25c7
    created by GNU TAR program.
7a25c7
- Remove unneeded pach remove-rar-handler.patch
7a25c7
- Use the tarball in place of the 7zip archive as Source
7a25c7
7a25c7
-------------------------------------------------------------------
7a25c7
Wed Dec 22 20:48:46 UTC 2021 - Arjen de Korte <suse+build@de-korte.org>
7a25c7
7a25c7
- Extract source archive with bsdtar instead of p7zip
7a25c7
- Fixup line breaks of documentation files
7a25c7
7a25c7
-------------------------------------------------------------------
7a25c7
Tue Dec 21 21:13:09 UTC 2021 - Arjen de Korte <suse+build@de-korte.org>
7a25c7
7a25c7
- update to version 21.06
7a25c7
  * Bug in LZMA encoder in file LzmaEnc.c was fixed:
7a25c7
    - LzmaEnc_MemEncode(), LzmaEncode() and LzmaCompress() could work
7a25c7
      incorrectly, if size value for output buffer is smaller than size
7a25c7
      required for all compressed data.
7a25c7
    - LzmaEnc_Encode() could work incorrectly, if callback
7a25c7
      ISeqOutStream::Write() doesn't write all compressed data.
7a25c7
    - NCompress::NLzma::CEncoder::Code() could work incorrectly,
7a25c7
      if callback ISequentialOutStream::Write() returns error code.
7a25c7
  * Bug in versions 21.00-21.05 was fixed:
7a25c7
    7-Zip didn't set attributes of directories during archive extracting.
7a25c7
7a25c7
- update to version 21.04
7a25c7
  * 7-Zip now reduces the number of working CPU threads for compression,
7a25c7
    if RAM size is not enough for compression with big LZMA2 dictionary.
7a25c7
  * 7-Zip now can create and check "file.sha256" and "file.sha1" text
7a25c7
    files that contain the list of file names and SHA-1 / SHA-256
7a25c7
    checksums in format compatible with sha1sum/sha256sum programs.
7a25c7
7a25c7
- update to version 21.03
7a25c7
  * The maximum dictionary size for LZMA/LZMA2 compressing was increased
7a25c7
    to 4 GB (3840 MiB).
7a25c7
  * Minor speed optimizations in LZMA/LZMA2 compressing.
7a25c7
7a25c7
-------------------------------------------------------------------
7a25c7
Tue Dec 21 00:07:36 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
7a25c7
7a25c7
- Remove more -W flags for the Leap 15.x build to succeed
7a25c7
7a25c7
-------------------------------------------------------------------
7a25c7
Tue Jul  6 14:36:25 UTC 2021 danilo.spinella@suse.com
7a25c7
7a25c7
- Create initial version
7a25c7
- Add remove-rar-handler.patch