Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package augeas for openSUSE:Factory checked in at 2023-08-30 10:17:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/augeas (Old) and /work/SRC/openSUSE:Factory/.augeas.new.1766 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "augeas" Wed Aug 30 10:17:54 2023 rev:60 rq:1105582 version:1.14.1 Changes: -------- --- /work/SRC/openSUSE:Factory/augeas/augeas.changes 2023-04-08 17:38:54.441992060 +0200 +++ /work/SRC/openSUSE:Factory/.augeas.new.1766/augeas.changes 2023-08-30 10:18:58.932933650 +0200 @@ -1,0 +2,76 @@ +Thu Aug 24 09:28:41 UTC 2023 - Otto Hollmann <otto.hollm...@suse.com> + +- Update to 1.14.1 + * General changes/additions + - internal.c: update #if to only use GNU-specific strerror_r() when GLIBC + is defined (#791) Dimitry Andric + - augeas.c: Fix bug from PR#691 where the nodes of a newly created file + are lost upon a subsequent load operation (#810) George Hansper + - HACKING.md: describe testing (#796) Laszlo Ersek + - Add GitHub Actions (#714) Raphaël Pinson + - augprint.c: remove #include <malloc.h> , add #include <libgen.h> + (#792) Ruoyu Zhong + * Lens changes/additions + - TOML: support trailing commas in arrays (#809) Bao + - Tmpfiles: allow '=', '~', '^' for letter types, allow ":" as prefix for + the mode (#805) Pino Toscano + - Sshd: Add keyword PubkeyAcceptedAlgorithms as comma-separated list of + items (#806) Dave Re + - Cmdline: Allow whitespace at the end of kernel commnd line + (#798) rwmjones + +------------------------------------------------------------------- +Wed May 31 14:46:30 UTC 2023 - Otto Hollmann <otto.hollm...@suse.com> + +- Update to 1.14.0 + * General changes/additions + - Update submodule gnulib to 2f7479a16a3395f1429c7795f10c5d19b9b4453e + (#781) + - Add bash-completion for augtool, augmatch, augprint (#783) George + Hansper + - Fix: Allow values to contain arbitrary unbalanced square brackets + (#782) George Hansper + - Add package bash to build stage in Dockerfile (#776) George Hansper + - Add augprint tool for creating idempotent augtool scripts (#752) George + Hansper + - Replace deprecated 'security_context_t' with 'char *' (#747) Leo-Schmit + - src/syntax.c: Fix whitespace which confuses static checkers + (#725) rwmjones + - README.md: Add oss-fuzz status badge (#702) Sergey Nizovtsev + - Package augmatch, too (#688) oleksandriegorov + - Add Github workflow to create releases with complete source tarballs + (#744) Hilko Bengen + + * Lens changes/additions + - Resolv: add option trust-ad (#784) George Hansper + - Sos: new lens for /etc/sos/sos.conf (based on IniFile) (#779) George + Hansper + - Pg_Hba: unquoted auth-method may contain hyphens (#777) George Hansper + - Sysctl: Allow keys to contain * and : and / characters (#755) M Filka + - Semanage: Fix parsing of ignoredirs (#758) Richard W M Jones + - Systemd: allow empty quoted environment variable values (#757) Michal + Vasko + - Systemd: allow values starting with whitespaces for Exec* and + Environment service entries. (#757) Michal Vasko + - Toml: workaround to allow writing toml files (#742) Richard + - Kdump: parse "auto_reset_crashkernel" (#754) Laszlo Ersek + - Keepalived: add parameters notify_stop and notify_deleted (#749) Adam + Bambuch + - Chrony: add new directives and options (#745) Miroslav Lichvar + - Redis: Allow redis lens to set 'SAVE ""' as a valid option (#738) Mitch + Hagstrand + - ClamAV: update ClamAV lens to autoload /etc/clamav/*.conf + (#748) Guillaume Ross + - AuthselectPam: new lens for /etc/authselect/custom/*/*-auth + and /etc/authselect/custom/*/postlogin (#743) Heston Snodgrass + - Sshd: Parse GSSAPIKexAlgorithms PubkeyAcceptedKeyTypes + CASignatureAlgorithms as comma-seperated lists instead of simple + strings (#721) Edward Garbade + - Yum: Add additional unit tests (#677) Pat Riehecky + - Cockpit: new lens for /etc/cockpit/cockpit.conf (#675) Pat Riehecky + * Rebased patch gcc9-disable-broken-test.patch + * Deleted patches: + - sysctl_parsing.patch + - augeas-1.13.0-replace_security_context_t-patch + +------------------------------------------------------------------- Old: ---- augeas-1.13.0-replace_security_context_t-patch augeas-1.13.0.tar.gz sysctl_parsing.patch New: ---- augeas-1.14.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ augeas.spec ++++++ --- /var/tmp/diff_new_pack.YG2ra0/_old 2023-08-30 10:19:00.648994892 +0200 +++ /var/tmp/diff_new_pack.YG2ra0/_new 2023-08-30 10:19:00.652995035 +0200 @@ -17,19 +17,18 @@ Name: augeas -Version: 1.13.0 +Version: 1.14.1 Release: 0 Summary: An utility for changing configuration files License: LGPL-2.1-or-later +Group: System/Shells URL: https://augeas.net/ Source0: https://github.com/hercules-team/augeas/releases/download/release-%{version}/%{name}-%{version}.tar.gz Source2: %{name}.keyring Source3: baselibs.conf Patch0: augeas-modprobe-lense.patch # from https://patch-diff.githubusercontent.com/raw/hercules-team/augeas/pull/755.patch -Patch1: sysctl_parsing.patch -Patch2: augeas-1.13.0-replace_security_context_t-patch -Patch3: gcc9-disable-broken-test.patch +Patch1: gcc9-disable-broken-test.patch BuildRequires: glibc-locale BuildRequires: pkgconfig BuildRequires: readline-devel @@ -45,6 +44,7 @@ %package devel Summary: A library for changing configuration files +Group: System/Shells Requires: libaugeas0 = %{version} Requires: libfa1 = %{version} @@ -56,6 +56,7 @@ %package -n libaugeas0 Summary: A library for changing configuration files +Group: System/Shells Recommends: %{name}-lenses = %{version} %description -n libaugeas0 @@ -70,12 +71,14 @@ %package -n libfa1 Summary: Finite automaton library for Augeas +Group: System/Shells %description -n libfa1 Component library for the Augeas configuration parser. %package lenses Summary: Official set of lenses for use by libaugeas +Group: System/Shells Requires: libaugeas0 = %{version} %description lenses @@ -88,12 +91,27 @@ %package lense-tests Summary: Set of tests for official Augeas lenses +Group: System/Shells Requires: %{name}-lenses = %{version} %description lense-tests Set of tests for official Augeas lenses. These can be used when modifying the official lenses, or when creating new ones. +%package bash-completion +Summary: Bash completion for augeas +Group: System/Shells +Requires: %{name} +Requires: bash-completion +%if 0%{?suse_version} >= 1500 +Supplements: (%{name} and bash-completion) +%else +Supplements: packageand(%{name}:bash-completion) +%endif + +%description bash-completion +bash command line completion support for augeas. + %prep %autosetup -p1 @@ -126,6 +144,7 @@ %{_bindir}/augmatch %{_bindir}/augtool %{_bindir}/augparse +%{_bindir}/augprint %{_bindir}/fadot %{_mandir}/man1/* @@ -157,4 +176,9 @@ %dir %{_datadir}/%{name}/lenses/dist/tests %{_datadir}/%{name}/lenses/dist/tests/*.aug +%files bash-completion +%{_datadir}/bash-completion/completions/augmatch +%{_datadir}/bash-completion/completions/augprint +%{_datadir}/bash-completion/completions/augtool + %changelog ++++++ augeas-1.13.0.tar.gz -> augeas-1.14.1.tar.gz ++++++ ++++ 110741 lines of diff (skipped) ++++++ gcc9-disable-broken-test.patch ++++++ --- /var/tmp/diff_new_pack.YG2ra0/_old 2023-08-30 10:19:01.373020730 +0200 +++ /var/tmp/diff_new_pack.YG2ra0/_new 2023-08-30 10:19:01.373020730 +0200 @@ -1,44 +1,46 @@ -diff --git a/gnulib/tests/Makefile.in b/gnulib/tests/Makefile.in -index 3850f66..7b223a6 100644 +--- + gnulib/tests/Makefile.in | 52 +++++++++-------------------------------------- + 1 file changed, 10 insertions(+), 42 deletions(-) + --- a/gnulib/tests/Makefile.in +++ b/gnulib/tests/Makefile.in -@@ -134,7 +134,7 @@ TESTS = test-accept$(EXEEXT) test-alloca-opt$(EXEEXT) \ +@@ -136,7 +136,7 @@ TESTS = test-accept$(EXEEXT) test-alloca test-isblank$(EXEEXT) test-langinfo$(EXEEXT) \ test-limits-h$(EXEEXT) test-listen$(EXEEXT) \ test-locale$(EXEEXT) test-localeconv$(EXEEXT) \ - test-localename$(EXEEXT) test-rwlock1$(EXEEXT) \ + test-localename$(EXEEXT) \ test-lock$(EXEEXT) test-once1$(EXEEXT) test-once2$(EXEEXT) \ - test-lstat$(EXEEXT) test-malloca$(EXEEXT) test-mbrtowc1.sh \ - test-mbrtowc2.sh test-mbrtowc3.sh test-mbrtowc4.sh \ -@@ -172,7 +172,7 @@ TESTS = test-accept$(EXEEXT) test-alloca-opt$(EXEEXT) \ - test-sys_socket$(EXEEXT) test-sys_stat$(EXEEXT) \ - test-sys_time$(EXEEXT) test-sys_types$(EXEEXT) \ - test-sys_uio$(EXEEXT) test-sys_wait$(EXEEXT) test-init.sh \ -- test-thread_self$(EXEEXT) test-thread_create$(EXEEXT) \ -+ test-thread_self$(EXEEXT) \ - test-time$(EXEEXT) test-unistd$(EXEEXT) test-unsetenv$(EXEEXT) \ + test-lstat$(EXEEXT) test-malloc-gnu$(EXEEXT) \ + test-malloca$(EXEEXT) test-mbrtowc1.sh test-mbrtowc2.sh \ +@@ -176,7 +176,7 @@ TESTS = test-accept$(EXEEXT) test-alloca + test-sys_stat$(EXEEXT) test-sys_time$(EXEEXT) \ + test-sys_types$(EXEEXT) test-sys_uio$(EXEEXT) \ + test-sys_wait$(EXEEXT) test-init.sh test-thread_self$(EXEEXT) \ +- test-thread_create$(EXEEXT) test-time$(EXEEXT) \ ++ test-time$(EXEEXT) \ + test-unistd$(EXEEXT) test-unsetenv$(EXEEXT) \ test-usleep$(EXEEXT) test-vasnprintf$(EXEEXT) \ test-vasprintf$(EXEEXT) test-verify$(EXEEXT) test-verify.sh \ -@@ -206,7 +206,7 @@ check_PROGRAMS = test-accept$(EXEEXT) test-alloca-opt$(EXEEXT) \ +@@ -212,7 +212,7 @@ check_PROGRAMS = test-accept$(EXEEXT) te test-langinfo$(EXEEXT) test-limits-h$(EXEEXT) \ test-listen$(EXEEXT) test-locale$(EXEEXT) \ test-localeconv$(EXEEXT) test-localename$(EXEEXT) \ - test-rwlock1$(EXEEXT) test-lock$(EXEEXT) test-once1$(EXEEXT) \ + test-lock$(EXEEXT) test-once1$(EXEEXT) \ - test-once2$(EXEEXT) test-lstat$(EXEEXT) test-malloca$(EXEEXT) \ + test-once2$(EXEEXT) test-lstat$(EXEEXT) \ + test-malloc-gnu$(EXEEXT) test-malloca$(EXEEXT) \ test-mbrtowc$(EXEEXT) test-mbrtowc-w32$(EXEEXT) \ - test-mbsinit$(EXEEXT) test-mbsrtowcs$(EXEEXT) \ -@@ -240,7 +240,7 @@ check_PROGRAMS = test-accept$(EXEEXT) test-alloca-opt$(EXEEXT) \ - test-sys_socket$(EXEEXT) test-sys_stat$(EXEEXT) \ - test-sys_time$(EXEEXT) test-sys_types$(EXEEXT) \ - test-sys_uio$(EXEEXT) test-sys_wait$(EXEEXT) \ -- test-thread_self$(EXEEXT) test-thread_create$(EXEEXT) \ -+ test-thread_self$(EXEEXT) \ - test-time$(EXEEXT) test-unistd$(EXEEXT) test-unsetenv$(EXEEXT) \ +@@ -248,7 +248,7 @@ check_PROGRAMS = test-accept$(EXEEXT) te + test-sys_stat$(EXEEXT) test-sys_time$(EXEEXT) \ + test-sys_types$(EXEEXT) test-sys_uio$(EXEEXT) \ + test-sys_wait$(EXEEXT) test-thread_self$(EXEEXT) \ +- test-thread_create$(EXEEXT) test-time$(EXEEXT) \ ++ test-time$(EXEEXT) \ + test-unistd$(EXEEXT) test-unsetenv$(EXEEXT) \ test-usleep$(EXEEXT) test-vasnprintf$(EXEEXT) \ test-vasprintf$(EXEEXT) test-verify$(EXEEXT) \ -@@ -875,9 +875,6 @@ test_regex_SOURCES = test-regex.c +@@ -1023,9 +1023,6 @@ test_regex_SOURCES = test-regex.c test_regex_OBJECTS = test-regex.$(OBJEXT) test_regex_DEPENDENCIES = $(am__DEPENDENCIES_2) $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) @@ -48,7 +50,7 @@ test_safe_alloc_SOURCES = test-safe-alloc.c test_safe_alloc_OBJECTS = test-safe-alloc.$(OBJEXT) test_safe_alloc_LDADD = $(LDADD) -@@ -1099,9 +1096,6 @@ test_sys_wait_LDADD = $(LDADD) +@@ -1247,9 +1244,6 @@ test_sys_wait_LDADD = $(LDADD) test_sys_wait_DEPENDENCIES = libtests.a ../../gnulib/lib/libgnu.la \ libtests.a ../../gnulib/lib/libgnu.la libtests.a \ $(am__DEPENDENCIES_1) @@ -58,16 +60,16 @@ test_thread_self_SOURCES = test-thread_self.c test_thread_self_OBJECTS = test-thread_self.$(OBJEXT) test_thread_self_DEPENDENCIES = $(am__DEPENDENCIES_2) -@@ -1332,7 +1326,7 @@ SOURCES = $(libtests_a_SOURCES) $(EXTRA_libtests_a_SOURCES) \ - test-pathmax.c test-perror.c test-perror2.c test-pipe.c \ - test-pthread.c test-pthread-thread.c test-pthread_sigmask1.c \ +@@ -1486,7 +1480,7 @@ SOURCES = $(libtests_a_SOURCES) $(EXTRA_ + test-pthread-thread.c test-pthread_sigmask1.c \ test-pthread_sigmask2.c test-raise.c test-rawmemchr.c \ -- test-readlink.c test-regex.c test-rwlock1.c test-safe-alloc.c \ -+ test-readlink.c test-regex.c test-safe-alloc.c \ - test-sched.c $(test_scratch_buffer_SOURCES) test-select.c \ - test-select-fd.c test-select-stdin.c test-setenv.c \ - test-setlocale1.c test-setlocale2.c test-setlocale_null.c \ -@@ -1345,7 +1339,7 @@ SOURCES = $(libtests_a_SOURCES) $(EXTRA_libtests_a_SOURCES) \ + test-readlink.c test-realloc-gnu.c test-reallocarray.c \ +- test-regex.c test-rwlock1.c test-safe-alloc.c test-sched.c \ ++ test-regex.c test-safe-alloc.c test-sched.c \ + $(test_scratch_buffer_SOURCES) test-select.c test-select-fd.c \ + test-select-stdin.c test-setenv.c test-setlocale1.c \ + test-setlocale2.c test-setlocale_null.c \ +@@ -1499,7 +1493,7 @@ SOURCES = $(libtests_a_SOURCES) $(EXTRA_ test-strstr.c test-symlink.c test-sys_ioctl.c \ test-sys_random.c test-sys_select.c test-sys_socket.c \ test-sys_stat.c test-sys_time.c test-sys_types.c \ @@ -76,16 +78,16 @@ test-thread_self.c test-time.c test-unistd.c test-unsetenv.c \ test-usleep.c test-vasnprintf.c test-vasprintf.c test-verify.c \ test-verify-try.c test-wchar.c test-wcrtomb.c \ -@@ -1374,7 +1368,7 @@ DIST_SOURCES = $(libtests_a_SOURCES) $(EXTRA_libtests_a_SOURCES) \ - test-pathmax.c test-perror.c test-perror2.c test-pipe.c \ - test-pthread.c test-pthread-thread.c test-pthread_sigmask1.c \ +@@ -1531,7 +1525,7 @@ DIST_SOURCES = $(am__libtests_a_SOURCES_ + test-pthread-thread.c test-pthread_sigmask1.c \ test-pthread_sigmask2.c test-raise.c test-rawmemchr.c \ -- test-readlink.c test-regex.c test-rwlock1.c test-safe-alloc.c \ -+ test-readlink.c test-regex.c test-safe-alloc.c \ - test-sched.c $(test_scratch_buffer_SOURCES) test-select.c \ - test-select-fd.c test-select-stdin.c test-setenv.c \ - test-setlocale1.c test-setlocale2.c test-setlocale_null.c \ -@@ -1387,7 +1381,7 @@ DIST_SOURCES = $(libtests_a_SOURCES) $(EXTRA_libtests_a_SOURCES) \ + test-readlink.c test-realloc-gnu.c test-reallocarray.c \ +- test-regex.c test-rwlock1.c test-safe-alloc.c test-sched.c \ ++ test-regex.c test-safe-alloc.c test-sched.c \ + $(test_scratch_buffer_SOURCES) test-select.c test-select-fd.c \ + test-select-stdin.c test-setenv.c test-setlocale1.c \ + test-setlocale2.c test-setlocale_null.c \ +@@ -1544,7 +1538,7 @@ DIST_SOURCES = $(am__libtests_a_SOURCES_ test-strstr.c test-symlink.c test-sys_ioctl.c \ test-sys_random.c test-sys_select.c test-sys_socket.c \ test-sys_stat.c test-sys_time.c test-sys_types.c \ @@ -94,25 +96,25 @@ test-thread_self.c test-time.c test-unistd.c test-unsetenv.c \ test-usleep.c test-vasnprintf.c test-vasprintf.c test-verify.c \ test-verify-try.c test-wchar.c test-wcrtomb.c \ -@@ -2949,7 +2943,7 @@ EXTRA_DIST = accept.c w32sock.h test-accept.c signature.h macros.h \ +@@ -3144,7 +3138,7 @@ EXTRA_DIST = w32sock.h test-accept.c sig test-listen.c signature.h macros.h test-localcharset.c \ test-locale.c test-localeconv.c signature.h macros.h \ localename-table.h localename.h test-localename.c macros.h \ - test-rwlock1.c test-lock.c test-once.c atomic-int-gnulib.h \ + test-lock.c test-once.c atomic-int-gnulib.h \ - test-lstat.h test-lstat.c signature.h macros.h test-malloca.c \ - test-mbrtowc1.sh test-mbrtowc2.sh test-mbrtowc3.sh \ - test-mbrtowc4.sh test-mbrtowc5.sh test-mbrtowc.c \ -@@ -3004,7 +2998,7 @@ EXTRA_DIST = accept.c w32sock.h test-accept.c signature.h macros.h \ + test-lstat.h test-lstat.c signature.h macros.h \ + test-malloc-gnu.c macros.h test-malloca.c test-mbrtowc1.sh \ + test-mbrtowc2.sh test-mbrtowc3.sh test-mbrtowc4.sh \ +@@ -3196,7 +3190,7 @@ EXTRA_DIST = w32sock.h test-accept.c sig test-sys_socket.c test-sys_stat.c sys_time.in.h \ test-sys_time.c test-sys_types.c sys_uio.in.h test-sys_uio.c \ test-sys_wait.c test-sys_wait.h init.sh test-init.sh \ - thread-optim.h test-thread_self.c test-thread_create.c \ + thread-optim.h test-thread_self.c \ - macros.h test-time.c test-unistd.c unsetenv.c test-unsetenv.c \ - signature.h macros.h usleep.c test-usleep.c signature.h \ - macros.h test-vasnprintf.c macros.h test-vasprintf.c \ -@@ -3075,7 +3069,6 @@ test_inet_pton_LDADD = $(LDADD) @INET_PTON_LIB@ + macros.h test-time.c test-unistd.c test-unsetenv.c signature.h \ + macros.h test-usleep.c signature.h macros.h test-vasnprintf.c \ + macros.h test-vasprintf.c signature.h macros.h test-verify.c \ +@@ -3287,7 +3281,6 @@ test_inet_pton_LDADD = $(LDADD) @INET_PT test_listen_LDADD = $(LDADD) @LIBSOCKET@ test_localcharset_LDADD = $(LDADD) $(LIB_SETLOCALE) test_localename_LDADD = $(LDADD) $(LIB_SETLOCALE) @INTL_MACOSX_LIBS@ $(LIBTHREAD) @@ -120,7 +122,7 @@ test_lock_LDADD = $(LDADD) @LIBMULTITHREAD@ @YIELD_LIB@ @LIB_SEMAPHORE@ test_once1_SOURCES = test-once.c test_once1_LDADD = $(LDADD) @LIBTHREAD@ -@@ -3130,7 +3123,6 @@ test_sockets_LDADD = $(LDADD) @LIBSOCKET@ +@@ -3337,7 +3330,6 @@ test_sockets_LDADD = $(LDADD) @LIBSOCKET test_stat_LDADD = $(LDADD) $(LIBINTL) test_stat_time_LDADD = $(LDADD) $(LIB_NANOSLEEP) test_thread_self_LDADD = $(LDADD) @LIBTHREAD@ @@ -128,7 +130,7 @@ test_wcrtomb_LDADD = $(LDADD) $(LIB_SETLOCALE) all: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) all-recursive -@@ -3528,10 +3520,6 @@ test-regex$(EXEEXT): $(test_regex_OBJECTS) $(test_regex_DEPENDENCIES) $(EXTRA_te +@@ -3763,10 +3755,6 @@ test-regex$(EXEEXT): $(test_regex_OBJECT @rm -f test-regex$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_regex_OBJECTS) $(test_regex_LDADD) $(LIBS) @@ -139,7 +141,7 @@ test-safe-alloc$(EXEEXT): $(test_safe_alloc_OBJECTS) $(test_safe_alloc_DEPENDENCIES) $(EXTRA_test_safe_alloc_DEPENDENCIES) @rm -f test-safe-alloc$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_safe_alloc_OBJECTS) $(test_safe_alloc_LDADD) $(LIBS) -@@ -3700,10 +3688,6 @@ test-sys_wait$(EXEEXT): $(test_sys_wait_OBJECTS) $(test_sys_wait_DEPENDENCIES) $ +@@ -3935,10 +3923,6 @@ test-sys_wait$(EXEEXT): $(test_sys_wait_ @rm -f test-sys_wait$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_sys_wait_OBJECTS) $(test_sys_wait_LDADD) $(LIBS) @@ -150,15 +152,15 @@ test-thread_self$(EXEEXT): $(test_thread_self_OBJECTS) $(test_thread_self_DEPENDENCIES) $(EXTRA_test_thread_self_DEPENDENCIES) @rm -f test-thread_self$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_thread_self_OBJECTS) $(test_thread_self_LDADD) $(LIBS) -@@ -3884,7 +3868,6 @@ distclean-compile: - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-rawmemchr.Po@am__quote@ # am--include-marker - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-readlink.Po@am__quote@ # am--include-marker +@@ -4125,7 +4109,6 @@ distclean-compile: + @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-realloc-gnu.Po@am__quote@ # am--include-marker + @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-reallocarray.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-regex.Po@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-rwlock1.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-safe-alloc.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-sched.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-scratch-buffer.Po@am__quote@ # am--include-marker -@@ -3927,7 +3910,6 @@ distclean-compile: +@@ -4168,7 +4151,6 @@ distclean-compile: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-sys_types.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-sys_uio.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-sys_wait.Po@am__quote@ # am--include-marker @@ -166,7 +168,7 @@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-thread_self.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-time.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-unistd.Po@am__quote@ # am--include-marker -@@ -4582,13 +4564,6 @@ test-localename.log: test-localename$(EXEEXT) +@@ -4851,13 +4833,6 @@ test-localename.log: test-localename$(EX --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) @@ -180,18 +182,18 @@ test-lock.log: test-lock$(EXEEXT) @p='test-lock$(EXEEXT)'; \ b='test-lock'; \ -@@ -5184,13 +5159,6 @@ test-thread_self.log: test-thread_self$(EXEEXT) +@@ -5473,13 +5448,6 @@ test-thread_self.log: test-thread_self$( + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) +- "$$tst" $(AM_TESTS_FD_REDIRECT) -test-thread_create.log: test-thread_create$(EXEEXT) - @p='test-thread_create$(EXEEXT)'; \ - b='test-thread_create'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ -- "$$tst" $(AM_TESTS_FD_REDIRECT) + "$$tst" $(AM_TESTS_FD_REDIRECT) test-time.log: test-time$(EXEEXT) @p='test-time$(EXEEXT)'; \ - b='test-time'; \