Update to 0.3.3

epel9
Josh Stone 6 years ago
parent 0794340273
commit 2c71b7222b

1
.gitignore vendored

@ -1,2 +1,3 @@
/crypto-hash-0.3.0.crate /crypto-hash-0.3.0.crate
/crypto-hash-0.3.1.crate /crypto-hash-0.3.1.crate
/crypto-hash-0.3.3.crate

@ -1,14 +0,0 @@
--- crypto-hash-0.3.1/Cargo.toml 1969-12-31T16:00:00-08:00
+++ crypto-hash-0.3.1/Cargo.toml 2018-03-05T16:12:58.730134-08:00
@@ -25,11 +25,6 @@
version = "0.3"
[target."cfg(not(any(target_os = \"windows\", target_os = \"macos\")))".dependencies.openssl]
version = "0.10"
-[target."cfg(target_os = \"macos\")".dependencies.commoncrypto]
-version = "0.2"
-[target."cfg(target_os = \"windows\")".dependencies.winapi]
-version = "0.3"
-features = ["minwindef", "wincrypt"]
[badges.appveyor]
repository = "malept/crypto-hash"

@ -0,0 +1,16 @@
--- crypto-hash-0.3.3/Cargo.toml 1969-12-31T16:00:00-08:00
+++ crypto-hash-0.3.3/Cargo.toml 2019-01-07T16:39:21.850653-08:00
@@ -23,13 +23,8 @@
repository = "https://github.com/malept/crypto-hash"
[dependencies.hex]
version = "0.3"
-[target."cfg(any(target_os = \"macos\", target_os = \"ios\"))".dependencies.commoncrypto]
-version = "0.2"
[target."cfg(not(any(target_os = \"windows\", target_os = \"macos\", target_os = \"ios\")))".dependencies.openssl]
version = "0.10"
-[target."cfg(target_os = \"windows\")".dependencies.winapi]
-version = "0.3"
-features = ["minwindef", "wincrypt"]
[badges.appveyor]
repository = "malept/crypto-hash"

@ -5,8 +5,8 @@
%global crate crypto-hash %global crate crypto-hash
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.3.1 Version: 0.3.3
Release: 3%{?dist} Release: 1%{?dist}
Summary: Wrapper for OS-level cryptographic hash functions Summary: Wrapper for OS-level cryptographic hash functions
License: MIT License: MIT
@ -14,7 +14,7 @@ URL: https://crates.io/crates/crypto-hash
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
# * No windows/osx # * No windows/osx
Patch0: crypto-hash-0.3.1-fix-metadata.diff Patch0: crypto-hash-fix-metadata.diff
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
@ -70,6 +70,9 @@ which use "default" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Tue Jan 08 2019 Josh Stone <jistone@redhat.com> - 0.3.3-1
- Update to 0.3.3
* Tue Nov 13 2018 Josh Stone <jistone@redhat.com> - 0.3.1-3 * Tue Nov 13 2018 Josh Stone <jistone@redhat.com> - 0.3.1-3
- Adapt to new packaging - Adapt to new packaging

@ -1 +1 @@
SHA512 (crypto-hash-0.3.1.crate) = 4c4002a08e68a03409096da5b3f3c8c4db9a23bb331c54c7f4a615ad0be64e3fdca3291f4a20b682dc4bc6d13b95950f02a306423c4cecb48664df05c46209c3 SHA512 (crypto-hash-0.3.3.crate) = a4c48e543f45c0752c4057ffcf0d6d50f7238a0b43cc509ad8451412a46df7f45f917cf3df26a6e3aa6fa66d73eb459c43c24d23d0f5107bbe585e412bd27954

Loading…
Cancel
Save