update to version 0.2.21

epel10
Fabio Valentini 4 years ago
parent ff7640b0e9
commit 78cfc0b114
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -11,3 +11,4 @@
/libssh2-sys-0.2.18.crate
/libssh2-sys-0.2.19.crate
/libssh2-sys-0.2.20.crate
/libssh2-sys-0.2.21.crate

@ -1,5 +1,5 @@
--- libssh2-sys-0.2.20/Cargo.toml 2020-11-22T19:46:46+00:00
+++ libssh2-sys-0.2.20/Cargo.toml 2020-12-12T23:54:31.014276+00:00
--- libssh2-sys-0.2.21/Cargo.toml 2021-02-01T17:19:42+00:00
+++ libssh2-sys-0.2.21/Cargo.toml 2021-02-08T20:05:42.740170+00:00
@@ -37,10 +37,5 @@
[build-dependencies.pkg-config]
version = "0.3.11"

@ -5,8 +5,8 @@
%global crate libssh2-sys
Name: rust-%{crate}
Version: 0.2.20
Release: 2%{?dist}
Version: 0.2.21
Release: 1%{?dist}
Summary: Native bindings to the libssh2 library
# Upstream license specification: MIT/Apache-2.0
@ -81,6 +81,10 @@ find -type f -perm /111 -exec chmod -c -x '{}' '+'
%endif
%changelog
* Mon Feb 08 2021 Fabio Valentini <decathorpe@gmail.com> - 0.2.21-1
- Update to version 0.2.21.
- Fixes RHBZ#1923720
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.20-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

@ -1 +1 @@
SHA512 (libssh2-sys-0.2.20.crate) = 1528436d63d13dfc48dc55972fe1c7fdc7bdebccd4c2d046a9ed7f020eec6660f4bcee9cb562f6caaf721afc2f590ce4bd4cd00249a62ddf45211b436767e93a
SHA512 (libssh2-sys-0.2.21.crate) = 654dc947e32070cd03fc8e9bc6046e28c9cc401bbc4c914319102a2c7ace7f319dbf0414a51d9812a09c9a88f7fba6b9203286fdc383d0e75f86b6a87fc78faf

Loading…
Cancel
Save