Update to 0.10.0

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel10
Igor Gnatenko 5 years ago
parent f029ceaf67
commit fa9753e4a8
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

1
.gitignore vendored

@ -12,3 +12,4 @@
/libgit2-sys-0.8.1.crate
/libgit2-sys-0.9.1.crate
/libgit2-sys-0.9.2.crate
/libgit2-sys-0.10.0.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 10
# Generated by rust2rpm 13
%bcond_without check
%global debug_package %{nil}
%global crate libgit2-sys
Name: rust-%{crate}
Version: 0.9.2
Version: 0.10.0
Release: 1%{?dist}
Summary: Native bindings to the libgit2 library
@ -40,7 +40,7 @@ which use "%{crate}" crate.
%files devel
%license LICENSE-MIT LICENSE-APACHE
%{cargo_registry}/%{crate}-%{version}/
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel
Summary: %{summary}
@ -52,7 +52,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
%package -n %{name}+https-devel
Summary: %{summary}
@ -64,7 +64,7 @@ This package contains library source intended for building other packages
which use "https" feature of "%{crate}" crate.
%files -n %{name}+https-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+libssh2-sys-devel
Summary: %{summary}
@ -76,7 +76,7 @@ This package contains library source intended for building other packages
which use "libssh2-sys" feature of "%{crate}" crate.
%files -n %{name}+libssh2-sys-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+openssl-sys-devel
Summary: %{summary}
@ -88,7 +88,7 @@ This package contains library source intended for building other packages
which use "openssl-sys" feature of "%{crate}" crate.
%files -n %{name}+openssl-sys-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+ssh-devel
Summary: %{summary}
@ -100,7 +100,7 @@ This package contains library source intended for building other packages
which use "ssh" feature of "%{crate}" crate.
%files -n %{name}+ssh-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+ssh_key_from_memory-devel
Summary: %{summary}
@ -112,7 +112,7 @@ This package contains library source intended for building other packages
which use "ssh_key_from_memory" feature of "%{crate}" crate.
%files -n %{name}+ssh_key_from_memory-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p2
@ -138,6 +138,9 @@ echo '(pkgconfig(libgit2) >= 0.28 with pkgconfig(libgit2) < 0.29)'
%endif
%changelog
* Wed Dec 25 09:30:41 CET 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.10.0-1
- Update to 0.10.0
* Thu Nov 28 13:20:45 CET 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.9.2-1
- Update to 0.9.2

@ -1 +1 @@
SHA512 (libgit2-sys-0.9.2.crate) = 9658e9aabfb987d5889622b657551b532986ab3252ca4fe4a258c6c7875f721b1d6593d0e65f4812c544c61a75d44ae2c16a6a99aabc89406ccc7515391df8b3
SHA512 (libgit2-sys-0.10.0.crate) = 3e86cf98c01f33a242ff0117bebd1a2dfc33100ee00c46cf538d61eae56bda4b93d479baff186837d5b8dc1ba7fbaf1942287df0487a50ac23cc75efe3a1cf7d

Loading…
Cancel
Save