0.23.1
This commit is contained in:
parent
8beb6d3af1
commit
0114ace379
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,3 +8,4 @@
|
|||||||
/libgit2-0.22.2.tar.gz
|
/libgit2-0.22.2.tar.gz
|
||||||
/libgit2-0.22.3.tar.gz
|
/libgit2-0.22.3.tar.gz
|
||||||
/libgit2-0.23.0.tar.gz
|
/libgit2-0.23.0.tar.gz
|
||||||
|
/libgit2-0.23.1.tar.gz
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: libgit2
|
Name: libgit2
|
||||||
Version: 0.23.0
|
Version: 0.23.1
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: C implementation of the Git core methods as a library with a solid API
|
Summary: C implementation of the Git core methods as a library with a solid API
|
||||||
License: GPLv2 with exceptions
|
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
|
Source0: https://github.com/libgit2/libgit2/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: http-parser-devel
|
BuildRequires: http-parser-devel
|
||||||
|
BuildRequires: libcurl-devel
|
||||||
BuildRequires: libssh2-devel
|
BuildRequires: libssh2-devel
|
||||||
BuildRequires: openssl-devel
|
BuildRequires: openssl-devel
|
||||||
BuildRequires: python2
|
BuildRequires: python2
|
||||||
@ -68,6 +69,10 @@ ctest -V
|
|||||||
%{_includedir}/git2/
|
%{_includedir}/git2/
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Jul 30 2015 Igor Gnatenko <ignatenko@src.gnome.org> - 0.23.0-1
|
||||||
- Update to 0.23.0
|
- Update to 0.23.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user