diff options
Diffstat (limited to 'cgit.spec')
-rw-r--r-- | cgit.spec | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -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 <kevin@scrye.com> - 1.1-1 +- Update to 1.1. Fixes bug #1397820 + * Mon Sep 19 2016 Pavel Raiskup <praiskup@redhat.com> - 1.0-2 - ensure we inform about git bundling appropriately |