Accepting request 757744 from Archiving
OBS-URL: https://build.opensuse.org/request/show/757744 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zchunk?expand=0&rev=7
This commit is contained in:
commit
686e14308e
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:898e9c87926f8cdaa0ad73e417cbfae05b9b13cc3f972fa63dd3ea334c578cfd
|
||||
size 1448149
|
3
zchunk-1.1.4.tar.gz
Normal file
3
zchunk-1.1.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:333aaeb6bf106589d8d813a03c1dc3ab10064ea7391181d6272159920ae3b7b4
|
||||
size 1448005
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 18 08:51:57 UTC 2019 - Martin Pluskal <mpluskal@suse.com>
|
||||
|
||||
- Update to version 1.1.4:
|
||||
* Simplify regex for detecting part header info
|
||||
* Fix coverity warnings
|
||||
* Open files with permissions 0666 and let umask(2) do its job.
|
||||
* Multipart boundary field can be quoted.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 31 15:01:07 UTC 2019 - Neal Gompa <ngompa13@gmail.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package zchunk
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LLC
|
||||
# Copyright (c) 2019 Neal Gompa <ngompa13@gmail.com>.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@ -22,7 +22,7 @@
|
||||
%global devname libzck-devel
|
||||
|
||||
Name: zchunk
|
||||
Version: 1.1.0
|
||||
Version: 1.1.4
|
||||
Release: 0
|
||||
Summary: Compressed file format that allows easy deltas
|
||||
License: BSD-2-Clause AND MIT
|
||||
@ -34,9 +34,9 @@ BuildRequires: pkgconfig
|
||||
BuildRequires: pkgconfig(libcurl)
|
||||
BuildRequires: pkgconfig(libzstd)
|
||||
BuildRequires: pkgconfig(openssl)
|
||||
Provides: bundled(buzhash-urlblock) = 0.1
|
||||
# ABI is unstable between components and ensures that patching doesn't break things
|
||||
Requires: %{libname} = %{version}-%{release}
|
||||
Provides: bundled(buzhash-urlblock) = 0.1
|
||||
|
||||
%description
|
||||
zchunk is a compressed file format that splits the file into independent
|
||||
|
Loading…
x
Reference in New Issue
Block a user