Hello community,

here is the log from the commit of package grep for openSUSE:Factory checked in 
at 2018-08-28 09:17:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/grep (Old)
 and      /work/SRC/openSUSE:Factory/.grep.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "grep"

Tue Aug 28 09:17:56 2018 rev:67 rq:627810 version:3.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/grep/grep.changes        2018-02-28 
19:54:56.844864443 +0100
+++ /work/SRC/openSUSE:Factory/.grep.new/grep.changes   2018-08-28 
09:18:01.343614432 +0200
@@ -1,0 +2,6 @@
+Tue Aug  7 07:08:30 UTC 2018 - [email protected]
+
+- remove-backref-alt-test.patch: Remove backref-alt test which fails or
+  not depending on glibc version
+
+-------------------------------------------------------------------

New:
----
  remove-backref-alt-test.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ grep.spec ++++++
--- /var/tmp/diff_new_pack.ro72g2/_old  2018-08-28 09:18:04.339623959 +0200
+++ /var/tmp/diff_new_pack.ro72g2/_new  2018-08-28 09:18:04.375624073 +0200
@@ -20,12 +20,13 @@
 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 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure \



++++++ remove-backref-alt-test.patch ++++++
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         \

Reply via email to