From 1800ff92f51b7c0213c0b00cbe0aa3a0b51a0864 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 23 Nov 2016 09:14:07 -0700 Subject: Update to 1.1. Fixes bug #1397820 --- cgit.spec | 9 ++++++--- sources | 4 ++-- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/cgit.spec b/cgit.spec index 07df01e..5a52dc7 100644 --- a/cgit.spec +++ b/cgit.spec @@ -1,6 +1,6 @@ # Review bug: https://bugzilla.redhat.com/479723 -%global gitver 2.8.3 +%global gitver 2.10.2 %global cachedir %{_localstatedir}/cache/%{name} %global filterdir %{_libexecdir}/%{name}/filters %global scriptdir %{_localstatedir}/www/cgi-bin @@ -35,8 +35,8 @@ make V=1 %{?_smp_mflags} \\\ prefix=%{_prefix} Name: cgit -Version: 1.0 -Release: 2%{?dist} +Version: 1.1 +Release: 1%{?dist} Summary: A fast web interface for git Group: Development/Tools @@ -161,6 +161,9 @@ rm -rf %{buildroot} %changelog +* Wed Nov 23 2016 Kevin Fenzi - 1.1-1 +- Update to 1.1. Fixes bug #1397820 + * Mon Sep 19 2016 Pavel Raiskup - 1.0-2 - ensure we inform about git bundling appropriately diff --git a/sources b/sources index f915117..cc792b2 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -1dbd155da1c4adc89703fb1faf249dff cgit-1.0.tar.xz -4a9bda9f14e9c5ce3e7a416e43b74a1b git-2.8.3.tar.xz +7cc92b94e4aaefed952b0e6b8fde0a3e cgit-1.1.tar.xz +3cd1dca37be60668f482545716923b72 git-2.10.2.tar.xz -- cgit