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