summaryrefslogtreecommitdiffstats
path: root/cgit.spec
diff options
context:
space:
mode:
authorKevin Fenzi <kevin@scrye.com>2015-03-10 16:55:07 -0600
committerKevin Fenzi <kevin@scrye.com>2015-03-10 16:55:07 -0600
commit9248f755eaf617d51d8b66ff7836b19f265424ea (patch)
tree74449450e7542b6d62debe4109e2b74274bb64c9 /cgit.spec
parent09f755253b809622b2143ecefb3cfad124f849c3 (diff)
downloadcgit_EL6-9248f755eaf617d51d8b66ff7836b19f265424ea.tar.gz
Update to 0.11.1
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 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@scrye.com> 0.11.1-1
+- Update to 0.11.1
+
* Mon Feb 16 2015 Kevin Fenzi <kevin@scrye.com> 0.11.0-1
- Update to 0.11.0