Update to 1.0.25

epel9
Josh Stone 6 years ago
parent 9bf45f2aa4
commit 627cc81e69

1
.gitignore vendored

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

@ -1,11 +1,12 @@
--- libz-sys-1.0.24/Cargo.toml 1969-12-31T16:00:00-08:00 --- libz-sys-1.0.25/Cargo.toml 1969-12-31T16:00:00-08:00
+++ libz-sys-1.0.24/Cargo.toml 2018-10-12T12:34:30.581861-07:00 +++ libz-sys-1.0.25/Cargo.toml 2018-10-26T10:33:26.749891-07:00
@@ -28,8 +28,3 @@ @@ -28,9 +28,3 @@
[build-dependencies.pkg-config] [build-dependencies.pkg-config]
version = "0.3.9" version = "0.3.9"
- -
-[features] -[features]
-asm = [] -asm = []
-static = []
-[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.0.24 Version: 1.0.25
Release: 1%{?dist} Release: 1%{?dist}
Summary: Bindings to the system libz library (also known as zlib) Summary: Bindings to the system libz library (also known as zlib)
@ -14,7 +14,7 @@ License: MIT or ASL 2.0
URL: https://crates.io/crates/libz-sys URL: https://crates.io/crates/libz-sys
Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate
# Initial patched metadata # Initial patched metadata
# * the asm feature is only for the bundled lib # * the asm and static features are only for the bundled lib
# * No MSVC # * No MSVC
Patch0: libz-sys-fix-metadata.diff Patch0: libz-sys-fix-metadata.diff
@ -66,6 +66,9 @@ rm -vrf src/zlib/
%exclude %{cargo_registry}/%{crate}-%{version}/appveyor.yml %exclude %{cargo_registry}/%{crate}-%{version}/appveyor.yml
%changelog %changelog
* Thu Oct 25 2018 Josh Stone <jistone@redhat.com> - 1.0.25-1
- Update to 1.0.25
* Fri Oct 12 2018 Josh Stone <jistone@redhat.com> - 1.0.24-1 * Fri Oct 12 2018 Josh Stone <jistone@redhat.com> - 1.0.24-1
- Update to 1.0.24 - Update to 1.0.24

@ -1 +1 @@
SHA512 (libz-sys-1.0.24.crate) = 4615f3acfad4285be4d80dd75346e16707230b16863a03eccb17c046917cc6c3dd7d3e8be3fe042bb527db4c25c2d6a9e8ed6a0df15570823506d21758cb0e30 SHA512 (libz-sys-1.0.25.crate) = 3c1d0754230c327876fadbaf3770f52282fedc6b373c92fba386a80261c577f6bea2983db7d3a40a231fbcfee40e560d8f738d25b634d270e2132b3162497547

Loading…
Cancel
Save