- Fixed argument type for --get (bug #553624).
This commit is contained in:
parent
f474c83f8a
commit
322e73af7a
12
patch-get-arg.patch
Normal file
12
patch-get-arg.patch
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
diff -up patch-2.6.1/src/patch.c.get-arg patch-2.6.1/src/patch.c
|
||||||
|
--- patch-2.6.1/src/patch.c.get-arg 2010-07-27 18:05:26.217150510 +0100
|
||||||
|
+++ patch-2.6.1/src/patch.c 2010-07-27 18:05:47.464150892 +0100
|
||||||
|
@@ -558,7 +558,7 @@ static struct option const longopts[] =
|
||||||
|
{"remove-empty-files", no_argument, NULL, 'E'},
|
||||||
|
{"force", no_argument, NULL, 'f'},
|
||||||
|
{"fuzz", required_argument, NULL, 'F'},
|
||||||
|
- {"get", no_argument, NULL, 'g'},
|
||||||
|
+ {"get", required_argument, NULL, 'g'},
|
||||||
|
{"input", required_argument, NULL, 'i'},
|
||||||
|
{"ignore-whitespace", no_argument, NULL, 'l'},
|
||||||
|
#ifdef ENABLE_MERGE
|
@ -1,12 +1,13 @@
|
|||||||
Summary: Utility for modifying/upgrading files
|
Summary: Utility for modifying/upgrading files
|
||||||
Name: patch
|
Name: patch
|
||||||
Version: 2.6.1
|
Version: 2.6.1
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: http://www.gnu.org/software/patch/patch.html
|
URL: http://www.gnu.org/software/patch/patch.html
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
Source: ftp://ftp.gnu.org/gnu/patch/patch-%{version}.tar.xz
|
Source: ftp://ftp.gnu.org/gnu/patch/patch-%{version}.tar.xz
|
||||||
Patch1: patch-2.5.4-sigsegv.patch
|
Patch1: patch-2.5.4-sigsegv.patch
|
||||||
|
Patch2: patch-get-arg.patch
|
||||||
Patch100: patch-selinux.patch
|
Patch100: patch-selinux.patch
|
||||||
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
@ -29,6 +30,9 @@ applications.
|
|||||||
# Avoid segfault.
|
# Avoid segfault.
|
||||||
%patch1 -p1 -b .sigsegv
|
%patch1 -p1 -b .sigsegv
|
||||||
|
|
||||||
|
# Fixed argument type for --get (bug #553624).
|
||||||
|
%patch2 -p1 -b .get-arg
|
||||||
|
|
||||||
# SELinux support.
|
# SELinux support.
|
||||||
%patch100 -p1 -b .selinux
|
%patch100 -p1 -b .selinux
|
||||||
|
|
||||||
@ -54,6 +58,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_mandir}/*/*
|
%{_mandir}/*/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jul 27 2010 Tim Waugh <twaugh@redhat.com> 2.6.1-3
|
||||||
|
- Fixed argument type for --get (bug #553624).
|
||||||
|
|
||||||
* Wed Mar 3 2010 Tim Waugh <twaugh@redhat.com> 2.6.1-2
|
* Wed Mar 3 2010 Tim Waugh <twaugh@redhat.com> 2.6.1-2
|
||||||
- Added comments for all patches.
|
- Added comments for all patches.
|
||||||
- Ship COPYING file.
|
- Ship COPYING file.
|
||||||
|
Loading…
Reference in New Issue
Block a user