11 Commits

Author SHA256 Message Date
Martin Pluskal
47d2026f42 Accepting request 990726 from home:dirkmueller:Factory
- update to 22.01:
  * UDF support was improved to UDF version 2.60.
  * HFS and APFS support was improved.

OBS-URL: https://build.opensuse.org/request/show/990726
OBS-URL: https://build.opensuse.org/package/show/Archiving/7zip?expand=0&rev=13
2022-07-26 06:22:31 +00:00
Danilo Spinella
c93a18fc42 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
2022-07-04 08:37:11 +00:00
Martin Pluskal
35276e0958 Accepting request 949178 from home:dfaggioli:branches:Archiving
- Fix an incompatibility with p7zip which was breaking some downstreams
  (e.g., GNOME's File-Roller). See bsc#1195041
  * Add fix-compatib-with-p7zip.patch

OBS-URL: https://build.opensuse.org/request/show/949178
OBS-URL: https://build.opensuse.org/package/show/Archiving/7zip?expand=0&rev=10
2022-01-26 08:35:53 +00:00
Danilo Spinella
458333709e Accepting request 946075 from home:dspinella:branches:Archiving
- Replace p7zip with 7zip
  * Add p7zip and p7zip.1

OBS-URL: https://build.opensuse.org/request/show/946075
OBS-URL: https://build.opensuse.org/package/show/Archiving/7zip?expand=0&rev=9
2022-01-13 10:50:42 +00:00
Danilo Spinella
4b158c5e27 Accepting request 943592 from home:dspinella:branches:Archiving
OBS-URL: https://build.opensuse.org/request/show/943592
OBS-URL: https://build.opensuse.org/package/show/Archiving/7zip?expand=0&rev=7
2022-01-03 12:03:04 +00:00
Danilo Spinella
144176fc42 Accepting request 943584 from home:dspinella:branches:Archiving
- Update to version 21.07:
  * The sorting order of files in archives was slightly changed to be more
    consistent for cases where the name of some directory is the same as the
    prefix part of the name of another directory or file.
  * TAR archives created by 7-Zip now are more consistent with archives
    created by GNU TAR program.
- Remove unneeded pach remove-rar-handler.patch
- Use the tarball in place of the 7zip archive as Source

OBS-URL: https://build.opensuse.org/request/show/943584
OBS-URL: https://build.opensuse.org/package/show/Archiving/7zip?expand=0&rev=6
2022-01-03 11:39:53 +00:00
Danilo Spinella
4057bc7b86 Accepting request 942323 from home:dspinella:branches:Archiving
OBS-URL: https://build.opensuse.org/request/show/942323
OBS-URL: https://build.opensuse.org/package/show/Archiving/7zip?expand=0&rev=5
2021-12-24 09:42:22 +00:00
Danilo Spinella
7ed9858ac3 Accepting request 942145 from home:adkorte:branches:Archiving
- Extract source archive with bsdtar instead of p7zip
- Fixup line breaks of documentation files

OBS-URL: https://build.opensuse.org/request/show/942145
OBS-URL: https://build.opensuse.org/package/show/Archiving/7zip?expand=0&rev=4
2021-12-24 09:38:09 +00:00
Danilo Spinella
8e29c84e2e Accepting request 941981 from home:adkorte:branches:Archiving
- update to version 21.06
  * Bug in LZMA encoder in file LzmaEnc.c was fixed:
    - LzmaEnc_MemEncode(), LzmaEncode() and LzmaCompress() could work
      incorrectly, if size value for output buffer is smaller than size
      required for all compressed data.
    - LzmaEnc_Encode() could work incorrectly, if callback
      ISeqOutStream::Write() doesn't write all compressed data.
    - NCompress::NLzma::CEncoder::Code() could work incorrectly,
      if callback ISequentialOutStream::Write() returns error code.
  * Bug in versions 21.00-21.05 was fixed:
    7-Zip didn't set attributes of directories during archive extracting.
- update to version 21.04
  * 7-Zip now reduces the number of working CPU threads for compression,
    if RAM size is not enough for compression with big LZMA2 dictionary.
  * 7-Zip now can create and check "file.sha256" and "file.sha1" text
    files that contain the list of file names and SHA-1 / SHA-256
    checksums in format compatible with sha1sum/sha256sum programs.
- update to version 21.03
  * The maximum dictionary size for LZMA/LZMA2 compressing was increased
    to 4 GB (3840 MiB).
  * Minor speed optimizations in LZMA/LZMA2 compressing.

OBS-URL: https://build.opensuse.org/request/show/941981
OBS-URL: https://build.opensuse.org/package/show/Archiving/7zip?expand=0&rev=3
2021-12-22 09:58:12 +00:00
Danilo Spinella
b59785922c Accepting request 941732 from home:jengelh:branches:Archiving
- Remove more -W flags for the Leap 15.x build to succeed

OBS-URL: https://build.opensuse.org/request/show/941732
OBS-URL: https://build.opensuse.org/package/show/Archiving/7zip?expand=0&rev=2
2021-12-21 11:15:51 +00:00
Martin Pluskal
f3ed4bc20b Accepting request 904597 from home:dspinella
- Create initial version
- Add remove-rar-handler.patch

OBS-URL: https://build.opensuse.org/request/show/904597
OBS-URL: https://build.opensuse.org/package/show/Archiving/7zip?expand=0&rev=1
2021-07-08 12:35:20 +00:00