diff options
-rw-r--r-- | cgit.spec | 9 | ||||
-rw-r--r-- | sources | 4 |
2 files changed, 8 insertions, 5 deletions
@@ -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) @@ -1,2 +1,2 @@ -6682d597f6e3e76645a254c7be537bd3 cgit-0.10.2.tar.xz -6d28a5d112379c20c7f7df9e0ffb070c git-2.0.1.tar.xz +e5880760d1f43f4f49b3bf94b9046eee git-2.3.0.tar.xz +2029f60cead3598d5b5412756d487a01 cgit-0.11.0.tar.xz |