From 9248f755eaf617d51d8b66ff7836b19f265424ea Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Tue, 10 Mar 2015 16:55:07 -0600 Subject: Update to 0.11.1 --- cgit.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'cgit.spec') diff --git a/cgit.spec b/cgit.spec index 1d27b20..39613d4 100644 --- a/cgit.spec +++ b/cgit.spec @@ -1,6 +1,6 @@ # Review bug: https://bugzilla.redhat.com/479723 -%global gitver 2.3.0 +%global gitver 2.3.1 %global cachedir %{_localstatedir}/cache/%{name} %global filterdir %{_libexecdir}/%{name}/filters %global scriptdir %{_localstatedir}/www/cgi-bin @@ -35,7 +35,7 @@ make V=1 %{?_smp_mflags} \\\ prefix=%{_prefix} Name: cgit -Version: 0.11.0 +Version: 0.11.1 Release: 1%{?dist} Summary: A fast web interface for git @@ -84,7 +84,7 @@ Cgit is a fast web interface for git. It uses caching to increase performance. # setup the git dir rm -rf git mv git-%{gitver} git -sed -i 's/^\(CFLAGS = \).*/\1%{optflags}/' git/Makefile +sed -i 's|^\(CFLAGS = \).*|\1%{optflags}|' git/Makefile # I tried to use matchpathcon, but we would need to require # selinux-policy-targeted probably. @@ -154,6 +154,9 @@ rm -rf %{buildroot} %changelog +* Tue Mar 10 2015 Kevin Fenzi 0.11.1-1 +- Update to 0.11.1 + * Mon Feb 16 2015 Kevin Fenzi 0.11.0-1 - Update to 0.11.0 -- cgit