Bump openssl to 0.10

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel9
Igor Gnatenko 7 years ago
parent b47878272f
commit 7c4052e696

@ -6,14 +6,15 @@
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.4.0 Version: 0.4.0
Release: 2%{?dist} Release: 3%{?dist}
Summary: Minimal implementation of SHA1 for Rust Summary: Minimal implementation of SHA1 for Rust
License: BSD License: BSD
URL: https://crates.io/crates/sha1 URL: https://crates.io/crates/sha1
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
# * Bump rand to 0.4, sha1-0.4.0-fix-metadata.diff # * Bump rand to 0.4, https://github.com/mitsuhiko/rust-sha1/pull/26
# * Bump openssl to 0.10, https://github.com/mitsuhiko/rust-sha1/pull/28
Patch0: sha1-0.4.0-fix-metadata.diff Patch0: sha1-0.4.0-fix-metadata.diff
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
@ -21,7 +22,7 @@ ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging BuildRequires: rust-packaging
%if %{with check} %if %{with check}
# [dev-dependencies] # [dev-dependencies]
BuildRequires: (crate(openssl) >= 0.9.0 with crate(openssl) < 0.10.0) BuildRequires: (crate(openssl) >= 0.10.0 with crate(openssl) < 0.11.0)
BuildRequires: (crate(rand) >= 0.4.0 with crate(rand) < 0.5.0) BuildRequires: (crate(rand) >= 0.4.0 with crate(rand) < 0.5.0)
%endif %endif
@ -59,6 +60,9 @@ which use %{crate} from crates.io.
%{cargo_registry}/%{crate}-%{version}/ %{cargo_registry}/%{crate}-%{version}/
%changelog %changelog
* Sat Jan 13 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.4.0-3
- Bump openssl to 0.10
* Mon Jan 08 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.4.0-2 * Mon Jan 08 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.4.0-2
- Rebuild for rust-packaging v5 - Rebuild for rust-packaging v5

@ -1,7 +1,11 @@
--- sha1-0.4.0/Cargo.toml 1970-01-01T01:00:00+01:00 --- sha1-0.4.0/Cargo.toml 1970-01-01T01:00:00+01:00
+++ sha1-0.4.0/Cargo.toml 2017-12-31T15:11:50.621764+01:00 +++ sha1-0.4.0/Cargo.toml 2018-01-13T13:01:51.368568+01:00
@@ -22,4 +22,4 @@ @@ -19,7 +19,7 @@
version = "0.9" license = "BSD-3-Clause"
repository = "https://github.com/mitsuhiko/rust-sha1"
[dev-dependencies.openssl]
-version = "0.9"
+version = "0.10"
[dev-dependencies.rand] [dev-dependencies.rand]
-version = "0.3" -version = "0.3"

Loading…
Cancel
Save