Update to 0.13.14

Signed-off-by: Igor Raits <ignatenkobrain@fedoraproject.org>
epel9
Igor Raits 4 years ago
parent e9151ea204
commit 117fa3a589
No known key found for this signature in database
GPG Key ID: 115D5AB89C5C1E1E

1
.gitignore vendored

@ -22,3 +22,4 @@
/git2-0.13.10.crate /git2-0.13.10.crate
/git2-0.13.11.crate /git2-0.13.11.crate
/git2-0.13.12.crate /git2-0.13.12.crate
/git2-0.13.14.crate

@ -1,3 +1,3 @@
[DEFAULT] [DEFAULT]
buildrequires = buildrequires =
git /usr/bin/git

@ -1,6 +1,6 @@
--- git2-0.13.12/Cargo.toml 2020-10-14T00:08:34+00:00 --- git2-0.13.14/Cargo.toml 2020-12-22T04:12:42+00:00
+++ git2-0.13.12/Cargo.toml 2020-11-29T10:24:04.282878+00:00 +++ git2-0.13.14/Cargo.toml 2020-12-28T16:46:07.292232+00:00
@@ -54,8 +54,6 @@ @@ -57,8 +57,6 @@
ssh = ["libgit2-sys/ssh"] ssh = ["libgit2-sys/ssh"]
ssh_key_from_memory = ["libgit2-sys/ssh_key_from_memory"] ssh_key_from_memory = ["libgit2-sys/ssh_key_from_memory"]
unstable = [] unstable = []

@ -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

@ -1 +1 @@
SHA512 (git2-0.13.12.crate) = aab4564c385e378d5df34b8b8aab12107bc9e4b3b1cec1b5206e32fe72fbd0a7a2fd4c40d0ce75deed6ee9a51edb0383f26af2a53e59a5384c74dac4162f312b SHA512 (git2-0.13.14.crate) = bbe127423a3928749b47027c9f38fb0fc70a32ace538aab7a89f2d773783331233dd437ac01f12395e632796bbfe17620c0210fed0313c5317bf3591459dcb6e

Loading…
Cancel
Save