From 42b79661ebc3caa3aa7b3a88852906846eb76ecf Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Tue, 4 Oct 2016 08:45:05 +0200 Subject: [PATCH] Update to 0.24.2 (RHBZ #1381398) 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 6f58b65..9f4817f 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ /libgit2-0.23.4.tar.gz /libgit2-0.24.0.tar.gz /libgit2-0.24.1.tar.gz +/libgit2-0.24.2.tar.gz diff --git a/libgit2.spec b/libgit2.spec index 0b235f3..edf5269 100644 --- a/libgit2.spec +++ b/libgit2.spec @@ -1,5 +1,5 @@ Name: libgit2 -Version: 0.24.1 +Version: 0.24.2 Release: 1%{?dist} Summary: C implementation of the Git core methods as a library with a solid API License: GPLv2 with exceptions @@ -76,6 +76,9 @@ popd %{_includedir}/git2/ %changelog +* Tue Oct 04 2016 Igor Gnatenko - 0.24.2-1 +- Update to 0.24.2 (RHBZ #1381398) + * Wed Apr 13 2016 Igor Gnatenko - 0.24.1-1 - Update to 0.24.1 diff --git a/sources b/sources index 43268d5..231e169 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3674ca2d40388b1175e25b6f5a3a82ad libgit2-0.24.1.tar.gz +735661b5b73e3c120d13e2bae21e49b3 libgit2-0.24.2.tar.gz