[cgit] Update to 0.10.1

Kevin Fenzi kevin at fedoraproject.org
Fri Feb 28 00:22:16 UTC 2014


commit 591edd3d0118c668402d387d08973fb0ed0615ff
Author: Kevin Fenzi <kevin at scrye.com>
Date:   Thu Feb 27 17:22:44 2014 -0700

    Update to 0.10.1
    
    - Correctly enable lua filters.

 cgit.spec |    9 +++++++--
 sources   |    4 ++--
 2 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/cgit.spec b/cgit.spec
index a5143ab..41fb487 100644
--- a/cgit.spec
+++ b/cgit.spec
@@ -1,6 +1,6 @@
 # Review bug: https://bugzilla.redhat.com/479723
 
-%global gitver      1.8.5
+%global gitver      1.9.0
 %global cachedir    %{_localstatedir}/cache/%{name}
 %global filterdir   %{_libexecdir}/%{name}/filters
 %global scriptdir   %{_localstatedir}/www/cgi-bin
@@ -21,7 +21,7 @@ make V=1 %{?_smp_mflags} \\\
      prefix=%{_prefix}
 
 Name:           cgit
-Version:        0.10
+Version:        0.10.1
 Release:        1%{?dist}
 Summary:        A fast web interface for git
 
@@ -49,6 +49,7 @@ BuildRequires:  libcurl-devel
 BuildRequires:  curl-devel
 %endif
 BuildRequires:  openssl-devel
+BuildRequires:  lua-devel
 Requires:       httpd
 
 %description
@@ -98,6 +99,10 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Thu Feb 27 2014 Kevin Fenzi <kevin at scrye.com> 0.10.1-1
+- Update to 0.10.1
+- Correctly enable lua filters. 
+
 * Wed Feb 19 2014 Kevin Fenzi <kevin at scrye.com> 0.10-1
 - Update to 0.10
 
diff --git a/sources b/sources
index 7b55382..e043d7b 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-16448b1cfd62fcbe738729edc6279e14  git-1.8.5.tar.gz
-19944c17ecea1b1d1944718ce8ce6b61  cgit-0.10.tar.xz
+e16c14b27c644b8e0dd72bdb5ff77450  git-1.9.0.tar.gz
+060ef0aa95ebda6ea7daf823214bc4d0  cgit-0.10.1.tar.xz


More information about the scm-commits mailing list