(apply the patch)

This commit is contained in:
Tim Waugh 2017-05-15 12:10:36 +01:00
parent 8cf335f1b3
commit d639d8d11b

View File

@ -7,6 +7,7 @@ Group: Applications/System
URL: http://cyberelk.net/tim/patchutils/
Source0: http://cyberelk.net/tim/data/patchutils/stable/%{name}-%{version}.tar.xz
Patch1: patchutils-bz1226985.patch
Patch2: patchutils-format-str.patch
Obsoletes: interdiff <= 0.0.10
Provides: interdiff = 0.0.11
BuildRequires: perl-generators
@ -25,6 +26,9 @@ patches, and simply listing the files modified by a patch.
# Fixed handling of delete-file diffs from git (bug #1226985).
%patch1 -p1 -b .bz1226985
# Don't use regerror() result as format string.
%patch2 -p1 -b .format-str
autoreconf
%build