Update to 0.2.7

epel10
Josh Stone 7 years ago
parent 1d34eda3b3
commit de08d4c6a8

1
.gitignore vendored

@ -1 +1,2 @@
/libssh2-sys-0.2.6.crate
/libssh2-sys-0.2.7.crate

@ -0,0 +1,10 @@
--- libssh2-sys-0.2.7/Cargo.toml 1969-12-31T16:00:00-08:00
+++ libssh2-sys-0.2.7/Cargo.toml 2018-05-03T17:58:04.584951-07:00
@@ -33,7 +33,5 @@
[build-dependencies.pkg-config]
version = "0.3"
-[target."cfg(target_env = \"msvc\")".build-dependencies.vcpkg]
-version = "0.2"
[target."cfg(unix)".dependencies.openssl-sys]
version = "0.9"

@ -5,14 +5,17 @@
%global crate libssh2-sys
Name: rust-%{crate}
Version: 0.2.6
Release: 3%{?dist}
Version: 0.2.7
Release: 1%{?dist}
Summary: Native bindings to the libssh2 library
# https://github.com/alexcrichton/ssh2-rs/issues/75
License: MIT or ASL 2.0
URL: https://crates.io/crates/libssh2-sys
Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate
# Initial patched metadata
# * No Windows
Patch0: libssh2-sys-0.2.7-fix-metadata.diff
ExclusiveArch: %{rust_arches}
@ -61,6 +64,9 @@ rm -vrf libssh2/
%{cargo_registry}/%{crate}-%{version}/
%changelog
* Fri May 04 2018 Josh Stone <jistone@redhat.com> - 0.2.7-1
- Update to 0.2.7
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.6-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild

@ -1 +1 @@
SHA512 (libssh2-sys-0.2.6.crate) = 2a02abf0b29025137d73d4b97a6287142f5677383f22085d3d49f76fd0c8324ef1baf5e9d763b6cc2dd1e339f697b9466341ded5ae2c8cfddf6eeb74e870f8ab
SHA512 (libssh2-sys-0.2.7.crate) = 817d6897aeaa92fea77ed5b23df68f5f10760f2f342947b178aa460fe3a75aee6913ec1ad7e34d52a1523637b7f3672a8e28f59c05ed03db1caee256ba76a45d

Loading…
Cancel
Save