diff --git a/.abf.yml b/.abf.yml index 70bdc36..07a7306 100644 --- a/.abf.yml +++ b/.abf.yml @@ -1,2 +1,2 @@ sources: - libgit2-1.4.2.tar.gz: 2b12cbf784a753f0cb44a728002aa0191072af43 + libgit2-1.5.0.tar.gz: 8b9536f3377d855ff899f3aeea942cea25792bc2 diff --git a/libgit2.spec b/libgit2.spec index c77bd0a..c4c2c68 100644 --- a/libgit2.spec +++ b/libgit2.spec @@ -1,14 +1,14 @@ -%define major 1.4 +%define major 1.5 %define libname %mklibname git2_ %{major} %define devname %mklibname git2 -d Summary: A C implementation of the Git core methods as a library Name: libgit2 -Version: 1.4.2 +Version: 1.5.0 Release: 1 License: GPLv2 with exceptions Group: System/Libraries -Url: http://libgit2.github.com/ +URL: https://libgit2.org Source0: https://github.com/libgit2/libgit2/archive/v%{version}/%{name}-%{version}.tar.gz BuildRequires: cmake BuildRequires: pkgconfig(krb5-gssapi) @@ -52,8 +52,7 @@ The %{name}-devel package contains libraries and header files for developing applications that use %{name}. %files -n %{devname} -%doc AUTHORS docs examples README.md SECURITY.md -%license COPYING +%doc AUTHORS docs examples README.md SECURITY.md COPYING %{_libdir}/libgit2.so %{_libdir}/pkgconfig/libgit2.pc %{_includedir}/git2*