Update to 1.0.2

epel9
Josh Stone 7 years ago
parent 75a579a580
commit 601ca0d98b

1
.gitignore vendored

@ -1 +1,2 @@
/flate2-1.0.1.crate
/flate2-1.0.2.crate

@ -1,16 +0,0 @@
--- flate2-1.0.1/Cargo.toml 1970-01-01T01:00:00+01:00
+++ flate2-1.0.1/Cargo.toml 2018-01-13T16:39:31.747917+01:00
@@ -45,11 +45,11 @@
version = "0.1"
optional = true
[dev-dependencies.quickcheck]
-version = "0.4"
+version = "0.6"
default-features = false
[dev-dependencies.rand]
-version = "0.3"
+version = "0.4"
[dev-dependencies.tokio-core]
version = "0.1"

@ -5,18 +5,13 @@
%global crate flate2
Name: rust-%{crate}
Version: 1.0.1
Release: 3%{?dist}
Version: 1.0.2
Release: 1%{?dist}
Summary: DEFLATE compression and decompression exposed as Reader/Writer streams
License: MIT or ASL 2.0
URL: https://crates.io/crates/flate2
Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate
# Initial patched metadata
# * Bump rand to 0.4
# * Bump quickcheck to 0.6
# https://github.com/alexcrichton/flate2-rs/pull/146
Patch0: flate2-1.0.1-fix-metadata.diff
ExclusiveArch: %{rust_arches}
@ -26,12 +21,12 @@ BuildRequires: (crate(futures) >= 0.1.0 with crate(futures) < 0.2.0)
BuildRequires: (crate(libc) >= 0.2.0 with crate(libc) < 0.3.0)
BuildRequires: (crate(libz-sys) >= 1.0.0 with crate(libz-sys) < 2.0.0)
BuildRequires: (crate(miniz-sys) >= 0.1.7 with crate(miniz-sys) < 0.2.0)
BuildRequires: (crate(miniz_oxide_c_api) >= 0.1.0 with crate(miniz_oxide_c_api) < 0.2.0)
BuildRequires: ((crate(miniz_oxide_c_api) >= 0.1.0 with crate(miniz_oxide_c_api) < 0.2.0) with crate(miniz_oxide_c_api/no_c_export))
BuildRequires: (crate(tokio-io) >= 0.1.0 with crate(tokio-io) < 0.2.0)
%if %{with check}
# [dev-dependencies]
BuildRequires: (crate(quickcheck) >= 0.6.0 with crate(quickcheck) < 0.7.0)
BuildRequires: (crate(rand) >= 0.4.0 with crate(rand) < 0.5.0)
BuildRequires: (crate(rand) >= 0.5.0 with crate(rand) < 0.6.0)
BuildRequires: (crate(tokio-core) >= 0.1.0 with crate(tokio-core) < 0.2.0)
%endif
@ -72,6 +67,9 @@ which use %{crate} from crates.io.
%exclude %{cargo_registry}/%{crate}-%{version}/appveyor.yml
%changelog
* Sat Aug 04 2018 Josh Stone <jistone@redhat.com> - 1.0.2-1
- Update to 1.0.2
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild

@ -1 +1 @@
SHA512 (flate2-1.0.1.crate) = 2be6cf3228e9df76643e7b45ab1ea4956e7618e90e9bf8cce62f6d0bac864e2bd7a808aad1b54728797831b170801acf43a6a254d9268c8fc57052f1e2d172b9
SHA512 (flate2-1.0.2.crate) = 53a18e56641531443a9f0524d23b7645ea5eee3fb4c76c0322773e4cd423b4107a252a09bcc679a5d384d21b0c8c5dd90e6c7440fc73197ff3907a62a9900ec9

Loading…
Cancel
Save