diff --git a/.abf.yml b/.abf.yml index abe8e67..2a38c6f 100644 --- a/.abf.yml +++ b/.abf.yml @@ -1,2 +1,4 @@ -sources: +removed_sources: libgit2-0.24.1.tar.gz: 198ac53d713c521d940951ab5d6b90b75b941918 +sources: + libgit2-0.26.0.tar.gz: 7e9792e3d2ee88719f0d7cb59737256bfc1cddbb diff --git a/libgit2.spec b/libgit2.spec index aba553a..f18e788 100644 --- a/libgit2.spec +++ b/libgit2.spec @@ -1,11 +1,11 @@ -%define major 24 +%define major 26 %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: 0.24.1 -Release: 3 +Version: 0.26.0 +Release: 1 License: GPLv2 with exceptions Group: System/Libraries Url: http://libgit2.github.com/