|
|
|
@ -6,7 +6,7 @@
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
|
Version: 0.7.7
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Summary: Native bindings to the libgit2 library
|
|
|
|
|
|
|
|
|
|
License: MIT or ASL 2.0
|
|
|
|
@ -40,7 +40,7 @@ BuildRequires: (pkgconfig(libgit2) >= 0.27 with pkgconfig(libgit2) < 0.28)
|
|
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
|
BuildRequires: (pkgconfig(libgit2) >= 0.27 with pkgconfig(libgit2) < 0.28)
|
|
|
|
|
Requires: (pkgconfig(libgit2) >= 0.27 with pkgconfig(libgit2) < 0.28)
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
@ -72,6 +72,9 @@ rm -vrf libgit2
|
|
|
|
|
%{cargo_registry}/%{crate}-%{version}/
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri Aug 10 2018 Josh Stone <jistone@redhat.com> - 0.7.7-2
|
|
|
|
|
- Fix the devel Requires
|
|
|
|
|
|
|
|
|
|
* Fri Aug 10 2018 Josh Stone <jistone@redhat.com> - 0.7.7-1
|
|
|
|
|
- Update to 0.7.7
|
|
|
|
|
|
|
|
|
|