From 12751896f23b223adb797ddc7980cc9e650023a9187e66c2174771bc080266e0 Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Tue, 17 Jul 2018 12:50:29 +0000 Subject: [PATCH 1/6] - Update to 0.7.6 + SHA-512 and SHA-512/128 support + New default chunk checksum type SHA-512/128 + Automatic chunking moved into libzck and is now default + New option to disable automatic chunking + Bugfixes OBS-URL: https://build.opensuse.org/package/show/Archiving/zchunk?expand=0&rev=3 --- zchunk-0.7.5.tar.gz | 3 --- zchunk-0.7.6.tar.gz | 3 +++ zchunk.changes | 10 ++++++++++ zchunk.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 zchunk-0.7.5.tar.gz create mode 100644 zchunk-0.7.6.tar.gz diff --git a/zchunk-0.7.5.tar.gz b/zchunk-0.7.5.tar.gz deleted file mode 100644 index 1923917..0000000 --- a/zchunk-0.7.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:71637f518ac70def25352c9f1f78be8b6ae4870fcdcc1a18bd0b84ba9c0baad2 -size 131000 diff --git a/zchunk-0.7.6.tar.gz b/zchunk-0.7.6.tar.gz new file mode 100644 index 0000000..c42a063 --- /dev/null +++ b/zchunk-0.7.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf734d4f988b348385f45f678582a091643203fbae7e8850cd0aecfd79408ef8 +size 130200 diff --git a/zchunk.changes b/zchunk.changes index 156a81d..0056540 100644 --- a/zchunk.changes +++ b/zchunk.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Jul 17 12:46:26 UTC 2018 - Neal Gompa + +- Update to 0.7.6 + + SHA-512 and SHA-512/128 support + + New default chunk checksum type SHA-512/128 + + Automatic chunking moved into libzck and is now default + + New option to disable automatic chunking + + Bugfixes + ------------------------------------------------------------------- Thu Jul 5 11:32:00 UTC 2018 - Neal Gompa diff --git a/zchunk.spec b/zchunk.spec index d493260..cf5f4fd 100644 --- a/zchunk.spec +++ b/zchunk.spec @@ -22,7 +22,7 @@ Name: zchunk -Version: 0.7.5 +Version: 0.7.6 Release: 0 Summary: Compressed file format that allows easy deltas Group: Productivity/Archiving/Compression From 4f311c65124296796ddd7230368921b6f173a542579db45c8af74ff39c00fe44 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Wed, 18 Jul 2018 10:36:28 +0000 Subject: [PATCH 2/6] Accepting request 623576 from home:pluskalm:branches:Archiving - Do not manually specify dependencies which are automatically generated - Make requirements of devel package less strict OBS-URL: https://build.opensuse.org/request/show/623576 OBS-URL: https://build.opensuse.org/package/show/Archiving/zchunk?expand=0&rev=4 --- zchunk.changes | 7 +++++++ zchunk.spec | 22 +++++++++------------- 2 files changed, 16 insertions(+), 13 deletions(-) diff --git a/zchunk.changes b/zchunk.changes index 0056540..a8c522c 100644 --- a/zchunk.changes +++ b/zchunk.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Jul 18 08:09:07 UTC 2018 - mpluskal@suse.com + +- Do not manually specify dependencies which are automatically + generated +- Make requirements of devel package less strict + ------------------------------------------------------------------- Tue Jul 17 12:46:26 UTC 2018 - Neal Gompa diff --git a/zchunk.spec b/zchunk.spec index cf5f4fd..c9173d9 100644 --- a/zchunk.spec +++ b/zchunk.spec @@ -1,6 +1,7 @@ # # spec file for package zchunk # +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2018 Neal Gompa . # # All modifications and additions to the file contributed by third parties @@ -19,14 +20,12 @@ %global somajor 1 %global libname libzck%{somajor} %global devname libzck-devel - - Name: zchunk Version: 0.7.6 Release: 0 Summary: Compressed file format that allows easy deltas -Group: Productivity/Archiving/Compression License: BSD-2-Clause AND MIT +Group: Productivity/Archiving/Compression URL: https://github.com/zchunk/zchunk Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz BuildRequires: meson @@ -34,7 +33,6 @@ BuildRequires: pkgconfig BuildRequires: pkgconfig(libcurl) BuildRequires: pkgconfig(libzstd) BuildRequires: pkgconfig(openssl) -Requires: %{libname}%{?_isa} = %{version}-%{release} Provides: bundled(buzhash-urlblock) = 0.1 %description @@ -45,8 +43,8 @@ zchunk files are protected with strong checksums to verify that the file you downloaded is in fact the file you wanted. %package -n %{libname} -Summary: Zchunk library -Group: System/Libraries +Summary: Zchunk library +Group: System/Libraries %description -n %{libname} zchunk is a compressed file format that splits the file into independent @@ -58,11 +56,11 @@ downloaded is in fact the file you wanted. This package contains the zchunk library, libzck. %package -n %{devname} -Summary: Headers for building against zchunk -Group: Development/Libraries/C and C++ -Provides: %{name}-devel = %{name}-%{release} -Provides: %{name}-devel%{?_isa} = %{name}-%{release} -Requires: %{libname}%{?_isa} = %{version}-%{release} +Summary: Headers for building against zchunk +Group: Development/Libraries/C and C++ +Requires: %{libname} = %{version} +Provides: %{name}-devel = %{name}-%{release} +Provides: %{name}-devel%{?_isa} = %{name}-%{release} %description -n %{devname} zchunk is a compressed file format that splits the file into independent @@ -89,7 +87,6 @@ rm -rf src/lib/hash/sha* %check %meson_test - %post -n %{libname} -p /sbin/ldconfig %postun -n %{libname} -p /sbin/ldconfig @@ -111,5 +108,4 @@ rm -rf src/lib/hash/sha* %{_libdir}/pkgconfig/zck.pc %{_includedir}/zck.h - %changelog From 6339c621557519b5399db9333de8b4c59db020e3bf1399ecb4b55ad323de481b Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Wed, 18 Jul 2018 10:36:56 +0000 Subject: [PATCH 3/6] OBS-URL: https://build.opensuse.org/package/show/Archiving/zchunk?expand=0&rev=5 --- zchunk.spec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/zchunk.spec b/zchunk.spec index c9173d9..609a549 100644 --- a/zchunk.spec +++ b/zchunk.spec @@ -59,8 +59,7 @@ This package contains the zchunk library, libzck. Summary: Headers for building against zchunk Group: Development/Libraries/C and C++ Requires: %{libname} = %{version} -Provides: %{name}-devel = %{name}-%{release} -Provides: %{name}-devel%{?_isa} = %{name}-%{release} +Provides: %{name}-devel = %{name} %description -n %{devname} zchunk is a compressed file format that splits the file into independent From 047f605c8c083beb858c32c4d20b0fce868cf3afdd000275ec28ebdadf3d4246 Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Wed, 18 Jul 2018 10:54:23 +0000 Subject: [PATCH 4/6] OBS-URL: https://build.opensuse.org/package/show/Archiving/zchunk?expand=0&rev=6 --- zchunk.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zchunk.spec b/zchunk.spec index 609a549..05592f5 100644 --- a/zchunk.spec +++ b/zchunk.spec @@ -59,7 +59,7 @@ This package contains the zchunk library, libzck. Summary: Headers for building against zchunk Group: Development/Libraries/C and C++ Requires: %{libname} = %{version} -Provides: %{name}-devel = %{name} +Provides: %{name}-devel = %{version}-%{release} %description -n %{devname} zchunk is a compressed file format that splits the file into independent From 37dd153d14f193193b15a4408c8c33dfea58ca6583859ab046a9b9d067771d0c Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Wed, 18 Jul 2018 10:54:43 +0000 Subject: [PATCH 5/6] OBS-URL: https://build.opensuse.org/package/show/Archiving/zchunk?expand=0&rev=7 --- zchunk.changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zchunk.changes b/zchunk.changes index a8c522c..51dc36d 100644 --- a/zchunk.changes +++ b/zchunk.changes @@ -1,5 +1,5 @@ ------------------------------------------------------------------- -Wed Jul 18 08:09:07 UTC 2018 - mpluskal@suse.com +Wed Jul 18 08:09:07 UTC 2018 - Martin Pluskal - Do not manually specify dependencies which are automatically generated From c59c6e5866f50611266752ed414fd5d083260e56d03046a02dfd158ead113240 Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Wed, 18 Jul 2018 10:55:22 +0000 Subject: [PATCH 6/6] OBS-URL: https://build.opensuse.org/package/show/Archiving/zchunk?expand=0&rev=8 --- zchunk.changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zchunk.changes b/zchunk.changes index 51dc36d..1fdeae7 100644 --- a/zchunk.changes +++ b/zchunk.changes @@ -1,5 +1,5 @@ ------------------------------------------------------------------- -Wed Jul 18 08:09:07 UTC 2018 - Martin Pluskal +Wed Jul 18 08:09:07 UTC 2018 - Martin Pluskal - Do not manually specify dependencies which are automatically generated