Accepting request 627809 from home:Andreas_Schwab:Factory
- remove-backref-alt-test.patch: Remove backref-alt test which fails or not depending on glibc version OBS-URL: https://build.opensuse.org/request/show/627809 OBS-URL: https://build.opensuse.org/package/show/Base:System/grep?expand=0&rev=87
This commit is contained in:
parent
3aebc07ff2
commit
c16b5ef5c8
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 7 07:08:30 UTC 2018 - schwab@suse.de
|
||||
|
||||
- remove-backref-alt-test.patch: Remove backref-alt test which fails or
|
||||
not depending on glibc version
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 22 15:10:33 UTC 2018 - fvogt@suse.com
|
||||
|
||||
|
@ -20,12 +20,13 @@ Name: grep
|
||||
Version: 3.1
|
||||
Release: 0
|
||||
Summary: Print lines matching a pattern
|
||||
License: GPL-3.0+
|
||||
License: GPL-3.0-or-later
|
||||
Group: Productivity/Text/Utilities
|
||||
Url: https://www.gnu.org/software/grep/
|
||||
Source0: https://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.xz
|
||||
Source2: https://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.xz.sig
|
||||
Source3: https://savannah.gnu.org/project/memberlist-gpgkeys.php?group=grep&download=1#/%{name}.keyring
|
||||
Patch0: remove-backref-alt-test.patch
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: makeinfo
|
||||
BuildRequires: pcre-devel
|
||||
@ -42,6 +43,7 @@ match to a specified pattern. By default, grep prints the matching lines.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
|
||||
%build
|
||||
%configure \
|
||||
|
24
remove-backref-alt-test.patch
Normal file
24
remove-backref-alt-test.patch
Normal file
@ -0,0 +1,24 @@
|
||||
Index: grep-3.1/tests/Makefile.am
|
||||
===================================================================
|
||||
--- grep-3.1.orig/tests/Makefile.am
|
||||
+++ grep-3.1/tests/Makefile.am
|
||||
@@ -63,7 +63,6 @@ endif
|
||||
|
||||
TESTS = \
|
||||
backref \
|
||||
- backref-alt \
|
||||
backref-multibyte-slow \
|
||||
backref-word \
|
||||
backslash-s-and-repetition-operators \
|
||||
Index: grep-3.1/tests/Makefile.in
|
||||
===================================================================
|
||||
--- grep-3.1.orig/tests/Makefile.in
|
||||
+++ grep-3.1/tests/Makefile.in
|
||||
@@ -1411,7 +1411,6 @@ LDADD = ../lib/libgreputils.a $(LIBINTL)
|
||||
XFAIL_TESTS = triple-backref $(am__append_1) $(am__append_2)
|
||||
TESTS = \
|
||||
backref \
|
||||
- backref-alt \
|
||||
backref-multibyte-slow \
|
||||
backref-word \
|
||||
backslash-s-and-repetition-operators \
|
Loading…
Reference in New Issue
Block a user