Accepting request 1117906 from Archiving
OBS-URL: https://build.opensuse.org/request/show/1117906 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zchunk?expand=0&rev=21
This commit is contained in:
commit
b861a65da4
@ -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
BIN
zchunk-1.3.2.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -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>
|
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:
|
- update to 1.3.0:
|
||||||
* Add ZCK_NO_WRITE option to disable writing to a file
|
* 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>
|
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>
|
Mon Oct 24 13:06:52 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
- update to 1.2.3:
|
- update to 1.2.3:
|
||||||
* Remove meson deprecation warning
|
* Remove meson deprecation warning
|
||||||
* Add license scan report and status
|
* Add license scan report and status
|
||||||
* test/zck_cmp_uncomp: fix printf format types
|
* test/zck_cmp_uncomp: fix printf format types
|
||||||
* meson: add option to build without docs
|
* meson: add option to build without docs
|
||||||
* zck: declare write_data as static
|
* 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>
|
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>
|
Thu Jun 24 09:51:46 UTC 2021 - Ferdinand Thiessen <rpm@fthiessen.de>
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
%global libname libzck%{somajor}
|
%global libname libzck%{somajor}
|
||||||
%global devname libzck-devel
|
%global devname libzck-devel
|
||||||
Name: zchunk
|
Name: zchunk
|
||||||
Version: 1.3.1
|
Version: 1.3.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Compressed file format that allows easy deltas
|
Summary: Compressed file format that allows easy deltas
|
||||||
License: BSD-2-Clause AND MIT
|
License: BSD-2-Clause AND MIT
|
||||||
|
Loading…
x
Reference in New Issue
Block a user