diff options
author | Kevin Fenzi <kevin@scrye.com> | 2014-07-01 11:48:05 -0600 |
---|---|---|
committer | Kevin Fenzi <kevin@scrye.com> | 2014-07-01 11:48:05 -0600 |
commit | f017a6c30af36a5c155db379c5e51d09c5625937 (patch) | |
tree | 0927bf5636256fd692b1a20f4772b706ee45bf1f /cgit.spec | |
parent | d0b0c57e62dbca9adc3d4814872abe6fb6e37595 (diff) | |
download | cgit_EL6-f017a6c30af36a5c155db379c5e51d09c5625937.tar.gz |
Update to 0.10.2. Fixes bug #1114970
Diffstat (limited to 'cgit.spec')
-rw-r--r-- | cgit.spec | 13 |
1 files changed, 7 insertions, 6 deletions
@@ -1,6 +1,6 @@ # Review bug: https://bugzilla.redhat.com/479723 -%global gitver 1.9.0 +%global gitver 2.0.1 %global cachedir %{_localstatedir}/cache/%{name} %global filterdir %{_libexecdir}/%{name}/filters %global scriptdir %{_localstatedir}/www/cgi-bin @@ -21,15 +21,15 @@ make V=1 %{?_smp_mflags} \\\ prefix=%{_prefix} Name: cgit -Version: 0.10.1 -Release: 4%{?dist} +Version: 0.10.2 +Release: 1%{?dist} Summary: A fast web interface for git Group: Development/Tools License: GPLv2 URL: http://git.zx2c4.com/cgit/ Source0: http://git.zx2c4.com/cgit/snapshot/%{name}-%{version}.tar.xz -Source1: http://git-core.googlecode.com/files/git-%{gitver}.tar.gz +Source1: http://www.kernel.org/pub/software/scm/git//git-%{gitver}.tar.xz Source2: cgitrc Source3: cgit.httpd # On all but RHEL5 highlight is version 3. @@ -37,7 +37,6 @@ Source3: cgit.httpd Patch1: cgit-0.9.1-highlightv3.patch BuildRequires: highlight %endif -Patch2: cgit-0.10.1-raw-patch.patch BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) BuildRequires: asciidoc @@ -62,7 +61,6 @@ Cgit is a fast web interface for git. It uses caching to increase performance. %if 0%{?fedora} || 0%{?rhel} >= 6 %patch1 -p1 %endif -%patch2 -p1 # setup the git dir rm -rf git @@ -107,6 +105,9 @@ rm -rf %{buildroot} %changelog +* Tue Jul 01 2014 Kevin Fenzi <kevin@scrye.com> 0.10.2-1 +- Update to 0.10.2. Fixes bug #1114970 + * Wed Jun 11 2014 Kevin Fenzi <kevin@scrye.com> 0.10.1-4 - Add patch to fix raw patch handling |