Merge branch '0.28'
This commit is contained in:
commit
8e1b85ced1
4
.gitignore
vendored
4
.gitignore
vendored
@ -27,3 +27,7 @@
|
||||
/libgit2-0.27.5.tar.gz
|
||||
/libgit2-0.27.7.tar.gz
|
||||
/libgit2-0.27.8.tar.gz
|
||||
/libgit2-0.28.0-rc1.tar.gz
|
||||
/libgit2-0.28.0.tar.gz
|
||||
/libgit2-0.28.1.tar.gz
|
||||
/libgit2-0.28.2.tar.gz
|
||||
|
11
libgit2.spec
11
libgit2.spec
@ -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
|
||||
@ -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
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libgit2-0.27.8.tar.gz) = 53ab69a0687afd315029fdbe0ce8192b7e88f7f1ff6bc9c4875718e638cecd64755a9942ad605e6c388c58c6b892b351d54c5405de8e0d5ba90406055a25ffaa
|
||||
SHA512 (libgit2-0.28.2.tar.gz) = 0879c162e2e1dc00eadfbda22cd1f9d3a95b4ec2b653c108983f37c2f695140882de4d50d7cbc04ced247125a4e9fe6df16130e1267891aecdb2411d920db5c6
|
||||
|
Loading…
Reference in New Issue
Block a user