diff options
-rw-r--r-- | cgit.spec | 9 | ||||
-rw-r--r-- | sources | 3 |
2 files changed, 7 insertions, 5 deletions
@@ -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 @@ -1,2 +1 @@ -e5880760d1f43f4f49b3bf94b9046eee git-2.3.0.tar.xz -2029f60cead3598d5b5412756d487a01 cgit-0.11.0.tar.xz +0d512e0e003269c50fef4bca0c0826f3 cgit-0.11.1.tar.xz |