- New version: grep-2.6.1
- Dropped sigsegv patch (integrated upstream)
This commit is contained in:
parent
d30554e149
commit
8a26aec9e6
@ -1 +1 @@
|
|||||||
grep-2.6.tar.xz
|
grep-2.6.1.tar.xz
|
||||||
|
@ -1,20 +0,0 @@
|
|||||||
--- a/src/dfa.c 2010-03-22 17:22:51.000000000 +0100
|
|
||||||
+++ b/src/dfa.c 2010-03-23 16:55:43.974271709 +0100
|
|
||||||
@@ -243,7 +243,7 @@
|
|
||||||
For MB_CUR_MAX > 1, one or both of the two cases may not be set,
|
|
||||||
so the resulting charset may only be used as an optimization. */
|
|
||||||
static void
|
|
||||||
-setbit_case_fold (unsigned int b, charclass c)
|
|
||||||
+setbit_case_fold (wint_t b, charclass c)
|
|
||||||
{
|
|
||||||
if (case_fold)
|
|
||||||
{
|
|
||||||
@@ -691,7 +691,7 @@
|
|
||||||
continue;
|
|
||||||
}
|
|
||||||
|
|
||||||
- setbit_case_fold (c, ccl);
|
|
||||||
+ setbit_case_fold (wc, ccl);
|
|
||||||
#ifdef MBS_SUPPORT
|
|
||||||
/* Build normal characters. */
|
|
||||||
if (MB_CUR_MAX > 1)
|
|
@ -2,12 +2,11 @@
|
|||||||
|
|
||||||
Summary: Pattern matching utilities
|
Summary: Pattern matching utilities
|
||||||
Name: grep
|
Name: grep
|
||||||
Version: 2.6
|
Version: 2.6.1
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
Group: Applications/Text
|
Group: Applications/Text
|
||||||
Source: ftp://ftp.gnu.org/pub/gnu/grep/grep-%{version}.tar.xz
|
Source: ftp://ftp.gnu.org/pub/gnu/grep/grep-%{version}.tar.xz
|
||||||
Patch0: grep-2.6-sigsegv.patch
|
|
||||||
URL: http://www.gnu.org/software/grep/
|
URL: http://www.gnu.org/software/grep/
|
||||||
Requires(post): /sbin/install-info
|
Requires(post): /sbin/install-info
|
||||||
Requires(preun): /sbin/install-info
|
Requires(preun): /sbin/install-info
|
||||||
@ -24,7 +23,6 @@ GNU grep is needed by many scripts, so it shall be installed on every system.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1 -b .sigsegv
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --without-included-regex CPPFLAGS="-I%{_includedir}/pcre"
|
%configure --without-included-regex CPPFLAGS="-I%{_includedir}/pcre"
|
||||||
@ -62,6 +60,10 @@ fi
|
|||||||
%{_mandir}/*/*
|
%{_mandir}/*/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Mar 26 2010 Jaroslav Škarvada <jskarvad@redhat.com> - 2.6.1-1
|
||||||
|
- New version: grep-2.6.1
|
||||||
|
- Dropped sigsegv patch (integrated upstream)
|
||||||
|
|
||||||
* Tue Mar 23 2010 Jaroslav Škarvada <jskarvad@redhat.com> - 2.6-1
|
* Tue Mar 23 2010 Jaroslav Škarvada <jskarvad@redhat.com> - 2.6-1
|
||||||
- New version: grep-2.6
|
- New version: grep-2.6
|
||||||
- Added sigsegv patch (after release patch from upstream)
|
- Added sigsegv patch (after release patch from upstream)
|
||||||
|
Loading…
Reference in New Issue
Block a user