Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libcdatetime for openSUSE:Factory checked in at 2024-04-15 20:17:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libcdatetime (Old) and /work/SRC/openSUSE:Factory/.libcdatetime.new.26366 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libcdatetime" Mon Apr 15 20:17:13 2024 rev:12 rq:1167635 version:20240414 Changes: -------- --- /work/SRC/openSUSE:Factory/libcdatetime/libcdatetime.changes 2024-03-14 17:47:03.433824635 +0100 +++ /work/SRC/openSUSE:Factory/.libcdatetime.new.26366/libcdatetime.changes 2024-04-15 20:23:33.263877918 +0200 @@ -1,0 +2,6 @@ +Sun Apr 14 08:40:41 UTC 2024 - Jan Engelhardt <jeng...@inai.de> + +- Update to release 20240414 + * No changelog was provided + +------------------------------------------------------------------- Old: ---- libcdatetime-alpha-20240104.tar.gz libcdatetime-alpha-20240104.tar.gz.asc New: ---- libcdatetime-alpha-20240414.tar.gz libcdatetime-alpha-20240414.tar.gz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libcdatetime.spec ++++++ --- /var/tmp/diff_new_pack.NAyJBN/_old 2024-04-15 20:23:33.707894265 +0200 +++ /var/tmp/diff_new_pack.NAyJBN/_new 2024-04-15 20:23:33.707894265 +0200 @@ -18,7 +18,7 @@ %define lname libcdatetime1 Name: libcdatetime -Version: 20240104 +Version: 20240414 Release: 0 Summary: Library for C date and time functions License: LGPL-3.0-or-later @@ -29,7 +29,7 @@ Source9: %name.keyring BuildRequires: c_compiler BuildRequires: pkg-config -BuildRequires: pkgconfig(libcerror) >= 20240101 +BuildRequires: pkgconfig(libcerror) >= 20240413 # Various notes: https://en.opensuse.org/libyal %description ++++++ libcdatetime-alpha-20240104.tar.gz -> libcdatetime-alpha-20240414.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libcdatetime-20240104/Makefile.am new/libcdatetime-20240414/Makefile.am --- old/libcdatetime-20240104/Makefile.am 2023-12-03 09:58:30.000000000 +0100 +++ new/libcdatetime-20240414/Makefile.am 2024-04-14 06:09:37.000000000 +0200 @@ -38,8 +38,15 @@ $(PKGCONFIG_FILES) \ $(SPEC_FILES) -MAINTAINERCLEANFILES = \ - Makefile.in +DISTCLEANFILES = \ + config.status \ + config.cache \ + config.log \ + libcdatetime.pc \ + libcdatetime.spec \ + Makefile \ + Makefile.in \ + po/Makevars pkgconfigdir = $(libdir)/pkgconfig @@ -57,15 +64,3 @@ cd $(srcdir)/libcdatetime && $(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 libcdatetime.pc - -rm -f libcdatetime.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/libcdatetime-20240104/Makefile.in new/libcdatetime-20240414/Makefile.in --- old/libcdatetime-20240104/Makefile.in 2024-01-04 06:00:36.000000000 +0100 +++ new/libcdatetime-20240414/Makefile.in 2024-04-14 06:14:24.000000000 +0200 @@ -455,8 +455,15 @@ $(PKGCONFIG_FILES) \ $(SPEC_FILES) -MAINTAINERCLEANFILES = \ - Makefile.in +DISTCLEANFILES = \ + config.status \ + config.cache \ + config.log \ + libcdatetime.pc \ + libcdatetime.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)/libcdatetime && $(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 libcdatetime.pc - -rm -f libcdatetime.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/libcdatetime-20240104/common/Makefile.am new/libcdatetime-20240414/common/Makefile.am --- old/libcdatetime-20240104/common/Makefile.am 2024-01-04 05:59:16.000000000 +0100 +++ new/libcdatetime-20240414/common/Makefile.am 2024-04-14 06:08:33.000000000 +0200 @@ -1,4 +1,5 @@ -AM_CPPFLAGS = -I$(top_srcdir)/include +AM_CPPFLAGS = \ + -I../include -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/libcdatetime-20240104/common/Makefile.in new/libcdatetime-20240414/common/Makefile.in --- old/libcdatetime-20240104/common/Makefile.in 2024-01-04 06:00:36.000000000 +0100 +++ new/libcdatetime-20240414/common/Makefile.in 2024-04-14 06:14:24.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../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/libcdatetime-20240104/common/config.h new/libcdatetime-20240414/common/config.h --- old/libcdatetime-20240104/common/config.h 2024-01-04 06:00:11.000000000 +0100 +++ new/libcdatetime-20240414/common/config.h 2024-04-14 06:11:52.000000000 +0200 @@ -317,7 +317,7 @@ #define PACKAGE_NAME "libcdatetime" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "libcdatetime 20240104" +#define PACKAGE_STRING "libcdatetime 20240414" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "libcdatetime" @@ -326,7 +326,7 @@ #define PACKAGE_URL "" /* Define to the version of this package. */ -#define PACKAGE_VERSION "20240104" +#define PACKAGE_VERSION "20240414" /* The size of `int', as computed by sizeof. */ #define SIZEOF_INT 4 @@ -355,7 +355,7 @@ /* #undef TM_IN_SYS_TIME */ /* Version number of package */ -#define VERSION "20240104" +#define VERSION "20240414" /* 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/libcdatetime-20240104/configure new/libcdatetime-20240414/configure --- old/libcdatetime-20240104/configure 2024-01-04 06:00:35.000000000 +0100 +++ new/libcdatetime-20240414/configure 2024-04-14 06:14:23.000000000 +0200 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.71 for libcdatetime 20240104. +# Generated by GNU Autoconf 2.71 for libcdatetime 20240414. # # Report bugs to <joachim.m...@gmail.com>. # @@ -621,8 +621,8 @@ # Identity of this package. PACKAGE_NAME='libcdatetime' PACKAGE_TARNAME='libcdatetime' -PACKAGE_VERSION='20240104' -PACKAGE_STRING='libcdatetime 20240104' +PACKAGE_VERSION='20240414' +PACKAGE_STRING='libcdatetime 20240414' PACKAGE_BUGREPORT='joachim.m...@gmail.com' 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 libcdatetime 20240104 to adapt to many kinds of systems. +\`configure' configures libcdatetime 20240414 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 libcdatetime 20240104:";; + short | recursive ) echo "Configuration of libcdatetime 20240414:";; esac cat <<\_ACEOF @@ -1622,7 +1622,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -libcdatetime configure 20240104 +libcdatetime configure 20240414 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 libcdatetime $as_me 20240104, which was +It was created by libcdatetime $as_me 20240414, 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='libcdatetime' - VERSION='20240104' + VERSION='20240414' 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 @@ -20842,7 +20843,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by libcdatetime $as_me 20240104, which was +This file was extended by libcdatetime $as_me 20240414, which was generated by GNU Autoconf 2.71. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -20910,7 +20911,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config='$ac_cs_config_escaped' ac_cs_version="\\ -libcdatetime config.status 20240104 +libcdatetime config.status 20240414 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/libcdatetime-20240104/configure.ac new/libcdatetime-20240414/configure.ac --- old/libcdatetime-20240104/configure.ac 2024-01-04 05:59:16.000000000 +0100 +++ new/libcdatetime-20240414/configure.ac 2024-04-14 06:07:49.000000000 +0200 @@ -2,7 +2,7 @@ AC_INIT( [libcdatetime], - [20240104], + [20240414], [joachim.m...@gmail.com]) AC_CONFIG_SRCDIR( diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libcdatetime-20240104/dpkg/changelog new/libcdatetime-20240414/dpkg/changelog --- old/libcdatetime-20240104/dpkg/changelog 2024-01-04 06:00:41.000000000 +0100 +++ new/libcdatetime-20240414/dpkg/changelog 2024-04-14 06:14:36.000000000 +0200 @@ -1,5 +1,5 @@ -libcdatetime (20240104-1) unstable; urgency=low +libcdatetime (20240414-1) unstable; urgency=low * Auto-generated - -- Joachim Metz <joachim.m...@gmail.com> Thu, 04 Jan 2024 06:00:41 +0100 + -- Joachim Metz <joachim.m...@gmail.com> Sun, 14 Apr 2024 06:14:34 +0200 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libcdatetime-20240104/include/Makefile.am new/libcdatetime-20240414/include/Makefile.am --- old/libcdatetime-20240104/include/Makefile.am 2024-01-04 05:59:16.000000000 +0100 +++ new/libcdatetime-20240414/include/Makefile.am 2024-04-14 06:08:33.000000000 +0200 @@ -14,13 +14,11 @@ libcdatetime/features.h.in \ libcdatetime/types.h.in -MAINTAINERCLEANFILES = \ +DISTCLEANFILES = \ + libcdatetime.h \ + libcdatetime/definitions.h \ + libcdatetime/features.h \ + libcdatetime/types.h \ + Makefile \ Makefile.in -distclean: clean - -rm -f libcdatetime.h - -rm -f libcdatetime/definitions.h - -rm -f libcdatetime/features.h - -rm -f libcdatetime/types.h - -rm -f Makefile - diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libcdatetime-20240104/include/Makefile.in new/libcdatetime-20240414/include/Makefile.in --- old/libcdatetime-20240104/include/Makefile.in 2024-01-04 06:00:36.000000000 +0100 +++ new/libcdatetime-20240414/include/Makefile.in 2024-04-14 06:14:24.000000000 +0200 @@ -362,7 +362,12 @@ libcdatetime/features.h.in \ libcdatetime/types.h.in -MAINTAINERCLEANFILES = \ +DISTCLEANFILES = \ + libcdatetime.h \ + libcdatetime/definitions.h \ + libcdatetime/features.h \ + libcdatetime/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 libcdatetime.h - -rm -f libcdatetime/definitions.h - -rm -f libcdatetime/features.h - -rm -f libcdatetime/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/libcdatetime-20240104/include/libcdatetime/definitions.h new/libcdatetime-20240414/include/libcdatetime/definitions.h --- old/libcdatetime-20240104/include/libcdatetime/definitions.h 2024-01-04 06:00:41.000000000 +0100 +++ new/libcdatetime-20240414/include/libcdatetime/definitions.h 2024-04-14 06:14:36.000000000 +0200 @@ -24,11 +24,11 @@ #include <libcdatetime/types.h> -#define LIBCDATETIME_VERSION 20240104 +#define LIBCDATETIME_VERSION 20240414 /* The libcdatetime version string */ -#define LIBCDATETIME_VERSION_STRING "20240104" +#define LIBCDATETIME_VERSION_STRING "20240414" /* The string format definition flags */ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libcdatetime-20240104/libcdatetime/Makefile.am new/libcdatetime-20240414/libcdatetime/Makefile.am --- old/libcdatetime-20240104/libcdatetime/Makefile.am 2023-12-03 09:58:36.000000000 +0100 +++ new/libcdatetime-20240414/libcdatetime/Makefile.am 2024-04-14 06:10:33.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@ \ @LIBCDATETIME_DLL_EXPORT@ @@ -28,14 +28,12 @@ libcdatetime.rc \ libcdatetime.rc.in -MAINTAINERCLEANFILES = \ +DISTCLEANFILES = \ + libcdatetime_definitions.h \ + libcdatetime.rc \ + Makefile \ Makefile.in -distclean: clean - -rm -f libcdatetime_definitions.h - -rm -f libcdatetime.rc - -rm -f Makefile - sources-local: $(BUILT_SOURCES) splint-local: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libcdatetime-20240104/libcdatetime/Makefile.in new/libcdatetime-20240414/libcdatetime/Makefile.in --- old/libcdatetime-20240104/libcdatetime/Makefile.in 2024-01-04 06:00:36.000000000 +0100 +++ new/libcdatetime-20240414/libcdatetime/Makefile.in 2024-04-14 06:14:24.000000000 +0200 @@ -386,8 +386,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@ \ @LIBCDATETIME_DLL_EXPORT@ @@ -413,7 +413,10 @@ libcdatetime.rc \ libcdatetime.rc.in -MAINTAINERCLEANFILES = \ +DISTCLEANFILES = \ + libcdatetime_definitions.h \ + libcdatetime.rc \ + Makefile \ Makefile.in all: all-am @@ -656,16 +659,23 @@ 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)/libcdatetime.Plo + -rm -f ./$(DEPDIR)/libcdatetime_elements.Plo + -rm -f ./$(DEPDIR)/libcdatetime_error.Plo + -rm -f ./$(DEPDIR)/libcdatetime_support.Plo + -rm -f ./$(DEPDIR)/libcdatetime_timestamp.Plo + -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -761,11 +771,6 @@ .PRECIOUS: Makefile -distclean: clean - -rm -f libcdatetime_definitions.h - -rm -f libcdatetime.rc - -rm -f Makefile - sources-local: $(BUILT_SOURCES) splint-local: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libcdatetime-20240104/libcdatetime/libcdatetime.rc new/libcdatetime-20240414/libcdatetime/libcdatetime.rc --- old/libcdatetime-20240104/libcdatetime/libcdatetime.rc 2024-01-04 06:00:41.000000000 +0100 +++ new/libcdatetime-20240414/libcdatetime/libcdatetime.rc 2024-04-14 06:14:36.000000000 +0200 @@ -22,12 +22,12 @@ BLOCK "040904E4" BEGIN VALUE "FileDescription", "Library to support cross-platform C date and time functions\0" - VALUE "FileVersion", "20240104" "\0" + VALUE "FileVersion", "20240414" "\0" VALUE "InternalName", "libcdatetime.dll\0" VALUE "LegalCopyright", "(C) 2013-2024, Joachim Metz <joachim.m...@gmail.com>\0" VALUE "OriginalFilename", "libcdatetime.dll\0" VALUE "ProductName", "libcdatetime\0" - VALUE "ProductVersion", "20240104" "\0" + VALUE "ProductVersion", "20240414" "\0" VALUE "Comments", "For more information visit https://github.com/libyal/libcdatetime/\0" END END diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libcdatetime-20240104/libcdatetime/libcdatetime_definitions.h new/libcdatetime-20240414/libcdatetime/libcdatetime_definitions.h --- old/libcdatetime-20240104/libcdatetime/libcdatetime_definitions.h 2024-01-04 06:00:41.000000000 +0100 +++ new/libcdatetime-20240414/libcdatetime/libcdatetime_definitions.h 2024-04-14 06:14:36.000000000 +0200 @@ -35,11 +35,11 @@ */ #else -#define LIBCDATETIME_VERSION 20240104 +#define LIBCDATETIME_VERSION 20240414 /* The libcdatetime version string */ -#define LIBCDATETIME_VERSION_STRING "20240104" +#define LIBCDATETIME_VERSION_STRING "20240414" /* The string format definition flags */ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libcdatetime-20240104/libcdatetime.spec new/libcdatetime-20240414/libcdatetime.spec --- old/libcdatetime-20240104/libcdatetime.spec 2024-01-04 06:00:41.000000000 +0100 +++ new/libcdatetime-20240414/libcdatetime.spec 2024-04-14 06:14:36.000000000 +0200 @@ -1,5 +1,5 @@ Name: libcdatetime -Version: 20240104 +Version: 20240414 Release: 1 Summary: Library to support cross-platform C date and time functions Group: System Environment/Libraries @@ -65,6 +65,6 @@ %{_mandir}/man3/* %changelog -* Thu Jan 4 2024 Joachim Metz <joachim.m...@gmail.com> 20240104-1 +* Sun Apr 14 2024 Joachim Metz <joachim.m...@gmail.com> 20240414-1 - Auto-generated diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libcdatetime-20240104/libcerror/Makefile.am new/libcdatetime-20240414/libcerror/Makefile.am --- old/libcdatetime-20240104/libcerror/Makefile.am 2024-01-04 06:00:31.000000000 +0100 +++ new/libcdatetime-20240414/libcerror/Makefile.am 2024-04-14 06:14:17.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,11 @@ libcerror_unused.h endif -MAINTAINERCLEANFILES = \ +DISTCLEANFILES = \ + libcerror_definitions.h \ + 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/libcdatetime-20240104/libcerror/Makefile.in new/libcdatetime-20240414/libcerror/Makefile.in --- old/libcdatetime-20240104/libcerror/Makefile.in 2024-01-04 06:00:36.000000000 +0100 +++ new/libcdatetime-20240414/libcerror/Makefile.in 2024-04-14 06:14:24.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,9 @@ @HAVE_LOCAL_LIBCERROR_TRUE@ libcerror_types.h \ @HAVE_LOCAL_LIBCERROR_TRUE@ libcerror_unused.h -MAINTAINERCLEANFILES = \ +DISTCLEANFILES = \ + libcerror_definitions.h \ + Makefile \ Makefile.in all: all-am @@ -580,16 +582,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 +690,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/libcdatetime-20240104/libcerror/libcerror_definitions.h new/libcdatetime-20240414/libcerror/libcerror_definitions.h --- old/libcdatetime-20240104/libcerror/libcerror_definitions.h 2024-01-04 06:00:31.000000000 +0100 +++ new/libcdatetime-20240414/libcerror/libcerror_definitions.h 2024-04-14 06:14:17.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/libcdatetime-20240104/m4/common.m4 new/libcdatetime-20240414/m4/common.m4 --- old/libcdatetime-20240104/m4/common.m4 2023-12-03 09:58:36.000000000 +0100 +++ new/libcdatetime-20240414/m4/common.m4 2024-03-21 03:53:36.000000000 +0100 @@ -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/libcdatetime-20240104/m4/libcerror.m4 new/libcdatetime-20240414/m4/libcerror.m4 --- old/libcdatetime-20240104/m4/libcerror.m4 2023-12-03 09:58:36.000000000 +0100 +++ new/libcdatetime-20240414/m4/libcerror.m4 2024-04-14 06:07:51.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/libcdatetime-20240104/manuals/Makefile.am new/libcdatetime-20240414/manuals/Makefile.am --- old/libcdatetime-20240104/manuals/Makefile.am 2023-12-03 09:58:36.000000000 +0100 +++ new/libcdatetime-20240414/manuals/Makefile.am 2024-04-14 06:09:58.000000000 +0200 @@ -4,9 +4,7 @@ EXTRA_DIST = \ libcdatetime.3 -MAINTAINERCLEANFILES = \ +DISTCLEANFILES = \ + Makefile \ Makefile.in -distclean: clean - -rm -f Makefile - diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libcdatetime-20240104/manuals/Makefile.in new/libcdatetime-20240414/manuals/Makefile.in --- old/libcdatetime-20240104/manuals/Makefile.in 2024-01-04 06:00:36.000000000 +0100 +++ new/libcdatetime-20240414/manuals/Makefile.in 2024-04-14 06:14:24.000000000 +0200 @@ -335,7 +335,8 @@ EXTRA_DIST = \ libcdatetime.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/libcdatetime-20240104/msvscpp/Makefile.am new/libcdatetime-20240414/msvscpp/Makefile.am --- old/libcdatetime-20240104/msvscpp/Makefile.am 2024-01-04 05:59:17.000000000 +0100 +++ new/libcdatetime-20240414/msvscpp/Makefile.am 2024-04-14 06:09:49.000000000 +0200 @@ -10,9 +10,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/libcdatetime-20240104/msvscpp/Makefile.in new/libcdatetime-20240414/msvscpp/Makefile.in --- old/libcdatetime-20240104/msvscpp/Makefile.in 2024-01-04 06:00:36.000000000 +0100 +++ new/libcdatetime-20240414/msvscpp/Makefile.in 2024-04-14 06:14:24.000000000 +0200 @@ -310,7 +310,8 @@ EXTRA_DIST = \ $(MSVSCPP_FILES) -MAINTAINERCLEANFILES = \ +DISTCLEANFILES = \ + Makefile \ Makefile.in all: all-am @@ -422,15 +423,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 @@ -517,9 +520,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/libcdatetime-20240104/tests/Makefile.am new/libcdatetime-20240414/tests/Makefile.am --- old/libcdatetime-20240104/tests/Makefile.am 2024-01-04 05:59:40.000000000 +0100 +++ new/libcdatetime-20240414/tests/Makefile.am 2024-04-14 06:10:09.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@ \ @LIBCDATETIME_DLL_IMPORT@ @@ -65,9 +65,7 @@ ../libcdatetime/libcdatetime.la \ @LIBCERROR_LIBADD@ -MAINTAINERCLEANFILES = \ +DISTCLEANFILES = \ + Makefile \ Makefile.in -distclean: clean - -rm -f Makefile - diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libcdatetime-20240104/tests/Makefile.in new/libcdatetime-20240414/tests/Makefile.in --- old/libcdatetime-20240104/tests/Makefile.in 2024-01-04 06:00:36.000000000 +0100 +++ new/libcdatetime-20240414/tests/Makefile.in 2024-04-14 06:14:25.000000000 +0200 @@ -580,8 +580,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@ \ @LIBCDATETIME_DLL_IMPORT@ @@ -640,7 +640,8 @@ ../libcdatetime/libcdatetime.la \ @LIBCERROR_LIBADD@ -MAINTAINERCLEANFILES = \ +DISTCLEANFILES = \ + Makefile \ Makefile.in all: all-am @@ -1031,16 +1032,23 @@ 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)/cdatetime_test_elements.Po + -rm -f ./$(DEPDIR)/cdatetime_test_error.Po + -rm -f ./$(DEPDIR)/cdatetime_test_memory.Po + -rm -f ./$(DEPDIR)/cdatetime_test_support.Po + -rm -f ./$(DEPDIR)/cdatetime_test_timestamp.Po + -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -1136,9 +1144,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/libcdatetime-20240104/tests/test_library.sh new/libcdatetime-20240414/tests/test_library.sh --- old/libcdatetime-20240104/tests/test_library.sh 2024-01-04 05:59:16.000000000 +0100 +++ new/libcdatetime-20240414/tests/test_library.sh 2024-04-14 06:07:50.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/libcdatetime-20240104/tests/test_manpage.sh new/libcdatetime-20240414/tests/test_manpage.sh --- old/libcdatetime-20240104/tests/test_manpage.sh 2024-01-04 05:59:16.000000000 +0100 +++ new/libcdatetime-20240414/tests/test_manpage.sh 2024-04-14 06:07:50.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