From 70972fc27381b8c53021f81a495a46622d50a15f96b15cda7bdbac6814b8d70c Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Mon, 24 Oct 2022 13:14:11 +0000 Subject: [PATCH] Accepting request 1030884 from home:dirkmueller:Factory - 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 * zck: declare write_data as static OBS-URL: https://build.opensuse.org/request/show/1030884 OBS-URL: https://build.opensuse.org/package/show/Archiving/zchunk?expand=0&rev=39 --- zchunk-1.2.2.tar.gz | 3 --- zchunk-1.2.3.tar.gz | 3 +++ zchunk.changes | 10 ++++++++++ zchunk.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 zchunk-1.2.2.tar.gz create mode 100644 zchunk-1.2.3.tar.gz diff --git a/zchunk-1.2.2.tar.gz b/zchunk-1.2.2.tar.gz deleted file mode 100644 index b5ecc9a..0000000 --- a/zchunk-1.2.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bc36f13b1bcb2ab52d046bfc3ec04a9bd1f89b070b4e8fca52eded235a583526 -size 1507623 diff --git a/zchunk-1.2.3.tar.gz b/zchunk-1.2.3.tar.gz new file mode 100644 index 0000000..4c777a9 --- /dev/null +++ b/zchunk-1.2.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e24bad88ad80fbb8b2f1cbd93206bad2ed32ea19d3d59eac43d224484e6b0c93 +size 1508271 diff --git a/zchunk.changes b/zchunk.changes index ab7a07e..e98193c 100644 --- a/zchunk.changes +++ b/zchunk.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Mon Oct 24 13:06:52 UTC 2022 - Dirk Müller + +- 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 + * zck: declare write_data as static + ------------------------------------------------------------------- Fri Apr 22 01:32:37 UTC 2022 - Ferdinand Thiessen diff --git a/zchunk.spec b/zchunk.spec index d6319bb..fad1d10 100644 --- a/zchunk.spec +++ b/zchunk.spec @@ -21,7 +21,7 @@ %global libname libzck%{somajor} %global devname libzck-devel Name: zchunk -Version: 1.2.2 +Version: 1.2.3 Release: 0 Summary: Compressed file format that allows easy deltas License: BSD-2-Clause AND MIT