[cgit] Update to 0.11.1

Kevin Fenzi kevin at fedoraproject.org
Tue Mar 10 22:55:18 UTC 2015


commit 9248f755eaf617d51d8b66ff7836b19f265424ea
Author: Kevin Fenzi <kevin at scrye.com>
Date:   Tue Mar 10 16:55:07 2015 -0600

    Update to 0.11.1

 cgit.spec | 9 ++++++---
 sources   | 3 +--
 2 files changed, 7 insertions(+), 5 deletions(-)
---
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 <kevin at scrye.com> 0.11.1-1
+- Update to 0.11.1
+
 * Mon Feb 16 2015 Kevin Fenzi <kevin at scrye.com> 0.11.0-1
 - Update to 0.11.0
 
diff --git a/sources b/sources
index 1e54ba9..b697572 100644
--- a/sources
+++ b/sources
@@ -1,2 +1 @@
-e5880760d1f43f4f49b3bf94b9046eee  git-2.3.0.tar.xz
-2029f60cead3598d5b5412756d487a01  cgit-0.11.0.tar.xz
+0d512e0e003269c50fef4bca0c0826f3  cgit-0.11.1.tar.xz


More information about the scm-commits mailing list