|
|
@ -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
|
|
|
|
|
|
|
|
|
|
|
|