update to version 0.2.20

epel10
Fabio Valentini 4 years ago
parent 6589fe2209
commit 172ad42dc5
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -10,3 +10,4 @@
/libssh2-sys-0.2.17.crate /libssh2-sys-0.2.17.crate
/libssh2-sys-0.2.18.crate /libssh2-sys-0.2.18.crate
/libssh2-sys-0.2.19.crate /libssh2-sys-0.2.19.crate
/libssh2-sys-0.2.20.crate

@ -1,10 +1,9 @@
--- libssh2-sys-0.2.19/Cargo.toml 2020-08-18T22:56:04+00:00 --- libssh2-sys-0.2.20/Cargo.toml 2020-11-22T19:46:46+00:00
+++ libssh2-sys-0.2.19/Cargo.toml 2020-08-20T00:03:16.766016+00:00 +++ libssh2-sys-0.2.20/Cargo.toml 2020-12-12T23:54:31.014276+00:00
@@ -36,11 +36,5 @@ @@ -37,10 +37,5 @@
[build-dependencies.pkg-config] [build-dependencies.pkg-config]
version = "0.3.11" version = "0.3.11"
-
-[features] -[features]
-vendored-openssl = ["openssl-sys/vendored"] -vendored-openssl = ["openssl-sys/vendored"]
-zlib-ng-compat = ["libz-sys/zlib-ng"] -zlib-ng-compat = ["libz-sys/zlib-ng"]

@ -1,11 +1,11 @@
# Generated by rust2rpm 13 # Generated by rust2rpm 16
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate libssh2-sys %global crate libssh2-sys
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.2.19 Version: 0.2.20
Release: 1%{?dist} Release: 1%{?dist}
Summary: Native bindings to the libssh2 library Summary: Native bindings to the libssh2 library
@ -27,6 +27,7 @@ BuildArch: noarch
%endif %endif
BuildRequires: rust-packaging BuildRequires: rust-packaging
BuildRequires: pkgconfig(libssh2)
%global _description %{expand: %global _description %{expand:
Native bindings to the libssh2 library.} Native bindings to the libssh2 library.}
@ -67,7 +68,6 @@ find -type f -perm /111 -exec chmod -c -x '{}' '+'
%generate_buildrequires %generate_buildrequires
%cargo_generate_buildrequires %cargo_generate_buildrequires
echo 'pkgconfig(libssh2)'
%build %build
%cargo_build %cargo_build
@ -81,6 +81,10 @@ echo 'pkgconfig(libssh2)'
%endif %endif
%changelog %changelog
* Sat Dec 12 2020 Fabio Valentini <decathorpe@gmail.com> - 0.2.20-1
- Update to version 0.2.20.
- Fixes RHBZ#1900418
* Wed Aug 19 2020 Josh Stone <jistone@redhat.com> - 0.2.19-1 * Wed Aug 19 2020 Josh Stone <jistone@redhat.com> - 0.2.19-1
- Update to 0.2.19 - Update to 0.2.19

@ -1 +1 @@
SHA512 (libssh2-sys-0.2.19.crate) = d545a025bd7cc774c0aa3afbda5a1f63872a89f9c8417a770e21264b3c217e7521dadb1ec8438664d2010f16767ddf881db67573e8187419a2acb74b5a28b162 SHA512 (libssh2-sys-0.2.20.crate) = 1528436d63d13dfc48dc55972fe1c7fdc7bdebccd4c2d046a9ed7f020eec6660f4bcee9cb562f6caaf721afc2f590ce4bd4cd00249a62ddf45211b436767e93a

Loading…
Cancel
Save