diff --git a/.gitignore b/.gitignore index 15764eb..0753977 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ /libgit2-0.23.0.tar.gz /libgit2-0.23.1.tar.gz /libgit2-0.23.2.tar.gz +/libgit2-0.23.3.tar.gz diff --git a/libgit2.spec b/libgit2.spec index 3ec1372..39459f2 100644 --- a/libgit2.spec +++ b/libgit2.spec @@ -1,5 +1,5 @@ Name: libgit2 -Version: 0.23.2 +Version: 0.23.3 Release: 1%{?dist} Summary: C implementation of the Git core methods as a library with a solid API License: GPLv2 with exceptions @@ -69,6 +69,9 @@ ctest -V %{_includedir}/git2/ %changelog +* Tue Oct 06 2015 Igor Gnatenko - 0.23.3-1 +- Update to 0.23.3 (RHBZ #1260324) + * Tue Sep 08 2015 Igor Gnatenko - 0.23.2-1 - Update to 0.23.2 diff --git a/sources b/sources index 46d2c30..d4aa33e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ade3b85d759866c03b6188e397b652fa libgit2-0.23.2.tar.gz +b33d043f655cc0671aeb95d62a75c981 libgit2-0.23.3.tar.gz