New version
This commit is contained in:
parent
40db55b81c
commit
a2e8226e4c
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
grep-2.10.tar.xz
|
grep-*.tar.xz
|
||||||
|
@ -64,9 +64,9 @@ diff -up grep-2.9/gnulib-tests/test-update-copyright.sh.orig grep-2.9/gnulib-tes
|
|||||||
|
|
||||||
## -------------------- ##
|
## -------------------- ##
|
||||||
## Unusual whitespace. ##
|
## Unusual whitespace. ##
|
||||||
@@ -427,7 +427,7 @@ compare - $TMP <<EOF || exit 1
|
@@ -434,7 +434,7 @@ compare - $TMP <<EOF || exit 1
|
||||||
# Copyright (C) 1987-1988, 1991-2011 Free Software
|
compare - $TMP <<EOF || exit 1
|
||||||
# Foundation, Inc.
|
# Copyright (C) 1987-2011 Free Software Foundation, Inc.
|
||||||
EOF
|
EOF
|
||||||
-rm $TMP*
|
-rm $TMP*
|
||||||
+rm -f $TMP*
|
+rm -f $TMP*
|
@ -2,15 +2,15 @@
|
|||||||
|
|
||||||
Summary: Pattern matching utilities
|
Summary: Pattern matching utilities
|
||||||
Name: grep
|
Name: grep
|
||||||
Version: 2.10
|
Version: 2.11
|
||||||
Release: 3%{?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
|
||||||
Source1: colorgrep.sh
|
Source1: colorgrep.sh
|
||||||
Source2: colorgrep.csh
|
Source2: colorgrep.csh
|
||||||
Source3: GREP_COLORS
|
Source3: GREP_COLORS
|
||||||
Patch1: grep-2.9-gnulib-tests-rm-f.patch
|
Patch1: grep-2.11-gnulib-tests-rm-f.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
|
||||||
@ -79,6 +79,9 @@ fi
|
|||||||
%{_mandir}/*/*
|
%{_mandir}/*/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Mar 2 2012 Jaroslav Škarvada <jskarvad@redhat.com> - 2.11-1
|
||||||
|
- New version
|
||||||
|
|
||||||
* Fri Feb 10 2012 Petr Pisar <ppisar@redhat.com> - 2.10-3
|
* Fri Feb 10 2012 Petr Pisar <ppisar@redhat.com> - 2.10-3
|
||||||
- Rebuild against PCRE 8.30
|
- Rebuild against PCRE 8.30
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user