summaryrefslogtreecommitdiffstats
path: root/cgit.spec
diff options
context:
space:
mode:
Diffstat (limited to 'cgit.spec')
-rw-r--r--cgit.spec13
1 files changed, 7 insertions, 6 deletions
diff --git a/cgit.spec b/cgit.spec
index 20aaad8..26718af 100644
--- a/cgit.spec
+++ b/cgit.spec
@@ -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