Update to 0.2.15

Signed-off-by: Igor Raits <ignatenkobrain@fedoraproject.org>
epel10
Igor Raits 5 years ago
parent 192345ce1f
commit f392c363c6
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

1
.gitignore vendored

@ -5,3 +5,4 @@
/libssh2-sys-0.2.11.crate /libssh2-sys-0.2.11.crate
/libssh2-sys-0.2.13.crate /libssh2-sys-0.2.13.crate
/libssh2-sys-0.2.14.crate /libssh2-sys-0.2.14.crate
/libssh2-sys-0.2.15.crate

@ -1,9 +1,12 @@
--- libssh2-sys-0.2.13/Cargo.toml 1970-01-01T00:00:00+00:00 --- libssh2-sys-0.2.15/Cargo.toml 2020-02-22T16:44:59+00:00
+++ libssh2-sys-0.2.13/Cargo.toml 2019-11-19T22:15:22.991211+00:00 +++ libssh2-sys-0.2.15/Cargo.toml 2020-02-23T10:38:17.356866+00:00
@@ -36,7 +36,5 @@ @@ -34,10 +34,5 @@
[features] [build-dependencies.pkg-config]
vendored-openssl = ["openssl-sys/vendored"] version = "0.3.11"
-
-[features]
-vendored-openssl = ["openssl-sys/vendored"]
-[target."cfg(target_env = \"msvc\")".build-dependencies.vcpkg] -[target."cfg(target_env = \"msvc\")".build-dependencies.vcpkg]
-version = "0.2" -version = "0.2"
[target."cfg(unix)".dependencies.openssl-sys] [target."cfg(unix)".dependencies.openssl-sys]

@ -5,8 +5,8 @@
%global crate libssh2-sys %global crate libssh2-sys
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.2.14 Version: 0.2.15
Release: 2%{?dist} Release: 1%{?dist}
Summary: Native bindings to the libssh2 library Summary: Native bindings to the libssh2 library
# Upstream license specification: MIT/Apache-2.0 # Upstream license specification: MIT/Apache-2.0
@ -16,6 +16,7 @@ URL: https://crates.io/crates/libssh2-sys
Source: %{crates_source} Source: %{crates_source}
# Initial patched metadata # Initial patched metadata
# * No Windows # * No Windows
# * No vendored feature
Patch0: libssh2-sys-fix-metadata.diff Patch0: libssh2-sys-fix-metadata.diff
# Doesn't seem to be upstreamable # Doesn't seem to be upstreamable
Patch1: 0001-build.rs-always-use-pkg-config.patch Patch1: 0001-build.rs-always-use-pkg-config.patch
@ -79,6 +80,9 @@ echo 'pkgconfig(libssh2)'
%endif %endif
%changelog %changelog
* Sun Feb 23 11:38:17 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.2.15-1
- Update to 0.2.15
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.14-2 * Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.14-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

@ -1 +1 @@
SHA512 (libssh2-sys-0.2.14.crate) = a50ed7b8431fe32bc0e965dc3b76544bb3bf518079f8140d96ead71dbc0c3daa95913491569ee34f05b98a7a91ef28f4342ed539a4338ee83be588b99b95acff SHA512 (libssh2-sys-0.2.15.crate) = 3ca0a9884868c68e0b261691b9c7f7076ec21de88c96a3fa5b4e0d3e91ec352c9a0865b072da658274d52796e95ba1e59448b7770019b124a9510254bdc82f0e

Loading…
Cancel
Save