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.7.0 +%global gitver 2.8.3 %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.12 -Release: 2%{?dist} +Version: 1.0 +Release: 1%{?dist} Summary: A fast web interface for git Group: Development/Tools @@ -158,6 +158,9 @@ rm -rf %{buildroot} %changelog +* Tue Jun 07 2016 Kevin Fenzi <kevin@scrye.com> - 1.0-1 +- Update to 1.0 + * Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.12-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild @@ -1,2 +1,2 @@ -0214e04f7041f835c5c38f2b78eccced git-2.7.0.tar.xz -192efcca82bf3bf07cd2746685a9f87a cgit-0.12.tar.xz +1dbd155da1c4adc89703fb1faf249dff cgit-1.0.tar.xz +4a9bda9f14e9c5ce3e7a416e43b74a1b git-2.8.3.tar.xz |