summaryrefslogtreecommitdiffstats
path: root/cgit.spec
diff options
context:
space:
mode:
authorKevin Fenzi <kevin@scrye.com>2016-11-23 09:14:07 -0700
committerKevin Fenzi <kevin@scrye.com>2016-11-23 09:14:07 -0700
commit1800ff92f51b7c0213c0b00cbe0aa3a0b51a0864 (patch)
tree558c6e491b63db36b4b579aeee4e775ccb658714 /cgit.spec
parent2f6d0d2470a05c412cc8738fe82fe09d7d85ea03 (diff)
downloadcgit_EL6-1800ff92f51b7c0213c0b00cbe0aa3a0b51a0864.tar.gz
Update to 1.1. Fixes bug #1397820
Diffstat (limited to 'cgit.spec')
-rw-r--r--cgit.spec9
1 files changed, 6 insertions, 3 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 <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