summaryrefslogtreecommitdiffstats
path: root/cgit.spec
diff options
context:
space:
mode:
authorKevin Fenzi <kevin@scrye.com>2014-02-27 17:22:44 -0700
committerKevin Fenzi <kevin@scrye.com>2014-02-27 17:22:44 -0700
commit591edd3d0118c668402d387d08973fb0ed0615ff (patch)
treebe9c80cee816c5a836f58281013ae7def7d1753c /cgit.spec
parentf7db80fbd1a2c212ab9cb8fbd9bf62f45aeb55b6 (diff)
downloadcgit_EL6-591edd3d0118c668402d387d08973fb0ed0615ff.tar.gz
Update to 0.10.1
- Correctly enable lua filters.
Diffstat (limited to 'cgit.spec')
-rw-r--r--cgit.spec9
1 files changed, 7 insertions, 2 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@scrye.com> 0.10.1-1
+- Update to 0.10.1
+- Correctly enable lua filters.
+
* Wed Feb 19 2014 Kevin Fenzi <kevin@scrye.com> 0.10-1
- Update to 0.10