Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libfole for openSUSE:Factory checked in at 2024-04-16 20:05:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libfole (Old) and /work/SRC/openSUSE:Factory/.libfole.new.26366 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libfole" Tue Apr 16 20:05:29 2024 rev:8 rq:1167997 version:20240416 Changes: -------- --- /work/SRC/openSUSE:Factory/libfole/libfole.changes 2024-01-19 23:02:43.467188265 +0100 +++ /work/SRC/openSUSE:Factory/.libfole.new.26366/libfole.changes 2024-04-16 20:11:40.893733651 +0200 @@ -1,0 +2,6 @@ +Tue Apr 16 06:07:38 UTC 2024 - Jan Engelhardt <[email protected]> + +- Update to release 20240416 + * No changelog was provided + +------------------------------------------------------------------- Old: ---- libfole-alpha-20240119.tar.gz libfole-alpha-20240119.tar.gz.asc New: ---- libfole-alpha-20240416.tar.gz libfole-alpha-20240416.tar.gz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libfole.spec ++++++ --- /var/tmp/diff_new_pack.YRNlgq/_old 2024-04-16 20:11:41.361750849 +0200 +++ /var/tmp/diff_new_pack.YRNlgq/_new 2024-04-16 20:11:41.361750849 +0200 @@ -18,7 +18,7 @@ Name: libfole %define lname libfole1 -Version: 20240119 +Version: 20240416 Release: 0 Summary: Library for Object Linking and Embedding (OLE) data types 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 @@ -70,8 +70,7 @@ %make_install find %buildroot -type f -name "*.la" -delete -print -%post -n %lname -p /sbin/ldconfig -%postun -n %lname -p /sbin/ldconfig +%ldconfig_scriptlets -n %lname %files -n %lname %license COPYING* ++++++ libfole-alpha-20240119.tar.gz -> libfole-alpha-20240416.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libfole-20240119/Makefile.am new/libfole-20240416/Makefile.am --- old/libfole-20240119/Makefile.am 2023-12-03 10:04:59.000000000 +0100 +++ new/libfole-20240416/Makefile.am 2024-04-16 05:28:36.000000000 +0200 @@ -38,8 +38,15 @@ $(PKGCONFIG_FILES) \ $(SPEC_FILES) -MAINTAINERCLEANFILES = \ - Makefile.in +DISTCLEANFILES = \ + config.status \ + config.cache \ + config.log \ + libfole.pc \ + libfole.spec \ + Makefile \ + Makefile.in \ + po/Makevars pkgconfigdir = $(libdir)/pkgconfig @@ -57,15 +64,3 @@ (cd $(srcdir)/libfole && $(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 libfole.pc - -rm -f libfole.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/libfole-20240119/Makefile.in new/libfole-20240416/Makefile.in --- old/libfole-20240119/Makefile.in 2024-01-19 05:12:39.000000000 +0100 +++ new/libfole-20240416/Makefile.in 2024-04-16 05:39:41.000000000 +0200 @@ -455,8 +455,15 @@ $(PKGCONFIG_FILES) \ $(SPEC_FILES) -MAINTAINERCLEANFILES = \ - Makefile.in +DISTCLEANFILES = \ + config.status \ + config.cache \ + config.log \ + libfole.pc \ + libfole.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)/libfole && $(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 libfole.pc - -rm -f libfole.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/libfole-20240119/common/Makefile.am new/libfole-20240416/common/Makefile.am --- old/libfole-20240119/common/Makefile.am 2024-01-19 05:10:34.000000000 +0100 +++ new/libfole-20240416/common/Makefile.am 2024-04-16 05:27:40.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/libfole-20240119/common/Makefile.in new/libfole-20240416/common/Makefile.in --- old/libfole-20240119/common/Makefile.in 2024-01-19 05:12:39.000000000 +0100 +++ new/libfole-20240416/common/Makefile.in 2024-04-16 05:39:41.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/libfole-20240119/common/config.h new/libfole-20240416/common/config.h --- old/libfole-20240119/common/config.h 2024-01-19 05:12:45.000000000 +0100 +++ new/libfole-20240416/common/config.h 2024-04-16 05:39:50.000000000 +0200 @@ -290,7 +290,7 @@ #define PACKAGE_NAME "libfole" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "libfole 20240119" +#define PACKAGE_STRING "libfole 20240416" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "libfole" @@ -299,7 +299,7 @@ #define PACKAGE_URL "" /* Define to the version of this package. */ -#define PACKAGE_VERSION "20240119" +#define PACKAGE_VERSION "20240416" /* The size of `int', as computed by sizeof. */ #define SIZEOF_INT 4 @@ -325,7 +325,7 @@ /* #undef STRERROR_R_CHAR_P */ /* Version number of package */ -#define VERSION "20240119" +#define VERSION "20240416" /* 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/libfole-20240119/configure new/libfole-20240416/configure --- old/libfole-20240119/configure 2024-01-19 05:12:38.000000000 +0100 +++ new/libfole-20240416/configure 2024-04-16 05:39:40.000000000 +0200 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.71 for libfole 20240119. +# Generated by GNU Autoconf 2.71 for libfole 20240416. # # Report bugs to <[email protected]>. # @@ -621,8 +621,8 @@ # Identity of this package. PACKAGE_NAME='libfole' PACKAGE_TARNAME='libfole' -PACKAGE_VERSION='20240119' -PACKAGE_STRING='libfole 20240119' +PACKAGE_VERSION='20240416' +PACKAGE_STRING='libfole 20240416' PACKAGE_BUGREPORT='[email protected]' PACKAGE_URL='' @@ -1419,7 +1419,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 libfole 20240119 to adapt to many kinds of systems. +\`configure' configures libfole 20240416 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1490,7 +1490,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of libfole 20240119:";; + short | recursive ) echo "Configuration of libfole 20240416:";; esac cat <<\_ACEOF @@ -1626,7 +1626,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -libfole configure 20240119 +libfole configure 20240416 generated by GNU Autoconf 2.71 Copyright (C) 2021 Free Software Foundation, Inc. @@ -2223,7 +2223,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by libfole $as_me 20240119, which was +It was created by libfole $as_me 20240416, which was generated by GNU Autoconf 2.71. Invocation command line was $ $0$ac_configure_args_raw @@ -3496,7 +3496,7 @@ # Define the identity of the package. PACKAGE='libfole' - VERSION='20240119' + VERSION='20240416' printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h @@ -19203,7 +19203,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 : @@ -19702,7 +19702,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;} @@ -19852,7 +19853,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 @@ -20617,7 +20618,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by libfole $as_me 20240119, which was +This file was extended by libfole $as_me 20240416, which was generated by GNU Autoconf 2.71. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -20685,7 +20686,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config='$ac_cs_config_escaped' ac_cs_version="\\ -libfole config.status 20240119 +libfole config.status 20240416 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/libfole-20240119/configure.ac new/libfole-20240416/configure.ac --- old/libfole-20240119/configure.ac 2024-01-19 05:10:34.000000000 +0100 +++ new/libfole-20240416/configure.ac 2024-04-16 05:24:08.000000000 +0200 @@ -2,7 +2,7 @@ AC_INIT( [libfole], - [20240119], + [20240416], [[email protected]]) AC_CONFIG_SRCDIR( diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libfole-20240119/dpkg/changelog new/libfole-20240416/dpkg/changelog --- old/libfole-20240119/dpkg/changelog 2024-01-19 05:12:45.000000000 +0100 +++ new/libfole-20240416/dpkg/changelog 2024-04-16 05:39:50.000000000 +0200 @@ -1,5 +1,5 @@ -libfole (20240119-1) unstable; urgency=low +libfole (20240416-1) unstable; urgency=low * Auto-generated - -- Joachim Metz <[email protected]> Fri, 19 Jan 2024 05:12:44 +0100 + -- Joachim Metz <[email protected]> Tue, 16 Apr 2024 05:39:48 +0200 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libfole-20240119/include/Makefile.am new/libfole-20240416/include/Makefile.am --- old/libfole-20240119/include/Makefile.am 2024-01-19 05:10:34.000000000 +0100 +++ new/libfole-20240416/include/Makefile.am 2024-04-16 05:27:40.000000000 +0200 @@ -14,13 +14,11 @@ libfole/features.h.in \ libfole/types.h.in -MAINTAINERCLEANFILES = \ +DISTCLEANFILES = \ + libfole.h \ + libfole/definitions.h \ + libfole/features.h \ + libfole/types.h \ + Makefile \ Makefile.in -distclean: clean - -rm -f libfole.h - -rm -f libfole/definitions.h - -rm -f libfole/features.h - -rm -f libfole/types.h - -rm -f Makefile - diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libfole-20240119/include/Makefile.in new/libfole-20240416/include/Makefile.in --- old/libfole-20240119/include/Makefile.in 2024-01-19 05:12:39.000000000 +0100 +++ new/libfole-20240416/include/Makefile.in 2024-04-16 05:39:41.000000000 +0200 @@ -362,7 +362,12 @@ libfole/features.h.in \ libfole/types.h.in -MAINTAINERCLEANFILES = \ +DISTCLEANFILES = \ + libfole.h \ + libfole/definitions.h \ + libfole/features.h \ + libfole/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 libfole.h - -rm -f libfole/definitions.h - -rm -f libfole/features.h - -rm -f libfole/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/libfole-20240119/include/libfole/definitions.h new/libfole-20240416/include/libfole/definitions.h --- old/libfole-20240119/include/libfole/definitions.h 2024-01-19 05:12:45.000000000 +0100 +++ new/libfole-20240416/include/libfole/definitions.h 2024-04-16 05:39:49.000000000 +0200 @@ -24,11 +24,11 @@ #include <libfole/types.h> -#define LIBFOLE_VERSION 20240119 +#define LIBFOLE_VERSION 20240416 /* The version string */ -#define LIBFOLE_VERSION_STRING "20240119" +#define LIBFOLE_VERSION_STRING "20240416" /* The byte order definitions */ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libfole-20240119/libcerror/Makefile.am new/libfole-20240416/libcerror/Makefile.am --- old/libfole-20240119/libcerror/Makefile.am 2024-01-19 05:12:33.000000000 +0100 +++ new/libfole-20240416/libcerror/Makefile.am 2024-04-16 05:39:33.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/libfole-20240119/libcerror/Makefile.in new/libfole-20240416/libcerror/Makefile.in --- old/libfole-20240119/libcerror/Makefile.in 2024-01-19 05:12:39.000000000 +0100 +++ new/libfole-20240416/libcerror/Makefile.in 2024-04-16 05:39:41.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/libfole-20240119/libcerror/libcerror_definitions.h new/libfole-20240416/libcerror/libcerror_definitions.h --- old/libfole-20240119/libcerror/libcerror_definitions.h 2024-01-19 05:12:33.000000000 +0100 +++ new/libfole-20240416/libcerror/libcerror_definitions.h 2024-04-16 05:39:33.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/libfole-20240119/libfole/Makefile.am new/libfole-20240416/libfole/Makefile.am --- old/libfole-20240119/libfole/Makefile.am 2023-12-03 10:05:00.000000000 +0100 +++ new/libfole-20240416/libfole/Makefile.am 2024-04-16 05:29:43.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@ \ @LIBFOLE_DLL_EXPORT@ @@ -27,14 +27,12 @@ libfole.rc \ libfole.rc.in -MAINTAINERCLEANFILES = \ +DISTCLEANFILES = \ + libfole_definitions.h \ + libfole.rc \ + Makefile \ Makefile.in -distclean: clean - -rm -f libfole_definitions.h - -rm -f libfole.rc - -rm -f Makefile - sources-local: $(BUILT_SOURCES) splint-local: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libfole-20240119/libfole/Makefile.in new/libfole-20240416/libfole/Makefile.in --- old/libfole-20240119/libfole/Makefile.in 2024-01-19 05:12:39.000000000 +0100 +++ new/libfole-20240416/libfole/Makefile.in 2024-04-16 05:39:41.000000000 +0200 @@ -382,8 +382,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@ \ @LIBFOLE_DLL_EXPORT@ @@ -408,7 +408,10 @@ libfole.rc \ libfole.rc.in -MAINTAINERCLEANFILES = \ +DISTCLEANFILES = \ + libfole_definitions.h \ + libfole.rc \ + Makefile \ Makefile.in all: all-am @@ -650,16 +653,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)/libfole.Plo + -rm -f ./$(DEPDIR)/libfole_error.Plo + -rm -f ./$(DEPDIR)/libfole_support.Plo + -rm -f ./$(DEPDIR)/libfole_value_type.Plo + -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -754,11 +763,6 @@ .PRECIOUS: Makefile -distclean: clean - -rm -f libfole_definitions.h - -rm -f libfole.rc - -rm -f Makefile - sources-local: $(BUILT_SOURCES) splint-local: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libfole-20240119/libfole/libfole.rc new/libfole-20240416/libfole/libfole.rc --- old/libfole-20240119/libfole/libfole.rc 2024-01-19 05:12:45.000000000 +0100 +++ new/libfole-20240416/libfole/libfole.rc 2024-04-16 05:39:50.000000000 +0200 @@ -22,12 +22,12 @@ BLOCK "040904E4" BEGIN VALUE "FileDescription", "Library to support the Object Linking and Embedding (OLE) data types\0" - VALUE "FileVersion", "20240119" "\0" + VALUE "FileVersion", "20240416" "\0" VALUE "InternalName", "libfole.dll\0" VALUE "LegalCopyright", "(C) 2008-2024, Joachim Metz <[email protected]>\0" VALUE "OriginalFilename", "libfole.dll\0" VALUE "ProductName", "libfole\0" - VALUE "ProductVersion", "20240119" "\0" + VALUE "ProductVersion", "20240416" "\0" VALUE "Comments", "For more information visit https://github.com/libyal/libfole/\0" END END diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libfole-20240119/libfole/libfole_definitions.h new/libfole-20240416/libfole/libfole_definitions.h --- old/libfole-20240119/libfole/libfole_definitions.h 2024-01-19 05:12:45.000000000 +0100 +++ new/libfole-20240416/libfole/libfole_definitions.h 2024-04-16 05:39:49.000000000 +0200 @@ -36,11 +36,11 @@ #else #include <byte_stream.h> -#define LIBFOLE_VERSION 20240119 +#define LIBFOLE_VERSION 20240416 /* The version string */ -#define LIBFOLE_VERSION_STRING "20240119" +#define LIBFOLE_VERSION_STRING "20240416" /* The byte order definitions */ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libfole-20240119/libfole.spec new/libfole-20240416/libfole.spec --- old/libfole-20240119/libfole.spec 2024-01-19 05:12:45.000000000 +0100 +++ new/libfole-20240416/libfole.spec 2024-04-16 05:39:50.000000000 +0200 @@ -1,5 +1,5 @@ Name: libfole -Version: 20240119 +Version: 20240416 Release: 1 Summary: Library to support the Object Linking and Embedding (OLE) data types Group: System Environment/Libraries @@ -65,6 +65,6 @@ %{_mandir}/man3/* %changelog -* Fri Jan 19 2024 Joachim Metz <[email protected]> 20240119-1 +* Tue Apr 16 2024 Joachim Metz <[email protected]> 20240416-1 - Auto-generated diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libfole-20240119/m4/common.m4 new/libfole-20240416/m4/common.m4 --- old/libfole-20240119/m4/common.m4 2023-12-03 10:05:04.000000000 +0100 +++ new/libfole-20240416/m4/common.m4 2024-04-05 06:21:47.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/libfole-20240119/m4/libcerror.m4 new/libfole-20240416/m4/libcerror.m4 --- old/libfole-20240119/m4/libcerror.m4 2023-12-03 10:05:04.000000000 +0100 +++ new/libfole-20240416/m4/libcerror.m4 2024-04-16 05:24:10.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/libfole-20240119/manuals/Makefile.am new/libfole-20240416/manuals/Makefile.am --- old/libfole-20240119/manuals/Makefile.am 2023-12-03 10:05:04.000000000 +0100 +++ new/libfole-20240416/manuals/Makefile.am 2024-04-16 05:29:27.000000000 +0200 @@ -4,9 +4,7 @@ EXTRA_DIST = \ libfole.3 -MAINTAINERCLEANFILES = \ +DISTCLEANFILES = \ + Makefile \ Makefile.in -distclean: clean - -rm -f Makefile - diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libfole-20240119/manuals/Makefile.in new/libfole-20240416/manuals/Makefile.in --- old/libfole-20240119/manuals/Makefile.in 2024-01-19 05:12:39.000000000 +0100 +++ new/libfole-20240416/manuals/Makefile.in 2024-04-16 05:39:41.000000000 +0200 @@ -335,7 +335,8 @@ EXTRA_DIST = \ libfole.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/libfole-20240119/msvscpp/Makefile.am new/libfole-20240416/msvscpp/Makefile.am --- old/libfole-20240119/msvscpp/Makefile.am 2024-01-19 05:10:54.000000000 +0100 +++ new/libfole-20240416/msvscpp/Makefile.am 2024-04-16 05:29:02.000000000 +0200 @@ -9,9 +9,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/libfole-20240119/msvscpp/Makefile.in new/libfole-20240416/msvscpp/Makefile.in --- old/libfole-20240119/msvscpp/Makefile.in 2024-01-19 05:12:39.000000000 +0100 +++ new/libfole-20240416/msvscpp/Makefile.in 2024-04-16 05:39:41.000000000 +0200 @@ -309,7 +309,8 @@ EXTRA_DIST = \ $(MSVSCPP_FILES) -MAINTAINERCLEANFILES = \ +DISTCLEANFILES = \ + Makefile \ Makefile.in all: all-am @@ -421,15 +422,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 @@ -516,9 +519,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/libfole-20240119/tests/Makefile.am new/libfole-20240416/tests/Makefile.am --- old/libfole-20240119/tests/Makefile.am 2024-01-19 05:10:54.000000000 +0100 +++ new/libfole-20240416/tests/Makefile.am 2024-04-16 05:28:52.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@ \ @LIBFOLE_DLL_IMPORT@ @@ -50,9 +50,7 @@ fole_test_value_type_LDADD = \ ../libfole/libfole.la -MAINTAINERCLEANFILES = \ +DISTCLEANFILES = \ + Makefile \ Makefile.in -distclean: clean - -rm -f Makefile - diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libfole-20240119/tests/Makefile.in new/libfole-20240416/tests/Makefile.in --- old/libfole-20240119/tests/Makefile.in 2024-01-19 05:12:39.000000000 +0100 +++ new/libfole-20240416/tests/Makefile.in 2024-04-16 05:39:41.000000000 +0200 @@ -565,8 +565,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@ \ @LIBFOLE_DLL_IMPORT@ @@ -611,7 +611,8 @@ fole_test_value_type_LDADD = \ ../libfole/libfole.la -MAINTAINERCLEANFILES = \ +DISTCLEANFILES = \ + Makefile \ Makefile.in all: all-am @@ -997,16 +998,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)/fole_test_error.Po + -rm -f ./$(DEPDIR)/fole_test_memory.Po + -rm -f ./$(DEPDIR)/fole_test_support.Po + -rm -f ./$(DEPDIR)/fole_test_value_type.Po + -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -1101,9 +1108,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/libfole-20240119/tests/test_library.sh new/libfole-20240416/tests/test_library.sh --- old/libfole-20240119/tests/test_library.sh 2024-01-19 05:11:30.000000000 +0100 +++ new/libfole-20240416/tests/test_library.sh 2024-04-16 05:30:42.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/libfole-20240119/tests/test_manpage.sh new/libfole-20240416/tests/test_manpage.sh --- old/libfole-20240119/tests/test_manpage.sh 2024-01-19 05:10:34.000000000 +0100 +++ new/libfole-20240416/tests/test_manpage.sh 2024-04-16 05:24:10.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
