Update to 0.2.14

epel10
Josh Stone 5 years ago
parent c2b88fc28d
commit 2f96944ab6

1
.gitignore vendored

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

@ -1,11 +1,11 @@
# Generated by rust2rpm 10
# Generated by rust2rpm 13
%bcond_without check
%global debug_package %{nil}
%global crate libssh2-sys
Name: rust-%{crate}
Version: 0.2.13
Version: 0.2.14
Release: 1%{?dist}
Summary: Native bindings to the libssh2 library
@ -43,7 +43,7 @@ This package contains library source intended for building other packages
which use "%{crate}" crate.
%files devel
%{cargo_registry}/%{crate}-%{version}/
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel
Summary: %{summary}
@ -55,7 +55,7 @@ This package contains library source intended for building other packages
which use "default" feature of "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
@ -79,6 +79,9 @@ echo 'pkgconfig(libssh2)'
%endif
%changelog
* Wed Jan 15 2020 Josh Stone <jistone@redhat.com> - 0.2.14-1
- Update to 0.2.14
* Tue Nov 19 2019 Josh Stone <jistone@redhat.com> - 0.2.13-1
- Update to 0.2.13

@ -1 +1 @@
SHA512 (libssh2-sys-0.2.13.crate) = 61ec84c2d612df8e90e26a9fba4eb41051743d89b6aaf93f25a6449068c7995c6c7567faf19eb32c8a74127973ef9485b802a85df1e249b0659ba9d8c83a969f
SHA512 (libssh2-sys-0.2.14.crate) = a50ed7b8431fe32bc0e965dc3b76544bb3bf518079f8140d96ead71dbc0c3daa95913491569ee34f05b98a7a91ef28f4342ed539a4338ee83be588b99b95acff

Loading…
Cancel
Save