Update to version 1.1.6; Fixes RHBZ#2079190

epel9
Fabio Valentini 3 years ago
parent 34760994b6
commit eb23d50ebe
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -8,3 +8,4 @@
/libz-sys-1.1.2.crate /libz-sys-1.1.2.crate
/libz-sys-1.1.3.crate /libz-sys-1.1.3.crate
/libz-sys-1.1.5.crate /libz-sys-1.1.5.crate
/libz-sys-1.1.6.crate

@ -1,6 +1,6 @@
--- libz-sys-1.1.5/Cargo.toml 1970-01-01T00:00:01+00:00 --- libz-sys-1.1.6/Cargo.toml 1970-01-01T00:00:01+00:00
+++ libz-sys-1.1.5/Cargo.toml 2022-03-31T09:21:24.052708+00:00 +++ libz-sys-1.1.6/Cargo.toml 2022-05-12T13:48:52.315456+00:00
@@ -27,18 +27,9 @@ @@ -40,25 +40,12 @@
[build-dependencies.cc] [build-dependencies.cc]
version = "1.0.18" version = "1.0.18"
@ -13,9 +13,16 @@
[features] [features]
-asm = [] -asm = []
default = ["libc", "stock-zlib"] default = [
"libc",
"stock-zlib",
]
-static = [] -static = []
stock-zlib = [] stock-zlib = []
-zlib-ng = ["libc", "cmake"] -zlib-ng = [
- "libc",
- "cmake",
-]
-
-[target."cfg(target_env = \"msvc\")".build-dependencies.vcpkg] -[target."cfg(target_env = \"msvc\")".build-dependencies.vcpkg]
-version = "0.2" -version = "0.2"

@ -5,7 +5,7 @@
%global crate libz-sys %global crate libz-sys
Name: rust-%{crate} Name: rust-%{crate}
Version: 1.1.5 Version: 1.1.6
Release: %autorelease Release: %autorelease
Summary: Low-level bindings to the system libz library (also known as zlib) Summary: Low-level bindings to the system libz library (also known as zlib)
@ -81,9 +81,9 @@ use the "stock-zlib" feature of the "%{crate}" crate.
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1
# No bundled libs # remove bundled zlib and zlib-ng sources
rm -vrf src/zlib/ rm -r src/zlib/
rm -vrf src/zlib-ng/ rm -r src/zlib-ng/
%cargo_prep %cargo_prep
%generate_buildrequires %generate_buildrequires

@ -1 +1 @@
SHA512 (libz-sys-1.1.5.crate) = 51ac64c26df57d91f4b7e089600e283354ebf636d8a50ff530ddb031ad0eb74601aca687a087f9e7f51f2b00187d8daa03ca2999ea48ea274c87ad8c7ba8d9ac SHA512 (libz-sys-1.1.6.crate) = 18fd3800c38444aef381f7b360b9cd46678c560b46e7c5a286989fb9e689f2447e84f29e4ce195c1b8c2a89584eaee838c175821335accd13bd8d4483c3b099e

Loading…
Cancel
Save