|
|
@ -5,8 +5,8 @@
|
|
|
|
%global crate git2
|
|
|
|
%global crate git2
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Version: 0.13.15
|
|
|
|
Version: 0.13.17
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Bindings to libgit2 for interoperating with git repositories
|
|
|
|
Summary: Bindings to libgit2 for interoperating with git repositories
|
|
|
|
|
|
|
|
|
|
|
|
# Upstream license specification: MIT/Apache-2.0
|
|
|
|
# Upstream license specification: MIT/Apache-2.0
|
|
|
@ -15,7 +15,6 @@ URL: https://crates.io/crates/git2
|
|
|
|
Source: %{crates_source}
|
|
|
|
Source: %{crates_source}
|
|
|
|
# Initial patched metadata
|
|
|
|
# Initial patched metadata
|
|
|
|
# * No vendored/zlib-ng features
|
|
|
|
# * No vendored/zlib-ng features
|
|
|
|
# * Update paste to 1, https://github.com/rust-lang/git2-rs/pull/654
|
|
|
|
|
|
|
|
Patch0: git2-fix-metadata.diff
|
|
|
|
Patch0: git2-fix-metadata.diff
|
|
|
|
|
|
|
|
|
|
|
|
ExclusiveArch: %{rust_arches}
|
|
|
|
ExclusiveArch: %{rust_arches}
|
|
|
@ -152,6 +151,9 @@ echo '/usr/bin/git'
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Fri Feb 05 19:41:08 CET 2021 returntrip <stefano@figura.im> - 0.13.17-1
|
|
|
|
|
|
|
|
- Update to 0.13.17 (Fixes: RHBZ#1918811)
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.13.15-2
|
|
|
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.13.15-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|