Script 'mail_helper' called by obssrc
Hello community,

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

Package is "libcdata"

Mon Apr 15 20:17:13 2024 rev:20 rq:1167634 version:20240414

Changes:
--------
--- /work/SRC/openSUSE:Factory/libcdata/libcdata.changes        2024-01-03 
14:53:25.440608903 +0100
+++ /work/SRC/openSUSE:Factory/.libcdata.new.26366/libcdata.changes     
2024-04-15 20:23:31.475812086 +0200
@@ -1,0 +2,6 @@
+Sun Apr 14 08:19:40 UTC 2024 - Jan Engelhardt <[email protected]>
+
+- Update to release 20240414
+  * No changelog was provided
+
+-------------------------------------------------------------------

Old:
----
  libcdata-alpha-20240103.tar.gz
  libcdata-alpha-20240103.tar.gz.asc

New:
----
  libcdata-alpha-20240414.tar.gz
  libcdata-alpha-20240414.tar.gz.asc

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

Other differences:
------------------
++++++ libcdata.spec ++++++
--- /var/tmp/diff_new_pack.P0vd19/_old  2024-04-15 20:23:32.971867166 +0200
+++ /var/tmp/diff_new_pack.P0vd19/_new  2024-04-15 20:23:32.971867166 +0200
@@ -18,7 +18,7 @@
 
 Name:           libcdata
 %define lname  libcdata1
-Version:        20240103
+Version:        20240414
 Release:        0
 Summary:        Library for C generic data functions
 License:        LGPL-3.0-or-later
@@ -29,8 +29,8 @@
 Source3:        %name.keyring
 BuildRequires:  c_compiler
 BuildRequires:  pkg-config
-BuildRequires:  pkgconfig(libcerror) >= 20240101
-BuildRequires:  pkgconfig(libcthreads) >= 20240102
+BuildRequires:  pkgconfig(libcerror) >= 20240413
+BuildRequires:  pkgconfig(libcthreads) >= 20240413
 # Various notes: https://en.opensuse.org/libyal
 
 %description
@@ -76,8 +76,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*

++++++ libcdata-alpha-20240103.tar.gz -> libcdata-alpha-20240414.tar.gz ++++++
++++ 1836 lines of diff (skipped)
++++    retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libcdata-20240103/Makefile.am new/libcdata-20240414/Makefile.am
--- old/libcdata-20240103/Makefile.am   2023-12-03 09:58:14.000000000 +0100
+++ new/libcdata-20240414/Makefile.am   2024-04-14 05:56:44.000000000 +0200
@@ -39,8 +39,15 @@
        $(PKGCONFIG_FILES) \
        $(SPEC_FILES)
 
-MAINTAINERCLEANFILES = \
-       Makefile.in
+DISTCLEANFILES = \
+       config.status \
+       config.cache \
+       config.log \
+       libcdata.pc \
+       libcdata.spec \
+       Makefile \
+       Makefile.in \
+       po/Makevars
 
 pkgconfigdir = $(libdir)/pkgconfig
 
@@ -59,15 +66,3 @@
        cd $(srcdir)/libcdata && $(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 libcdata.pc
-       -rm -f libcdata.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' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libcdata-20240103/common/Makefile.am 
new/libcdata-20240414/common/Makefile.am
--- old/libcdata-20240103/common/Makefile.am    2024-01-03 04:59:11.000000000 
+0100
+++ new/libcdata-20240414/common/Makefile.am    2024-04-14 05:55:38.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' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libcdata-20240103/common/config.h new/libcdata-20240414/common/config.h
--- old/libcdata-20240103/common/config.h       2024-01-03 05:00:53.000000000 
+0100
+++ new/libcdata-20240414/common/config.h       2024-04-14 06:02:25.000000000 
+0200
@@ -302,7 +302,7 @@
 #define PACKAGE_NAME "libcdata"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "libcdata 20240103"
+#define PACKAGE_STRING "libcdata 20240414"
 
 /* Define to the one symbol short name of this package. */
 #define PACKAGE_TARNAME "libcdata"
@@ -311,7 +311,7 @@
 #define PACKAGE_URL ""
 
 /* Define to the version of this package. */
-#define PACKAGE_VERSION "20240103"
+#define PACKAGE_VERSION "20240414"
 
 /* The size of `int', as computed by sizeof. */
 #define SIZEOF_INT 4
@@ -337,7 +337,7 @@
 /* #undef STRERROR_R_CHAR_P */
 
 /* Version number of package */
-#define VERSION "20240103"
+#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' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libcdata-20240103/configure.ac new/libcdata-20240414/configure.ac
--- old/libcdata-20240103/configure.ac  2024-01-03 04:59:11.000000000 +0100
+++ new/libcdata-20240414/configure.ac  2024-04-14 05:54:47.000000000 +0200
@@ -2,7 +2,7 @@
 
 AC_INIT(
  [libcdata],
- [20240103],
+ [20240414],
  [[email protected]])
 
 AC_CONFIG_SRCDIR(
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libcdata-20240103/dpkg/changelog new/libcdata-20240414/dpkg/changelog
--- old/libcdata-20240103/dpkg/changelog        2024-01-03 05:01:26.000000000 
+0100
+++ new/libcdata-20240414/dpkg/changelog        2024-04-14 06:03:25.000000000 
+0200
@@ -1,5 +1,5 @@
-libcdata (20240103-1) unstable; urgency=low
+libcdata (20240414-1) unstable; urgency=low
 
   * Auto-generated
 
- -- Joachim Metz <[email protected]>  Wed, 03 Jan 2024 05:01:25 +0100
+ -- Joachim Metz <[email protected]>  Sun, 14 Apr 2024 06:03:23 +0200
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libcdata-20240103/include/Makefile.am 
new/libcdata-20240414/include/Makefile.am
--- old/libcdata-20240103/include/Makefile.am   2024-01-03 04:59:11.000000000 
+0100
+++ new/libcdata-20240414/include/Makefile.am   2024-04-14 05:55:38.000000000 
+0200
@@ -14,13 +14,11 @@
        libcdata/features.h.in \
        libcdata/types.h.in
 
-MAINTAINERCLEANFILES = \
+DISTCLEANFILES = \
+       libcdata.h \
+       libcdata/definitions.h \
+       libcdata/features.h \
+       libcdata/types.h \
+       Makefile \
        Makefile.in
 
-distclean: clean
-       -rm -f libcdata.h
-       -rm -f libcdata/definitions.h
-       -rm -f libcdata/features.h
-       -rm -f libcdata/types.h
-       -rm -f Makefile
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libcdata-20240103/include/libcdata/definitions.h 
new/libcdata-20240414/include/libcdata/definitions.h
--- old/libcdata-20240103/include/libcdata/definitions.h        2024-01-03 
05:01:26.000000000 +0100
+++ new/libcdata-20240414/include/libcdata/definitions.h        2024-04-14 
06:03:24.000000000 +0200
@@ -24,11 +24,11 @@
 
 #include <libcdata/types.h>
 
-#define LIBCDATA_VERSION                       20240103
+#define LIBCDATA_VERSION                       20240414
 
 /* The libcdata version string
  */
-#define LIBCDATA_VERSION_STRING                        "20240103"
+#define LIBCDATA_VERSION_STRING                        "20240414"
 
 /* The comparison definitions
  */
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libcdata-20240103/libcdata/Makefile.am 
new/libcdata-20240414/libcdata/Makefile.am
--- old/libcdata-20240103/libcdata/Makefile.am  2023-12-03 09:58:30.000000000 
+0100
+++ new/libcdata-20240414/libcdata/Makefile.am  2024-04-14 05:57: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_CPPFLAGS@ \
        @LIBCTHREADS_CPPFLAGS@ \
        @PTHREAD_CPPFLAGS@ \
@@ -40,14 +40,12 @@
        libcdata.rc \
        libcdata.rc.in
 
-MAINTAINERCLEANFILES = \
+DISTCLEANFILES = \
+       libcdata_definitions.h \
+       libcdata.rc \
+       Makefile \
        Makefile.in
 
-distclean: clean
-       -rm -f libcdata_definitions.h
-       -rm -f libcdata.rc
-       -rm -f Makefile
-
 sources-local: $(BUILT_SOURCES)
 
 splint-local:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libcdata-20240103/libcdata/libcdata.rc 
new/libcdata-20240414/libcdata/libcdata.rc
--- old/libcdata-20240103/libcdata/libcdata.rc  2024-01-03 05:01:26.000000000 
+0100
+++ new/libcdata-20240414/libcdata/libcdata.rc  2024-04-14 06:03:25.000000000 
+0200
@@ -22,12 +22,12 @@
     BLOCK "040904E4"
     BEGIN
       VALUE "FileDescription",         "Library to support cross-platform C 
generic data functions\0"
-      VALUE "FileVersion",             "20240103" "\0"
+      VALUE "FileVersion",             "20240414" "\0"
       VALUE "InternalName",            "libcdata.dll\0"
       VALUE "LegalCopyright",          "(C) 2006-2024, Joachim Metz 
<[email protected]>\0"
       VALUE "OriginalFilename",                "libcdata.dll\0"
       VALUE "ProductName",             "libcdata\0"
-      VALUE "ProductVersion",          "20240103" "\0"
+      VALUE "ProductVersion",          "20240414" "\0"
       VALUE "Comments",                        "For more information visit 
https://github.com/libyal/libcdata/\0";
     END
   END
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libcdata-20240103/libcdata/libcdata_definitions.h 
new/libcdata-20240414/libcdata/libcdata_definitions.h
--- old/libcdata-20240103/libcdata/libcdata_definitions.h       2024-01-03 
05:01:26.000000000 +0100
+++ new/libcdata-20240414/libcdata/libcdata_definitions.h       2024-04-14 
06:03:25.000000000 +0200
@@ -35,11 +35,11 @@
  */
 #else
 
-#define LIBCDATA_VERSION                               20240103
+#define LIBCDATA_VERSION                               20240414
 
 /* The libcdata version string
  */
-#define LIBCDATA_VERSION_STRING                                "20240103"
+#define LIBCDATA_VERSION_STRING                                "20240414"
 
 /* The comparison function definitions
  */
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libcdata-20240103/libcdata.spec new/libcdata-20240414/libcdata.spec
--- old/libcdata-20240103/libcdata.spec 2024-01-03 05:01:26.000000000 +0100
+++ new/libcdata-20240414/libcdata.spec 2024-04-14 06:03:25.000000000 +0200
@@ -1,5 +1,5 @@
 Name: libcdata
-Version: 20240103
+Version: 20240414
 Release: 1
 Summary: Library to support cross-platform C generic data functions
 Group: System Environment/Libraries
@@ -65,6 +65,6 @@
 %{_mandir}/man3/*
 
 %changelog
-* Wed Jan  3 2024 Joachim Metz <[email protected]> 20240103-1
+* Sun Apr 14 2024 Joachim Metz <[email protected]> 20240414-1
 - Auto-generated
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libcdata-20240103/libcerror/Makefile.am 
new/libcdata-20240414/libcerror/Makefile.am
--- old/libcdata-20240103/libcerror/Makefile.am 2024-01-03 05:01:12.000000000 
+0100
+++ new/libcdata-20240414/libcerror/Makefile.am 2024-04-14 06:03:03.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' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libcdata-20240103/libcerror/libcerror_definitions.h 
new/libcdata-20240414/libcerror/libcerror_definitions.h
--- old/libcdata-20240103/libcerror/libcerror_definitions.h     2024-01-03 
05:01:12.000000000 +0100
+++ new/libcdata-20240414/libcerror/libcerror_definitions.h     2024-04-14 
06:03:03.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' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libcdata-20240103/libcthreads/Makefile.am 
new/libcdata-20240414/libcthreads/Makefile.am
--- old/libcdata-20240103/libcthreads/Makefile.am       2024-01-03 
05:01:13.000000000 +0100
+++ new/libcdata-20240414/libcthreads/Makefile.am       2024-04-14 
06:03:04.000000000 +0200
@@ -1,7 +1,7 @@
 if HAVE_LOCAL_LIBCTHREADS
 AM_CPPFLAGS = \
-       -I$(top_srcdir)/include \
-       -I$(top_srcdir)/common \
+       -I../include -I$(top_srcdir)/include \
+       -I../common -I$(top_srcdir)/common \
        @LIBCERROR_CPPFLAGS@ \
        @PTHREAD_CPPFLAGS@ 
 
@@ -26,12 +26,11 @@
        libcthreads_unused.h
 endif
 
-MAINTAINERCLEANFILES = \
+DISTCLEANFILES = \
+       libcthreads_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' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libcdata-20240103/libcthreads/libcthreads_definitions.h 
new/libcdata-20240414/libcthreads/libcthreads_definitions.h
--- old/libcdata-20240103/libcthreads/libcthreads_definitions.h 2024-01-03 
05:01:13.000000000 +0100
+++ new/libcdata-20240414/libcthreads/libcthreads_definitions.h 2024-04-14 
06:03:04.000000000 +0200
@@ -35,11 +35,11 @@
  */
 #else
 
-#define LIBCTHREADS_VERSION                            20240102
+#define LIBCTHREADS_VERSION                            20240413
 
 /* The libcthreads version string
  */
-#define LIBCTHREADS_VERSION_STRING                     "20240102"
+#define LIBCTHREADS_VERSION_STRING                     "20240413"
 
 /* The comparison function definitions
  */
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libcdata-20240103/m4/common.m4 new/libcdata-20240414/m4/common.m4
--- old/libcdata-20240103/m4/common.m4  2023-12-03 09:58:29.000000000 +0100
+++ new/libcdata-20240414/m4/common.m4  2024-03-20 05:17:40.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' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libcdata-20240103/m4/libcerror.m4 new/libcdata-20240414/m4/libcerror.m4
--- old/libcdata-20240103/m4/libcerror.m4       2023-12-03 09:58:29.000000000 
+0100
+++ new/libcdata-20240414/m4/libcerror.m4       2024-04-14 05:54:49.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' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libcdata-20240103/m4/libcthreads.m4 new/libcdata-20240414/m4/libcthreads.m4
--- old/libcdata-20240103/m4/libcthreads.m4     2023-12-03 09:58:29.000000000 
+0100
+++ new/libcdata-20240414/m4/libcthreads.m4     2024-04-14 05:54:49.000000000 
+0200
@@ -1,6 +1,6 @@
 dnl Checks for libcthreads required headers and functions
 dnl
-dnl Version: 20190308
+dnl Version: 20240413
 
 dnl Function to detect if libcthreads is available
 dnl ac_libcthreads_dummy is used to prevent AC_CHECK_LIB adding unnecessary 
-l<library> arguments
@@ -10,8 +10,10 @@
     [ac_cv_libcthreads=no],
     [ac_cv_libcthreads=check
     dnl Check if the directory provided as parameter exists
+    dnl For both --with-libcthreads which returns "yes" and 
--with-libcthreads= which returns ""
+    dnl treat them as auto-detection.
     AS_IF(
-      [test "x$ac_cv_with_libcthreads" != x && test "x$ac_cv_with_libcthreads" 
!= xauto-detect],
+      [test "x$ac_cv_with_libcthreads" != x && test "x$ac_cv_with_libcthreads" 
!= xauto-detect && test "x$ac_cv_with_libcthreads" != xyes],
       [AS_IF(
         [test -d "$ac_cv_with_libcthreads"],
         [CFLAGS="$CFLAGS -I${ac_cv_with_libcthreads}/include"
@@ -248,7 +250,7 @@
       ])
 
     AS_IF(
-      [test "x$ac_cv_with_libcthreads" != x && test "x$ac_cv_with_libcthreads" 
!= xauto-detect && test "x$ac_cv_libcthreads" != xyes],
+      [test "x$ac_cv_libcthreads" != xyes && test "x$ac_cv_with_libcthreads" 
!= x && test "x$ac_cv_with_libcthreads" != xauto-detect && test 
"x$ac_cv_with_libcthreads" != xyes],
       [AC_MSG_FAILURE(
         [unable to find supported libcthreads in directory: 
$ac_cv_with_libcthreads],
         [1])
@@ -290,7 +292,7 @@
 
   AS_IF(
     [test "x$ac_cv_libcthreads_multi_threading" != xno],
-    [ac_cv_libcthreads_CPPFLAGS="-I../libcthreads";
+    [ac_cv_libcthreads_CPPFLAGS="-I../libcthreads 
-I\$(top_srcdir)/libcthreads";
     ac_cv_libcthreads_LIBADD="../libcthreads/libcthreads.la";
 
     ac_cv_libcthreads=local],
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libcdata-20240103/m4/pthread.m4 new/libcdata-20240414/m4/pthread.m4
--- old/libcdata-20240103/m4/pthread.m4 2023-12-03 09:58:29.000000000 +0100
+++ new/libcdata-20240414/m4/pthread.m4 2024-03-20 05:17:40.000000000 +0100
@@ -1,183 +1,196 @@
 dnl Functions for pthread
 dnl
-dnl Version: 20130509
+dnl Version: 20240308
 
 dnl Function to detect if pthread is available
 AC_DEFUN([AX_PTHREAD_CHECK_LIB],
- [dnl Check if parameters were provided
- AS_IF(
-  [test "x$ac_cv_with_pthread" != x && test "x$ac_cv_with_pthread" != xno && 
test "x$ac_cv_with_pthread" != xauto-detect],
   [AS_IF(
-   [test -d "$ac_cv_with_pthread"],
-   [CFLAGS="$CFLAGS -I${ac_cv_with_pthread}/include"
-   LDFLAGS="$LDFLAGS -L${ac_cv_with_pthread}/lib"],
-   [AC_MSG_WARN([no such directory: $ac_cv_with_pthread])
-   ])
-  ])
-
- AS_IF(
-  [test "x$ac_cv_with_pthread" = xno],
-  [ac_cv_pthread=no],
-  [dnl Check for headers
-  AC_CHECK_HEADERS([pthread.h])
+    [test "x$ac_cv_enable_shared_libs" = xno || test "x$ac_cv_with_pthread" = 
xno],
+    [ac_cv_pthread=no],
+    [ac_cv_pthread=check
+    dnl Check if parameters were provided
+    dnl For both --with-pthread which returns "yes" and --with-pthread= which 
returns ""
+    dnl treat them as auto-detection.
+    AS_IF(
+      [test "x$ac_cv_with_pthread" != x && test "x$ac_cv_with_pthread" != 
xauto-detect && test "x$ac_cv_with_pthread" != xyes],
+      [AS_IF(
+        [test -d "$ac_cv_with_pthread"],
+        [CFLAGS="$CFLAGS -I${ac_cv_with_pthread}/include"
+        LDFLAGS="$LDFLAGS -L${ac_cv_with_pthread}/lib"],
+        [AC_MSG_WARN([no such directory: $ac_cv_with_pthread])
+        ])
+      ])
+    ])
+
+    AS_IF(
+      [test "x$ac_cv_pthread" = xcheck],
+      [dnl Check for headers
+      AC_CHECK_HEADERS([pthread.h])
+
+      AS_IF(
+        [test "x$ac_cv_header_pthread_h" = xno],
+        [ac_cv_pthread=no],
+        [dnl Check for the individual functions
+        ac_cv_pthread=pthread
+
+        dnl Thread functions
+        AC_CHECK_LIB(
+          pthread,
+          pthread_create,
+          [ac_pthread_dummy=yes],
+          [ac_cv_pthread=no])
+        AC_CHECK_LIB(
+          pthread,
+          pthread_exit,
+          [ac_pthread_dummy=yes],
+          [ac_cv_pthread=no])
+        AC_CHECK_LIB(
+          pthread,
+          pthread_join,
+          [ac_pthread_dummy=yes],
+          [ac_cv_pthread=no])
+
+        dnl Condition functions
+        AC_CHECK_LIB(
+          pthread,
+          pthread_cond_init,
+          [ac_pthread_dummy=yes],
+          [ac_cv_pthread=no])
+        AC_CHECK_LIB(
+          pthread,
+          pthread_cond_destroy,
+          [ac_pthread_dummy=yes],
+          [ac_cv_pthread=no])
+        AC_CHECK_LIB(
+          pthread,
+          pthread_cond_broadcast,
+          [ac_pthread_dummy=yes],
+          [ac_cv_pthread=no])
+        AC_CHECK_LIB(
+          pthread,
+          pthread_cond_signal,
+          [ac_pthread_dummy=yes],
+          [ac_cv_pthread=no])
+        AC_CHECK_LIB(
+          pthread,
+          pthread_cond_wait,
+          [ac_pthread_dummy=yes],
+          [ac_cv_pthread=no])
+
+        dnl Mutex functions
+        AC_CHECK_LIB(
+          pthread,
+          pthread_mutex_init,
+          [ac_pthread_dummy=yes],
+          [ac_cv_pthread=no])
+        AC_CHECK_LIB(
+          pthread,
+          pthread_mutex_destroy,
+          [ac_pthread_dummy=yes],
+          [ac_cv_pthread=no])
+        AC_CHECK_LIB(
+          pthread,
+          pthread_mutex_lock,
+          [ac_pthread_dummy=yes],
+          [ac_cv_pthread=no])
+        AC_CHECK_LIB(
+          pthread,
+          pthread_mutex_trylock,
+          [ac_pthread_dummy=yes],
+          [ac_cv_pthread=no])
+        AC_CHECK_LIB(
+          pthread,
+          pthread_mutex_unlock,
+          [ac_pthread_dummy=yes],
+          [ac_cv_pthread=no])
+
+        dnl Read/Write lock functions
+        AC_CHECK_LIB(
+          pthread,
+          pthread_rwlock_init,
+          [ac_pthread_dummy=yes],
+          [ac_cv_pthread=no])
+        AC_CHECK_LIB(
+          pthread,
+          pthread_rwlock_destroy,
+          [ac_pthread_dummy=yes],
+          [ac_cv_pthread=no])
+        AC_CHECK_LIB(
+          pthread,
+          pthread_rwlock_rdlock,
+          [ac_pthread_dummy=yes],
+          [ac_cv_pthread=no])
+        AC_CHECK_LIB(
+          pthread,
+          pthread_rwlock_wrlock,
+          [ac_pthread_dummy=yes],
+          [ac_cv_pthread=no])
+        AC_CHECK_LIB(
+          pthread,
+          pthread_rwlock_unlock,
+          [ac_pthread_dummy=yes],
+          [ac_cv_pthread=no])
+
+        ac_cv_pthread_LIBADD="-lpthread";
+      ])
+
+    AS_IF(
+      [test "x$ac_cv_with_pthread" != x && test "x$ac_cv_with_pthread" != 
xauto-detect && test "x$ac_cv_with_pthread" != xyes],
+      [AC_MSG_FAILURE(
+        [unable to find supported pthread in directory: $ac_cv_with_pthread],
+        [1])
+      ])
+    ])
 
   AS_IF(
-   [test "x$ac_cv_header_pthread_h" = xno],
-   [ac_cv_pthread=no],
-   [dnl Check for the individual functions
-   ac_cv_pthread=pthread
-
-   dnl Thread functions
-   AC_CHECK_LIB(
-    pthread,
-    pthread_create,
-    [ac_pthread_dummy=yes],
-    [ac_cv_pthread=no])
-   AC_CHECK_LIB(
-    pthread,
-    pthread_exit,
-    [ac_pthread_dummy=yes],
-    [ac_cv_pthread=no])
-   AC_CHECK_LIB(
-    pthread,
-    pthread_join,
-    [ac_pthread_dummy=yes],
-    [ac_cv_pthread=no])
-
-   dnl Condition functions
-   AC_CHECK_LIB(
-    pthread,
-    pthread_cond_init,
-    [ac_pthread_dummy=yes],
-    [ac_cv_pthread=no])
-   AC_CHECK_LIB(
-    pthread,
-    pthread_cond_destroy,
-    [ac_pthread_dummy=yes],
-    [ac_cv_pthread=no])
-   AC_CHECK_LIB(
-    pthread,
-    pthread_cond_broadcast,
-    [ac_pthread_dummy=yes],
-    [ac_cv_pthread=no])
-   AC_CHECK_LIB(
-    pthread,
-    pthread_cond_signal,
-    [ac_pthread_dummy=yes],
-    [ac_cv_pthread=no])
-   AC_CHECK_LIB(
-    pthread,
-    pthread_cond_wait,
-    [ac_pthread_dummy=yes],
-    [ac_cv_pthread=no])
-
-   dnl Mutex functions
-   AC_CHECK_LIB(
-    pthread,
-    pthread_mutex_init,
-    [ac_pthread_dummy=yes],
-    [ac_cv_pthread=no])
-   AC_CHECK_LIB(
-    pthread,
-    pthread_mutex_destroy,
-    [ac_pthread_dummy=yes],
-    [ac_cv_pthread=no])
-   AC_CHECK_LIB(
-    pthread,
-    pthread_mutex_lock,
-    [ac_pthread_dummy=yes],
-    [ac_cv_pthread=no])
-   AC_CHECK_LIB(
-    pthread,
-    pthread_mutex_trylock,
-    [ac_pthread_dummy=yes],
-    [ac_cv_pthread=no])
-   AC_CHECK_LIB(
-    pthread,
-    pthread_mutex_unlock,
-    [ac_pthread_dummy=yes],
-    [ac_cv_pthread=no])
-
-   dnl Read/Write lock functions
-   AC_CHECK_LIB(
-    pthread,
-    pthread_rwlock_init,
-    [ac_pthread_dummy=yes],
-    [ac_cv_pthread=no])
-   AC_CHECK_LIB(
-    pthread,
-    pthread_rwlock_destroy,
-    [ac_pthread_dummy=yes],
-    [ac_cv_pthread=no])
-   AC_CHECK_LIB(
-    pthread,
-    pthread_rwlock_rdlock,
-    [ac_pthread_dummy=yes],
-    [ac_cv_pthread=no])
-   AC_CHECK_LIB(
-    pthread,
-    pthread_rwlock_wrlock,
-    [ac_pthread_dummy=yes],
-    [ac_cv_pthread=no])
-   AC_CHECK_LIB(
-    pthread,
-    pthread_rwlock_unlock,
-    [ac_pthread_dummy=yes],
-    [ac_cv_pthread=no])
-
-   ac_cv_pthread_LIBADD="-lpthread";
-   ])
-  ])
+    [test "x$ac_cv_pthread" = xpthread],
+    [AC_DEFINE(
+      [HAVE_PTHREAD],
+      [1],
+      [Define to 1 if you have the 'pthread' library (-lpthread).])
+    ])
 
- AS_IF(
-  [test "x$ac_cv_pthread" = xpthread],
-  [AC_DEFINE(
-   [HAVE_PTHREAD],
-   [1],
-   [Define to 1 if you have the 'pthread' library (-lpthread).])
-  ])
-
- AS_IF(
-  [test "x$ac_cv_pthread" != xno],
-  [AC_SUBST(
-   [HAVE_PTHREAD],
-   [1]) ],
-  [AC_SUBST(
-   [HAVE_PTHREAD],
-   [0])
+  AS_IF(
+    [test "x$ac_cv_pthread" != xno],
+    [AC_SUBST(
+      [HAVE_PTHREAD],
+      [1]) ],
+    [AC_SUBST(
+      [HAVE_PTHREAD],
+      [0])
+    ])
   ])
- ])
 
 dnl Function to detect how to enable pthread
 AC_DEFUN([AX_PTHREAD_CHECK_ENABLE],
- [AX_COMMON_ARG_WITH(
-  [pthread],
-  [pthread],
-  [search for pthread in includedir and libdir or in the specified DIR, or no 
if not to use pthread],
-  [auto-detect],
-  [DIR])
-
- dnl Check for a shared library version
- AX_PTHREAD_CHECK_LIB
-
- AS_IF(
-  [test "x$ac_cv_pthread_CPPFLAGS" != "x"],
-  [AC_SUBST(
-   [PTHREAD_CPPFLAGS],
-   [$ac_cv_pthread_CPPFLAGS])
-  ])
- AS_IF(
-  [test "x$ac_cv_pthread_LIBADD" != "x"],
-  [AC_SUBST(
-   [PTHREAD_LIBADD],
-   [$ac_cv_pthread_LIBADD])
-  ])
+  [AX_COMMON_ARG_WITH(
+    [pthread],
+    [pthread],
+    [search for pthread in includedir and libdir or in the specified DIR, or 
no if not to use pthread],
+    [auto-detect],
+    [DIR])
 
- AS_IF(
-  [test "x$ac_cv_pthread" = xpthread],
-  [AC_SUBST(
-   [ax_pthread_pc_libs_private],
-   [-lpthread])
+  dnl Check for a shared library version
+  AX_PTHREAD_CHECK_LIB
+
+  AS_IF(
+    [test "x$ac_cv_pthread_CPPFLAGS" != "x"],
+    [AC_SUBST(
+      [PTHREAD_CPPFLAGS],
+      [$ac_cv_pthread_CPPFLAGS])
+    ])
+  AS_IF(
+    [test "x$ac_cv_pthread_LIBADD" != "x"],
+    [AC_SUBST(
+      [PTHREAD_LIBADD],
+      [$ac_cv_pthread_LIBADD])
+    ])
+
+  AS_IF(
+    [test "x$ac_cv_pthread" = xpthread],
+    [AC_SUBST(
+      [ax_pthread_pc_libs_private],
+      [-lpthread])
+    ])
   ])
- ])
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libcdata-20240103/manuals/Makefile.am 
new/libcdata-20240414/manuals/Makefile.am
--- old/libcdata-20240103/manuals/Makefile.am   2023-12-03 09:58:29.000000000 
+0100
+++ new/libcdata-20240414/manuals/Makefile.am   2024-04-14 05:57:28.000000000 
+0200
@@ -4,9 +4,7 @@
 EXTRA_DIST = \
        libcdata.3
 
-MAINTAINERCLEANFILES = \
+DISTCLEANFILES = \
+       Makefile \
        Makefile.in
 
-distclean: clean
-       -rm -f Makefile
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libcdata-20240103/msvscpp/Makefile.am 
new/libcdata-20240414/msvscpp/Makefile.am
--- old/libcdata-20240103/msvscpp/Makefile.am   2024-01-03 04:59:15.000000000 
+0100
+++ new/libcdata-20240414/msvscpp/Makefile.am   2024-04-14 05:56:55.000000000 
+0200
@@ -18,9 +18,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' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libcdata-20240103/tests/Makefile.am new/libcdata-20240414/tests/Makefile.am
--- old/libcdata-20240103/tests/Makefile.am     2024-01-03 04:59:49.000000000 
+0100
+++ new/libcdata-20240414/tests/Makefile.am     2024-04-14 05:57:41.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@ \
        @LIBCTHREADS_CPPFLAGS@ \
        @PTHREAD_CPPFLAGS@ \
@@ -160,9 +160,7 @@
        ../libcdata/libcdata.la \
        @LIBCERROR_LIBADD@
 
-MAINTAINERCLEANFILES = \
+DISTCLEANFILES = \
+       Makefile \
        Makefile.in
 
-distclean: clean
-       -rm -f Makefile
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libcdata-20240103/tests/test_library.sh 
new/libcdata-20240414/tests/test_library.sh
--- old/libcdata-20240103/tests/test_library.sh 2024-01-03 04:59:49.000000000 
+0100
+++ new/libcdata-20240414/tests/test_library.sh 2024-04-14 05:59:20.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' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libcdata-20240103/tests/test_manpage.sh 
new/libcdata-20240414/tests/test_manpage.sh
--- old/libcdata-20240103/tests/test_manpage.sh 2024-01-03 04:59:12.000000000 
+0100
+++ new/libcdata-20240414/tests/test_manpage.sh 2024-04-14 05:54:49.000000000 
+0200
@@ -1,7 +1,7 @@
 #!/usr/bin/env bash
 # Tests man pages.
 #
-# Version: 20230410
+# Version: 20240413
 
 EXIT_SUCCESS=0;
 EXIT_FAILURE=1;
@@ -45,12 +45,9 @@
        exit ${EXIT_IGNORE};
 fi
 
-TEST_RUNNER="tests/test_runner.sh";
+TEST_DIRECTORY=`dirname $0`;
 
-if ! test -f "${TEST_RUNNER}";
-then
-       TEST_RUNNER="./test_runner.sh";
-fi
+TEST_RUNNER="${TEST_DIRECTORY}/test_runner.sh";
 
 if ! test -f "${TEST_RUNNER}";
 then

Reply via email to