Update to 1.0.24

epel9
Josh Stone 6 years ago
parent 3258ce3ef3
commit 9bf45f2aa4

1
.gitignore vendored

@ -2,3 +2,4 @@
/libz-sys-1.0.20.crate
/libz-sys-1.0.22.crate
/libz-sys-1.0.23.crate
/libz-sys-1.0.24.crate

@ -1,8 +1,11 @@
--- libz-sys-1.0.20/Cargo.toml 1969-12-31T16:00:00-08:00
+++ libz-sys-1.0.20/Cargo.toml 2018-08-06T18:06:39.860299-07:00
@@ -28,5 +28,3 @@
--- libz-sys-1.0.24/Cargo.toml 1969-12-31T16:00:00-08:00
+++ libz-sys-1.0.24/Cargo.toml 2018-10-12T12:34:30.581861-07:00
@@ -28,8 +28,3 @@
[build-dependencies.pkg-config]
version = "0.3.9"
-
-[features]
-asm = []
-[target."cfg(target_env = \"msvc\")".build-dependencies.vcpkg]
-version = "0.2"

@ -5,7 +5,7 @@
%global crate libz-sys
Name: rust-%{crate}
Version: 1.0.23
Version: 1.0.24
Release: 1%{?dist}
Summary: Bindings to the system libz library (also known as zlib)
@ -14,6 +14,7 @@ License: MIT or ASL 2.0
URL: https://crates.io/crates/libz-sys
Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate
# Initial patched metadata
# * the asm feature is only for the bundled lib
# * No MSVC
Patch0: libz-sys-fix-metadata.diff
@ -65,6 +66,9 @@ rm -vrf src/zlib/
%exclude %{cargo_registry}/%{crate}-%{version}/appveyor.yml
%changelog
* Fri Oct 12 2018 Josh Stone <jistone@redhat.com> - 1.0.24-1
- Update to 1.0.24
* Fri Sep 28 2018 Josh Stone <jistone@redhat.com> - 1.0.23-1
- Update to 1.0.23

@ -1 +1 @@
SHA512 (libz-sys-1.0.23.crate) = 71b406a651a2b67a1969a0648c1cc1511e344215d88c09aa8a4276d6da775711ef7f3b7deb1e2ec3ceb60ed6a1eb02fc3e738b06a40b70ec6b5c8281e9452dca
SHA512 (libz-sys-1.0.24.crate) = 4615f3acfad4285be4d80dd75346e16707230b16863a03eccb17c046917cc6c3dd7d3e8be3fe042bb527db4c25c2d6a9e8ed6a0df15570823506d21758cb0e30

Loading…
Cancel
Save