Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libbfoverlay for openSUSE:Factory 
checked in at 2024-05-06 17:54:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libbfoverlay (Old)
 and      /work/SRC/openSUSE:Factory/.libbfoverlay.new.1880 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libbfoverlay"

Mon May  6 17:54:26 2024 rev:5 rq:1172034 version:20240505

Changes:
--------
--- /work/SRC/openSUSE:Factory/libbfoverlay/libbfoverlay.changes        
2024-03-14 17:47:01.953770295 +0100
+++ /work/SRC/openSUSE:Factory/.libbfoverlay.new.1880/libbfoverlay.changes      
2024-05-06 17:55:50.352736760 +0200
@@ -1,0 +2,6 @@
+Sun May  5 21:59:01 UTC 2024 - Jan Engelhardt <jeng...@inai.de>
+
+- Update to release 20240505
+  * No user-visible changes
+
+-------------------------------------------------------------------

Old:
----
  libbfoverlay-experimental-20240314.tar.gz
  libbfoverlay-experimental-20240314.tar.gz.asc

New:
----
  libbfoverlay-experimental-20240505.tar.gz
  libbfoverlay-experimental-20240505.tar.gz.asc

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

Other differences:
------------------
++++++ libbfoverlay.spec ++++++
--- /var/tmp/diff_new_pack.EwCLov/_old  2024-05-06 17:55:50.980759621 +0200
+++ /var/tmp/diff_new_pack.EwCLov/_new  2024-05-06 17:55:50.984759767 +0200
@@ -18,7 +18,7 @@
 
 Name:           libbfoverlay
 %define lname  libbfoverlay1
-Version:        20240314
+Version:        20240505
 Release:        0
 Summary:        Library for file overlay support in bfio
 License:        LGPL-3.0-or-later
@@ -32,17 +32,17 @@
 BuildRequires:  libtool
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(fuse)
-BuildRequires:  pkgconfig(libbfio) >= 20240313
-BuildRequires:  pkgconfig(libcdata) >= 20240103
-BuildRequires:  pkgconfig(libcerror) >= 20240101
-BuildRequires:  pkgconfig(libcfile) >= 20240106
-BuildRequires:  pkgconfig(libclocale) >= 20240107
-BuildRequires:  pkgconfig(libcnotify) >= 20240108
-BuildRequires:  pkgconfig(libcpath) >= 20240109
-BuildRequires:  pkgconfig(libcsplit) >= 20240110
-BuildRequires:  pkgconfig(libcthreads) >= 20240102
-BuildRequires:  pkgconfig(libfvalue) >= 20240124
-BuildRequires:  pkgconfig(libuna) >= 20240130
+BuildRequires:  pkgconfig(libbfio) >= 20240414
+BuildRequires:  pkgconfig(libcdata) >= 20240414
+BuildRequires:  pkgconfig(libcerror) >= 20240413
+BuildRequires:  pkgconfig(libcfile) >= 20240414
+BuildRequires:  pkgconfig(libclocale) >= 20240414
+BuildRequires:  pkgconfig(libcnotify) >= 20240414
+BuildRequires:  pkgconfig(libcpath) >= 20240414
+BuildRequires:  pkgconfig(libcsplit) >= 20240414
+BuildRequires:  pkgconfig(libcthreads) >= 20240413
+BuildRequires:  pkgconfig(libfvalue) >= 20240414
+BuildRequires:  pkgconfig(libuna) >= 20240414
 # Various notes: https://en.opensuse.org/libyal
 
 %description

++++++ libbfoverlay-experimental-20240314.tar.gz -> 
libbfoverlay-experimental-20240505.tar.gz ++++++
++++ 3492 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/libbfoverlay-20240314/Makefile.am new/libbfoverlay-20240505/Makefile.am
--- old/libbfoverlay-20240314/Makefile.am       2023-12-03 09:57:33.000000000 
+0100
+++ new/libbfoverlay-20240505/Makefile.am       2024-05-05 08:05:21.000000000 
+0200
@@ -50,8 +50,15 @@
        $(PKGCONFIG_FILES) \
        $(SPEC_FILES)
 
-MAINTAINERCLEANFILES = \
-       Makefile.in
+DISTCLEANFILES = \
+       config.status \
+       config.cache \
+       config.log \
+       libbfoverlay.pc \
+       libbfoverlay.spec \
+       Makefile \
+       Makefile.in \
+       po/Makevars
 
 pkgconfigdir = $(libdir)/pkgconfig
 
@@ -79,15 +86,3 @@
        (cd $(srcdir)/libbfoverlay && $(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 libbfoverlay.pc
-       -rm -f libbfoverlay.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/libbfoverlay-20240314/bfoverlaytools/Makefile.am 
new/libbfoverlay-20240505/bfoverlaytools/Makefile.am
--- old/libbfoverlay-20240314/bfoverlaytools/Makefile.am        2023-12-03 
09:57:51.000000000 +0100
+++ new/libbfoverlay-20240505/bfoverlaytools/Makefile.am        2024-05-05 
08:03: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@ \
        @LIBCDATA_CPPFLAGS@ \
        @LIBCLOCALE_CPPFLAGS@ \
@@ -49,12 +49,10 @@
        @LIBCERROR_LIBADD@ \
        @LIBINTL@
 
-MAINTAINERCLEANFILES = \
+DISTCLEANFILES = \
+       Makefile \
        Makefile.in
 
-distclean: clean
-       -rm -f Makefile
-
 splint-local:
        @echo "Running splint on bfoverlaymount ..."
        -splint -preproc -redef $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) 
$(AM_CPPFLAGS) $(bfoverlaymount_SOURCES)
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/libbfoverlay-20240314/common/Makefile.am 
new/libbfoverlay-20240505/common/Makefile.am
--- old/libbfoverlay-20240314/common/Makefile.am        2024-03-14 
05:27:00.000000000 +0100
+++ new/libbfoverlay-20240505/common/Makefile.am        2024-05-05 
08:03:29.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' --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/libbfoverlay-20240314/common/config.h 
new/libbfoverlay-20240505/common/config.h
--- old/libbfoverlay-20240314/common/config.h   2024-03-14 05:34:45.000000000 
+0100
+++ new/libbfoverlay-20240505/common/config.h   2024-05-05 08:55:05.000000000 
+0200
@@ -191,7 +191,10 @@
 #define HAVE_LIBDL 1
 
 /* Define to 1 if you have the 'fuse' library (-lfuse). */
-#define HAVE_LIBFUSE 1
+/* #undef HAVE_LIBFUSE */
+
+/* Define to 1 if you have the 'fuse3' library (-lfuse3). */
+#define HAVE_LIBFUSE3 1
 
 /* Define to 1 if you have the `fvalue' library (-lfvalue). */
 /* #undef HAVE_LIBFVALUE */
@@ -515,7 +518,7 @@
 #define PACKAGE_NAME "libbfoverlay"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "libbfoverlay 20240314"
+#define PACKAGE_STRING "libbfoverlay 20240505"
 
 /* Define to the one symbol short name of this package. */
 #define PACKAGE_TARNAME "libbfoverlay"
@@ -524,7 +527,7 @@
 #define PACKAGE_URL ""
 
 /* Define to the version of this package. */
-#define PACKAGE_VERSION "20240314"
+#define PACKAGE_VERSION "20240505"
 
 /* The size of `int', as computed by sizeof. */
 #define SIZEOF_INT 4
@@ -550,7 +553,7 @@
 /* #undef STRERROR_R_CHAR_P */
 
 /* Version number of package */
-#define VERSION "20240314"
+#define VERSION "20240505"
 
 /* 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/libbfoverlay-20240314/common/config.h.in 
new/libbfoverlay-20240505/common/config.h.in
--- old/libbfoverlay-20240314/common/config.h.in        2024-03-14 
05:34:33.000000000 +0100
+++ new/libbfoverlay-20240505/common/config.h.in        2024-05-05 
08:54:54.000000000 +0200
@@ -192,6 +192,9 @@
 /* Define to 1 if you have the 'fuse' library (-lfuse). */
 #undef HAVE_LIBFUSE
 
+/* Define to 1 if you have the 'fuse3' library (-lfuse3). */
+#undef HAVE_LIBFUSE3
+
 /* Define to 1 if you have the `fvalue' library (-lfvalue). */
 #undef HAVE_LIBFVALUE
 
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/libbfoverlay-20240314/configure.ac new/libbfoverlay-20240505/configure.ac
--- old/libbfoverlay-20240314/configure.ac      2024-03-14 05:27:00.000000000 
+0100
+++ new/libbfoverlay-20240505/configure.ac      2024-05-05 07:46:03.000000000 
+0200
@@ -2,7 +2,7 @@
 
 AC_INIT(
  [libbfoverlay],
- [20240314],
+ [20240505],
  [joachim.m...@gmail.com])
 
 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/libbfoverlay-20240314/dpkg/changelog 
new/libbfoverlay-20240505/dpkg/changelog
--- old/libbfoverlay-20240314/dpkg/changelog    2024-03-14 05:34:45.000000000 
+0100
+++ new/libbfoverlay-20240505/dpkg/changelog    2024-05-05 08:55:05.000000000 
+0200
@@ -1,5 +1,5 @@
-libbfoverlay (20240314-1) unstable; urgency=low
+libbfoverlay (20240505-1) unstable; urgency=low
 
   * Auto-generated
 
- -- Joachim Metz <joachim.m...@gmail.com>  Thu, 14 Mar 2024 05:34:43 +0100
+ -- Joachim Metz <joachim.m...@gmail.com>  Sun, 05 May 2024 08:55:04 +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/libbfoverlay-20240314/include/Makefile.am 
new/libbfoverlay-20240505/include/Makefile.am
--- old/libbfoverlay-20240314/include/Makefile.am       2024-03-14 
05:27:00.000000000 +0100
+++ new/libbfoverlay-20240505/include/Makefile.am       2024-05-05 
08:03:29.000000000 +0200
@@ -15,13 +15,11 @@
        libbfoverlay/features.h.in \
        libbfoverlay/types.h.in
 
-MAINTAINERCLEANFILES = \
+DISTCLEANFILES = \
+       libbfoverlay.h \
+       libbfoverlay/definitions.h \
+       libbfoverlay/features.h \
+       libbfoverlay/types.h \
+       Makefile \
        Makefile.in
 
-distclean: clean
-       -rm -f libbfoverlay.h
-       -rm -f libbfoverlay/definitions.h
-       -rm -f libbfoverlay/features.h
-       -rm -f libbfoverlay/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/libbfoverlay-20240314/include/libbfoverlay/definitions.h 
new/libbfoverlay-20240505/include/libbfoverlay/definitions.h
--- old/libbfoverlay-20240314/include/libbfoverlay/definitions.h        
2024-03-14 05:34:45.000000000 +0100
+++ new/libbfoverlay-20240505/include/libbfoverlay/definitions.h        
2024-05-05 08:55:05.000000000 +0200
@@ -24,11 +24,11 @@
 
 #include <libbfoverlay/types.h>
 
-#define LIBBFOVERLAY_VERSION           20240314
+#define LIBBFOVERLAY_VERSION           20240505
 
 /* The libbfoverlay version string
  */
-#define LIBBFOVERLAY_VERSION_STRING    "20240314"
+#define LIBBFOVERLAY_VERSION_STRING    "20240505"
 
 /* The access flags definitions
  * bit 1                               set to 1 for read access
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/libbfoverlay-20240314/libbfio/Makefile.am 
new/libbfoverlay-20240505/libbfio/Makefile.am
--- old/libbfoverlay-20240314/libbfio/Makefile.am       2024-03-14 
05:34:11.000000000 +0100
+++ new/libbfoverlay-20240505/libbfio/Makefile.am       2024-05-05 
08:53:53.000000000 +0200
@@ -1,7 +1,7 @@
 if HAVE_LOCAL_LIBBFIO
 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@ \
        @LIBCLOCALE_CPPFLAGS@ \
@@ -42,12 +42,10 @@
        libbfio_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' --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/libbfoverlay-20240314/libbfio/libbfio_definitions.h 
new/libbfoverlay-20240505/libbfio/libbfio_definitions.h
--- old/libbfoverlay-20240314/libbfio/libbfio_definitions.h     2024-03-14 
05:34:11.000000000 +0100
+++ new/libbfoverlay-20240505/libbfio/libbfio_definitions.h     2024-05-05 
08:53:53.000000000 +0200
@@ -33,11 +33,11 @@
  * for local use of libbfio
  */
 #else
-#define LIBBFIO_VERSION                                        20240313
+#define LIBBFIO_VERSION                                        20240414
 
 /* The libbfio version string
  */
-#define LIBBFIO_VERSION_STRING                         "20240313"
+#define LIBBFIO_VERSION_STRING                         "20240414"
 
 /* The library flags 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/libbfoverlay-20240314/libbfoverlay/Makefile.am 
new/libbfoverlay-20240505/libbfoverlay/Makefile.am
--- old/libbfoverlay-20240314/libbfoverlay/Makefile.am  2023-12-03 
09:57:50.000000000 +0100
+++ new/libbfoverlay-20240505/libbfoverlay/Makefile.am  2024-05-05 
08:04:34.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@ \
        @LIBCDATA_CPPFLAGS@ \
@@ -67,14 +67,12 @@
        libbfoverlay.rc \
        libbfoverlay.rc.in
 
-MAINTAINERCLEANFILES = \
+DISTCLEANFILES = \
+       libbfoverlay_definitions.h \
+       libbfoverlay.rc \
+       Makefile \
        Makefile.in
 
-distclean: clean
-       -rm -f libbfoverlay_definitions.h
-       -rm -f libbfoverlay.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/libbfoverlay-20240314/libbfoverlay/libbfoverlay.rc 
new/libbfoverlay-20240505/libbfoverlay/libbfoverlay.rc
--- old/libbfoverlay-20240314/libbfoverlay/libbfoverlay.rc      2024-03-14 
05:34:45.000000000 +0100
+++ new/libbfoverlay-20240505/libbfoverlay/libbfoverlay.rc      2024-05-05 
08:55:05.000000000 +0200
@@ -22,12 +22,12 @@
     BLOCK "040904E4"
     BEGIN
       VALUE "FileDescription",         "Library to provide basic file overlay 
support\0"
-      VALUE "FileVersion",             "20240314" "\0"
+      VALUE "FileVersion",             "20240505" "\0"
       VALUE "InternalName",            "libbfoverlay.dll\0"
       VALUE "LegalCopyright",          "(C) 2020-2024, Joachim Metz 
<joachim.m...@gmail.com>\0"
       VALUE "OriginalFilename",                "libbfoverlay.dll\0"
       VALUE "ProductName",             "libbfoverlay\0"
-      VALUE "ProductVersion",          "20240314" "\0"
+      VALUE "ProductVersion",          "20240505" "\0"
       VALUE "Comments",                        "For more information visit 
https://github.com/libyal/libbfoverlay/\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/libbfoverlay-20240314/libbfoverlay/libbfoverlay_definitions.h 
new/libbfoverlay-20240505/libbfoverlay/libbfoverlay_definitions.h
--- old/libbfoverlay-20240314/libbfoverlay/libbfoverlay_definitions.h   
2024-03-14 05:34:45.000000000 +0100
+++ new/libbfoverlay-20240505/libbfoverlay/libbfoverlay_definitions.h   
2024-05-05 08:55:05.000000000 +0200
@@ -37,11 +37,11 @@
  * for local use of libbfoverlay
  */
 #else
-#define LIBBFOVERLAY_VERSION                                   20240314
+#define LIBBFOVERLAY_VERSION                                   20240505
 
 /* The version string
  */
-#define LIBBFOVERLAY_VERSION_STRING                            "20240314"
+#define LIBBFOVERLAY_VERSION_STRING                            "20240505"
 
 /* The access flags definitions
  * bit 1                                                       set to 1 for 
read access
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/libbfoverlay-20240314/libbfoverlay.spec 
new/libbfoverlay-20240505/libbfoverlay.spec
--- old/libbfoverlay-20240314/libbfoverlay.spec 2024-03-14 05:34:45.000000000 
+0100
+++ new/libbfoverlay-20240505/libbfoverlay.spec 2024-05-05 08:55:05.000000000 
+0200
@@ -1,5 +1,5 @@
 Name: libbfoverlay
-Version: 20240314
+Version: 20240505
 Release: 1
 Summary: Library to provide basic file overlay support
 Group: System Environment/Libraries
@@ -31,8 +31,8 @@
 %package -n libbfoverlay-tools
 Summary: Several tools for basic file overlays
 Group: Applications/System
-Requires: libbfoverlay = %{version}-%{release} fuse-libs
-BuildRequires: fuse-devel
+Requires: libbfoverlay = %{version}-%{release} fuse3-libs
+BuildRequires: fuse3-devel
 
 %description -n libbfoverlay-tools
 Several tools for basic file overlays
@@ -80,6 +80,6 @@
 %{_mandir}/man1/*
 
 %changelog
-* Thu Mar 14 2024 Joachim Metz <joachim.m...@gmail.com> 20240314-1
+* Sun May  5 2024 Joachim Metz <joachim.m...@gmail.com> 20240505-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/libbfoverlay-20240314/libcdata/Makefile.am 
new/libbfoverlay-20240505/libcdata/Makefile.am
--- old/libbfoverlay-20240314/libcdata/Makefile.am      2024-03-14 
05:34:12.000000000 +0100
+++ new/libbfoverlay-20240505/libcdata/Makefile.am      2024-05-05 
08:53:57.000000000 +0200
@@ -1,7 +1,7 @@
 if HAVE_LOCAL_LIBCDATA
 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@ 
@@ -28,12 +28,10 @@
        libcdata_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' --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/libbfoverlay-20240314/libcdata/libcdata_definitions.h 
new/libbfoverlay-20240505/libcdata/libcdata_definitions.h
--- old/libbfoverlay-20240314/libcdata/libcdata_definitions.h   2024-03-14 
05:34:12.000000000 +0100
+++ new/libbfoverlay-20240505/libcdata/libcdata_definitions.h   2024-05-05 
08:53:57.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/libbfoverlay-20240314/libcerror/Makefile.am 
new/libbfoverlay-20240505/libcerror/Makefile.am
--- old/libbfoverlay-20240314/libcerror/Makefile.am     2024-03-14 
05:34:13.000000000 +0100
+++ new/libbfoverlay-20240505/libcerror/Makefile.am     2024-05-05 
08:54:02.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' --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/libbfoverlay-20240314/libcerror/libcerror_definitions.h 
new/libbfoverlay-20240505/libcerror/libcerror_definitions.h
--- old/libbfoverlay-20240314/libcerror/libcerror_definitions.h 2024-03-14 
05:34:13.000000000 +0100
+++ new/libbfoverlay-20240505/libcerror/libcerror_definitions.h 2024-05-05 
08:54:02.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/libbfoverlay-20240314/libcfile/Makefile.am 
new/libbfoverlay-20240505/libcfile/Makefile.am
--- old/libbfoverlay-20240314/libcfile/Makefile.am      2024-03-14 
05:34:15.000000000 +0100
+++ new/libbfoverlay-20240505/libcfile/Makefile.am      2024-05-05 
08:54:14.000000000 +0200
@@ -1,7 +1,7 @@
 if HAVE_LOCAL_LIBCFILE
 AM_CPPFLAGS = \
-       -I$(top_srcdir)/include \
-       -I$(top_srcdir)/common \
+       -I../include -I$(top_srcdir)/include \
+       -I../common -I$(top_srcdir)/common \
        @LIBCERROR_CPPFLAGS@ \
        @LIBCLOCALE_CPPFLAGS@ \
        @LIBCNOTIFY_CPPFLAGS@ \
@@ -26,12 +26,10 @@
        libcfile_winapi.c libcfile_winapi.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' --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/libbfoverlay-20240314/libcfile/libcfile_definitions.h 
new/libbfoverlay-20240505/libcfile/libcfile_definitions.h
--- old/libbfoverlay-20240314/libcfile/libcfile_definitions.h   2024-03-14 
05:34:15.000000000 +0100
+++ new/libbfoverlay-20240505/libcfile/libcfile_definitions.h   2024-05-05 
08:54:14.000000000 +0200
@@ -35,11 +35,11 @@
  */
 #else
 
-#define LIBCFILE_VERSION                               20240106
+#define LIBCFILE_VERSION                               20240414
 
 /* The libcfile version string
  */
-#define LIBCFILE_VERSION_STRING                                "20240106"
+#define LIBCFILE_VERSION_STRING                                "20240414"
 
 /* The file access flags
  * bit 1       set to 1 for read access
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/libbfoverlay-20240314/libclocale/Makefile.am 
new/libbfoverlay-20240505/libclocale/Makefile.am
--- old/libbfoverlay-20240314/libclocale/Makefile.am    2024-03-14 
05:34:16.000000000 +0100
+++ new/libbfoverlay-20240505/libclocale/Makefile.am    2024-05-05 
08:54:17.000000000 +0200
@@ -1,8 +1,8 @@
 if HAVE_LOCAL_LIBCLOCALE
 AM_CPPFLAGS = \
        -DLOCALEDIR=\"$(datadir)/locale\" \
-       -I$(top_srcdir)/include \
-       -I$(top_srcdir)/common \
+       -I../include -I$(top_srcdir)/include \
+       -I../common -I$(top_srcdir)/common \
        @LIBCERROR_CPPFLAGS@ 
 
 noinst_LTLIBRARIES = libclocale.la
@@ -18,12 +18,10 @@
        libclocale_wide_string.c libclocale_wide_string.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' --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/libbfoverlay-20240314/libclocale/libclocale_definitions.h 
new/libbfoverlay-20240505/libclocale/libclocale_definitions.h
--- old/libbfoverlay-20240314/libclocale/libclocale_definitions.h       
2024-03-14 05:34:16.000000000 +0100
+++ new/libbfoverlay-20240505/libclocale/libclocale_definitions.h       
2024-05-05 08:54:17.000000000 +0200
@@ -34,11 +34,11 @@
  */
 #else
 
-#define LIBCLOCALE_VERSION                                     20240107
+#define LIBCLOCALE_VERSION                                     20240414
 
 /* The libclocale version string
  */
-#define LIBCLOCALE_VERSION_STRING                              "20240107"
+#define LIBCLOCALE_VERSION_STRING                              "20240414"
 
 /* The codepage feature flag 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/libbfoverlay-20240314/libcnotify/Makefile.am 
new/libbfoverlay-20240505/libcnotify/Makefile.am
--- old/libbfoverlay-20240314/libcnotify/Makefile.am    2024-03-14 
05:34:17.000000000 +0100
+++ new/libbfoverlay-20240505/libcnotify/Makefile.am    2024-05-05 
08:54:20.000000000 +0200
@@ -1,7 +1,7 @@
 if HAVE_LOCAL_LIBCNOTIFY
 AM_CPPFLAGS = \
-       -I$(top_srcdir)/include \
-       -I$(top_srcdir)/common \
+       -I../include -I$(top_srcdir)/include \
+       -I../common -I$(top_srcdir)/common \
        @LIBCERROR_CPPFLAGS@ 
 
 noinst_LTLIBRARIES = libcnotify.la
@@ -17,12 +17,10 @@
        libcnotify_verbose.c libcnotify_verbose.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' --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/libbfoverlay-20240314/libcnotify/libcnotify_definitions.h 
new/libbfoverlay-20240505/libcnotify/libcnotify_definitions.h
--- old/libbfoverlay-20240314/libcnotify/libcnotify_definitions.h       
2024-03-14 05:34:17.000000000 +0100
+++ new/libbfoverlay-20240505/libcnotify/libcnotify_definitions.h       
2024-05-05 08:54:20.000000000 +0200
@@ -35,11 +35,11 @@
  */
 #else
 
-#define LIBCNOTIFY_VERSION                             20240108
+#define LIBCNOTIFY_VERSION                             20240414
 
 /* The libcnotify version string
  */
-#define LIBCNOTIFY_VERSION_STRING                      "20240108"
+#define LIBCNOTIFY_VERSION_STRING                      "20240414"
 
 /* The print data flags
  */
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/libbfoverlay-20240314/libcpath/Makefile.am 
new/libbfoverlay-20240505/libcpath/Makefile.am
--- old/libbfoverlay-20240314/libcpath/Makefile.am      2024-03-14 
05:34:18.000000000 +0100
+++ new/libbfoverlay-20240505/libcpath/Makefile.am      2024-05-05 
08:54:24.000000000 +0200
@@ -1,7 +1,7 @@
 if HAVE_LOCAL_LIBCPATH
 AM_CPPFLAGS = \
-       -I$(top_srcdir)/include \
-       -I$(top_srcdir)/common \
+       -I../include -I$(top_srcdir)/include \
+       -I../common -I$(top_srcdir)/common \
        @LIBCERROR_CPPFLAGS@ \
        @LIBCLOCALE_CPPFLAGS@ \
        @LIBCSPLIT_CPPFLAGS@ \
@@ -23,12 +23,10 @@
        libcpath_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' --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/libbfoverlay-20240314/libcpath/libcpath_definitions.h 
new/libbfoverlay-20240505/libcpath/libcpath_definitions.h
--- old/libbfoverlay-20240314/libcpath/libcpath_definitions.h   2024-03-14 
05:34:18.000000000 +0100
+++ new/libbfoverlay-20240505/libcpath/libcpath_definitions.h   2024-05-05 
08:54:24.000000000 +0200
@@ -35,11 +35,11 @@
  */
 #else
 
-#define LIBCPATH_VERSION                       20240109
+#define LIBCPATH_VERSION                       20240414
 
 /* The libcpath version string
  */
-#define LIBCPATH_VERSION_STRING                        "20240109"
+#define LIBCPATH_VERSION_STRING                        "20240414"
 
 #if defined( WINAPI )
 #define LIBCPATH_SEPARATOR                     '\\'
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/libbfoverlay-20240314/libcsplit/Makefile.am 
new/libbfoverlay-20240505/libcsplit/Makefile.am
--- old/libbfoverlay-20240314/libcsplit/Makefile.am     2024-03-14 
05:34:20.000000000 +0100
+++ new/libbfoverlay-20240505/libcsplit/Makefile.am     2024-05-05 
08:54:30.000000000 +0200
@@ -1,7 +1,7 @@
 if HAVE_LOCAL_LIBCSPLIT
 AM_CPPFLAGS = \
-       -I$(top_srcdir)/include \
-       -I$(top_srcdir)/common \
+       -I../include -I$(top_srcdir)/include \
+       -I../common -I$(top_srcdir)/common \
        @LIBCERROR_CPPFLAGS@ 
 
 noinst_LTLIBRARIES = libcsplit.la
@@ -20,12 +20,10 @@
        libcsplit_wide_string.c libcsplit_wide_string.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' --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/libbfoverlay-20240314/libcsplit/libcsplit_definitions.h 
new/libbfoverlay-20240505/libcsplit/libcsplit_definitions.h
--- old/libbfoverlay-20240314/libcsplit/libcsplit_definitions.h 2024-03-14 
05:34:20.000000000 +0100
+++ new/libbfoverlay-20240505/libcsplit/libcsplit_definitions.h 2024-05-05 
08:54:30.000000000 +0200
@@ -35,11 +35,11 @@
  */
 #else
 
-#define LIBCSPLIT_VERSION                      20240110
+#define LIBCSPLIT_VERSION                      20240414
 
 /* The libcsplit version string
  */
-#define LIBCSPLIT_VERSION_STRING               "20240110"
+#define LIBCSPLIT_VERSION_STRING               "20240414"
 
 #endif /* !defined( HAVE_LOCAL_LIBCSPLIT ) */
 
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/libbfoverlay-20240314/libcthreads/Makefile.am 
new/libbfoverlay-20240505/libcthreads/Makefile.am
--- old/libbfoverlay-20240314/libcthreads/Makefile.am   2024-03-14 
05:34:21.000000000 +0100
+++ new/libbfoverlay-20240505/libcthreads/Makefile.am   2024-05-05 
08:54:35.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,10 @@
        libcthreads_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' --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/libbfoverlay-20240314/libcthreads/libcthreads_definitions.h 
new/libbfoverlay-20240505/libcthreads/libcthreads_definitions.h
--- old/libbfoverlay-20240314/libcthreads/libcthreads_definitions.h     
2024-03-14 05:34:21.000000000 +0100
+++ new/libbfoverlay-20240505/libcthreads/libcthreads_definitions.h     
2024-05-05 08:54:35.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/libbfoverlay-20240314/libfvalue/Makefile.am 
new/libbfoverlay-20240505/libfvalue/Makefile.am
--- old/libbfoverlay-20240314/libfvalue/Makefile.am     2024-03-14 
05:34:22.000000000 +0100
+++ new/libbfoverlay-20240505/libfvalue/Makefile.am     2024-05-05 
08:54:38.000000000 +0200
@@ -1,7 +1,7 @@
 if HAVE_LOCAL_LIBFVALUE
 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@ \
        @LIBCDATA_CPPFLAGS@ \
@@ -42,12 +42,10 @@
        libfvalue_utf16_string.c libfvalue_utf16_string.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' --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/libbfoverlay-20240314/libfvalue/libfvalue_definitions.h 
new/libbfoverlay-20240505/libfvalue/libfvalue_definitions.h
--- old/libbfoverlay-20240314/libfvalue/libfvalue_definitions.h 2024-03-14 
05:34:22.000000000 +0100
+++ new/libbfoverlay-20240505/libfvalue/libfvalue_definitions.h 2024-05-05 
08:54:38.000000000 +0200
@@ -36,11 +36,11 @@
 #else
 #include <byte_stream.h>
 
-#define LIBFVALUE_VERSION                                              20240124
+#define LIBFVALUE_VERSION                                              20240415
 
 /* The libfvalue version string
  */
-#define LIBFVALUE_VERSION_STRING                                       
"20240124"
+#define LIBFVALUE_VERSION_STRING                                       
"20240415"
 
 /* The endian 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/libbfoverlay-20240314/libuna/Makefile.am 
new/libbfoverlay-20240505/libuna/Makefile.am
--- old/libbfoverlay-20240314/libuna/Makefile.am        2024-03-14 
05:34:25.000000000 +0100
+++ new/libbfoverlay-20240505/libuna/Makefile.am        2024-05-05 
08:54:44.000000000 +0200
@@ -1,7 +1,7 @@
 if HAVE_LOCAL_LIBUNA
 AM_CPPFLAGS = \
-       -I$(top_srcdir)/include \
-       -I$(top_srcdir)/common \
+       -I../include -I$(top_srcdir)/include \
+       -I../common -I$(top_srcdir)/common \
        @LIBCERROR_CPPFLAGS@ 
 
 noinst_LTLIBRARIES = libuna.la
@@ -77,12 +77,10 @@
        libuna_utf8_string.c libuna_utf8_string.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' --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/libbfoverlay-20240314/libuna/libuna_definitions.h 
new/libbfoverlay-20240505/libuna/libuna_definitions.h
--- old/libbfoverlay-20240314/libuna/libuna_definitions.h       2024-03-14 
05:34:25.000000000 +0100
+++ new/libbfoverlay-20240505/libuna/libuna_definitions.h       2024-05-05 
08:54:44.000000000 +0200
@@ -35,11 +35,11 @@
 #else
 #include <byte_stream.h>
 
-#define LIBUNA_VERSION                                         20240130
+#define LIBUNA_VERSION                                         20240414
 
 /* The libuna version string
  */
-#define LIBUNA_VERSION_STRING                                  "20240130"
+#define LIBUNA_VERSION_STRING                                  "20240414"
 
 /* The endian 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/libbfoverlay-20240314/m4/libbfio.m4 new/libbfoverlay-20240505/m4/libbfio.m4
--- old/libbfoverlay-20240314/m4/libbfio.m4     2024-03-14 05:27:05.000000000 
+0100
+++ new/libbfoverlay-20240505/m4/libbfio.m4     2024-05-05 07:46:07.000000000 
+0200
@@ -1,6 +1,6 @@
 dnl Checks for libbfio required headers and functions
 dnl
-dnl Version: 20240308
+dnl Version: 20240413
 
 dnl Function to detect if libbfio is available
 dnl ac_libbfio_dummy is used to prevent AC_CHECK_LIB adding unnecessary 
-l<library> arguments
@@ -324,7 +324,7 @@
       ])
 
     AS_IF(
-      [test "x$ac_cv_with_libbfio" != x && test "x$ac_cv_with_libbfio" != 
xauto-detect && test "x$ac_cv_with_libbfio" != xyes],
+      [test "x$ac_cv_libbfio" != xyes && test "x$ac_cv_with_libbfio" != x && 
test "x$ac_cv_with_libbfio" != xauto-detect && test "x$ac_cv_with_libbfio" != 
xyes],
       [AC_MSG_FAILURE(
         [unable to find supported libbfio in directory: $ac_cv_with_libbfio],
         [1])
@@ -354,7 +354,7 @@
 AC_DEFUN([AX_LIBBFIO_CHECK_LOCAL],
   [dnl No additional checks.
 
-  ac_cv_libbfio_CPPFLAGS="-I../libbfio";
+  ac_cv_libbfio_CPPFLAGS="-I../libbfio -I\$(top_srcdir)/libbfio";
   ac_cv_libbfio_LIBADD="../libbfio/libbfio.la";
 
   ac_cv_libbfio=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/libbfoverlay-20240314/m4/libcdata.m4 
new/libbfoverlay-20240505/m4/libcdata.m4
--- old/libbfoverlay-20240314/m4/libcdata.m4    2024-03-14 05:27:04.000000000 
+0100
+++ new/libbfoverlay-20240505/m4/libcdata.m4    2024-05-05 07:46:07.000000000 
+0200
@@ -1,6 +1,6 @@
 dnl Checks for libcdata required headers and functions
 dnl
-dnl Version: 20240308
+dnl Version: 20240413
 
 dnl Function to detect if libcdata is available
 dnl ac_libcdata_dummy is used to prevent AC_CHECK_LIB adding unnecessary 
-l<library> arguments
@@ -501,7 +501,7 @@
       ])
 
     AS_IF(
-      [test "x$ac_cv_with_libcdata" != x && test "x$ac_cv_with_libcdata" != 
xauto-detect && test "x$ac_cv_with_libcdata" != xyes],
+      [test "x$ac_cv_libcdata" != xyes && test "x$ac_cv_with_libcdata" != x && 
test "x$ac_cv_with_libcdata" != xauto-detect && test "x$ac_cv_with_libcdata" != 
xyes],
       [AC_MSG_FAILURE(
         [unable to find supported libcdata in directory: $ac_cv_with_libcdata],
         [1])
@@ -531,7 +531,7 @@
 AC_DEFUN([AX_LIBCDATA_CHECK_LOCAL],
   [dnl No additional checks.
 
-  ac_cv_libcdata_CPPFLAGS="-I../libcdata";
+  ac_cv_libcdata_CPPFLAGS="-I../libcdata -I\$(top_srcdir)/libcdata";
   ac_cv_libcdata_LIBADD="../libcdata/libcdata.la";
 
   ac_cv_libcdata=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/libbfoverlay-20240314/m4/libcerror.m4 
new/libbfoverlay-20240505/m4/libcerror.m4
--- old/libbfoverlay-20240314/m4/libcerror.m4   2024-03-14 05:27:04.000000000 
+0100
+++ new/libbfoverlay-20240505/m4/libcerror.m4   2024-05-05 07:46:07.000000000 
+0200
@@ -1,6 +1,6 @@
 dnl Checks for libcerror required headers and functions
 dnl
-dnl Version: 20240308
+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
@@ -103,7 +103,7 @@
       ])
 
     AS_IF(
-      [test "x$ac_cv_with_libcerror" != x && test "x$ac_cv_with_libcerror" != 
xauto-detect && test "x$ac_cv_with_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])
@@ -169,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/libbfoverlay-20240314/m4/libcfile.m4 
new/libbfoverlay-20240505/m4/libcfile.m4
--- old/libbfoverlay-20240314/m4/libcfile.m4    2024-03-14 05:27:05.000000000 
+0100
+++ new/libbfoverlay-20240505/m4/libcfile.m4    2024-05-05 07:46:07.000000000 
+0200
@@ -1,6 +1,6 @@
 dnl Checks for libcfile required headers and functions
 dnl
-dnl Version: 20240308
+dnl Version: 20240413
 
 dnl Function to detect if libcfile is available
 dnl ac_libcfile_dummy is used to prevent AC_CHECK_LIB adding unnecessary 
-l<library> arguments
@@ -207,7 +207,7 @@
       ])
 
     AS_IF(
-      [test "x$ac_cv_with_libcfile" != x && test "x$ac_cv_with_libcfile" != 
xauto-detect && test "x$ac_cv_with_libcfile" != xyes],
+      [test "x$ac_cv_libcfile" != xyes && test "x$ac_cv_with_libcfile" != x && 
test "x$ac_cv_with_libcfile" != xauto-detect && test "x$ac_cv_with_libcfile" != 
xyes],
       [AC_MSG_FAILURE(
         [unable to find supported libcfile in directory: $ac_cv_with_libcfile],
         [1])
@@ -361,7 +361,7 @@
       [1])
     ])
 
-  ac_cv_libcfile_CPPFLAGS="-I../libcfile";
+  ac_cv_libcfile_CPPFLAGS="-I../libcfile -I\$(top_srcdir)/libcfile";
   ac_cv_libcfile_LIBADD="../libcfile/libcfile.la";
 
   ac_cv_libcfile=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/libbfoverlay-20240314/m4/libclocale.m4 
new/libbfoverlay-20240505/m4/libclocale.m4
--- old/libbfoverlay-20240314/m4/libclocale.m4  2024-03-14 05:27:04.000000000 
+0100
+++ new/libbfoverlay-20240505/m4/libclocale.m4  2024-05-05 07:46:07.000000000 
+0200
@@ -1,6 +1,6 @@
 dnl Checks for libclocale required headers and functions
 dnl
-dnl Version: 20240308
+dnl Version: 20240413
 
 dnl Function to detect if libclocale is available
 dnl ac_libclocale_dummy is used to prevent AC_CHECK_LIB adding unnecessary 
-l<library> arguments
@@ -130,7 +130,7 @@
       ])
 
     AS_IF(
-      [test "x$ac_cv_with_libclocale" != x && test "x$ac_cv_with_libclocale" 
!= xauto-detect && test "x$ac_cv_with_libclocale" != xyes],
+      [test "x$ac_cv_libclocale" != xyes && test "x$ac_cv_with_libclocale" != 
x && test "x$ac_cv_with_libclocale" != xauto-detect && test 
"x$ac_cv_with_libclocale" != xyes],
       [AC_MSG_FAILURE(
         [unable to find supported libclocale in directory: 
$ac_cv_with_libclocale],
         [1])
@@ -223,7 +223,7 @@
 
   AX_LIBCLOCALE_CHECK_FUNC_LANGINFO_CODESET
 
-  ac_cv_libclocale_CPPFLAGS="-I../libclocale";
+  ac_cv_libclocale_CPPFLAGS="-I../libclocale -I\$(top_srcdir)/libclocale";
   ac_cv_libclocale_LIBADD="../libclocale/libclocale.la";
 
   ac_cv_libclocale=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/libbfoverlay-20240314/m4/libcnotify.m4 
new/libbfoverlay-20240505/m4/libcnotify.m4
--- old/libbfoverlay-20240314/m4/libcnotify.m4  2024-03-14 05:27:04.000000000 
+0100
+++ new/libbfoverlay-20240505/m4/libcnotify.m4  2024-05-05 07:46:07.000000000 
+0200
@@ -1,6 +1,6 @@
 dnl Checks for libcnotify required headers and functions
 dnl
-dnl Version: 20240308
+dnl Version: 20240413
 
 dnl Function to detect if libcnotify is available
 dnl ac_libcnotify_dummy is used to prevent AC_CHECK_LIB adding unnecessary 
-l<library> arguments
@@ -100,7 +100,7 @@
       ])
 
     AS_IF(
-      [test "x$ac_cv_with_libcnotify" != x && test "x$ac_cv_with_libcnotify" 
!= xauto-detect && test "x$ac_cv_with_libcnotify" != xyes],
+      [test "x$ac_with_libcnotify" != xyes && test "x$ac_cv_with_libcnotify" 
!= x && test "x$ac_cv_with_libcnotify" != xauto-detect && test 
"x$ac_cv_with_libcnotify" != xyes],
       [AC_MSG_FAILURE(
         [unable to find supported libcnotify in directory: 
$ac_cv_with_libcnotify],
         [1])
@@ -141,7 +141,7 @@
   dnl Headers included in libcnotify/libcnotify_stream.c
   AC_CHECK_HEADERS([errno.h])
 
-  ac_cv_libcnotify_CPPFLAGS="-I../libcnotify";
+  ac_cv_libcnotify_CPPFLAGS="-I../libcnotify -I\$(top_srcdir)/libcnotify";
   ac_cv_libcnotify_LIBADD="../libcnotify/libcnotify.la";
 
   ac_cv_libcnotify=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/libbfoverlay-20240314/m4/libcpath.m4 
new/libbfoverlay-20240505/m4/libcpath.m4
--- old/libbfoverlay-20240314/m4/libcpath.m4    2024-03-14 05:27:05.000000000 
+0100
+++ new/libbfoverlay-20240505/m4/libcpath.m4    2024-05-05 07:46:07.000000000 
+0200
@@ -1,6 +1,6 @@
 dnl Checks for libcpath required headers and functions
 dnl
-dnl Version: 20240308
+dnl Version: 20240413
 
 dnl Function to detect if libcpath is available
 dnl ac_libcpath_dummy is used to prevent AC_CHECK_LIB adding unnecessary 
-l<library> arguments
@@ -156,7 +156,7 @@
       ])
 
     AS_IF(
-      [test "x$ac_cv_with_libcpath" != x && test "x$ac_cv_with_libcpath" != 
xauto-detect && test "x$ac_cv_with_libcpath" != xyes],
+      [test "x$ac_cv_libcpath" != xyes && test "x$ac_cv_with_libcpath" != x && 
test "x$ac_cv_with_libcpath" != xauto-detect && test "x$ac_cv_with_libcpath" != 
xyes],
       [AC_MSG_FAILURE(
         [unable to find supported libcpath in directory: $ac_cv_with_libcpath],
         [1])
@@ -276,7 +276,7 @@
 
   AX_LIBCPATH_CHECK_FUNC_MKDIR
 
-  ac_cv_libcpath_CPPFLAGS="-I../libcpath";
+  ac_cv_libcpath_CPPFLAGS="-I../libcpath -I\$(top_srcdir)/libcpath";
   ac_cv_libcpath_LIBADD="../libcpath/libcpath.la";
 
   ac_cv_libcpath=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/libbfoverlay-20240314/m4/libcsplit.m4 
new/libbfoverlay-20240505/m4/libcsplit.m4
--- old/libbfoverlay-20240314/m4/libcsplit.m4   2024-03-14 05:27:05.000000000 
+0100
+++ new/libbfoverlay-20240505/m4/libcsplit.m4   2024-05-05 07:46:07.000000000 
+0200
@@ -1,6 +1,6 @@
 dnl Checks for libcsplit required headers and functions
 dnl
-dnl Version: 20240308
+dnl Version: 20240413
 
 dnl Function to detect if libcsplit is available
 dnl ac_libcsplit_dummy is used to prevent AC_CHECK_LIB adding unnecessary 
-l<library> arguments
@@ -151,7 +151,7 @@
       ])
 
     AS_IF(
-      [test "x$ac_cv_with_libcsplit" != x && test "x$ac_cv_with_libcsplit" != 
xauto-detect && test "x$ac_cv_with_libcsplit" != xyes],
+      [test "x$ac_cv_libcsplit" != xyes && test "x$ac_cv_with_libcsplit" != x 
&& test "x$ac_cv_with_libcsplit" != xauto-detect && test 
"x$ac_cv_with_libcsplit" != xyes],
       [AC_MSG_FAILURE(
         [unable to find supported libcsplit in directory: 
$ac_cv_with_libcsplit],
         [1])
@@ -181,7 +181,7 @@
 AC_DEFUN([AX_LIBCSPLIT_CHECK_LOCAL],
   [dnl No additional checks.
 
-  ac_cv_libcsplit_CPPFLAGS="-I../libcsplit";
+  ac_cv_libcsplit_CPPFLAGS="-I../libcsplit -I\$(top_srcdir)/libcsplit";
   ac_cv_libcsplit_LIBADD="../libcsplit/libcsplit.la";
 
   ac_cv_libcsplit=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/libbfoverlay-20240314/m4/libcthreads.m4 
new/libbfoverlay-20240505/m4/libcthreads.m4
--- old/libbfoverlay-20240314/m4/libcthreads.m4 2024-03-14 05:27:04.000000000 
+0100
+++ new/libbfoverlay-20240505/m4/libcthreads.m4 2024-05-05 07:46:07.000000000 
+0200
@@ -1,6 +1,6 @@
 dnl Checks for libcthreads required headers and functions
 dnl
-dnl Version: 20240308
+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
@@ -250,7 +250,7 @@
       ])
 
     AS_IF(
-      [test "x$ac_cv_with_libcthreads" != x && test "x$ac_cv_with_libcthreads" 
!= xauto-detect && test "x$ac_cv_with_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])
@@ -292,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/libbfoverlay-20240314/m4/libfuse.m4 new/libbfoverlay-20240505/m4/libfuse.m4
--- old/libbfoverlay-20240314/m4/libfuse.m4     2023-12-03 09:57:49.000000000 
+0100
+++ new/libbfoverlay-20240505/m4/libfuse.m4     2024-05-05 07:46:07.000000000 
+0200
@@ -1,58 +1,86 @@
 dnl Checks for libfuse required headers and functions
 dnl
-dnl Version: 20220118
+dnl Version: 20240413
 
 dnl Function to detect if libfuse is available
 dnl ac_libfuse_dummy is used to prevent AC_CHECK_LIB adding unnecessary 
-l<library> arguments
 AC_DEFUN([AX_LIBFUSE_CHECK_LIB],
-  [dnl Check if parameters were provided
-  AS_IF(
-    [test "x$ac_cv_with_libfuse" != x && test "x$ac_cv_with_libfuse" != xno && 
test "x$ac_cv_with_libfuse" != xauto-detect],
-    [AS_IF(
-      [test -d "$ac_cv_with_libfuse"],
-      [CFLAGS="$CFLAGS -I${ac_cv_with_libfuse}/include"
-      LDFLAGS="$LDFLAGS -L${ac_cv_with_libfuse}/lib"],
-      [AC_MSG_WARN([no such directory: $ac_cv_with_libfuse])
-      ])
-    ])
-
-  AS_IF(
-    [test "x$ac_cv_with_libfuse" = xno],
+  [AS_IF(
+    [test "x$ac_cv_enable_shared_libs" = xno || test "x$ac_cv_with_libfuse" = 
xno],
     [ac_cv_libfuse=no],
-    [dnl Check for a pkg-config file
+    [dnl Check if the directory provided as parameter exists
+    dnl For both --with-libfuse which returns "yes" and --with-libfuse= which 
returns ""
+    dnl treat them as auto-detection.
     AS_IF(
-      [test "x$cross_compiling" != "xyes" && test "x$PKGCONFIG" != "x"],
-      [PKG_CHECK_MODULES(
-        [fuse],
-        [fuse >= 2.6],
-        [ac_cv_libfuse=libfuse],
-        [ac_cv_libfuse=no])
+      [test "x$ac_cv_with_libfuse" != x && test "x$ac_cv_with_libfuse" != 
xauto-detect && test "x$ac_cv_with_libfuse" != xyes],
+      [AS_IF(
+        [test -d "$ac_cv_with_libfuse"],
+        [CFLAGS="$CFLAGS -I${ac_cv_with_libfuse}/include"
+        LDFLAGS="$LDFLAGS -L${ac_cv_with_libfuse}/lib"],
+        [AC_MSG_FAILURE(
+          [no such directory: $ac_cv_with_libfuse],
+          [1])
+        ])],
+      [dnl Check for a pkg-config file
+      AS_IF(
+        [test "x$cross_compiling" != "xyes" && test "x$PKGCONFIG" != "x"],
+        [PKG_CHECK_MODULES(
+          [fuse3],
+          [fuse3 >= 3.0],
+          [ac_cv_libfuse=libfuse3],
+          [ac_cv_libfuse=no])
+
+        AS_IF(
+          [test "x$ac_cv_libfuse" = xno],
+          [PKG_CHECK_MODULES(
+            [fuse],
+            [fuse >= 2.6],
+            [ac_cv_libfuse=libfuse],
+            [ac_cv_libfuse=no])
+          ])
+
+        AS_IF(
+          [test "x$ac_cv_libfuse" = xlibfuse3],
+          [ac_cv_libfuse_CPPFLAGS="$pkg_cv_fuse3_CFLAGS -D_FILE_OFFSET_BITS=64"
+          ac_cv_libfuse_LIBADD="$pkg_cv_fuse3_LIBS"])
+
+        AS_IF(
+          [test "x$ac_cv_libfuse" = xlibfuse],
+          [ac_cv_libfuse_CPPFLAGS="$pkg_cv_fuse_CFLAGS -D_FILE_OFFSET_BITS=64"
+          ac_cv_libfuse_LIBADD="$pkg_cv_fuse_LIBS"])
+        ])
       ])
 
+    backup_CPPFLAGS="$CPPFLAGS"
+
+    dnl Check for libfuse and libfuse3
     AS_IF(
-      [test "x$ac_cv_libfuse" = xlibfuse],
-      [ac_cv_libfuse_CPPFLAGS="$pkg_cv_fuse_CFLAGS"
-      ac_cv_libfuse_LIBADD="$pkg_cv_fuse_LIBS"],
+      [test "x$ac_cv_libfuse" != xlibfuse && test "x$ac_cv_libfuse" != 
xlibfuse3],
       [dnl Check for headers
-      AC_CHECK_HEADERS(
-        [fuse.h],
-        [ac_cv_header_fuse_h=yes],
-        [ac_cv_header_fuse_h=no])
 
-      dnl libfuse sometimes requires -D_FILE_OFFSET_BITS=64 to be set
-      dnl macFuse requires -DFUSE_USE_VERSION=26 to be set
+      CPPFLAGS="$backup_CPPFLAGS -DFUSE_USE_VERSION=30"
+      AC_CHECK_HEADERS([fuse.h])
+
       AS_IF(
-        [test "x$ac_cv_header_fuse_h" = xno],
-        [AS_UNSET([ac_cv_header_fuse_h])
-        CPPFLAGS="$CPPFLAGS -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26"
+        [test "x$ac_cv_header_fuse_h" = xyes],
+        [ac_cv_libfuse=libfuse3],
+        [CPPFLAGS="$backup_CPPFLAGS -DFUSE_USE_VERSION=26"
         AC_CHECK_HEADERS([fuse.h])
-      ])
+
+        AS_IF(
+          [test "x$ac_cv_header_fuse_h" = xyes],
+          [ac_cv_libfuse=libfuse])
+        ])
 
       AS_IF(
         [test "x$ac_cv_header_fuse_h" = xno],
         [ac_cv_libfuse=no],
         [dnl Check for the individual functions
-        ac_cv_libfuse=libfuse
+        AC_CHECK_LIB(
+          fuse,
+          fuse_invalidate,
+          [ac_cv_libfuse=libfuse],
+          [ac_cv_libfuse=libfuse3])
 
         AC_CHECK_LIB(
           fuse,
@@ -75,24 +103,22 @@
           [ac_cv_libfuse_dummy=yes],
           [ac_cv_libfuse=no])
 
-        ac_cv_libfuse_LIBADD="-lfuse";
+        dnl libfuse and libfuse3 require -D_FILE_OFFSET_BITS=64 to be set
+        ac_cv_libfuse_CPPFLAGS="-D_FILE_OFFSET_BITS=64"
+
+        AS_IF(
+          [test "x$ac_cv_libfuse" = xlibfuse3],
+          [ac_cv_libfuse_LIBADD="-lfuse3"],
+          [ac_cv_libfuse_LIBADD="-lfuse"])
         ])
       ])
 
     dnl Check for libosxfuse
     AS_IF(
       [test "x$ac_cv_with_libfuse" != xno && test "x$ac_cv_header_fuse_h" = 
xno],
-      [CPPFLAGS="$CPPFLAGS -DFUSE_USE_VERSION=26"
+      [CPPFLAGS="$backup_CPPFLAGS -DFUSE_USE_VERSION=26"
       AC_CHECK_HEADERS([osxfuse/fuse.h])
 
-      dnl libosxfuse sometimes requires -D_FILE_OFFSET_BITS=64 to be set
-      AS_IF(
-        [test "x$ac_cv_header_osxfuse_fuse_h" = xno],
-        [AS_UNSET([ac_cv_header_osxfuse_fuse_h])
-        CPPFLAGS="$CPPFLAGS -D_FILE_OFFSET_BITS=64"
-        AC_CHECK_HEADERS([osxfuse/fuse.h])
-      ])
-
       AS_IF(
         [test "x$ac_cv_header_osxfuse_fuse_h" = xno],
         [ac_cv_libfuse=no],
@@ -120,9 +146,21 @@
           [ac_cv_libfuse_dummy=yes],
           [ac_cv_libfuse=no])
 
+        dnl libosxfuse requires -D_FILE_OFFSET_BITS=64 to be set
+        ac_cv_libfuse_CPPFLAGS="-D_FILE_OFFSET_BITS=64"
+
         ac_cv_libfuse_LIBADD="-losxfuse";
         ])
       ])
+
+    AS_IF(
+      [test "x$ac_cv_libfuse" != xyes && test "x$ac_cv_with_libfuse" != x && 
test "x$ac_cv_with_libfuse" != xauto-detect && test "x$ac_cv_with_libfuse" != 
xyes],
+      [AC_MSG_FAILURE(
+        [unable to find supported libfuse in directory: $ac_cv_with_libfuse],
+        [1])
+      ])
+
+    CPPFLAGS="$backup_CPPFLAGS"
     ])
 
   AS_IF(
@@ -133,6 +171,13 @@
       [Define to 1 if you have the 'fuse' library (-lfuse).])
     ])
   AS_IF(
+    [test "x$ac_cv_libfuse" = xlibfuse3],
+    [AC_DEFINE(
+      [HAVE_LIBFUSE3],
+      [1],
+      [Define to 1 if you have the 'fuse3' library (-lfuse3).])
+    ])
+  AS_IF(
     [test "x$ac_cv_libfuse" = xlibosxfuse],
     [AC_DEFINE(
       [HAVE_LIBOSXFUSE],
@@ -183,6 +228,12 @@
       [-lfuse])
     ])
   AS_IF(
+    [test "x$ac_cv_libfuse" = xlibfuse3],
+    [AC_SUBST(
+      [ax_libfuse_pc_libs_private],
+      [-lfuse3])
+    ])
+  AS_IF(
     [test "x$ac_cv_libfuse" = xlibosxfuse],
     [AC_SUBST(
       [ax_libfuse_pc_libs_private],
@@ -198,5 +249,14 @@
       [ax_libfuse_spec_build_requires],
       [fuse-devel])
     ])
+  AS_IF(
+    [test "x$ac_cv_libfuse" = xlibfuse3],
+    [AC_SUBST(
+      [ax_libfuse_spec_requires],
+      [fuse3-libs])
+    AC_SUBST(
+      [ax_libfuse_spec_build_requires],
+      [fuse3-devel])
+    ])
   ])
 
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/libbfoverlay-20240314/m4/libfvalue.m4 
new/libbfoverlay-20240505/m4/libfvalue.m4
--- old/libbfoverlay-20240314/m4/libfvalue.m4   2024-03-14 05:27:05.000000000 
+0100
+++ new/libbfoverlay-20240505/m4/libfvalue.m4   2024-05-05 07:46:07.000000000 
+0200
@@ -1,6 +1,6 @@
 dnl Checks for libfvalue required headers and functions
 dnl
-dnl Version: 20240308
+dnl Version: 20240413
 
 dnl Function to detect if libfvalue is available
 dnl ac_libfvalue_dummy is used to prevent AC_CHECK_LIB adding unnecessary 
-l<library> arguments
@@ -593,7 +593,7 @@
       ])
 
     AS_IF(
-      [test "x$ac_cv_with_libfvalue" != x && test "x$ac_cv_with_libfvalue" != 
xauto-detect && test "x$ac_cv_with_libfvalue" != xyes],
+      [test "x$ac_cv_libfvalue" != xyes && test "x$ac_cv_with_libfvalue" != x 
&& test "x$ac_cv_with_libfvalue" != xauto-detect && test 
"x$ac_cv_with_libfvalue" != xyes],
       [AC_MSG_FAILURE(
         [unable to find supported libfvalue in directory: 
$ac_cv_with_libfvalue],
         [1])
@@ -623,7 +623,7 @@
 AC_DEFUN([AX_LIBFVALUE_CHECK_LOCAL],
   [dnl No additional checks.
 
-  ac_cv_libfvalue_CPPFLAGS="-I../libfvalue";
+  ac_cv_libfvalue_CPPFLAGS="-I../libfvalue -I\$(top_srcdir)/libfvalue";
   ac_cv_libfvalue_LIBADD="../libfvalue/libfvalue.la";
 
   ac_cv_libfvalue=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/libbfoverlay-20240314/m4/libuna.m4 new/libbfoverlay-20240505/m4/libuna.m4
--- old/libbfoverlay-20240314/m4/libuna.m4      2024-03-14 05:27:05.000000000 
+0100
+++ new/libbfoverlay-20240505/m4/libuna.m4      2024-05-05 07:46:07.000000000 
+0200
@@ -1,6 +1,6 @@
 dnl Checks for libuna or required headers and functions
 dnl
-dnl Version: 20240308
+dnl Version: 20240413
 
 dnl Function to detect if a specific libuna definition is available.
 AC_DEFUN([AX_LIBUNA_CHECK_DEFINITION],
@@ -946,7 +946,7 @@
       ])
 
     AS_IF(
-      [test "x$ac_cv_with_libuna" != x && test "x$ac_cv_with_libuna" != 
xauto-detect && test "x$ac_cv_with_libuna" != xyes],
+      [test "x$ac_cv_libuna" != xyes && test "x$ac_cv_with_libuna" != x && 
test "x$ac_cv_with_libuna" != xauto-detect && test "x$ac_cv_with_libuna" != 
xyes],
       [AC_MSG_FAILURE(
         [unable to find supported libuna in directory: $ac_cv_with_libuna],
         [1])
@@ -976,7 +976,7 @@
 AC_DEFUN([AX_LIBUNA_CHECK_LOCAL],
   [dnl No additional checks.
 
-  ac_cv_libuna_CPPFLAGS="-I../libuna";
+  ac_cv_libuna_CPPFLAGS="-I../libuna -I\$(top_srcdir)/libuna";
   ac_cv_libuna_LIBADD="../libuna/libuna.la";
 
   ac_cv_libuna=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/libbfoverlay-20240314/manuals/Makefile.am 
new/libbfoverlay-20240505/manuals/Makefile.am
--- old/libbfoverlay-20240314/manuals/Makefile.am       2023-12-03 
09:57:49.000000000 +0100
+++ new/libbfoverlay-20240505/manuals/Makefile.am       2024-05-05 
08:04:49.000000000 +0200
@@ -4,9 +4,7 @@
 EXTRA_DIST = \
        libbfoverlay.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/libbfoverlay-20240314/msvscpp/Makefile.am 
new/libbfoverlay-20240505/msvscpp/Makefile.am
--- old/libbfoverlay-20240314/msvscpp/Makefile.am       2024-03-14 
05:27:37.000000000 +0100
+++ new/libbfoverlay-20240505/msvscpp/Makefile.am       2024-05-05 
08:04:21.000000000 +0200
@@ -29,9 +29,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/libbfoverlay-20240314/tests/Makefile.am 
new/libbfoverlay-20240505/tests/Makefile.am
--- old/libbfoverlay-20240314/tests/Makefile.am 2024-03-14 05:27:37.000000000 
+0100
+++ new/libbfoverlay-20240505/tests/Makefile.am 2024-05-05 08:04:06.000000000 
+0200
@@ -1,8 +1,8 @@
 AUTOMAKE_OPTIONS = subdir-objects
 
 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@ \
        @LIBCDATA_CPPFLAGS@ \
@@ -237,9 +237,8 @@
        ../libbfoverlay/libbfoverlay.la \
        @LIBCERROR_LIBADD@
 
-MAINTAINERCLEANFILES = \
-       Makefile.in
-
-distclean: clean
-       -rm -f Makefile
+DISTCLEANFILES = \
+       Makefile \
+       Makefile.in \
+       notify_stream.log
 
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/libbfoverlay-20240314/tests/test_library.sh 
new/libbfoverlay-20240505/tests/test_library.sh
--- old/libbfoverlay-20240314/tests/test_library.sh     2024-03-14 
05:27:04.000000000 +0100
+++ new/libbfoverlay-20240505/tests/test_library.sh     2024-05-05 
07:46:07.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/libbfoverlay-20240314/tests/test_manpage.sh 
new/libbfoverlay-20240505/tests/test_manpage.sh
--- old/libbfoverlay-20240314/tests/test_manpage.sh     2024-03-14 
05:27:04.000000000 +0100
+++ new/libbfoverlay-20240505/tests/test_manpage.sh     2024-05-05 
07:46:07.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
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/libbfoverlay-20240314/tests/test_tools.sh 
new/libbfoverlay-20240505/tests/test_tools.sh
--- old/libbfoverlay-20240314/tests/test_tools.sh       2024-03-14 
05:27:53.000000000 +0100
+++ new/libbfoverlay-20240505/tests/test_tools.sh       2024-05-05 
08:03:23.000000000 +0200
@@ -1,7 +1,7 @@
 #!/usr/bin/env bash
 # Tests tools 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

Reply via email to