de5acd7ab0
- Update to 8.30 - Refresh patches (line number changes only) - coreutils.spec: * (License): osc changed the value from "GPL-3.0+" to "GPL-3.0-or-later". * (build): Make sure that parse-datetime.{c,y} ends up in debuginfo (rh#1555079). - coreutils-i18n.patch: * src/exand.c,src/unexpand.c: Avoid -Wcomment warning. * src/cut.c (cut_characters_or_cut_bytes_no_split): Change idx from size_t to uintmax_t type to avoid a regression on i586, armv7l and ppc. Compare upstream, non-MB commit: https://git.sv.gnu.org/cgit/coreutils.git/commit/?id=d1a754c8272 (cut_fields_mb): Likewise for field_idx. * tests/misc/cut.pl: Remove downstream tweaks as upstream MB tests are working since a while. - coreutils.keyring: Update Assaf Gordon's GPG public key. OBS-URL: https://build.opensuse.org/request/show/620563 OBS-URL: https://build.opensuse.org/package/show/Base:System/coreutils?expand=0&rev=293
24 lines
750 B
Diff
24 lines
750 B
Diff
---
|
|
gnulib-tests/gnulib.mk | 8 ++++----
|
|
1 file changed, 4 insertions(+), 4 deletions(-)
|
|
|
|
Index: gnulib-tests/gnulib.mk
|
|
===================================================================
|
|
--- gnulib-tests/gnulib.mk.orig
|
|
+++ gnulib-tests/gnulib.mk
|
|
@@ -931,10 +931,10 @@ EXTRA_DIST += test-getloadavg.c signatur
|
|
|
|
## begin gnulib module getlogin-tests
|
|
|
|
-TESTS += test-getlogin
|
|
-check_PROGRAMS += test-getlogin
|
|
-test_getlogin_LDADD = $(LDADD) $(LIB_GETLOGIN)
|
|
-EXTRA_DIST += test-getlogin.c test-getlogin.h signature.h macros.h
|
|
+#TESTS += test-getlogin
|
|
+#check_PROGRAMS += test-getlogin
|
|
+#test_getlogin_LDADD = $(LDADD) $(LIB_GETLOGIN)
|
|
+#EXTRA_DIST += test-getlogin.c test-getlogin.h signature.h macros.h
|
|
|
|
## end gnulib module getlogin-tests
|
|
|