From d0b0c57e62dbca9adc3d4814872abe6fb6e37595 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 11 Jun 2014 21:27:16 -0600 Subject: Add patch to fix raw patch output. --- cgit.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'cgit.spec') 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 0.10.1-4 +- Add patch to fix raw patch handling + * Sat Jun 07 2014 Fedora Release Engineering - 0.10.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild -- cgit