|
|
@ -3,10 +3,10 @@
|
|
|
|
%global debug_package %{nil}
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
|
|
%global crate libgit2-sys
|
|
|
|
%global crate libgit2-sys
|
|
|
|
%global upstream_version 0.12.18+1.1.0
|
|
|
|
%global upstream_version 0.12.20+1.1.0
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Version: 0.12.18
|
|
|
|
Version: 0.12.20
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Native bindings to the libgit2 library
|
|
|
|
Summary: Native bindings to the libgit2 library
|
|
|
|
|
|
|
|
|
|
|
@ -119,7 +119,7 @@ which use "ssh_key_from_memory" feature of "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%autosetup -n %{crate}-%{upstream_version} -p1
|
|
|
|
%autosetup -n %{crate}-%{upstream_version} -p1
|
|
|
|
# Bundled deps
|
|
|
|
# Remove bundled dependencies
|
|
|
|
rm -vrf libgit2
|
|
|
|
rm -vrf libgit2
|
|
|
|
%cargo_prep
|
|
|
|
%cargo_prep
|
|
|
|
|
|
|
|
|
|
|
@ -141,6 +141,10 @@ echo '(pkgconfig(libgit2) >= 1.1.0 with pkgconfig(libgit2) < 2.0.0)'
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Mon May 17 2021 Fabio Valentini <decathorpe@gmail.com> - 0.12.20-1
|
|
|
|
|
|
|
|
- Update to version 0.12.20+1.1.0.
|
|
|
|
|
|
|
|
- Fixes RHBZ#1951081
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Feb 05 18:44:48 CET 2021 returntrip <stefano@figura.im> - 0.12.18-1
|
|
|
|
* Fri Feb 05 18:44:48 CET 2021 returntrip <stefano@figura.im> - 0.12.18-1
|
|
|
|
- Update to 0.12.18 (Fixes: RHZB#1918821)
|
|
|
|
- Update to 0.12.18 (Fixes: RHZB#1918821)
|
|
|
|
|
|
|
|
|
|
|
|