diff options
author | Kevin Fenzi <kevin@scrye.com> | 2016-11-23 09:14:07 -0700 |
---|---|---|
committer | Kevin Fenzi <kevin@scrye.com> | 2016-11-23 09:14:07 -0700 |
commit | 1800ff92f51b7c0213c0b00cbe0aa3a0b51a0864 (patch) | |
tree | 558c6e491b63db36b4b579aeee4e775ccb658714 /cgit.spec | |
parent | 2f6d0d2470a05c412cc8738fe82fe09d7d85ea03 (diff) | |
download | cgit_EL6-1800ff92f51b7c0213c0b00cbe0aa3a0b51a0864.tar.gz |
Update to 1.1. Fixes bug #1397820
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 |