18 Commits

Author SHA256 Message Date
93ab161e22 Accepting request 1304168 from Archiving
- update to 1.5.3:
  * fix oom handling in main.c and yarg.h.
  * cmake build fixes for non-unix platforms:
  * disable pthreads by default on windows & !mingw
  * fix handling of dlls on windows.
  * add missing find_dependency call to ensure Threads::threads
    is present in downstream find_package callers.
  * the project moved to https://github.com/iczelia/bzip3.

- Build AVX2 enabled hwcaps library for x86_64-v3

OBS-URL: https://build.opensuse.org/request/show/1304168
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bzip3?expand=0&rev=8
2025-09-12 19:10:09 +00:00
288a4edfa7 - update to 1.5.3:
* fix oom handling in main.c and yarg.h.
  * cmake build fixes for non-unix platforms:
  * disable pthreads by default on windows & !mingw
  * fix handling of dlls on windows.
  * add missing find_dependency call to ensure Threads::threads
    is present in downstream find_package callers.
  * the project moved to https://github.com/iczelia/bzip3.
- Build AVX2 enabled hwcaps library for x86_64-v3

OBS-URL: https://build.opensuse.org/package/show/Archiving/bzip3?expand=0&rev=17
2025-09-11 21:12:04 +00:00
4bd23b0433 Accepting request 1277843 from Archiving
OBS-URL: https://build.opensuse.org/request/show/1277843
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bzip3?expand=0&rev=7
2025-05-20 07:32:27 +00:00
1a909d0705 Accepting request 1274139 from home:amanzini:branches:Archiving
- update to 1.5.2:
  * batch mode: fall back to stdin input with no auxiliary arguments.
  * bz3_compress (API): better bound estimation
  * yarg: oom handling; stop relying on (GNU) asprintf, use the baked in variant.
  * pkg-config: Add License variable
  * bz3_decompress (API): fix a memory leak

OBS-URL: https://build.opensuse.org/request/show/1274139
OBS-URL: https://build.opensuse.org/package/show/Archiving/bzip3?expand=0&rev=15
2025-05-15 15:29:10 +00:00
2149216eaa Accepting request 1235529 from Archiving
OBS-URL: https://build.opensuse.org/request/show/1235529
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bzip3?expand=0&rev=6
2025-01-07 19:53:56 +00:00
8f43d4a6c3 Accepting request 1234591 from home:AndreasStieger:branches:Archiving
bzip3 1.5.1

OBS-URL: https://build.opensuse.org/request/show/1234591
OBS-URL: https://build.opensuse.org/package/show/Archiving/bzip3?expand=0&rev=13
2025-01-07 09:30:12 +00:00
8c03612f19 Accepting request 1133813 from Archiving
OBS-URL: https://build.opensuse.org/request/show/1133813
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bzip3?expand=0&rev=5
2023-12-18 21:56:29 +00:00
1274426c46 Accepting request 1133806 from home:amanzini:branches:Archiving
- update to 1.4.0:
  * support for linking with C++
  * improvements on CMake build

OBS-URL: https://build.opensuse.org/request/show/1133806
OBS-URL: https://build.opensuse.org/package/show/Archiving/bzip3?expand=0&rev=11
2023-12-18 09:16:33 +00:00
40cd5fdb06 Accepting request 1106257 from Archiving
OBS-URL: https://build.opensuse.org/request/show/1106257
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bzip3?expand=0&rev=4
2023-08-28 15:16:26 +00:00
0f9e82f8c1 Accepting request 1105194 from home:amanzini:branches:Archiving
- update to 1.3.2:
  * Add the `-r` option ("recovery"). If a file fails to decompress fully (e.g. due to a CRC error), ignore it and write the file regardless.
  * Add preliminary CMake support.
  * Fix the include guard macro name to work with pedantic compilers.
  * Fix the shift direction in the crc32 check function. Because of a programming mistake, v1.3.0 and v1.3.1
    introduced a breaking change to the CRC calculation code. The change has been reverted in this release.
    While the archives created with these versions of bzip3 will fail to regularly decompress due to a checksum
    error, using the recovery option as `bzip3 -rd` to decompress will
    restore their original contents.

OBS-URL: https://build.opensuse.org/request/show/1105194
OBS-URL: https://build.opensuse.org/package/show/Archiving/bzip3?expand=0&rev=9
2023-08-28 08:31:52 +00:00
a2ee59ef4a Accepting request 1090566 from Archiving
OBS-URL: https://build.opensuse.org/request/show/1090566
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bzip3?expand=0&rev=3
2023-06-03 22:12:42 +00:00
dc262bfaea Accepting request 1090565 from home:dirkmueller:Factory
- update to 1.3.1:
  * Verbose mode in the tool now prints the extra statistics also
    during testing, not just encoding or decoding.
  * Update the CI pipeline to Debian Bullseye.
  * Fix a minor issue with side effects in RLE decoding.
  * Explicitly disable `-march=native` for releases.
  * Fix a bug in the tool reported by Adam Borowski regarding
    -t/-d input buffer checks.
  * Fix an issue with the current input offset not being taken
    into account in bz3_compress.

OBS-URL: https://build.opensuse.org/request/show/1090565
OBS-URL: https://build.opensuse.org/package/show/Archiving/bzip3?expand=0&rev=7
2023-06-02 20:54:08 +00:00
031001f6d5 Accepting request 1084801 from Archiving
OBS-URL: https://build.opensuse.org/request/show/1084801
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bzip3?expand=0&rev=2
2023-05-05 13:57:33 +00:00
7fc0147f15 Accepting request 1084551 from home:jengelh:branches:Archiving
- Update descriptions with an outline of performance
  to support the user comparing similar packages, per
  https://en.opensuse.org/openSUSE:Package_description_guidelines

OBS-URL: https://build.opensuse.org/request/show/1084551
OBS-URL: https://build.opensuse.org/package/show/Archiving/bzip3?expand=0&rev=5
2023-05-04 16:51:16 +00:00
2353e22b6e Accepting request 1084210 from Archiving
new package

OBS-URL: https://build.opensuse.org/request/show/1084210
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bzip3?expand=0&rev=1
2023-05-04 15:09:58 +00:00
c58eef3152 OBS-URL: https://build.opensuse.org/package/show/Archiving/bzip3?expand=0&rev=3 2023-05-03 08:21:16 +00:00
f9b9d10207 - Cleanup spec file for factory submission
- Build AVX2 enabled hwcaps library for x86_64-v3

OBS-URL: https://build.opensuse.org/package/show/Archiving/bzip3?expand=0&rev=2
2023-05-03 08:19:42 +00:00
38d832d474 Accepting request 1084044 from home:dirkmueller:Factory
OBS-URL: https://build.opensuse.org/request/show/1084044
OBS-URL: https://build.opensuse.org/package/show/Archiving/bzip3?expand=0&rev=1
2023-05-02 14:00:49 +00:00