|
|
@ -1,12 +1,12 @@
|
|
|
|
# Generated by rust2rpm 13
|
|
|
|
# Generated by rust2rpm 16
|
|
|
|
%bcond_without check
|
|
|
|
%bcond_without check
|
|
|
|
%global debug_package %{nil}
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
|
|
%global crate libgit2-sys
|
|
|
|
%global crate libgit2-sys
|
|
|
|
%global upstream_version 0.12.13+1.0.1
|
|
|
|
%global upstream_version 0.12.14+1.1.0
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Version: 0.12.13
|
|
|
|
Version: 0.12.14
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Native bindings to the libgit2 library
|
|
|
|
Summary: Native bindings to the libgit2 library
|
|
|
|
|
|
|
|
|
|
|
@ -25,6 +25,7 @@ BuildArch: noarch
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: rust-packaging
|
|
|
|
BuildRequires: rust-packaging
|
|
|
|
|
|
|
|
BuildRequires: (pkgconfig(libgit2) >= 1.0.1 with pkgconfig(libgit2) < 2.0.0)
|
|
|
|
|
|
|
|
|
|
|
|
%global _description %{expand:
|
|
|
|
%global _description %{expand:
|
|
|
|
Native bindings to the libgit2 library.}
|
|
|
|
Native bindings to the libgit2 library.}
|
|
|
@ -125,9 +126,6 @@ rm -vrf libgit2
|
|
|
|
|
|
|
|
|
|
|
|
%generate_buildrequires
|
|
|
|
%generate_buildrequires
|
|
|
|
%cargo_generate_buildrequires
|
|
|
|
%cargo_generate_buildrequires
|
|
|
|
%if ! %{__cargo_skip_build}
|
|
|
|
|
|
|
|
echo '(pkgconfig(libgit2) >= 1.0.1 with pkgconfig(libgit2) < 2.0.0)'
|
|
|
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
%cargo_build
|
|
|
|
%cargo_build
|
|
|
@ -141,6 +139,10 @@ echo '(pkgconfig(libgit2) >= 1.0.1 with pkgconfig(libgit2) < 2.0.0)'
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Sun Nov 29 2020 Fabio Valentini <decathorpe@gmail.com> - 0.12.14-1
|
|
|
|
|
|
|
|
- Update to version 0.12.14+1.1.0.
|
|
|
|
|
|
|
|
- Fixes RHBZ#1888078
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Sep 18 2020 Fabio Valentini <decathorpe@gmail.com> - 0.12.13-1
|
|
|
|
* Fri Sep 18 2020 Fabio Valentini <decathorpe@gmail.com> - 0.12.13-1
|
|
|
|
- Update to version 0.12.13+1.0.1.
|
|
|
|
- Update to version 0.12.13+1.0.1.
|
|
|
|
|
|
|
|
|
|
|
|