diff --git a/.gitignore b/.gitignore index 7c345ab..6af3662 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /v0.18.0.tar.gz /v0.19.0.tar.gz +/libgit2-0.20.0.tar.gz diff --git a/libgit2.spec b/libgit2.spec index dd23d1a..ad5ce32 100644 --- a/libgit2.spec +++ b/libgit2.spec @@ -1,6 +1,6 @@ Name: libgit2 -Version: 0.19.0 -Release: 2%{?dist} +Version: 0.20.0 +Release: 1%{?dist} Summary: A C implementation of the Git core methods as a library License: GPLv2 with exceptions @@ -86,6 +86,9 @@ make install DESTDIR=%{buildroot} %changelog +* Sun Nov 24 2013 Ignacio Casal Quinteiro - 0.20.0-1 +- 0.20.0 + * Sat Aug 03 2013 Fedora Release Engineering - 0.19.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild diff --git a/sources b/sources index 1667e38..51531b6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d682d9424d95f697bf3f89b358fe8e1a v0.19.0.tar.gz +e35f613a37e11354f34249f2faa68237 libgit2-0.20.0.tar.gz