Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libfdatetime for openSUSE:Factory 
checked in at 2024-04-15 20:17:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libfdatetime (Old)
 and      /work/SRC/openSUSE:Factory/.libfdatetime.new.26366 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libfdatetime"

Mon Apr 15 20:17:24 2024 rev:17 rq:1167730 version:20240415

Changes:
--------
--- /work/SRC/openSUSE:Factory/libfdatetime/libfdatetime.changes        
2024-01-15 22:21:02.462839669 +0100
+++ /work/SRC/openSUSE:Factory/.libfdatetime.new.26366/libfdatetime.changes     
2024-04-15 20:23:44.044274819 +0200
@@ -1,0 +2,6 @@
+Mon Apr 15 06:46:12 UTC 2024 - Jan Engelhardt <[email protected]>
+
+- Update to release 20240415
+  * No changelog was provided
+
+-------------------------------------------------------------------

Old:
----
  libfdatetime-alpha-20240115.tar.gz
  libfdatetime-alpha-20240115.tar.gz.asc

New:
----
  libfdatetime-alpha-20240415.tar.gz
  libfdatetime-alpha-20240415.tar.gz.asc

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

Other differences:
------------------
++++++ libfdatetime.spec ++++++
--- /var/tmp/diff_new_pack.XwrP13/_old  2024-04-15 20:23:44.520292345 +0200
+++ /var/tmp/diff_new_pack.XwrP13/_new  2024-04-15 20:23:44.524292492 +0200
@@ -18,7 +18,7 @@
 
 Name:           libfdatetime
 %define lname  libfdatetime1
-Version:        20240115
+Version:        20240415
 Release:        0
 Summary:        A library for date and time data types
 License:        LGPL-3.0-or-later
@@ -29,7 +29,7 @@
 Source3:        %name.keyring
 BuildRequires:  c_compiler
 BuildRequires:  pkg-config
-BuildRequires:  pkgconfig(libcerror) >= 20240101
+BuildRequires:  pkgconfig(libcerror) >= 20240413
 # Various notes: https://en.opensuse.org/libyal
 
 %description
@@ -66,8 +66,7 @@
 %make_install
 rm -f "%buildroot/%_libdir"/*.la
 
-%post   -n %lname -p /sbin/ldconfig
-%postun -n %lname -p /sbin/ldconfig
+%ldconfig_scriptlets -n %lname
 
 %files -n %lname
 %license COPYING*

++++++ libfdatetime-alpha-20240115.tar.gz -> libfdatetime-alpha-20240415.tar.gz 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libfdatetime-20240115/Makefile.am 
new/libfdatetime-20240415/Makefile.am
--- old/libfdatetime-20240115/Makefile.am       2023-12-03 10:04:18.000000000 
+0100
+++ new/libfdatetime-20240415/Makefile.am       2024-04-15 06:47:07.000000000 
+0200
@@ -38,8 +38,15 @@
        $(PKGCONFIG_FILES) \
        $(SPEC_FILES)
 
-MAINTAINERCLEANFILES = \
-       Makefile.in
+DISTCLEANFILES = \
+       config.status \
+       config.cache \
+       config.log \
+       libfdatetime.pc \
+       libfdatetime.spec \
+       Makefile \
+       Makefile.in \
+       po/Makevars
 
 pkgconfigdir = $(libdir)/pkgconfig
 
@@ -57,15 +64,3 @@
        (cd $(srcdir)/libfdatetime && $(MAKE) $(AM_MAKEFLAGS))
        (cd $(srcdir)/po && $(MAKE) $(AM_MAKEFLAGS))
 
-distclean: clean
-       -rm -f Makefile
-       -rm -f config.status
-       -rm -f config.cache
-       -rm -f config.log
-       -rm -f libfdatetime.pc
-       -rm -f libfdatetime.spec
-       @for dir in ${subdirs}; do \
-               (cd $$dir && $(MAKE) distclean) \
-               || case "$(MFLAGS)" in *k*) fail=yes;; *) exit 1;; esac; \
-       done && test -z "$$fail"
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libfdatetime-20240115/Makefile.in 
new/libfdatetime-20240415/Makefile.in
--- old/libfdatetime-20240115/Makefile.in       2024-01-15 05:34:15.000000000 
+0100
+++ new/libfdatetime-20240415/Makefile.in       2024-04-15 07:04:42.000000000 
+0200
@@ -455,8 +455,15 @@
        $(PKGCONFIG_FILES) \
        $(SPEC_FILES)
 
-MAINTAINERCLEANFILES = \
-       Makefile.in
+DISTCLEANFILES = \
+       config.status \
+       config.cache \
+       config.log \
+       libfdatetime.pc \
+       libfdatetime.spec \
+       Makefile \
+       Makefile.in \
+       po/Makevars
 
 pkgconfigdir = $(libdir)/pkgconfig
 pkgconfig_DATA = \
@@ -879,15 +886,18 @@
 distclean-generic:
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f 
$(CONFIG_CLEAN_VPATH_FILES)
+       -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
 
 maintainer-clean-generic:
        @echo "This command is intended for maintainers to use"
        @echo "it deletes files that may require special tools to rebuild."
-       -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
 clean: clean-recursive
 
 clean-am: clean-generic clean-libtool mostlyclean-am
 
+distclean: distclean-recursive
+       -rm -f $(am__CONFIG_DISTCLEAN_FILES)
+       -rm -f Makefile
 distclean-am: clean-am distclean-generic distclean-libtool \
        distclean-tags
 
@@ -993,18 +1003,6 @@
        (cd $(srcdir)/libfdatetime && $(MAKE) $(AM_MAKEFLAGS))
        (cd $(srcdir)/po && $(MAKE) $(AM_MAKEFLAGS))
 
-distclean: clean
-       -rm -f Makefile
-       -rm -f config.status
-       -rm -f config.cache
-       -rm -f config.log
-       -rm -f libfdatetime.pc
-       -rm -f libfdatetime.spec
-       @for dir in ${subdirs}; do \
-               (cd $$dir && $(MAKE) distclean) \
-               || case "$(MFLAGS)" in *k*) fail=yes;; *) exit 1;; esac; \
-       done && test -z "$$fail"
-
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.
 .NOEXPORT:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libfdatetime-20240115/common/Makefile.am 
new/libfdatetime-20240415/common/Makefile.am
--- old/libfdatetime-20240115/common/Makefile.am        2024-01-15 
05:32:43.000000000 +0100
+++ new/libfdatetime-20240415/common/Makefile.am        2024-04-15 
06:52:42.000000000 +0200
@@ -1,4 +1,5 @@
-AM_CPPFLAGS = -I$(top_srcdir)/include
+AM_CPPFLAGS = \
+       -I../include -I$(top_srcdir)/include
 
 EXTRA_DIST = \
        byte_stream.h \
@@ -15,11 +16,9 @@
        types.h.in \
        wide_string.h
 
-MAINTAINERCLEANFILES = \
+DISTCLEANFILES = \
+       config.h \
+       types.h \
+       Makefile \
        Makefile.in
 
-distclean: clean
-       -rm -f config.h
-       -rm -f types.h
-       -rm -f Makefile
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libfdatetime-20240115/common/Makefile.in 
new/libfdatetime-20240415/common/Makefile.in
--- old/libfdatetime-20240115/common/Makefile.in        2024-01-15 
05:34:15.000000000 +0100
+++ new/libfdatetime-20240415/common/Makefile.in        2024-04-15 
07:04:42.000000000 +0200
@@ -316,7 +316,9 @@
 top_build_prefix = @top_build_prefix@
 top_builddir = @top_builddir@
 top_srcdir = @top_srcdir@
-AM_CPPFLAGS = -I$(top_srcdir)/include
+AM_CPPFLAGS = \
+       -I../include -I$(top_srcdir)/include
+
 EXTRA_DIST = \
        byte_stream.h \
        common.h \
@@ -332,7 +334,10 @@
        types.h.in \
        wide_string.h
 
-MAINTAINERCLEANFILES = \
+DISTCLEANFILES = \
+       config.h \
+       types.h \
+       Makefile \
        Makefile.in
 
 all: config.h
@@ -508,15 +513,17 @@
 distclean-generic:
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f 
$(CONFIG_CLEAN_VPATH_FILES)
+       -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
 
 maintainer-clean-generic:
        @echo "This command is intended for maintainers to use"
        @echo "it deletes files that may require special tools to rebuild."
-       -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
 clean: clean-am
 
 clean-am: clean-generic clean-libtool mostlyclean-am
 
+distclean: distclean-am
+       -rm -f Makefile
 distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
 
 dvi: dvi-am
@@ -604,11 +611,6 @@
 .PRECIOUS: Makefile
 
 
-distclean: clean
-       -rm -f config.h
-       -rm -f types.h
-       -rm -f Makefile
-
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.
 .NOEXPORT:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libfdatetime-20240115/common/config.h 
new/libfdatetime-20240415/common/config.h
--- old/libfdatetime-20240115/common/config.h   2024-01-15 05:33:37.000000000 
+0100
+++ new/libfdatetime-20240415/common/config.h   2024-04-15 06:50:08.000000000 
+0200
@@ -284,7 +284,7 @@
 #define PACKAGE_NAME "libfdatetime"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "libfdatetime 20240115"
+#define PACKAGE_STRING "libfdatetime 20240415"
 
 /* Define to the one symbol short name of this package. */
 #define PACKAGE_TARNAME "libfdatetime"
@@ -293,7 +293,7 @@
 #define PACKAGE_URL ""
 
 /* Define to the version of this package. */
-#define PACKAGE_VERSION "20240115"
+#define PACKAGE_VERSION "20240415"
 
 /* The size of `int', as computed by sizeof. */
 #define SIZEOF_INT 4
@@ -319,7 +319,7 @@
 /* #undef STRERROR_R_CHAR_P */
 
 /* Version number of package */
-#define VERSION "20240115"
+#define VERSION "20240415"
 
 /* Number of bits in a file offset, on hosts where this is settable. */
 /* #undef _FILE_OFFSET_BITS */
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libfdatetime-20240115/configure 
new/libfdatetime-20240415/configure
--- old/libfdatetime-20240115/configure 2024-01-15 05:34:14.000000000 +0100
+++ new/libfdatetime-20240415/configure 2024-04-15 07:04:41.000000000 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.71 for libfdatetime 20240115.
+# Generated by GNU Autoconf 2.71 for libfdatetime 20240415.
 #
 # Report bugs to <[email protected]>.
 #
@@ -621,8 +621,8 @@
 # Identity of this package.
 PACKAGE_NAME='libfdatetime'
 PACKAGE_TARNAME='libfdatetime'
-PACKAGE_VERSION='20240115'
-PACKAGE_STRING='libfdatetime 20240115'
+PACKAGE_VERSION='20240415'
+PACKAGE_STRING='libfdatetime 20240415'
 PACKAGE_BUGREPORT='[email protected]'
 PACKAGE_URL=''
 
@@ -1417,7 +1417,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures libfdatetime 20240115 to adapt to many kinds of 
systems.
+\`configure' configures libfdatetime 20240415 to adapt to many kinds of 
systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1488,7 +1488,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of libfdatetime 20240115:";;
+     short | recursive ) echo "Configuration of libfdatetime 20240415:";;
    esac
   cat <<\_ACEOF
 
@@ -1622,7 +1622,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-libfdatetime configure 20240115
+libfdatetime configure 20240415
 generated by GNU Autoconf 2.71
 
 Copyright (C) 2021 Free Software Foundation, Inc.
@@ -2219,7 +2219,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by libfdatetime $as_me 20240115, which was
+It was created by libfdatetime $as_me 20240415, which was
 generated by GNU Autoconf 2.71.  Invocation command line was
 
   $ $0$ac_configure_args_raw
@@ -3492,7 +3492,7 @@
 
 # Define the identity of the package.
  PACKAGE='libfdatetime'
- VERSION='20240115'
+ VERSION='20240415'
 
 
 printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h
@@ -19137,7 +19137,7 @@
   ac_cv_libcerror=no
 else $as_nop
   ac_cv_libcerror=check
-        if test "x$ac_cv_with_libcerror" != x && test "x$ac_cv_with_libcerror" 
!= xauto-detect
+                if test "x$ac_cv_with_libcerror" != x && test 
"x$ac_cv_with_libcerror" != xauto-detect && test "x$ac_cv_with_libcerror" != 
xyes
 then :
   if test -d "$ac_cv_with_libcerror"
 then :
@@ -19636,7 +19636,8 @@
 fi
 
 fi
-    if test "x$ac_cv_with_libcerror" != x && test "x$ac_cv_with_libcerror" != 
xauto-detect && test "x$ac_cv_libcerror" != xyes
+
+    if test "x$ac_cv_libcerror" != xyes && test "x$ac_cv_with_libcerror" != x 
&& test "x$ac_cv_with_libcerror" != xauto-detect && test 
"x$ac_cv_with_libcerror" != xyes
 then :
   { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
@@ -19786,7 +19787,7 @@
 
 fi
 
-  ac_cv_libcerror_CPPFLAGS="-I../libcerror";
+  ac_cv_libcerror_CPPFLAGS="-I../libcerror -I\$(top_srcdir)/libcerror";
   ac_cv_libcerror_LIBADD="../libcerror/libcerror.la";
 
   ac_cv_libcerror=local
@@ -20551,7 +20552,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by libfdatetime $as_me 20240115, which was
+This file was extended by libfdatetime $as_me 20240415, which was
 generated by GNU Autoconf 2.71.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -20619,7 +20620,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config='$ac_cs_config_escaped'
 ac_cs_version="\\
-libfdatetime config.status 20240115
+libfdatetime config.status 20240415
 configured by $0, generated by GNU Autoconf 2.71,
   with options \\"\$ac_cs_config\\"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libfdatetime-20240115/configure.ac 
new/libfdatetime-20240415/configure.ac
--- old/libfdatetime-20240115/configure.ac      2024-01-15 05:32:43.000000000 
+0100
+++ new/libfdatetime-20240415/configure.ac      2024-04-15 06:46:05.000000000 
+0200
@@ -2,7 +2,7 @@
 
 AC_INIT(
  [libfdatetime],
- [20240115],
+ [20240415],
  [[email protected]])
 
 AC_CONFIG_SRCDIR(
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libfdatetime-20240115/dpkg/changelog 
new/libfdatetime-20240415/dpkg/changelog
--- old/libfdatetime-20240115/dpkg/changelog    2024-01-15 05:34:21.000000000 
+0100
+++ new/libfdatetime-20240415/dpkg/changelog    2024-04-15 07:04:54.000000000 
+0200
@@ -1,5 +1,5 @@
-libfdatetime (20240115-1) unstable; urgency=low
+libfdatetime (20240415-1) unstable; urgency=low
 
   * Auto-generated
 
- -- Joachim Metz <[email protected]>  Mon, 15 Jan 2024 05:34:21 +0100
+ -- Joachim Metz <[email protected]>  Mon, 15 Apr 2024 07:04:52 +0200
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libfdatetime-20240115/include/Makefile.am 
new/libfdatetime-20240415/include/Makefile.am
--- old/libfdatetime-20240115/include/Makefile.am       2024-01-15 
05:32:43.000000000 +0100
+++ new/libfdatetime-20240415/include/Makefile.am       2024-04-15 
06:46:24.000000000 +0200
@@ -14,13 +14,11 @@
        libfdatetime/features.h.in \
        libfdatetime/types.h.in
 
-MAINTAINERCLEANFILES = \
+DISTCLEANFILES = \
+       libfdatetime.h \
+       libfdatetime/definitions.h \
+       libfdatetime/features.h \
+       libfdatetime/types.h \
+       Makefile \
        Makefile.in
 
-distclean: clean
-       -rm -f libfdatetime.h
-       -rm -f libfdatetime/definitions.h
-       -rm -f libfdatetime/features.h
-       -rm -f libfdatetime/types.h
-       -rm -f Makefile
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libfdatetime-20240115/include/Makefile.in 
new/libfdatetime-20240415/include/Makefile.in
--- old/libfdatetime-20240115/include/Makefile.in       2024-01-15 
05:34:15.000000000 +0100
+++ new/libfdatetime-20240415/include/Makefile.in       2024-04-15 
07:04:42.000000000 +0200
@@ -362,7 +362,12 @@
        libfdatetime/features.h.in \
        libfdatetime/types.h.in
 
-MAINTAINERCLEANFILES = \
+DISTCLEANFILES = \
+       libfdatetime.h \
+       libfdatetime/definitions.h \
+       libfdatetime/features.h \
+       libfdatetime/types.h \
+       Makefile \
        Makefile.in
 
 all: all-am
@@ -567,15 +572,17 @@
 distclean-generic:
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f 
$(CONFIG_CLEAN_VPATH_FILES)
+       -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
 
 maintainer-clean-generic:
        @echo "This command is intended for maintainers to use"
        @echo "it deletes files that may require special tools to rebuild."
-       -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
 clean: clean-am
 
 clean-am: clean-generic clean-libtool mostlyclean-am
 
+distclean: distclean-am
+       -rm -f Makefile
 distclean-am: clean-am distclean-generic distclean-tags
 
 dvi: dvi-am
@@ -665,13 +672,6 @@
 .PRECIOUS: Makefile
 
 
-distclean: clean
-       -rm -f libfdatetime.h
-       -rm -f libfdatetime/definitions.h
-       -rm -f libfdatetime/features.h
-       -rm -f libfdatetime/types.h
-       -rm -f Makefile
-
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.
 .NOEXPORT:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libfdatetime-20240115/include/libfdatetime/definitions.h 
new/libfdatetime-20240415/include/libfdatetime/definitions.h
--- old/libfdatetime-20240115/include/libfdatetime/definitions.h        
2024-01-15 05:34:21.000000000 +0100
+++ new/libfdatetime-20240415/include/libfdatetime/definitions.h        
2024-04-15 07:04:54.000000000 +0200
@@ -24,11 +24,11 @@
 
 #include <libfdatetime/types.h>
 
-#define LIBFDATETIME_VERSION                                   20240115
+#define LIBFDATETIME_VERSION                                   20240415
 
 /* The version string
  */
-#define LIBFDATETIME_VERSION_STRING                            "20240115"
+#define LIBFDATETIME_VERSION_STRING                            "20240415"
 
 /* The byte order definitions
  */
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libfdatetime-20240115/libcerror/Makefile.am 
new/libfdatetime-20240415/libcerror/Makefile.am
--- old/libfdatetime-20240115/libcerror/Makefile.am     2024-01-15 
05:34:09.000000000 +0100
+++ new/libfdatetime-20240415/libcerror/Makefile.am     2024-04-15 
07:04:35.000000000 +0200
@@ -1,7 +1,7 @@
 if HAVE_LOCAL_LIBCERROR
 AM_CPPFLAGS = \
-       -I$(top_srcdir)/include \
-       -I$(top_srcdir)/common 
+       -I../include -I$(top_srcdir)/include \
+       -I../common -I$(top_srcdir)/common 
 
 noinst_LTLIBRARIES = libcerror.la
 
@@ -15,12 +15,10 @@
        libcerror_unused.h
 endif
 
-MAINTAINERCLEANFILES = \
+DISTCLEANFILES = \
+       Makefile \
        Makefile.in
 
-distclean: clean
-       -rm -f Makefile
-
 sources-local: $(BUILT_SOURCES)
 
 splint-local:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libfdatetime-20240115/libcerror/Makefile.in 
new/libfdatetime-20240415/libcerror/Makefile.in
--- old/libfdatetime-20240115/libcerror/Makefile.in     2024-01-15 
05:34:15.000000000 +0100
+++ new/libfdatetime-20240415/libcerror/Makefile.in     2024-04-15 
07:04:42.000000000 +0200
@@ -357,8 +357,8 @@
 top_builddir = @top_builddir@
 top_srcdir = @top_srcdir@
 @HAVE_LOCAL_LIBCERROR_TRUE@AM_CPPFLAGS = \
-@HAVE_LOCAL_LIBCERROR_TRUE@    -I$(top_srcdir)/include \
-@HAVE_LOCAL_LIBCERROR_TRUE@    -I$(top_srcdir)/common 
+@HAVE_LOCAL_LIBCERROR_TRUE@    -I../include -I$(top_srcdir)/include \
+@HAVE_LOCAL_LIBCERROR_TRUE@    -I../common -I$(top_srcdir)/common 
 
 @HAVE_LOCAL_LIBCERROR_TRUE@noinst_LTLIBRARIES = libcerror.la
 @HAVE_LOCAL_LIBCERROR_TRUE@libcerror_la_SOURCES = \
@@ -370,7 +370,8 @@
 @HAVE_LOCAL_LIBCERROR_TRUE@    libcerror_types.h \
 @HAVE_LOCAL_LIBCERROR_TRUE@    libcerror_unused.h
 
-MAINTAINERCLEANFILES = \
+DISTCLEANFILES = \
+       Makefile \
        Makefile.in
 
 all: all-am
@@ -580,16 +581,21 @@
 distclean-generic:
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f 
$(CONFIG_CLEAN_VPATH_FILES)
+       -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
 
 maintainer-clean-generic:
        @echo "This command is intended for maintainers to use"
        @echo "it deletes files that may require special tools to rebuild."
-       -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
 clean: clean-am
 
 clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
        mostlyclean-am
 
+distclean: distclean-am
+               -rm -f ./$(DEPDIR)/libcerror_error.Plo
+       -rm -f ./$(DEPDIR)/libcerror_support.Plo
+       -rm -f ./$(DEPDIR)/libcerror_system.Plo
+       -rm -f Makefile
 distclean-am: clean-am distclean-compile distclean-generic \
        distclean-tags
 
@@ -683,9 +689,6 @@
 .PRECIOUS: Makefile
 
 
-distclean: clean
-       -rm -f Makefile
-
 sources-local: $(BUILT_SOURCES)
 
 splint-local:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libfdatetime-20240115/libcerror/libcerror_definitions.h 
new/libfdatetime-20240415/libcerror/libcerror_definitions.h
--- old/libfdatetime-20240115/libcerror/libcerror_definitions.h 2024-01-15 
05:34:09.000000000 +0100
+++ new/libfdatetime-20240415/libcerror/libcerror_definitions.h 2024-04-15 
07:04:35.000000000 +0200
@@ -35,11 +35,11 @@
  */
 #else
 
-#define LIBCERROR_VERSION                              20240101
+#define LIBCERROR_VERSION                              20240413
 
 /* The libcerror version string
  */
-#define LIBCERROR_VERSION_STRING                       "20240101"
+#define LIBCERROR_VERSION_STRING                       "20240413"
 
 /* The error domains
  */
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libfdatetime-20240115/libfdatetime/Makefile.am 
new/libfdatetime-20240415/libfdatetime/Makefile.am
--- old/libfdatetime-20240115/libfdatetime/Makefile.am  2023-12-03 
10:04:25.000000000 +0100
+++ new/libfdatetime-20240415/libfdatetime/Makefile.am  2024-04-15 
06:47:55.000000000 +0200
@@ -1,6 +1,6 @@
 AM_CPPFLAGS = \
-       -I$(top_srcdir)/include \
-       -I$(top_srcdir)/common \
+       -I../include -I$(top_srcdir)/include \
+       -I../common -I$(top_srcdir)/common \
        @LIBCERROR_CPPFLAGS@ \
        @LIBFDATETIME_DLL_EXPORT@
 
@@ -34,14 +34,12 @@
        libfdatetime.rc \
        libfdatetime.rc.in
 
-MAINTAINERCLEANFILES = \
+DISTCLEANFILES = \
+       libfdatetime_definitions.h \
+       libfdatetime.rc \
+       Makefile \
        Makefile.in
 
-distclean: clean
-       -rm -f libfdatetime_definitions.h
-       -rm -f libfdatetime.rc
-       -rm -f Makefile
-
 sources-local: $(BUILT_SOURCES)
 
 splint-local:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libfdatetime-20240115/libfdatetime/Makefile.in 
new/libfdatetime-20240415/libfdatetime/Makefile.in
--- old/libfdatetime-20240115/libfdatetime/Makefile.in  2024-01-15 
05:34:15.000000000 +0100
+++ new/libfdatetime-20240415/libfdatetime/Makefile.in  2024-04-15 
07:04:43.000000000 +0200
@@ -395,8 +395,8 @@
 top_builddir = @top_builddir@
 top_srcdir = @top_srcdir@
 AM_CPPFLAGS = \
-       -I$(top_srcdir)/include \
-       -I$(top_srcdir)/common \
+       -I../include -I$(top_srcdir)/include \
+       -I../common -I$(top_srcdir)/common \
        @LIBCERROR_CPPFLAGS@ \
        @LIBFDATETIME_DLL_EXPORT@
 
@@ -428,7 +428,10 @@
        libfdatetime.rc \
        libfdatetime.rc.in
 
-MAINTAINERCLEANFILES = \
+DISTCLEANFILES = \
+       libfdatetime_definitions.h \
+       libfdatetime.rc \
+       Makefile \
        Makefile.in
 
 all: all-am
@@ -677,16 +680,29 @@
 distclean-generic:
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f 
$(CONFIG_CLEAN_VPATH_FILES)
+       -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
 
 maintainer-clean-generic:
        @echo "This command is intended for maintainers to use"
        @echo "it deletes files that may require special tools to rebuild."
-       -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
 clean: clean-am
 
 clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
        mostlyclean-am
 
+distclean: distclean-am
+               -rm -f ./$(DEPDIR)/libfdatetime.Plo
+       -rm -f ./$(DEPDIR)/libfdatetime_date_time_values.Plo
+       -rm -f ./$(DEPDIR)/libfdatetime_error.Plo
+       -rm -f ./$(DEPDIR)/libfdatetime_fat_date_time.Plo
+       -rm -f ./$(DEPDIR)/libfdatetime_filetime.Plo
+       -rm -f ./$(DEPDIR)/libfdatetime_floatingtime.Plo
+       -rm -f ./$(DEPDIR)/libfdatetime_hfs_time.Plo
+       -rm -f ./$(DEPDIR)/libfdatetime_nsf_timedate.Plo
+       -rm -f ./$(DEPDIR)/libfdatetime_posix_time.Plo
+       -rm -f ./$(DEPDIR)/libfdatetime_support.Plo
+       -rm -f ./$(DEPDIR)/libfdatetime_systemtime.Plo
+       -rm -f Makefile
 distclean-am: clean-am distclean-compile distclean-generic \
        distclean-tags
 
@@ -788,11 +804,6 @@
 .PRECIOUS: Makefile
 
 
-distclean: clean
-       -rm -f libfdatetime_definitions.h
-       -rm -f libfdatetime.rc
-       -rm -f Makefile
-
 sources-local: $(BUILT_SOURCES)
 
 splint-local:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libfdatetime-20240115/libfdatetime/libfdatetime.rc 
new/libfdatetime-20240415/libfdatetime/libfdatetime.rc
--- old/libfdatetime-20240115/libfdatetime/libfdatetime.rc      2024-01-15 
05:34:21.000000000 +0100
+++ new/libfdatetime-20240415/libfdatetime/libfdatetime.rc      2024-04-15 
07:04:54.000000000 +0200
@@ -22,12 +22,12 @@
     BLOCK "040904E4"
     BEGIN
       VALUE "FileDescription",         "Library to support various date and 
time formats\0"
-      VALUE "FileVersion",             "20240115" "\0"
+      VALUE "FileVersion",             "20240415" "\0"
       VALUE "InternalName",            "libfdatetime.dll\0"
       VALUE "LegalCopyright",          "(C) 2009-2024, Joachim Metz 
<[email protected]>\0"
       VALUE "OriginalFilename",                "libfdatetime.dll\0"
       VALUE "ProductName",             "libfdatetime\0"
-      VALUE "ProductVersion",          "20240115" "\0"
+      VALUE "ProductVersion",          "20240415" "\0"
       VALUE "Comments",                        "For more information visit 
https://github.com/libyal/libfdatetime/\0";
     END
   END
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libfdatetime-20240115/libfdatetime/libfdatetime_definitions.h 
new/libfdatetime-20240415/libfdatetime/libfdatetime_definitions.h
--- old/libfdatetime-20240115/libfdatetime/libfdatetime_definitions.h   
2024-01-15 05:34:21.000000000 +0100
+++ new/libfdatetime-20240415/libfdatetime/libfdatetime_definitions.h   
2024-04-15 07:04:54.000000000 +0200
@@ -36,11 +36,11 @@
 #else
 #include <byte_stream.h>
 
-#define LIBFDATETIME_VERSION                                   20240115
+#define LIBFDATETIME_VERSION                                   20240415
 
 /* The version string
  */
-#define LIBFDATETIME_VERSION_STRING                            "20240115"
+#define LIBFDATETIME_VERSION_STRING                            "20240415"
 
 /* The byte order definitions
  */
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libfdatetime-20240115/libfdatetime.spec 
new/libfdatetime-20240415/libfdatetime.spec
--- old/libfdatetime-20240115/libfdatetime.spec 2024-01-15 05:34:21.000000000 
+0100
+++ new/libfdatetime-20240415/libfdatetime.spec 2024-04-15 07:04:54.000000000 
+0200
@@ -1,5 +1,5 @@
 Name: libfdatetime
-Version: 20240115
+Version: 20240415
 Release: 1
 Summary: Library to support various date and time formats
 Group: System Environment/Libraries
@@ -65,6 +65,6 @@
 %{_mandir}/man3/*
 
 %changelog
-* Mon Jan 15 2024 Joachim Metz <[email protected]> 20240115-1
+* Mon Apr 15 2024 Joachim Metz <[email protected]> 20240415-1
 - Auto-generated
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libfdatetime-20240115/m4/common.m4 
new/libfdatetime-20240415/m4/common.m4
--- old/libfdatetime-20240115/m4/common.m4      2023-12-03 10:04:26.000000000 
+0100
+++ new/libfdatetime-20240415/m4/common.m4      2024-04-01 06:49:33.000000000 
+0200
@@ -1,6 +1,6 @@
 dnl Checks for common headers and functions
 dnl
-dnl Version: 20181117
+dnl Version: 20240308
 
 dnl Function to test if a certain feature was disabled
 AC_DEFUN([AX_COMMON_ARG_DISABLE],
@@ -26,7 +26,7 @@
     [$1],
     [AS_HELP_STRING(
       [--enable-$1],
-      [$3 [default=$4]])],
+      [$3 @<:@default=$4@:>@])],
     [ac_cv_enable_$2=$enableval],
     [ac_cv_enable_$2=$4])dnl
 
@@ -43,7 +43,7 @@
     [$1],
     [AS_HELP_STRING(
       [--with-$1[[=$5]]],
-      [$3 [default=$4]])],
+      [$3 @<:@default=$4@:>@])],
     [ac_cv_with_$2=$withval],
     [ac_cv_with_$2=$4])dnl
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libfdatetime-20240115/m4/libcerror.m4 
new/libfdatetime-20240415/m4/libcerror.m4
--- old/libfdatetime-20240115/m4/libcerror.m4   2023-12-03 10:04:26.000000000 
+0100
+++ new/libfdatetime-20240415/m4/libcerror.m4   2024-04-15 06:56:59.000000000 
+0200
@@ -1,6 +1,6 @@
 dnl Checks for libcerror required headers and functions
 dnl
-dnl Version: 20190308
+dnl Version: 20240413
 
 dnl Function to detect if libcerror is available
 dnl ac_libcerror_dummy is used to prevent AC_CHECK_LIB adding unnecessary 
-l<library> arguments
@@ -10,8 +10,10 @@
     [ac_cv_libcerror=no],
     [ac_cv_libcerror=check
     dnl Check if the directory provided as parameter exists
+    dnl For both --with-libcerror which returns "yes" and --with-libcerror= 
which returns ""
+    dnl treat them as auto-detection.
     AS_IF(
-      [test "x$ac_cv_with_libcerror" != x && test "x$ac_cv_with_libcerror" != 
xauto-detect],
+      [test "x$ac_cv_with_libcerror" != x && test "x$ac_cv_with_libcerror" != 
xauto-detect && test "x$ac_cv_with_libcerror" != xyes],
       [AS_IF(
         [test -d "$ac_cv_with_libcerror"],
         [CFLAGS="$CFLAGS -I${ac_cv_with_libcerror}/include"
@@ -99,8 +101,9 @@
 
         ac_cv_libcerror_LIBADD="-lcerror"])
       ])
+
     AS_IF(
-      [test "x$ac_cv_with_libcerror" != x && test "x$ac_cv_with_libcerror" != 
xauto-detect && test "x$ac_cv_libcerror" != xyes],
+      [test "x$ac_cv_libcerror" != xyes && test "x$ac_cv_with_libcerror" != x 
&& test "x$ac_cv_with_libcerror" != xauto-detect && test 
"x$ac_cv_with_libcerror" != xyes],
       [AC_MSG_FAILURE(
         [unable to find supported libcerror in directory: 
$ac_cv_with_libcerror],
         [1])
@@ -166,7 +169,7 @@
       ])
     ])
 
-  ac_cv_libcerror_CPPFLAGS="-I../libcerror";
+  ac_cv_libcerror_CPPFLAGS="-I../libcerror -I\$(top_srcdir)/libcerror";
   ac_cv_libcerror_LIBADD="../libcerror/libcerror.la";
 
   ac_cv_libcerror=local
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libfdatetime-20240115/manuals/Makefile.am 
new/libfdatetime-20240415/manuals/Makefile.am
--- old/libfdatetime-20240115/manuals/Makefile.am       2023-12-03 
10:04:26.000000000 +0100
+++ new/libfdatetime-20240415/manuals/Makefile.am       2024-04-15 
06:47:29.000000000 +0200
@@ -4,9 +4,7 @@
 EXTRA_DIST = \
        libfdatetime.3
 
-MAINTAINERCLEANFILES = \
+DISTCLEANFILES = \
+       Makefile \
        Makefile.in
 
-distclean: clean
-       -rm -f Makefile
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libfdatetime-20240115/manuals/Makefile.in 
new/libfdatetime-20240415/manuals/Makefile.in
--- old/libfdatetime-20240115/manuals/Makefile.in       2024-01-15 
05:34:15.000000000 +0100
+++ new/libfdatetime-20240415/manuals/Makefile.in       2024-04-15 
07:04:43.000000000 +0200
@@ -335,7 +335,8 @@
 EXTRA_DIST = \
        libfdatetime.3
 
-MAINTAINERCLEANFILES = \
+DISTCLEANFILES = \
+       Makefile \
        Makefile.in
 
 all: all-am
@@ -493,15 +494,17 @@
 distclean-generic:
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f 
$(CONFIG_CLEAN_VPATH_FILES)
+       -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
 
 maintainer-clean-generic:
        @echo "This command is intended for maintainers to use"
        @echo "it deletes files that may require special tools to rebuild."
-       -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
 clean: clean-am
 
 clean-am: clean-generic clean-libtool mostlyclean-am
 
+distclean: distclean-am
+       -rm -f Makefile
 distclean-am: clean-am distclean-generic
 
 dvi: dvi-am
@@ -590,9 +593,6 @@
 .PRECIOUS: Makefile
 
 
-distclean: clean
-       -rm -f Makefile
-
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.
 .NOEXPORT:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libfdatetime-20240115/msvscpp/Makefile.am 
new/libfdatetime-20240415/msvscpp/Makefile.am
--- old/libfdatetime-20240115/msvscpp/Makefile.am       2024-01-15 
05:32:45.000000000 +0100
+++ new/libfdatetime-20240415/msvscpp/Makefile.am       2024-04-15 
06:47:19.000000000 +0200
@@ -16,9 +16,7 @@
 EXTRA_DIST = \
        $(MSVSCPP_FILES)
 
-MAINTAINERCLEANFILES = \
+DISTCLEANFILES = \
+       Makefile \
        Makefile.in
 
-distclean: clean
-       -rm -f Makefile
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libfdatetime-20240115/msvscpp/Makefile.in 
new/libfdatetime-20240415/msvscpp/Makefile.in
--- old/libfdatetime-20240115/msvscpp/Makefile.in       2024-01-15 
05:34:15.000000000 +0100
+++ new/libfdatetime-20240415/msvscpp/Makefile.in       2024-04-15 
07:04:43.000000000 +0200
@@ -316,7 +316,8 @@
 EXTRA_DIST = \
        $(MSVSCPP_FILES)
 
-MAINTAINERCLEANFILES = \
+DISTCLEANFILES = \
+       Makefile \
        Makefile.in
 
 all: all-am
@@ -428,15 +429,17 @@
 distclean-generic:
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f 
$(CONFIG_CLEAN_VPATH_FILES)
+       -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
 
 maintainer-clean-generic:
        @echo "This command is intended for maintainers to use"
        @echo "it deletes files that may require special tools to rebuild."
-       -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
 clean: clean-am
 
 clean-am: clean-generic clean-libtool mostlyclean-am
 
+distclean: distclean-am
+       -rm -f Makefile
 distclean-am: clean-am distclean-generic
 
 dvi: dvi-am
@@ -523,9 +526,6 @@
 .PRECIOUS: Makefile
 
 
-distclean: clean
-       -rm -f Makefile
-
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.
 .NOEXPORT:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libfdatetime-20240115/tests/Makefile.am 
new/libfdatetime-20240415/tests/Makefile.am
--- old/libfdatetime-20240115/tests/Makefile.am 2024-01-15 05:32:43.000000000 
+0100
+++ new/libfdatetime-20240415/tests/Makefile.am 2024-04-15 06:47:39.000000000 
+0200
@@ -1,6 +1,6 @@
 AM_CPPFLAGS = \
-       -I$(top_srcdir)/include \
-       -I$(top_srcdir)/common \
+       -I../include -I$(top_srcdir)/include \
+       -I../common -I$(top_srcdir)/common \
        @LIBCERROR_CPPFLAGS@ \
        @LIBFDATETIME_DLL_IMPORT@
 
@@ -141,9 +141,7 @@
        ../libfdatetime/libfdatetime.la \
        @LIBCERROR_LIBADD@
 
-MAINTAINERCLEANFILES = \
+DISTCLEANFILES = \
+       Makefile \
        Makefile.in
 
-distclean: clean
-       -rm -f Makefile
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libfdatetime-20240115/tests/Makefile.in 
new/libfdatetime-20240415/tests/Makefile.in
--- old/libfdatetime-20240115/tests/Makefile.in 2024-01-15 05:34:15.000000000 
+0100
+++ new/libfdatetime-20240415/tests/Makefile.in 2024-04-15 07:04:43.000000000 
+0200
@@ -648,8 +648,8 @@
 top_builddir = @top_builddir@
 top_srcdir = @top_srcdir@
 AM_CPPFLAGS = \
-       -I$(top_srcdir)/include \
-       -I$(top_srcdir)/common \
+       -I../include -I$(top_srcdir)/include \
+       -I../common -I$(top_srcdir)/common \
        @LIBCERROR_CPPFLAGS@ \
        @LIBFDATETIME_DLL_IMPORT@
 
@@ -778,7 +778,8 @@
        ../libfdatetime/libfdatetime.la \
        @LIBCERROR_LIBADD@
 
-MAINTAINERCLEANFILES = \
+DISTCLEANFILES = \
+       Makefile \
        Makefile.in
 
 all: all-am
@@ -1199,16 +1200,29 @@
 distclean-generic:
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f 
$(CONFIG_CLEAN_VPATH_FILES)
+       -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
 
 maintainer-clean-generic:
        @echo "This command is intended for maintainers to use"
        @echo "it deletes files that may require special tools to rebuild."
-       -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
 clean: clean-am
 
 clean-am: clean-checkPROGRAMS clean-generic clean-libtool \
        mostlyclean-am
 
+distclean: distclean-am
+               -rm -f ./$(DEPDIR)/fdatetime_test_date_time_values.Po
+       -rm -f ./$(DEPDIR)/fdatetime_test_error.Po
+       -rm -f ./$(DEPDIR)/fdatetime_test_fat_date_time.Po
+       -rm -f ./$(DEPDIR)/fdatetime_test_filetime.Po
+       -rm -f ./$(DEPDIR)/fdatetime_test_floatingtime.Po
+       -rm -f ./$(DEPDIR)/fdatetime_test_hfs_time.Po
+       -rm -f ./$(DEPDIR)/fdatetime_test_memory.Po
+       -rm -f ./$(DEPDIR)/fdatetime_test_nsf_timedate.Po
+       -rm -f ./$(DEPDIR)/fdatetime_test_posix_time.Po
+       -rm -f ./$(DEPDIR)/fdatetime_test_support.Po
+       -rm -f ./$(DEPDIR)/fdatetime_test_systemtime.Po
+       -rm -f Makefile
 distclean-am: clean-am distclean-compile distclean-generic \
        distclean-tags
 
@@ -1310,9 +1324,6 @@
 .PRECIOUS: Makefile
 
 
-distclean: clean
-       -rm -f Makefile
-
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.
 .NOEXPORT:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libfdatetime-20240115/tests/test_library.sh 
new/libfdatetime-20240415/tests/test_library.sh
--- old/libfdatetime-20240115/tests/test_library.sh     2024-01-15 
05:33:04.000000000 +0100
+++ new/libfdatetime-20240415/tests/test_library.sh     2024-04-15 
06:49:17.000000000 +0200
@@ -1,7 +1,7 @@
 #!/usr/bin/env bash
 # Tests library functions and types.
 #
-# Version: 20231007
+# Version: 20240413
 
 EXIT_SUCCESS=0;
 EXIT_FAILURE=1;
@@ -141,12 +141,9 @@
        exit ${EXIT_IGNORE};
 fi
 
-TEST_RUNNER="tests/test_runner.sh";
+TEST_DIRECTORY=`dirname $0`;
 
-if ! test -f "${TEST_RUNNER}";
-then
-       TEST_RUNNER="./test_runner.sh";
-fi
+TEST_RUNNER="${TEST_DIRECTORY}/test_runner.sh";
 
 if ! test -f "${TEST_RUNNER}";
 then
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libfdatetime-20240115/tests/test_manpage.sh 
new/libfdatetime-20240415/tests/test_manpage.sh
--- old/libfdatetime-20240115/tests/test_manpage.sh     2024-01-15 
05:32:44.000000000 +0100
+++ new/libfdatetime-20240415/tests/test_manpage.sh     2024-04-15 
06:46:08.000000000 +0200
@@ -1,7 +1,7 @@
 #!/usr/bin/env bash
 # Tests man pages.
 #
-# Version: 20230410
+# Version: 20240413
 
 EXIT_SUCCESS=0;
 EXIT_FAILURE=1;
@@ -45,12 +45,9 @@
        exit ${EXIT_IGNORE};
 fi
 
-TEST_RUNNER="tests/test_runner.sh";
+TEST_DIRECTORY=`dirname $0`;
 
-if ! test -f "${TEST_RUNNER}";
-then
-       TEST_RUNNER="./test_runner.sh";
-fi
+TEST_RUNNER="${TEST_DIRECTORY}/test_runner.sh";
 
 if ! test -f "${TEST_RUNNER}";
 then

Reply via email to