Accepting request 757687 from home:pluskalm:branches:Archiving
- 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. OBS-URL: https://build.opensuse.org/request/show/757687 OBS-URL: https://build.opensuse.org/package/show/Archiving/zchunk?expand=0&rev=21
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user