summaryrefslogtreecommitdiffstats
path: root/cgit.spec
diff options
context:
space:
mode:
authorKevin Fenzi <kevin@scrye.com>2015-02-16 06:34:30 -0700
committerKevin Fenzi <kevin@scrye.com>2015-02-16 06:34:30 -0700
commit09f755253b809622b2143ecefb3cfad124f849c3 (patch)
treeee9581a9a8a71c0f04b6e6ce472eca706d0dbb42 /cgit.spec
parentd552c4627b04b570b77ee26569aeaedec7083b0c (diff)
downloadcgit_EL6-09f755253b809622b2143ecefb3cfad124f849c3.tar.gz
Update to 0.11.0
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 0b4a7c5..1d27b20 100644
--- a/cgit.spec
+++ b/cgit.spec
@@ -1,6 +1,6 @@
# Review bug: https://bugzilla.redhat.com/479723
-%global gitver 2.0.1
+%global gitver 2.3.0
%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: 0.10.2
-Release: 5%{?dist}
+Version: 0.11.0
+Release: 1%{?dist}
Summary: A fast web interface for git
Group: Development/Tools
@@ -154,6 +154,9 @@ rm -rf %{buildroot}
%changelog
+* Mon Feb 16 2015 Kevin Fenzi <kevin@scrye.com> 0.11.0-1
+- Update to 0.11.0
+
* Mon Feb 09 2015 Pavel Raiskup <praiskup@redhat.com> - 0.10.2-5
- require "any" 'webserver' instead of concrete 'httpd' (#1138599)