Accepting request 1117785 from home:dirkmueller:Factory

- update to 1.3.2:
  * Handle overflow errors in malformed zchunk files

  * meson: Use global function in argp check
  * Remove meson deprecation warning
  * Add license scan report and status
  * test/zck_cmp_uncomp: fix printf format types
  * meson: add option to build without docs
- add zstd-1.5.1.patch (gh#zchunk/zchunk/57)

OBS-URL: https://build.opensuse.org/request/show/1117785
OBS-URL: https://build.opensuse.org/package/show/Archiving/zchunk?expand=0&rev=47
This commit is contained in:
Neal Gompa 2023-10-15 20:36:55 +00:00 committed by Git OBS Bridge
parent b9a27bf8db
commit 65bc143126
4 changed files with 16 additions and 10 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:33ba1d6f5c83dbce75f8114ddbef1aa558938381fbaac0fa068eaf30c6ed2c60
size 1508699

BIN
zchunk-1.3.2.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat Oct 14 10:19:38 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 1.3.2:
* Handle overflow errors in malformed zchunk files
-------------------------------------------------------------------
Sun Jun 11 13:32:33 UTC 2023 - Dirk Müller <dmueller@suse.com>
@ -11,7 +17,7 @@ Mon Mar 27 11:22:19 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 1.3.0:
* Add ZCK_NO_WRITE option to disable writing to a file
* meson: Use global function in argp check
* meson: Use global function in argp check
-------------------------------------------------------------------
Sun Feb 19 14:12:46 UTC 2023 - Bernhard Wiedemann <bwiedemann@suse.com>
@ -23,10 +29,10 @@ Sun Feb 19 14:12:46 UTC 2023 - Bernhard Wiedemann <bwiedemann@suse.com>
Mon Oct 24 13:06:52 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 1.2.3:
* Remove meson deprecation warning
* Add license scan report and status
* test/zck_cmp_uncomp: fix printf format types
* meson: add option to build without docs
* Remove meson deprecation warning
* Add license scan report and status
* test/zck_cmp_uncomp: fix printf format types
* meson: add option to build without docs
* zck: declare write_data as static
-------------------------------------------------------------------
@ -51,7 +57,7 @@ Thu Apr 14 13:49:30 UTC 2022 - Ferdinand Thiessen <rpm@fthiessen.de>
-------------------------------------------------------------------
Mon Jan 3 20:35:40 UTC 2022 - Dirk Müller <dmueller@suse.com>
- add zstd-1.5.1.patch (gh#zchunk/zchunk/57)
- add zstd-1.5.1.patch (gh#zchunk/zchunk/57)
-------------------------------------------------------------------
Thu Jun 24 09:51:46 UTC 2021 - Ferdinand Thiessen <rpm@fthiessen.de>

View File

@ -21,7 +21,7 @@
%global libname libzck%{somajor}
%global devname libzck-devel
Name: zchunk
Version: 1.3.1
Version: 1.3.2
Release: 0
Summary: Compressed file format that allows easy deltas
License: BSD-2-Clause AND MIT