|
|
@ -1,11 +1,11 @@
|
|
|
|
# Generated by rust2rpm 16
|
|
|
|
# Generated by rust2rpm 17
|
|
|
|
%bcond_without check
|
|
|
|
%bcond_without check
|
|
|
|
%global debug_package %{nil}
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
|
|
%global crate git2
|
|
|
|
%global crate git2
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Version: 0.13.12
|
|
|
|
Version: 0.13.14
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Bindings to libgit2 for interoperating with git repositories
|
|
|
|
Summary: Bindings to libgit2 for interoperating with git repositories
|
|
|
|
|
|
|
|
|
|
|
@ -23,7 +23,6 @@ BuildArch: noarch
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: rust-packaging
|
|
|
|
BuildRequires: rust-packaging
|
|
|
|
BuildRequires: git
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%global _description %{expand:
|
|
|
|
%global _description %{expand:
|
|
|
|
Bindings to libgit2 for interoperating with git repositories. This library is
|
|
|
|
Bindings to libgit2 for interoperating with git repositories. This library is
|
|
|
@ -136,6 +135,9 @@ which use "unstable" feature of "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
|
|
%generate_buildrequires
|
|
|
|
%generate_buildrequires
|
|
|
|
%cargo_generate_buildrequires
|
|
|
|
%cargo_generate_buildrequires
|
|
|
|
|
|
|
|
%if %{with check}
|
|
|
|
|
|
|
|
echo '/usr/bin/git'
|
|
|
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
%cargo_build
|
|
|
|
%cargo_build
|
|
|
@ -149,6 +151,9 @@ which use "unstable" feature of "%{crate}" crate.
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Mon Dec 28 17:46:07 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.13.14-1
|
|
|
|
|
|
|
|
- Update to 0.13.14 (Fixes: RHBZ#1909219)
|
|
|
|
|
|
|
|
|
|
|
|
* Sun Nov 29 2020 Fabio Valentini <decathorpe@gmail.com> - 0.13.12-1
|
|
|
|
* Sun Nov 29 2020 Fabio Valentini <decathorpe@gmail.com> - 0.13.12-1
|
|
|
|
- Update to version 0.13.12.
|
|
|
|
- Update to version 0.13.12.
|
|
|
|
- Fixes RHBZ#1888076
|
|
|
|
- Fixes RHBZ#1888076
|
|
|
|