|
|
|
@ -1,12 +1,10 @@
|
|
|
|
|
Name: libgit2
|
|
|
|
|
Version: 0.27.8
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Version: 0.28.2
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: C implementation of the Git core methods as a library with a solid API
|
|
|
|
|
License: GPLv2 with exceptions
|
|
|
|
|
URL: https://libgit2.org
|
|
|
|
|
URL: https://libgit2.org/
|
|
|
|
|
Source0: https://github.com/libgit2/libgit2/archive/v%{version}/%{name}-%{version}.tar.gz
|
|
|
|
|
# https://github.com/libgit2/libgit2/commit/415a8ae9c9b6ac18f0524b6af8e58408b426457d
|
|
|
|
|
Patch0001: 0001-tests-don-t-run-buf-oom-on-32-bit-systems.patch
|
|
|
|
|
|
|
|
|
|
BuildRequires: gcc
|
|
|
|
|
BuildRequires: cmake >= 2.8.11
|
|
|
|
@ -20,7 +18,7 @@ BuildRequires: zlib-devel
|
|
|
|
|
Provides: bundled(libxdiff)
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
libgit2 is a portable, pure C implementation of the Git core methods
|
|
|
|
|
libgit2 is a portable, pure C implementation of the Git core methods
|
|
|
|
|
provided as a re-entrant linkable library with a solid API, allowing
|
|
|
|
|
you to write native speed custom Git applications in any language
|
|
|
|
|
with bindings.
|
|
|
|
@ -74,6 +72,9 @@ rm -frv deps
|
|
|
|
|
%{_includedir}/git2/
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Thu Jun 06 14:22:16 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.28.2-1
|
|
|
|
|
- Update to 0.28.2
|
|
|
|
|
|
|
|
|
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.27.8-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|