forked from pool/zchunk
Accepting request 623614 from Archiving
- Do not manually specify dependencies which are automatically generated - Make requirements of devel package less strict - 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/request/show/623614 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zchunk?expand=0&rev=2
This commit is contained in:
commit
bf246ea28f
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:71637f518ac70def25352c9f1f78be8b6ae4870fcdcc1a18bd0b84ba9c0baad2
|
|
||||||
size 131000
|
|
3
zchunk-0.7.6.tar.gz
Normal file
3
zchunk-0.7.6.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:cf734d4f988b348385f45f678582a091643203fbae7e8850cd0aecfd79408ef8
|
||||||
|
size 130200
|
@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jul 18 08:09:07 UTC 2018 - Martin Pluskal <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 <ngompa13@gmail.com>
|
||||||
|
|
||||||
|
- 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 <ngompa13@gmail.com>
|
Thu Jul 5 11:32:00 UTC 2018 - Neal Gompa <ngompa13@gmail.com>
|
||||||
|
|
||||||
|
23
zchunk.spec
23
zchunk.spec
@ -1,6 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package zchunk
|
# spec file for package zchunk
|
||||||
#
|
#
|
||||||
|
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
# Copyright (c) 2018 Neal Gompa <ngompa13@gmail.com>.
|
# Copyright (c) 2018 Neal Gompa <ngompa13@gmail.com>.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@ -19,14 +20,12 @@
|
|||||||
%global somajor 1
|
%global somajor 1
|
||||||
%global libname libzck%{somajor}
|
%global libname libzck%{somajor}
|
||||||
%global devname libzck-devel
|
%global devname libzck-devel
|
||||||
|
|
||||||
|
|
||||||
Name: zchunk
|
Name: zchunk
|
||||||
Version: 0.7.5
|
Version: 0.7.6
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Compressed file format that allows easy deltas
|
Summary: Compressed file format that allows easy deltas
|
||||||
Group: Productivity/Archiving/Compression
|
|
||||||
License: BSD-2-Clause AND MIT
|
License: BSD-2-Clause AND MIT
|
||||||
|
Group: Productivity/Archiving/Compression
|
||||||
URL: https://github.com/zchunk/zchunk
|
URL: https://github.com/zchunk/zchunk
|
||||||
Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz
|
Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz
|
||||||
BuildRequires: meson
|
BuildRequires: meson
|
||||||
@ -34,7 +33,6 @@ BuildRequires: pkgconfig
|
|||||||
BuildRequires: pkgconfig(libcurl)
|
BuildRequires: pkgconfig(libcurl)
|
||||||
BuildRequires: pkgconfig(libzstd)
|
BuildRequires: pkgconfig(libzstd)
|
||||||
BuildRequires: pkgconfig(openssl)
|
BuildRequires: pkgconfig(openssl)
|
||||||
Requires: %{libname}%{?_isa} = %{version}-%{release}
|
|
||||||
Provides: bundled(buzhash-urlblock) = 0.1
|
Provides: bundled(buzhash-urlblock) = 0.1
|
||||||
|
|
||||||
%description
|
%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.
|
downloaded is in fact the file you wanted.
|
||||||
|
|
||||||
%package -n %{libname}
|
%package -n %{libname}
|
||||||
Summary: Zchunk library
|
Summary: Zchunk library
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
|
|
||||||
%description -n %{libname}
|
%description -n %{libname}
|
||||||
zchunk is a compressed file format that splits the file into independent
|
zchunk is a compressed file format that splits the file into independent
|
||||||
@ -58,11 +56,10 @@ downloaded is in fact the file you wanted.
|
|||||||
This package contains the zchunk library, libzck.
|
This package contains the zchunk library, libzck.
|
||||||
|
|
||||||
%package -n %{devname}
|
%package -n %{devname}
|
||||||
Summary: Headers for building against zchunk
|
Summary: Headers for building against zchunk
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Provides: %{name}-devel = %{name}-%{release}
|
Requires: %{libname} = %{version}
|
||||||
Provides: %{name}-devel%{?_isa} = %{name}-%{release}
|
Provides: %{name}-devel = %{version}-%{release}
|
||||||
Requires: %{libname}%{?_isa} = %{version}-%{release}
|
|
||||||
|
|
||||||
%description -n %{devname}
|
%description -n %{devname}
|
||||||
zchunk is a compressed file format that splits the file into independent
|
zchunk is a compressed file format that splits the file into independent
|
||||||
@ -89,7 +86,6 @@ rm -rf src/lib/hash/sha*
|
|||||||
%check
|
%check
|
||||||
%meson_test
|
%meson_test
|
||||||
|
|
||||||
|
|
||||||
%post -n %{libname} -p /sbin/ldconfig
|
%post -n %{libname} -p /sbin/ldconfig
|
||||||
%postun -n %{libname} -p /sbin/ldconfig
|
%postun -n %{libname} -p /sbin/ldconfig
|
||||||
|
|
||||||
@ -111,5 +107,4 @@ rm -rf src/lib/hash/sha*
|
|||||||
%{_libdir}/pkgconfig/zck.pc
|
%{_libdir}/pkgconfig/zck.pc
|
||||||
%{_includedir}/zck.h
|
%{_includedir}/zck.h
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user