New version
Resolves: rhbz#1100653
This commit is contained in:
parent
2f5b7f86a4
commit
6c1ddd4290
@ -1,8 +1,8 @@
|
|||||||
diff --git a/src/main.c b/src/main.c
|
diff --git a/src/grep.c b/src/grep.c
|
||||||
index 9c0eaf2..07e001c 100644
|
index 7e07f06..3e5d6dc 100644
|
||||||
--- a/src/main.c
|
--- a/src/grep.c
|
||||||
+++ b/src/main.c
|
+++ b/src/grep.c
|
||||||
@@ -1597,16 +1597,19 @@ Output control:\n\
|
@@ -1583,16 +1583,19 @@ Output control:\n\
|
||||||
-D, --devices=ACTION how to handle devices, FIFOs and sockets;\n\
|
-D, --devices=ACTION how to handle devices, FIFOs and sockets;\n\
|
||||||
ACTION is 'read' or 'skip'\n\
|
ACTION is 'read' or 'skip'\n\
|
||||||
-r, --recursive like --directories=recurse\n\
|
-r, --recursive like --directories=recurse\n\
|
@ -46,11 +46,11 @@ index 58a6c0e..3e6a8cf 100644
|
|||||||
.SS "File and Directory Selection"
|
.SS "File and Directory Selection"
|
||||||
.TP
|
.TP
|
||||||
.BR \-a ", " \-\^\-text
|
.BR \-a ", " \-\^\-text
|
||||||
diff --git a/src/main.c b/src/main.c
|
diff --git a/src/grep.c b/src/grep.c
|
||||||
index 56ec6b3..9c0eaf2 100644
|
index ec955d8..7e07f06 100644
|
||||||
--- a/src/main.c
|
--- a/src/grep.c
|
||||||
+++ b/src/main.c
|
+++ b/src/grep.c
|
||||||
@@ -1620,6 +1620,8 @@ Context control:\n\
|
@@ -1606,6 +1606,8 @@ Context control:\n\
|
||||||
"));
|
"));
|
||||||
printf (_("\
|
printf (_("\
|
||||||
-NUM same as --context=NUM\n\
|
-NUM same as --context=NUM\n\
|
10
grep.spec
10
grep.spec
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Summary: Pattern matching utilities
|
Summary: Pattern matching utilities
|
||||||
Name: grep
|
Name: grep
|
||||||
Version: 2.18
|
Version: 2.19
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
Group: Applications/Text
|
Group: Applications/Text
|
||||||
@ -11,9 +11,9 @@ Source1: colorgrep.sh
|
|||||||
Source2: colorgrep.csh
|
Source2: colorgrep.csh
|
||||||
Source3: GREP_COLORS
|
Source3: GREP_COLORS
|
||||||
# upstream ticket 39444
|
# upstream ticket 39444
|
||||||
Patch0: grep-2.18-man-fix-gs.patch
|
Patch0: grep-2.19-man-fix-gs.patch
|
||||||
# upstream ticket 39445
|
# upstream ticket 39445
|
||||||
Patch1: grep-2.18-help-align.patch
|
Patch1: grep-2.19-help-align.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
|
||||||
@ -85,6 +85,10 @@ fi
|
|||||||
%{_mandir}/*/*
|
%{_mandir}/*/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri May 23 2014 Jaroslav Škarvada <jskarvad@redhat.com> - 2.19-1
|
||||||
|
- New version
|
||||||
|
Resolves: rhbz#1100653
|
||||||
|
|
||||||
* Wed Feb 26 2014 Jaroslav Škarvada <jskarvad@redhat.com> - 2.18-1
|
* Wed Feb 26 2014 Jaroslav Škarvada <jskarvad@redhat.com> - 2.18-1
|
||||||
- New version
|
- New version
|
||||||
Resolves: rhbz#1070127
|
Resolves: rhbz#1070127
|
||||||
|
Loading…
Reference in New Issue
Block a user