Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libcerror for openSUSE:Factory checked in at 2024-04-15 20:17:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libcerror (Old) and /work/SRC/openSUSE:Factory/.libcerror.new.26366 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libcerror" Mon Apr 15 20:17:10 2024 rev:22 rq:1167631 version:20240413 Changes: -------- --- /work/SRC/openSUSE:Factory/libcerror/libcerror.changes 2024-01-03 12:30:52.732388485 +0100 +++ /work/SRC/openSUSE:Factory/.libcerror.new.26366/libcerror.changes 2024-04-15 20:23:28.899717243 +0200 @@ -1,0 +2,6 @@ +Sat Apr 13 17:50:28 UTC 2024 - Jan Engelhardt <[email protected]> + +- Update to release 20240413 + * No changelog was provided + +------------------------------------------------------------------- Old: ---- libcerror-beta-20240101.tar.gz libcerror-beta-20240101.tar.gz.asc New: ---- libcerror-beta-20240413.tar.gz libcerror-beta-20240413.tar.gz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libcerror.spec ++++++ --- /var/tmp/diff_new_pack.cuEZo1/_old 2024-04-15 20:23:29.367734474 +0200 +++ /var/tmp/diff_new_pack.cuEZo1/_new 2024-04-15 20:23:29.367734474 +0200 @@ -18,7 +18,7 @@ Name: libcerror %define lname libcerror1 -Version: 20240101 +Version: 20240413 Release: 0 Summary: Library for C error functions License: LGPL-3.0-or-later @@ -71,8 +71,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.LESSER ++++++ libcerror-beta-20240101.tar.gz -> libcerror-beta-20240413.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libcerror-20240101/Makefile.am new/libcerror-20240413/Makefile.am --- old/libcerror-20240101/Makefile.am 2023-12-03 09:58:51.000000000 +0100 +++ new/libcerror-20240413/Makefile.am 2024-04-13 13:58:40.000000000 +0200 @@ -37,8 +37,15 @@ $(PKGCONFIG_FILES) \ $(SPEC_FILES) -MAINTAINERCLEANFILES = \ - Makefile.in +DISTCLEANFILES = \ + config.status \ + config.cache \ + config.log \ + libcerror.pc \ + libcerror.spec \ + Makefile \ + Makefile.in \ + po/Makevars pkgconfigdir = $(libdir)/pkgconfig @@ -55,15 +62,3 @@ cd $(srcdir)/libcerror && $(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 libcerror.pc - -rm -f libcerror.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/libcerror-20240101/Makefile.in new/libcerror-20240413/Makefile.in --- old/libcerror-20240101/Makefile.in 2024-01-02 05:30:18.000000000 +0100 +++ new/libcerror-20240413/Makefile.in 2024-04-13 14:43:15.000000000 +0200 @@ -441,8 +441,15 @@ $(PKGCONFIG_FILES) \ $(SPEC_FILES) -MAINTAINERCLEANFILES = \ - Makefile.in +DISTCLEANFILES = \ + config.status \ + config.cache \ + config.log \ + libcerror.pc \ + libcerror.spec \ + Makefile \ + Makefile.in \ + po/Makevars pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = \ @@ -865,15 +872,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 @@ -978,18 +988,6 @@ cd $(srcdir)/libcerror && $(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 libcerror.pc - -rm -f libcerror.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/libcerror-20240101/acinclude.m4 new/libcerror-20240413/acinclude.m4 --- old/libcerror-20240101/acinclude.m4 2024-01-01 05:30:11.000000000 +0100 +++ new/libcerror-20240413/acinclude.m4 2024-04-13 13:04:55.000000000 +0200 @@ -1,6 +1,6 @@ dnl Checks for required headers and functions dnl -dnl Version: 20190308 +dnl Version: 20240314 dnl Function to detect if libcerror dependencies are available AC_DEFUN([AX_LIBCERROR_CHECK_LOCAL], diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libcerror-20240101/common/Makefile.am new/libcerror-20240413/common/Makefile.am --- old/libcerror-20240101/common/Makefile.am 2024-01-01 05:30:11.000000000 +0100 +++ new/libcerror-20240413/common/Makefile.am 2024-04-13 14:41:21.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/libcerror-20240101/common/Makefile.in new/libcerror-20240413/common/Makefile.in --- old/libcerror-20240101/common/Makefile.in 2024-01-02 05:30:18.000000000 +0100 +++ new/libcerror-20240413/common/Makefile.in 2024-04-13 14:43:15.000000000 +0200 @@ -303,7 +303,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 \ @@ -319,7 +321,10 @@ types.h.in \ wide_string.h -MAINTAINERCLEANFILES = \ +DISTCLEANFILES = \ + config.h \ + types.h \ + Makefile \ Makefile.in all: config.h @@ -495,15 +500,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 @@ -591,11 +598,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/libcerror-20240101/common/config.h new/libcerror-20240413/common/config.h --- old/libcerror-20240101/common/config.h 2024-01-01 05:31:13.000000000 +0100 +++ new/libcerror-20240413/common/config.h 2024-04-13 13:52:17.000000000 +0200 @@ -275,7 +275,7 @@ #define PACKAGE_NAME "libcerror" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "libcerror 20240101" +#define PACKAGE_STRING "libcerror 20240413" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "libcerror" @@ -284,7 +284,7 @@ #define PACKAGE_URL "" /* Define to the version of this package. */ -#define PACKAGE_VERSION "20240101" +#define PACKAGE_VERSION "20240413" /* The size of `int', as computed by sizeof. */ #define SIZEOF_INT 4 @@ -310,7 +310,7 @@ /* #undef STRERROR_R_CHAR_P */ /* Version number of package */ -#define VERSION "20240101" +#define VERSION "20240413" /* 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/libcerror-20240101/configure new/libcerror-20240413/configure --- old/libcerror-20240101/configure 2024-01-02 05:30:17.000000000 +0100 +++ new/libcerror-20240413/configure 2024-04-13 14:43:13.000000000 +0200 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.71 for libcerror 20240101. +# Generated by GNU Autoconf 2.71 for libcerror 20240413. # # Report bugs to <[email protected]>. # @@ -621,8 +621,8 @@ # Identity of this package. PACKAGE_NAME='libcerror' PACKAGE_TARNAME='libcerror' -PACKAGE_VERSION='20240101' -PACKAGE_STRING='libcerror 20240101' +PACKAGE_VERSION='20240413' +PACKAGE_STRING='libcerror 20240413' PACKAGE_BUGREPORT='[email protected]' PACKAGE_URL='' @@ -1396,7 +1396,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 libcerror 20240101 to adapt to many kinds of systems. +\`configure' configures libcerror 20240413 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1467,7 +1467,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of libcerror 20240101:";; + short | recursive ) echo "Configuration of libcerror 20240413:";; esac cat <<\_ACEOF @@ -1589,7 +1589,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -libcerror configure 20240101 +libcerror configure 20240413 generated by GNU Autoconf 2.71 Copyright (C) 2021 Free Software Foundation, Inc. @@ -2186,7 +2186,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by libcerror $as_me 20240101, which was +It was created by libcerror $as_me 20240413, which was generated by GNU Autoconf 2.71. Invocation command line was $ $0$ac_configure_args_raw @@ -3459,7 +3459,7 @@ # Define the identity of the package. PACKAGE='libcerror' - VERSION='20240101' + VERSION='20240413' printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h @@ -19765,7 +19765,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by libcerror $as_me 20240101, which was +This file was extended by libcerror $as_me 20240413, which was generated by GNU Autoconf 2.71. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -19833,7 +19833,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config='$ac_cs_config_escaped' ac_cs_version="\\ -libcerror config.status 20240101 +libcerror config.status 20240413 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/libcerror-20240101/configure.ac new/libcerror-20240413/configure.ac --- old/libcerror-20240101/configure.ac 2024-01-01 05:30:11.000000000 +0100 +++ new/libcerror-20240413/configure.ac 2024-04-13 13:43:17.000000000 +0200 @@ -2,7 +2,7 @@ AC_INIT( [libcerror], - [20240101], + [20240413], [[email protected]]) AC_CONFIG_SRCDIR( diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libcerror-20240101/dpkg/changelog new/libcerror-20240413/dpkg/changelog --- old/libcerror-20240101/dpkg/changelog 2024-01-02 05:30:23.000000000 +0100 +++ new/libcerror-20240413/dpkg/changelog 2024-04-13 14:43:25.000000000 +0200 @@ -1,5 +1,5 @@ -libcerror (20240101-1) unstable; urgency=low +libcerror (20240413-1) unstable; urgency=low * Auto-generated - -- Joachim Metz <[email protected]> Tue, 02 Jan 2024 05:30:22 +0100 + -- Joachim Metz <[email protected]> Sat, 13 Apr 2024 14:43:24 +0200 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libcerror-20240101/include/Makefile.am new/libcerror-20240413/include/Makefile.am --- old/libcerror-20240101/include/Makefile.am 2024-01-01 05:30:11.000000000 +0100 +++ new/libcerror-20240413/include/Makefile.am 2024-04-13 13:48:45.000000000 +0200 @@ -13,13 +13,11 @@ libcerror/features.h.in \ libcerror/types.h.in -MAINTAINERCLEANFILES = \ +DISTCLEANFILES = \ + libcerror.h \ + libcerror/definitions.h \ + libcerror/features.h \ + libcerror/types.h \ + Makefile \ Makefile.in -distclean: clean - -rm -f libcerror.h - -rm -f libcerror/definitions.h - -rm -f libcerror/features.h - -rm -f libcerror/types.h - -rm -f Makefile - diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libcerror-20240101/include/Makefile.in new/libcerror-20240413/include/Makefile.in --- old/libcerror-20240101/include/Makefile.in 2024-01-02 05:30:18.000000000 +0100 +++ new/libcerror-20240413/include/Makefile.in 2024-04-13 14:43:15.000000000 +0200 @@ -348,7 +348,12 @@ libcerror/features.h.in \ libcerror/types.h.in -MAINTAINERCLEANFILES = \ +DISTCLEANFILES = \ + libcerror.h \ + libcerror/definitions.h \ + libcerror/features.h \ + libcerror/types.h \ + Makefile \ Makefile.in all: all-am @@ -553,15 +558,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 @@ -651,13 +658,6 @@ .PRECIOUS: Makefile -distclean: clean - -rm -f libcerror.h - -rm -f libcerror/definitions.h - -rm -f libcerror/features.h - -rm -f libcerror/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/libcerror-20240101/include/libcerror/definitions.h new/libcerror-20240413/include/libcerror/definitions.h --- old/libcerror-20240101/include/libcerror/definitions.h 2024-01-02 05:30:23.000000000 +0100 +++ new/libcerror-20240413/include/libcerror/definitions.h 2024-04-13 14:43:25.000000000 +0200 @@ -24,11 +24,11 @@ #include <libcerror/types.h> -#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/libcerror-20240101/libcerror/Makefile.am new/libcerror-20240413/libcerror/Makefile.am --- old/libcerror-20240101/libcerror/Makefile.am 2023-12-03 09:59:09.000000000 +0100 +++ new/libcerror-20240413/libcerror/Makefile.am 2024-04-13 14:31:26.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_DLL_EXPORT@ lib_LTLIBRARIES = libcerror.la @@ -22,14 +22,12 @@ libcerror.rc \ libcerror.rc.in -MAINTAINERCLEANFILES = \ +DISTCLEANFILES = \ + libcerror_definitions.h \ + libcerror.rc \ + Makefile \ Makefile.in -distclean: clean - -rm -f libcerror_definitions.h - -rm -f libcerror.rc - -rm -f Makefile - sources-local: $(BUILT_SOURCES) splint-local: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libcerror-20240101/libcerror/Makefile.in new/libcerror-20240413/libcerror/Makefile.in --- old/libcerror-20240101/libcerror/Makefile.in 2024-01-02 05:30:18.000000000 +0100 +++ new/libcerror-20240413/libcerror/Makefile.in 2024-04-13 14:43:15.000000000 +0200 @@ -370,8 +370,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_DLL_EXPORT@ lib_LTLIBRARIES = libcerror.la @@ -391,7 +391,10 @@ libcerror.rc \ libcerror.rc.in -MAINTAINERCLEANFILES = \ +DISTCLEANFILES = \ + libcerror_definitions.h \ + libcerror.rc \ + Makefile \ Makefile.in all: all-am @@ -633,16 +636,22 @@ 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)/libcerror.Plo + -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 @@ -737,11 +746,6 @@ .PRECIOUS: Makefile -distclean: clean - -rm -f libcerror_definitions.h - -rm -f libcerror.rc - -rm -f Makefile - sources-local: $(BUILT_SOURCES) splint-local: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libcerror-20240101/libcerror/libcerror.rc new/libcerror-20240413/libcerror/libcerror.rc --- old/libcerror-20240101/libcerror/libcerror.rc 2024-01-02 05:30:23.000000000 +0100 +++ new/libcerror-20240413/libcerror/libcerror.rc 2024-04-13 14:43:25.000000000 +0200 @@ -22,12 +22,12 @@ BLOCK "040904E4" BEGIN VALUE "FileDescription", "Library to support cross-platform C error functions\0" - VALUE "FileVersion", "20240101" "\0" + VALUE "FileVersion", "20240413" "\0" VALUE "InternalName", "libcerror.dll\0" VALUE "LegalCopyright", "(C) 2008-2024, Joachim Metz <[email protected]>\0" VALUE "OriginalFilename", "libcerror.dll\0" VALUE "ProductName", "libcerror\0" - VALUE "ProductVersion", "20240101" "\0" + VALUE "ProductVersion", "20240413" "\0" VALUE "Comments", "For more information visit https://github.com/libyal/libcerror/\0" END END diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libcerror-20240101/libcerror/libcerror_definitions.h new/libcerror-20240413/libcerror/libcerror_definitions.h --- old/libcerror-20240101/libcerror/libcerror_definitions.h 2024-01-02 05:30:23.000000000 +0100 +++ new/libcerror-20240413/libcerror/libcerror_definitions.h 2024-04-13 14:43:25.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/libcerror-20240101/libcerror.spec new/libcerror-20240413/libcerror.spec --- old/libcerror-20240101/libcerror.spec 2024-01-02 05:30:23.000000000 +0100 +++ new/libcerror-20240413/libcerror.spec 2024-04-13 14:43:26.000000000 +0200 @@ -1,5 +1,5 @@ Name: libcerror -Version: 20240101 +Version: 20240413 Release: 1 Summary: Library to support cross-platform C error functions Group: System Environment/Libraries @@ -64,6 +64,6 @@ %{_mandir}/man3/* %changelog -* Tue Jan 2 2024 Joachim Metz <[email protected]> 20240101-1 +* Sat Apr 13 2024 Joachim Metz <[email protected]> 20240413-1 - Auto-generated diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libcerror-20240101/m4/common.m4 new/libcerror-20240413/m4/common.m4 --- old/libcerror-20240101/m4/common.m4 2023-12-03 09:59:08.000000000 +0100 +++ new/libcerror-20240413/m4/common.m4 2024-03-18 06:23:21.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/libcerror-20240101/manuals/Makefile.am new/libcerror-20240413/manuals/Makefile.am --- old/libcerror-20240101/manuals/Makefile.am 2023-12-03 09:59:08.000000000 +0100 +++ new/libcerror-20240413/manuals/Makefile.am 2024-04-13 13:48:59.000000000 +0200 @@ -4,9 +4,7 @@ EXTRA_DIST = \ libcerror.3 -MAINTAINERCLEANFILES = \ +DISTCLEANFILES = \ + Makefile \ Makefile.in -distclean: clean - -rm -f Makefile - diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libcerror-20240101/manuals/Makefile.in new/libcerror-20240413/manuals/Makefile.in --- old/libcerror-20240101/manuals/Makefile.in 2024-01-02 05:30:18.000000000 +0100 +++ new/libcerror-20240413/manuals/Makefile.in 2024-04-13 14:43:15.000000000 +0200 @@ -322,7 +322,8 @@ EXTRA_DIST = \ libcerror.3 -MAINTAINERCLEANFILES = \ +DISTCLEANFILES = \ + Makefile \ Makefile.in all: all-am @@ -480,15 +481,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 @@ -577,9 +580,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/libcerror-20240101/msvscpp/Makefile.am new/libcerror-20240413/msvscpp/Makefile.am --- old/libcerror-20240101/msvscpp/Makefile.am 2024-01-01 05:30:11.000000000 +0100 +++ new/libcerror-20240413/msvscpp/Makefile.am 2024-04-13 13:50:28.000000000 +0200 @@ -8,9 +8,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/libcerror-20240101/msvscpp/Makefile.in new/libcerror-20240413/msvscpp/Makefile.in --- old/libcerror-20240101/msvscpp/Makefile.in 2024-01-02 05:30:18.000000000 +0100 +++ new/libcerror-20240413/msvscpp/Makefile.in 2024-04-13 14:43:15.000000000 +0200 @@ -295,7 +295,8 @@ EXTRA_DIST = \ $(MSVSCPP_FILES) -MAINTAINERCLEANFILES = \ +DISTCLEANFILES = \ + Makefile \ Makefile.in all: all-am @@ -407,15 +408,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 @@ -502,9 +505,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/libcerror-20240101/tests/Makefile.am new/libcerror-20240413/tests/Makefile.am --- old/libcerror-20240101/tests/Makefile.am 2024-01-01 05:30:11.000000000 +0100 +++ new/libcerror-20240413/tests/Makefile.am 2024-04-13 14:31:17.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_DLL_IMPORT@ TESTS = \ @@ -48,9 +48,7 @@ cerror_test_system_LDADD = \ ../libcerror/libcerror.la -MAINTAINERCLEANFILES = \ +DISTCLEANFILES = \ + Makefile \ Makefile.in -distclean: clean - -rm -f Makefile - diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libcerror-20240101/tests/Makefile.in new/libcerror-20240413/tests/Makefile.in --- old/libcerror-20240101/tests/Makefile.in 2024-01-02 05:30:18.000000000 +0100 +++ new/libcerror-20240413/tests/Makefile.in 2024-04-13 14:43:15.000000000 +0200 @@ -553,8 +553,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_DLL_IMPORT@ TESTS = \ @@ -597,7 +597,8 @@ cerror_test_system_LDADD = \ ../libcerror/libcerror.la -MAINTAINERCLEANFILES = \ +DISTCLEANFILES = \ + Makefile \ Makefile.in all: all-am @@ -983,16 +984,22 @@ 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)/cerror_test_error.Po + -rm -f ./$(DEPDIR)/cerror_test_memory.Po + -rm -f ./$(DEPDIR)/cerror_test_support.Po + -rm -f ./$(DEPDIR)/cerror_test_system.Po + -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -1087,9 +1094,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/libcerror-20240101/tests/test_library.sh new/libcerror-20240413/tests/test_library.sh --- old/libcerror-20240101/tests/test_library.sh 2024-01-01 05:30:11.000000000 +0100 +++ new/libcerror-20240413/tests/test_library.sh 2024-04-13 13:39:08.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/libcerror-20240101/tests/test_manpage.sh new/libcerror-20240413/tests/test_manpage.sh --- old/libcerror-20240101/tests/test_manpage.sh 2024-01-01 05:30:11.000000000 +0100 +++ new/libcerror-20240413/tests/test_manpage.sh 2024-04-13 13:39:02.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
