From da8be219a82090c85a7fd829934c354a5ab5b340 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Tue, 8 Sep 2015 17:22:37 +0200 Subject: [PATCH] Update to 0.23.2 Signed-off-by: Igor Gnatenko --- .gitignore | 1 + libgit2.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 602ebd1..15764eb 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ /libgit2-0.22.3.tar.gz /libgit2-0.23.0.tar.gz /libgit2-0.23.1.tar.gz +/libgit2-0.23.2.tar.gz diff --git a/libgit2.spec b/libgit2.spec index 36a78c2..3ec1372 100644 --- a/libgit2.spec +++ b/libgit2.spec @@ -1,5 +1,5 @@ Name: libgit2 -Version: 0.23.1 +Version: 0.23.2 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 Sep 08 2015 Igor Gnatenko - 0.23.2-1 +- Update to 0.23.2 + * Wed Sep 02 2015 Veeti Paananen - 0.23.1-1 - Update to 0.23.1 - Add curl support diff --git a/sources b/sources index 6a8ea8e..46d2c30 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7ebec01572107599c561794d1661a1e0 libgit2-0.23.1.tar.gz +ade3b85d759866c03b6188e397b652fa libgit2-0.23.2.tar.gz