Hello community,

here is the log from the commit of package augeas for openSUSE:Factory checked 
in at 2020-08-14 09:29:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/augeas (Old)
 and      /work/SRC/openSUSE:Factory/.augeas.new.3399 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "augeas"

Fri Aug 14 09:29:57 2020 rev:50 rq:824486 version:1.12.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/augeas/augeas.changes    2019-03-14 
14:53:02.619782055 +0100
+++ /work/SRC/openSUSE:Factory/.augeas.new.3399/augeas.changes  2020-08-14 
09:30:02.816297489 +0200
@@ -1,0 +2,31 @@
+Tue Jul  7 07:44:09 UTC 2020 - Matthias Eliasson <eli...@opensuse.org>
+
+- update to 1.12.0
+  General changes/additions
+    - update gnulib to 91584ed6
+  Lens changes/additions
+    - Anaconda: new lens to process /etc/sysconfig/anaconda instead of 
Shellvars (Pino Toscano) (Issue #597)
+    - DevfsRules: add lens for FreeBSD devfs.rules files
+    - Dovecot: permit ! in block titles (Nathan Ward) (Issue #599)
+    - Hostname: Allow creation of hostname when file is missing (David 
Farrell) (Issue #606)
+    - Krb5: add more pkinit_* options (Issue #603)
+    - Logrotate: fix missing recognition of double quoted filenames (Issue 
#611)
+    - Multipath: accept values enclosed in quotes (Issue #583)
+    - Nginx: support unix sockets as server address (Issue #618)
+    - Nsswitch: add merge action (Issue #609)
+    - Pam: accept continuation lines (Issue #590)
+    - Puppetfile: allow symbols as (optional) values (Issue #619) allow 
comments in entries (Issue #620)
+    - Rsyslog: support dynamic file paths (Issue #622) treat #!/+/- as comment 
(arnolda, PR #595)
+    - Syslog: accept 'include' directive (Issue #486)
+    - Semanage: new lens to process /etc/selinux/semanage.conf instead of 
Simplevars (Pino Toscano) (Issue #594)
+    - Shellvars: allow and/or in @if conditions (#582) accept functions 
wrapped in round brackets, accept variables with a dash in their name, exclude 
csh/tcsh profile scripts (Pino Toscano) (Issue #600) accept variable as command 
(Issue #601)
+    - Ssh: accept RekeyLimit (Issue #605)
+    - Sshd: accept '=' to separate option names from their values (Emil Dragu, 
#587)
+    - Sudoers: support 'always_query_group_plugin' flag (Steve Traylen, #588)
+    - Strongswan: parse lists. This is a backwards-incompatible change since 
list entries that were parsed into a single string are now split into a list of 
entries (Kaarle Ritvanen)
+    - Toml: new lens to parse .toml files (PR #91)
+    - Xorg: accept empty values for options (arnolda, PR #596)
+- refresh patches
+- run spec-cleaner
+
+-------------------------------------------------------------------

Old:
----
  augeas-1.11.0.tar.gz
  augeas-1.11.0.tar.gz.sig

New:
----
  augeas-1.12.0.tar.gz
  augeas-1.12.0.tar.gz.sig

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

Other differences:
------------------
++++++ augeas.spec ++++++
--- /var/tmp/diff_new_pack.qe3x49/_old  2020-08-14 09:30:04.072298133 +0200
+++ /var/tmp/diff_new_pack.qe3x49/_new  2020-08-14 09:30:04.076298135 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package augeas
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,12 +18,11 @@
 
 %define libname lib%{name}0
 Name:           augeas
-Version:        1.11.0
+Version:        1.12.0
 Release:        0
 Summary:        An utility for changing configuration files
 License:        GPL-3.0-or-later AND LGPL-2.1-or-later
-Group:          Development/Libraries/C and C++
-Url:            http://augeas.net/
+URL:            https://augeas.net/
 Source0:        http://download.augeas.net/augeas-%{version}.tar.gz
 Source1:        http://download.augeas.net/augeas-%{version}.tar.gz.sig
 Source2:        %{name}.keyring
@@ -44,7 +43,6 @@
 
 %package        devel
 Summary:        A library for changing configuration files
-Group:          Development/Libraries/C and C++
 Requires:       %{libname} = %{version}
 
 %description    devel
@@ -59,7 +57,6 @@
 
 %package        -n %{libname}
 Summary:        A library for changing configuration files
-Group:          System/Libraries
 Recommends:     %{name}-lenses = %{version}
 
 %description    -n %{libname}
@@ -74,7 +71,6 @@
 
 %package        lenses
 Summary:        Official set of lenses for use by %{libname}
-Group:          System/Libraries
 Requires:       %{libname} = %{version}
 
 %description    lenses
@@ -87,7 +83,6 @@
 
 %package        lense-tests
 Summary:        Set of tests for official Augeas lenses
-Group:          Development/Libraries/Other
 Requires:       %{name}-lenses = %{version}
 
 %description    lense-tests
@@ -104,7 +99,7 @@
        --disable-static \
        --disable-silent-rules \
        --disable-rpath
-make %{?_smp_mflags}
+%make_build
 
 %install
 %make_install
@@ -113,7 +108,7 @@
 mv %{buildroot}/%{_datadir}/vim/vimfiles %{buildroot}/%{_datadir}/vim/site
 
 %check
-make check %{?_smp_mflags}
+%make_build check
 
 %post -n %{libname} -p /sbin/ldconfig
 %postun -n %{libname} -p /sbin/ldconfig

++++++ augeas-1.11.0.tar.gz -> augeas-1.12.0.tar.gz ++++++
++++ 43478 lines of diff (skipped)


++++++ gcc9-disable-broken-test.patch ++++++
--- /var/tmp/diff_new_pack.qe3x49/_old  2020-08-14 09:30:04.816298514 +0200
+++ /var/tmp/diff_new_pack.qe3x49/_new  2020-08-14 09:30:04.816298514 +0200
@@ -1,8 +1,7 @@
-diff --git a/gnulib/tests/Makefile.in b/gnulib/tests/Makefile.in
-index 6727c89..1674cef 100644
---- a/gnulib/tests/Makefile.in
-+++ b/gnulib/tests/Makefile.in
-@@ -131,7 +131,7 @@ TESTS = test-accept$(EXEEXT) test-alloca-opt$(EXEEXT) \
+diff -Naur augeas-1.12.0.orig/gnulib/tests/Makefile.in 
augeas-1.12.0/gnulib/tests/Makefile.in
+--- augeas-1.12.0.orig/gnulib/tests/Makefile.in        2020-07-07 
08:59:05.263213656 +0200
++++ augeas-1.12.0/gnulib/tests/Makefile.in     2020-07-07 09:14:46.868061549 
+0200
+@@ -133,7 +133,7 @@
        test-isblank$(EXEEXT) test-langinfo$(EXEEXT) \
        test-limits-h$(EXEEXT) test-listen$(EXEEXT) \
        test-locale$(EXEEXT) test-localeconv$(EXEEXT) \
@@ -11,7 +10,7 @@
        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 \
-@@ -163,7 +163,7 @@ TESTS = test-accept$(EXEEXT) test-alloca-opt$(EXEEXT) \
+@@ -165,7 +165,7 @@
        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) \
@@ -20,7 +19,7 @@
        test-unistd$(EXEEXT) test-unsetenv$(EXEEXT) \
        test-usleep$(EXEEXT) test-vasnprintf$(EXEEXT) \
        test-vasprintf$(EXEEXT) test-verify$(EXEEXT) test-verify.sh \
-@@ -193,7 +193,7 @@ check_PROGRAMS = test-accept$(EXEEXT) 
test-alloca-opt$(EXEEXT) \
+@@ -196,7 +196,7 @@
        test-isblank$(EXEEXT) test-langinfo$(EXEEXT) \
        test-limits-h$(EXEEXT) test-listen$(EXEEXT) \
        test-locale$(EXEEXT) test-localeconv$(EXEEXT) \
@@ -29,7 +28,7 @@
        test-lock$(EXEEXT) test-once1$(EXEEXT) test-once2$(EXEEXT) \
        test-lstat$(EXEEXT) test-malloca$(EXEEXT) \
        test-mbrtowc$(EXEEXT) test-mbrtowc-w32$(EXEEXT) \
-@@ -223,7 +223,7 @@ check_PROGRAMS = test-accept$(EXEEXT) 
test-alloca-opt$(EXEEXT) \
+@@ -227,7 +227,7 @@
        test-sys_stat$(EXEEXT) test-sys_time$(EXEEXT) \
        test-sys_types$(EXEEXT) test-sys_uio$(EXEEXT) \
        test-sys_wait$(EXEEXT) test-thread_self$(EXEEXT) \
@@ -38,7 +37,7 @@
        test-unistd$(EXEEXT) test-unsetenv$(EXEEXT) \
        test-usleep$(EXEEXT) test-vasnprintf$(EXEEXT) \
        test-vasprintf$(EXEEXT) test-verify$(EXEEXT) \
-@@ -762,9 +762,6 @@ test_readlink_DEPENDENCIES = libtests.a 
../../gnulib/lib/libgnu.la \
+@@ -783,9 +783,6 @@
  test_regex_SOURCES = test-regex.c
  test_regex_OBJECTS = test-regex.$(OBJEXT)
  test_regex_DEPENDENCIES = $(am__DEPENDENCIES_2) $(am__DEPENDENCIES_1)
@@ -48,7 +47,7 @@
  test_safe_alloc_SOURCES = test-safe-alloc.c
  test_safe_alloc_OBJECTS = test-safe-alloc.$(OBJEXT)
  test_safe_alloc_LDADD = $(LDADD)
-@@ -932,9 +929,6 @@ test_sys_wait_OBJECTS = test-sys_wait.$(OBJEXT)
+@@ -953,9 +950,6 @@
  test_sys_wait_LDADD = $(LDADD)
  test_sys_wait_DEPENDENCIES = libtests.a ../../gnulib/lib/libgnu.la \
        libtests.a $(am__DEPENDENCIES_1)
@@ -58,7 +57,7 @@
  test_thread_self_SOURCES = test-thread_self.c
  test_thread_self_OBJECTS = test-thread_self.$(OBJEXT)
  test_thread_self_DEPENDENCIES = $(am__DEPENDENCIES_2)
-@@ -1053,7 +1047,7 @@ SOURCES = $(libtests_a_SOURCES) 
$(EXTRA_libtests_a_SOURCES) \
+@@ -1166,7 +1160,7 @@
        $(test_once2_SOURCES) test-open.c test-pathmax.c test-perror.c \
        test-perror2.c test-pipe.c test-pthread_sigmask1.c \
        test-pthread_sigmask2.c test-raise.c test-rawmemchr.c \
@@ -67,7 +66,7 @@
        test-select.c test-select-fd.c test-select-stdin.c \
        test-setenv.c test-setlocale1.c test-setlocale2.c \
        test-setsockopt.c test-sigaction.c test-signal-h.c \
-@@ -1064,7 +1058,7 @@ SOURCES = $(libtests_a_SOURCES) 
$(EXTRA_libtests_a_SOURCES) \
+@@ -1177,7 +1171,7 @@
        test-strstr.c test-symlink.c test-sys_ioctl.c \
        test-sys_select.c test-sys_socket.c test-sys_stat.c \
        test-sys_time.c test-sys_types.c test-sys_uio.c \
@@ -76,7 +75,7 @@
        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 \
-@@ -1090,7 +1084,7 @@ DIST_SOURCES = $(libtests_a_SOURCES) 
$(EXTRA_libtests_a_SOURCES) \
+@@ -1204,7 +1198,7 @@
        $(test_once2_SOURCES) test-open.c test-pathmax.c test-perror.c \
        test-perror2.c test-pipe.c test-pthread_sigmask1.c \
        test-pthread_sigmask2.c test-raise.c test-rawmemchr.c \
@@ -85,7 +84,7 @@
        test-select.c test-select-fd.c test-select-stdin.c \
        test-setenv.c test-setlocale1.c test-setlocale2.c \
        test-setsockopt.c test-sigaction.c test-signal-h.c \
-@@ -1101,7 +1095,7 @@ DIST_SOURCES = $(libtests_a_SOURCES) 
$(EXTRA_libtests_a_SOURCES) \
+@@ -1215,7 +1209,7 @@
        test-strstr.c test-symlink.c test-sys_ioctl.c \
        test-sys_select.c test-sys_socket.c test-sys_stat.c \
        test-sys_time.c test-sys_types.c test-sys_uio.c \
@@ -94,16 +93,16 @@
        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 \
-@@ -2397,7 +2391,7 @@ EXTRA_DIST = accept.c w32sock.h test-accept.c 
signature.h macros.h \
-       macros.h test-isblank.c signature.h macros.h test-langinfo.c \
-       test-limits-h.c listen.c w32sock.h test-listen.c signature.h \
-       macros.h test-locale.c test-localeconv.c signature.h macros.h \
--      localename.h test-localename.c macros.h test-rwlock1.c \
-+      localename.h test-localename.c macros.h \
-       test-lock.c test-once.c test-lstat.h test-lstat.c signature.h \
-       macros.h malloc.c test-malloca.c test-mbrtowc1.sh \
-       test-mbrtowc2.sh test-mbrtowc3.sh test-mbrtowc4.sh \
-@@ -2447,7 +2441,7 @@ EXTRA_DIST = accept.c w32sock.h test-accept.c 
signature.h macros.h \
+@@ -2533,7 +2527,7 @@
+       w32sock.h 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-localename.c macros.h test-lock.c \
+       test-once.c 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 \
+@@ -2583,7 +2577,7 @@
        test-sys_socket.c test-sys_stat.c 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 test-thread_self.c \
@@ -112,7 +111,7 @@
        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 signature.h macros.h test-verify.c \
-@@ -2504,7 +2498,6 @@ test_getopt_posix_LDADD = $(LDADD) $(LIBINTL)
+@@ -2641,7 +2635,6 @@
  test_inet_pton_LDADD = $(LDADD) @INET_PTON_LIB@
  test_listen_LDADD = $(LDADD) @LIBSOCKET@
  test_localename_LDADD = $(LDADD) @INTL_MACOSX_LIBS@ $(LIBTHREAD)
@@ -120,7 +119,7 @@
  test_lock_LDADD = $(LDADD) @LIBMULTITHREAD@ @YIELD_LIB@
  test_once1_SOURCES = test-once.c
  test_once1_LDADD = $(LDADD) @LIBTHREAD@
-@@ -2547,7 +2540,6 @@ test_sockets_LDADD = $(LDADD) @LIBSOCKET@
+@@ -2684,7 +2677,6 @@
  test_stat_LDADD = $(LDADD) $(LIBINTL)
  test_stat_time_LDADD = $(LDADD) $(LIB_NANOSLEEP)
  test_thread_self_LDADD = $(LDADD) @LIBTHREAD@
@@ -128,7 +127,7 @@
  all: $(BUILT_SOURCES)
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
  
-@@ -2904,10 +2896,6 @@ test-regex$(EXEEXT): $(test_regex_OBJECTS) 
$(test_regex_DEPENDENCIES) $(EXTRA_te
+@@ -3053,10 +3045,6 @@
        @rm -f test-regex$(EXEEXT)
        $(AM_V_CCLD)$(LINK) $(test_regex_OBJECTS) $(test_regex_LDADD) $(LIBS)
  
@@ -139,7 +138,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)
-@@ -3052,10 +3040,6 @@ test-sys_wait$(EXEEXT): $(test_sys_wait_OBJECTS) 
$(test_sys_wait_DEPENDENCIES) $
+@@ -3201,10 +3189,6 @@
        @rm -f test-sys_wait$(EXEEXT)
        $(AM_V_CCLD)$(LINK) $(test_sys_wait_OBJECTS) $(test_sys_wait_LDADD) 
$(LIBS)
  
@@ -150,23 +149,23 @@
  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)
-@@ -3233,7 +3217,6 @@ distclean-compile:
- @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-rawmemchr.Po@am__quote@
- @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-readlink.Po@am__quote@
- @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-regex.Po@am__quote@
--@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-rwlock1.Po@am__quote@
- @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-safe-alloc.Po@am__quote@
- @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-select-fd.Po@am__quote@
- @AMDEP_TRUE@@am__include@ 
@am__quote@./$(DEPDIR)/test-select-stdin.Po@am__quote@
-@@ -3270,7 +3253,6 @@ distclean-compile:
- @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-sys_types.Po@am__quote@
- @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-sys_uio.Po@am__quote@
- @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-sys_wait.Po@am__quote@
--@AMDEP_TRUE@@am__include@ 
@am__quote@./$(DEPDIR)/test-thread_create.Po@am__quote@
- @AMDEP_TRUE@@am__include@ 
@am__quote@./$(DEPDIR)/test-thread_self.Po@am__quote@
- @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-time.Po@am__quote@
- @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-unistd.Po@am__quote@
-@@ -3889,13 +3871,6 @@ test-localename.log: test-localename$(EXEEXT)
+@@ -3385,7 +3369,6 @@
+ @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
+ @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-select-fd.Po@am__quote@ 
# am--include-marker
+ @AMDEP_TRUE@@am__include@ 
@am__quote@./$(DEPDIR)/test-select-stdin.Po@am__quote@ # am--include-marker
+@@ -3422,7 +3405,6 @@
+ @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
+-@AMDEP_TRUE@@am__include@ 
@am__quote@./$(DEPDIR)/test-thread_create.Po@am__quote@ # am--include-marker
+ @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
+@@ -4054,13 +4036,6 @@
        --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,17 +179,17 @@
  test-lock.log: test-lock$(EXEEXT)
        @p='test-lock$(EXEEXT)'; \
        b='test-lock'; \
-@@ -4407,13 +4382,6 @@ test-thread_self.log: test-thread_self$(EXEEXT)
+@@ -4578,13 +4553,6 @@
+       $(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'; \


Reply via email to