summaryrefslogtreecommitdiffstats
path: root/cgit.spec
diff options
context:
space:
mode:
authorKevin Fenzi <kevin@scrye.com>2014-06-11 21:27:16 -0600
committerKevin Fenzi <kevin@scrye.com>2014-06-11 21:27:16 -0600
commitd0b0c57e62dbca9adc3d4814872abe6fb6e37595 (patch)
treeb641675fd00597cc78b8fe09ff2fb4f5d149ede3 /cgit.spec
parent0084c7003c98ee5806a673e0dbdc8ce29392c611 (diff)
downloadcgit_EL6-d0b0c57e62dbca9adc3d4814872abe6fb6e37595.tar.gz
Add patch to fix raw patch output.
Diffstat (limited to 'cgit.spec')
-rw-r--r--cgit.spec7
1 files changed, 6 insertions, 1 deletions
diff --git a/cgit.spec b/cgit.spec
index 26d4502..20aaad8 100644
--- a/cgit.spec
+++ b/cgit.spec
@@ -22,7 +22,7 @@ make V=1 %{?_smp_mflags} \\\
Name: cgit
Version: 0.10.1
-Release: 3%{?dist}
+Release: 4%{?dist}
Summary: A fast web interface for git
Group: Development/Tools
@@ -37,6 +37,7 @@ 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
@@ -61,6 +62,7 @@ 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
@@ -105,6 +107,9 @@ rm -rf %{buildroot}
%changelog
+* Wed Jun 11 2014 Kevin Fenzi <kevin@scrye.com> 0.10.1-4
+- Add patch to fix raw patch handling
+
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.10.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild