|
|
|
@ -1,5 +1,5 @@
|
|
|
|
|
Name: libgit2
|
|
|
|
|
Version: 0.23.0
|
|
|
|
|
Version: 0.23.1
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: C implementation of the Git core methods as a library with a solid API
|
|
|
|
|
License: GPLv2 with exceptions
|
|
|
|
@ -7,6 +7,7 @@ URL: http://libgit2.github.com/
|
|
|
|
|
Source0: https://github.com/libgit2/libgit2/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
|
|
|
|
BuildRequires: cmake
|
|
|
|
|
BuildRequires: http-parser-devel
|
|
|
|
|
BuildRequires: libcurl-devel
|
|
|
|
|
BuildRequires: libssh2-devel
|
|
|
|
|
BuildRequires: openssl-devel
|
|
|
|
|
BuildRequires: python2
|
|
|
|
@ -68,6 +69,10 @@ ctest -V
|
|
|
|
|
%{_includedir}/git2/
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Wed Sep 02 2015 Veeti Paananen <veeti.paananen@rojekti.fi> - 0.23.1-1
|
|
|
|
|
- Update to 0.23.1
|
|
|
|
|
- Add curl support
|
|
|
|
|
|
|
|
|
|
* Thu Jul 30 2015 Igor Gnatenko <ignatenko@src.gnome.org> - 0.23.0-1
|
|
|
|
|
- Update to 0.23.0
|
|
|
|
|
|
|
|
|
|