Script 'mail_helper' called by obssrc
Hello community,

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

Package is "libsmdev"

Mon May  6 17:54:28 2024 rev:21 rq:1172036 version:20240505

Changes:
--------
--- /work/SRC/openSUSE:Factory/libsmdev/libsmdev.changes        2024-03-10 
20:26:25.845990366 +0100
+++ /work/SRC/openSUSE:Factory/.libsmdev.new.1880/libsmdev.changes      
2024-05-06 17:55:52.476814082 +0200
@@ -1,0 +2,6 @@
+Sun May  5 22:00:02 UTC 2024 - Jan Engelhardt <jeng...@inai.de>
+
+- Update to release 20240505
+  * No user-visible changes
+
+-------------------------------------------------------------------

Old:
----
  libsmdev-alpha-20240309.tar.gz
  libsmdev-alpha-20240309.tar.gz.asc

New:
----
  libsmdev-alpha-20240505.tar.gz
  libsmdev-alpha-20240505.tar.gz.asc

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

Other differences:
------------------
++++++ libsmdev.spec ++++++
--- /var/tmp/diff_new_pack.UARt2s/_old  2024-05-06 17:55:53.040834614 +0200
+++ /var/tmp/diff_new_pack.UARt2s/_new  2024-05-06 17:55:53.044834760 +0200
@@ -20,27 +20,27 @@
 
 %define lname  libsmdev1
 Name:           libsmdev
-Version:        20240309
+Version:        20240505
 Release:        0
 Summary:        Library to access storage media devices
 License:        LGPL-3.0-or-later
 Group:          Productivity/File utilities
 URL:            https://github.com/libyal/libsmdev
-Source:         
https://github.com/libyal/libsmdev/releases/download/%version/libsmdev-alpha-%version.tar.gz
-Source2:        
https://github.com/libyal/libsmdev/releases/download/%version/libsmdev-alpha-%version.tar.gz.asc
+Source:         
https://github.com/libyal/libsmdev/releases/download/%version/%name-alpha-%version.tar.gz
+Source2:        
https://github.com/libyal/libsmdev/releases/download/%version/%name-alpha-%version.tar.gz.asc
 Source3:        %name.keyring
-BuildRequires:  %{python_module devel}
-BuildRequires:  %{python_module setuptools}
+BuildRequires:  %python_module devel
+BuildRequires:  %python_module setuptools
 BuildRequires:  c_compiler
 BuildRequires:  pkg-config
 BuildRequires:  python-rpm-macros
-BuildRequires:  pkgconfig(libcdata) >= 20240103
-BuildRequires:  pkgconfig(libcerror) >= 20240101
-BuildRequires:  pkgconfig(libcfile) >= 20240106
-BuildRequires:  pkgconfig(libclocale) >= 20240107
-BuildRequires:  pkgconfig(libcnotify) >= 20240108
-BuildRequires:  pkgconfig(libcthreads) >= 20240102
-BuildRequires:  pkgconfig(libuna) >= 20240130
+BuildRequires:  pkgconfig(libcdata) >= 20240414
+BuildRequires:  pkgconfig(libcerror) >= 20240413
+BuildRequires:  pkgconfig(libcfile) >= 20240414
+BuildRequires:  pkgconfig(libclocale) >= 20240414
+BuildRequires:  pkgconfig(libcnotify) >= 20240414
+BuildRequires:  pkgconfig(libcthreads) >= 20240413
+BuildRequires:  pkgconfig(libuna) >= 20240414
 %python_subpackages
 # Various notes: https://en.opensuse.org/libyal
 
@@ -93,8 +93,7 @@
 mv "%_builddir/rt/"* "%buildroot/"
 find "%buildroot" -type f -name "*.la" -delete -print
 
-%post   -n %lname -p /sbin/ldconfig
-%postun -n %lname -p /sbin/ldconfig
+%ldconfig_scriptlets -n %lname
 
 %files -n %lname
 %license COPYING*

++++++ libsmdev-alpha-20240309.tar.gz -> libsmdev-alpha-20240505.tar.gz ++++++
++++ 2279 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/libsmdev-20240309/Makefile.am new/libsmdev-20240505/Makefile.am
--- old/libsmdev-20240309/Makefile.am   2023-12-03 10:14:09.000000000 +0100
+++ new/libsmdev-20240505/Makefile.am   2024-05-05 10:52:31.000000000 +0200
@@ -55,8 +55,15 @@
        $(SETUP_PY_FILES) \
        $(SPEC_FILES)
 
-MAINTAINERCLEANFILES = \
-       Makefile.in
+DISTCLEANFILES = \
+       config.status \
+       config.cache \
+       config.log \
+       libsmdev.pc \
+       libsmdev.spec \
+       Makefile \
+       Makefile.in \
+       po/Makevars
 
 pkgconfigdir = $(libdir)/pkgconfig
 
@@ -80,15 +87,3 @@
        (cd $(srcdir)/libsmdev && $(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 libsmdev.pc
-       -rm -f libsmdev.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/libsmdev-20240309/common/Makefile.am 
new/libsmdev-20240505/common/Makefile.am
--- old/libsmdev-20240309/common/Makefile.am    2024-03-09 07:37:33.000000000 
+0100
+++ new/libsmdev-20240505/common/Makefile.am    2024-05-05 10:50:46.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/libsmdev-20240309/common/config.h new/libsmdev-20240505/common/config.h
--- old/libsmdev-20240309/common/config.h       2024-03-09 07:46:22.000000000 
+0100
+++ new/libsmdev-20240505/common/config.h       2024-05-05 11:01:59.000000000 
+0200
@@ -467,7 +467,7 @@
 #define PACKAGE_NAME "libsmdev"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "libsmdev 20240309"
+#define PACKAGE_STRING "libsmdev 20240505"
 
 /* Define to the one symbol short name of this package. */
 #define PACKAGE_TARNAME "libsmdev"
@@ -476,7 +476,7 @@
 #define PACKAGE_URL ""
 
 /* Define to the version of this package. */
-#define PACKAGE_VERSION "20240309"
+#define PACKAGE_VERSION "20240505"
 
 /* The size of `int', as computed by sizeof. */
 #define SIZEOF_INT 4
@@ -502,7 +502,7 @@
 /* #undef STRERROR_R_CHAR_P */
 
 /* Version number of package */
-#define VERSION "20240309"
+#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/libsmdev-20240309/configure.ac new/libsmdev-20240505/configure.ac
--- old/libsmdev-20240309/configure.ac  2024-03-09 07:37:33.000000000 +0100
+++ new/libsmdev-20240505/configure.ac  2024-05-05 10:45:15.000000000 +0200
@@ -2,7 +2,7 @@
 
 AC_INIT(
  [libsmdev],
- [20240309],
+ [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/libsmdev-20240309/dpkg/changelog new/libsmdev-20240505/dpkg/changelog
--- old/libsmdev-20240309/dpkg/changelog        2024-03-09 07:46:22.000000000 
+0100
+++ new/libsmdev-20240505/dpkg/changelog        2024-05-05 11:01:59.000000000 
+0200
@@ -1,5 +1,5 @@
-libsmdev (20240309-1) unstable; urgency=low
+libsmdev (20240505-1) unstable; urgency=low
 
   * Auto-generated
 
- -- Joachim Metz <joachim.m...@gmail.com>  Sat, 09 Mar 2024 07:46:19 +0100
+ -- Joachim Metz <joachim.m...@gmail.com>  Sun, 05 May 2024 11:01:57 +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/libsmdev-20240309/include/Makefile.am 
new/libsmdev-20240505/include/Makefile.am
--- old/libsmdev-20240309/include/Makefile.am   2024-03-09 07:37:33.000000000 
+0100
+++ new/libsmdev-20240505/include/Makefile.am   2024-05-05 10:50:46.000000000 
+0200
@@ -15,13 +15,11 @@
        libsmdev/features.h.in \
        libsmdev/types.h.in
 
-MAINTAINERCLEANFILES = \
+DISTCLEANFILES = \
+       libsmdev.h \
+       libsmdev/definitions.h \
+       libsmdev/features.h \
+       libsmdev/types.h \
+       Makefile \
        Makefile.in
 
-distclean: clean
-       -rm -f libsmdev.h
-       -rm -f libsmdev/definitions.h
-       -rm -f libsmdev/features.h
-       -rm -f libsmdev/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/libsmdev-20240309/include/libsmdev/definitions.h 
new/libsmdev-20240505/include/libsmdev/definitions.h
--- old/libsmdev-20240309/include/libsmdev/definitions.h        2024-03-09 
07:46:21.000000000 +0100
+++ new/libsmdev-20240505/include/libsmdev/definitions.h        2024-05-05 
11:01:59.000000000 +0200
@@ -24,11 +24,11 @@
 
 #include <libsmdev/types.h>
 
-#define LIBSMDEV_VERSION                       20240309
+#define LIBSMDEV_VERSION                       20240505
 
 /* The version string
  */
-#define LIBSMDEV_VERSION_STRING                        "20240309"
+#define LIBSMDEV_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/libsmdev-20240309/libcdata/Makefile.am 
new/libsmdev-20240505/libcdata/Makefile.am
--- old/libsmdev-20240309/libcdata/Makefile.am  2024-03-09 07:45:40.000000000 
+0100
+++ new/libsmdev-20240505/libcdata/Makefile.am  2024-05-05 11:01:08.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/libsmdev-20240309/libcdata/libcdata_definitions.h 
new/libsmdev-20240505/libcdata/libcdata_definitions.h
--- old/libsmdev-20240309/libcdata/libcdata_definitions.h       2024-03-09 
07:45:40.000000000 +0100
+++ new/libsmdev-20240505/libcdata/libcdata_definitions.h       2024-05-05 
11:01:08.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/libsmdev-20240309/libcerror/Makefile.am 
new/libsmdev-20240505/libcerror/Makefile.am
--- old/libsmdev-20240309/libcerror/Makefile.am 2024-03-09 07:45:41.000000000 
+0100
+++ new/libsmdev-20240505/libcerror/Makefile.am 2024-05-05 11:01:13.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/libsmdev-20240309/libcerror/libcerror_definitions.h 
new/libsmdev-20240505/libcerror/libcerror_definitions.h
--- old/libsmdev-20240309/libcerror/libcerror_definitions.h     2024-03-09 
07:45:41.000000000 +0100
+++ new/libsmdev-20240505/libcerror/libcerror_definitions.h     2024-05-05 
11:01:13.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/libsmdev-20240309/libcfile/Makefile.am 
new/libsmdev-20240505/libcfile/Makefile.am
--- old/libsmdev-20240309/libcfile/Makefile.am  2024-03-09 07:45:49.000000000 
+0100
+++ new/libsmdev-20240505/libcfile/Makefile.am  2024-05-05 11:01:23.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/libsmdev-20240309/libcfile/libcfile_definitions.h 
new/libsmdev-20240505/libcfile/libcfile_definitions.h
--- old/libsmdev-20240309/libcfile/libcfile_definitions.h       2024-03-09 
07:45:49.000000000 +0100
+++ new/libsmdev-20240505/libcfile/libcfile_definitions.h       2024-05-05 
11:01:23.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/libsmdev-20240309/libclocale/Makefile.am 
new/libsmdev-20240505/libclocale/Makefile.am
--- old/libsmdev-20240309/libclocale/Makefile.am        2024-03-09 
07:45:50.000000000 +0100
+++ new/libsmdev-20240505/libclocale/Makefile.am        2024-05-05 
11:01:27.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/libsmdev-20240309/libclocale/libclocale_definitions.h 
new/libsmdev-20240505/libclocale/libclocale_definitions.h
--- old/libsmdev-20240309/libclocale/libclocale_definitions.h   2024-03-09 
07:45:50.000000000 +0100
+++ new/libsmdev-20240505/libclocale/libclocale_definitions.h   2024-05-05 
11:01:27.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/libsmdev-20240309/libcnotify/Makefile.am 
new/libsmdev-20240505/libcnotify/Makefile.am
--- old/libsmdev-20240309/libcnotify/Makefile.am        2024-03-09 
07:45:52.000000000 +0100
+++ new/libsmdev-20240505/libcnotify/Makefile.am        2024-05-05 
11:01:29.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/libsmdev-20240309/libcnotify/libcnotify_definitions.h 
new/libsmdev-20240505/libcnotify/libcnotify_definitions.h
--- old/libsmdev-20240309/libcnotify/libcnotify_definitions.h   2024-03-09 
07:45:52.000000000 +0100
+++ new/libsmdev-20240505/libcnotify/libcnotify_definitions.h   2024-05-05 
11:01:29.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/libsmdev-20240309/libcthreads/Makefile.am 
new/libsmdev-20240505/libcthreads/Makefile.am
--- old/libsmdev-20240309/libcthreads/Makefile.am       2024-03-09 
07:45:53.000000000 +0100
+++ new/libsmdev-20240505/libcthreads/Makefile.am       2024-05-05 
11:01:32.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/libsmdev-20240309/libcthreads/libcthreads_definitions.h 
new/libsmdev-20240505/libcthreads/libcthreads_definitions.h
--- old/libsmdev-20240309/libcthreads/libcthreads_definitions.h 2024-03-09 
07:45:53.000000000 +0100
+++ new/libsmdev-20240505/libcthreads/libcthreads_definitions.h 2024-05-05 
11:01:32.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/libsmdev-20240309/libsmdev/Makefile.am 
new/libsmdev-20240505/libsmdev/Makefile.am
--- old/libsmdev-20240309/libsmdev/Makefile.am  2023-12-03 10:14:20.000000000 
+0100
+++ new/libsmdev-20240505/libsmdev/Makefile.am  2024-05-05 10:51:48.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@ \
@@ -56,14 +56,12 @@
        libsmdev.rc \
        libsmdev.rc.in
 
-MAINTAINERCLEANFILES = \
+DISTCLEANFILES = \
+       libsmdev_definitions.h \
+       libsmdev.rc \
+       Makefile \
        Makefile.in
 
-distclean: clean
-       -rm -f libsmdev_definitions.h
-       -rm -f libsmdev.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/libsmdev-20240309/libsmdev/libsmdev.rc 
new/libsmdev-20240505/libsmdev/libsmdev.rc
--- old/libsmdev-20240309/libsmdev/libsmdev.rc  2024-03-09 07:46:22.000000000 
+0100
+++ new/libsmdev-20240505/libsmdev/libsmdev.rc  2024-05-05 11:01:59.000000000 
+0200
@@ -22,12 +22,12 @@
     BLOCK "040904E4"
     BEGIN
       VALUE "FileDescription",         "Library to access and read storage 
media (SM) devices\0"
-      VALUE "FileVersion",             "20240309" "\0"
+      VALUE "FileVersion",             "20240505" "\0"
       VALUE "InternalName",            "libsmdev.dll\0"
       VALUE "LegalCopyright",          "(C) 2010-2024, Joachim Metz 
<joachim.m...@gmail.com>\0"
       VALUE "OriginalFilename",                "libsmdev.dll\0"
       VALUE "ProductName",             "libsmdev\0"
-      VALUE "ProductVersion",          "20240309" "\0"
+      VALUE "ProductVersion",          "20240505" "\0"
       VALUE "Comments",                        "For more information visit 
https://github.com/libyal/libsmdev/\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/libsmdev-20240309/libsmdev/libsmdev_definitions.h 
new/libsmdev-20240505/libsmdev/libsmdev_definitions.h
--- old/libsmdev-20240309/libsmdev/libsmdev_definitions.h       2024-03-09 
07:46:22.000000000 +0100
+++ new/libsmdev-20240505/libsmdev/libsmdev_definitions.h       2024-05-05 
11:01:59.000000000 +0200
@@ -35,11 +35,11 @@
 
 #else
 
-#define LIBSMDEV_VERSION                               20240309
+#define LIBSMDEV_VERSION                               20240505
 
 /* The version string
  */
-#define LIBSMDEV_VERSION_STRING                                "20240309"
+#define LIBSMDEV_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/libsmdev-20240309/libsmdev.spec new/libsmdev-20240505/libsmdev.spec
--- old/libsmdev-20240309/libsmdev.spec 2024-03-09 07:46:22.000000000 +0100
+++ new/libsmdev-20240505/libsmdev.spec 2024-05-05 11:01:59.000000000 +0200
@@ -1,5 +1,5 @@
 Name: libsmdev
-Version: 20240309
+Version: 20240505
 Release: 1
 Summary: Library to access and read storage media (SM) devices
 Group: System Environment/Libraries
@@ -94,6 +94,6 @@
 %{_mandir}/man1/*
 
 %changelog
-* Sat Mar  9 2024 Joachim Metz <joachim.m...@gmail.com> 20240309-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/libsmdev-20240309/libuna/Makefile.am 
new/libsmdev-20240505/libuna/Makefile.am
--- old/libsmdev-20240309/libuna/Makefile.am    2024-03-09 07:45:56.000000000 
+0100
+++ new/libsmdev-20240505/libuna/Makefile.am    2024-05-05 11:01:37.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/libsmdev-20240309/libuna/libuna_definitions.h 
new/libsmdev-20240505/libuna/libuna_definitions.h
--- old/libsmdev-20240309/libuna/libuna_definitions.h   2024-03-09 
07:45:56.000000000 +0100
+++ new/libsmdev-20240505/libuna/libuna_definitions.h   2024-05-05 
11:01:37.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/libsmdev-20240309/m4/libcdata.m4 new/libsmdev-20240505/m4/libcdata.m4
--- old/libsmdev-20240309/m4/libcdata.m4        2024-03-09 07:37:37.000000000 
+0100
+++ new/libsmdev-20240505/m4/libcdata.m4        2024-05-05 10:45:19.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/libsmdev-20240309/m4/libcerror.m4 new/libsmdev-20240505/m4/libcerror.m4
--- old/libsmdev-20240309/m4/libcerror.m4       2024-03-09 07:37:37.000000000 
+0100
+++ new/libsmdev-20240505/m4/libcerror.m4       2024-05-05 10:45:19.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/libsmdev-20240309/m4/libcfile.m4 new/libsmdev-20240505/m4/libcfile.m4
--- old/libsmdev-20240309/m4/libcfile.m4        2024-03-09 07:37:37.000000000 
+0100
+++ new/libsmdev-20240505/m4/libcfile.m4        2024-05-05 10:45:19.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/libsmdev-20240309/m4/libclocale.m4 new/libsmdev-20240505/m4/libclocale.m4
--- old/libsmdev-20240309/m4/libclocale.m4      2024-03-09 07:37:37.000000000 
+0100
+++ new/libsmdev-20240505/m4/libclocale.m4      2024-05-05 10:45:19.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/libsmdev-20240309/m4/libcnotify.m4 new/libsmdev-20240505/m4/libcnotify.m4
--- old/libsmdev-20240309/m4/libcnotify.m4      2024-03-09 07:37:37.000000000 
+0100
+++ new/libsmdev-20240505/m4/libcnotify.m4      2024-05-05 10:45:19.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/libsmdev-20240309/m4/libcthreads.m4 new/libsmdev-20240505/m4/libcthreads.m4
--- old/libsmdev-20240309/m4/libcthreads.m4     2024-03-09 07:37:37.000000000 
+0100
+++ new/libsmdev-20240505/m4/libcthreads.m4     2024-05-05 10:45:19.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/libsmdev-20240309/m4/libuna.m4 new/libsmdev-20240505/m4/libuna.m4
--- old/libsmdev-20240309/m4/libuna.m4  2024-03-09 07:37:37.000000000 +0100
+++ new/libsmdev-20240505/m4/libuna.m4  2024-05-05 10:45:19.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/libsmdev-20240309/m4/python.m4 new/libsmdev-20240505/m4/python.m4
--- old/libsmdev-20240309/m4/python.m4  2023-12-03 10:14:20.000000000 +0100
+++ new/libsmdev-20240505/m4/python.m4  2024-05-05 10:45:19.000000000 +0200
@@ -1,6 +1,6 @@
 dnl Functions for Python bindings
 dnl
-dnl Version: 20231119
+dnl Version: 20240418
 
 dnl Function to check if the python binary is available
 dnl "python${PYTHON_VERSION} python python# python#.#"
@@ -76,10 +76,12 @@
     AC_MSG_RESULT(
       [$PYTHON_LDFLAGS])
 
-    dnl For CygWin add the -no-undefined linker flag
+    dnl For CygWin and MinGW add the -no-undefined linker flag
     AS_CASE(
-      [$host_os],
-      [cygwin*],[PYTHON_LDFLAGS="${PYTHON_LDFLAGS} -no-undefined"],
+      [$build],
+      [*-*-cygwin*],[PYTHON_LDFLAGS="${PYTHON_LDFLAGS} -no-undefined"],
+      [*-*-mingw*],[PYTHON_LDFLAGS="${PYTHON_LDFLAGS} -no-undefined"],
+      [*-*-msys*],[PYTHON_LDFLAGS="${PYTHON_LDFLAGS} -no-undefined"],
       [*],[])
 
     dnl Check for the existence of Python.h
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/libsmdev-20240309/manuals/Makefile.am 
new/libsmdev-20240505/manuals/Makefile.am
--- old/libsmdev-20240309/manuals/Makefile.am   2023-12-03 10:14:21.000000000 
+0100
+++ new/libsmdev-20240505/manuals/Makefile.am   2024-05-05 10:51:36.000000000 
+0200
@@ -6,9 +6,7 @@
        libsmdev.3 \
        smdevinfo.1
 
-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/libsmdev-20240309/msvscpp/Makefile.am 
new/libsmdev-20240505/msvscpp/Makefile.am
--- old/libsmdev-20240309/msvscpp/Makefile.am   2024-03-09 07:39:28.000000000 
+0100
+++ new/libsmdev-20240505/msvscpp/Makefile.am   2024-05-05 10:51:56.000000000 
+0200
@@ -24,9 +24,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/libsmdev-20240309/pysmdev/Makefile.am 
new/libsmdev-20240505/pysmdev/Makefile.am
--- old/libsmdev-20240309/pysmdev/Makefile.am   2023-12-03 10:14:21.000000000 
+0100
+++ new/libsmdev-20240505/pysmdev/Makefile.am   2024-05-05 10:52:04.000000000 
+0200
@@ -1,7 +1,7 @@
 if HAVE_PYTHON
 AM_CFLAGS = \
-       -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@ \
@@ -36,9 +36,7 @@
 
 endif
 
-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/libsmdev-20240309/setup.cfg new/libsmdev-20240505/setup.cfg
--- old/libsmdev-20240309/setup.cfg     2024-03-09 07:46:22.000000000 +0100
+++ new/libsmdev-20240505/setup.cfg     2024-05-05 11:01:59.000000000 +0200
@@ -1,6 +1,6 @@
 [metadata]
 name = libsmdev-python
-version = 20240309
+version = 20240505
 description = Python bindings module for libsmdev
 long_description = Python bindings module for libsmdev
 long_description_content_type = text/plain
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/libsmdev-20240309/smdevtools/Makefile.am 
new/libsmdev-20240505/smdevtools/Makefile.am
--- old/libsmdev-20240309/smdevtools/Makefile.am        2023-12-03 
10:14:21.000000000 +0100
+++ new/libsmdev-20240505/smdevtools/Makefile.am        2024-05-05 
10:50:56.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@ \
@@ -37,12 +37,10 @@
        @LIBCERROR_LIBADD@ \
        @LIBINTL@
 
-MAINTAINERCLEANFILES = \
+DISTCLEANFILES = \
+       Makefile \
        Makefile.in
 
-distclean: clean
-       -rm -f Makefile
-
 splint-local:
        @echo "Running splint on smdevinfo ..."
        -splint -preproc -redef $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) 
$(AM_CPPFLAGS) $(smdevinfo_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/libsmdev-20240309/tests/Makefile.am new/libsmdev-20240505/tests/Makefile.am
--- old/libsmdev-20240309/tests/Makefile.am     2024-03-09 07:38:04.000000000 
+0100
+++ new/libsmdev-20240505/tests/Makefile.am     2024-05-05 10:51:25.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@ \
@@ -184,9 +184,8 @@
        ../libsmdev/libsmdev.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/libsmdev-20240309/tests/test_library.sh 
new/libsmdev-20240505/tests/test_library.sh
--- old/libsmdev-20240309/tests/test_library.sh 2024-03-09 07:38:25.000000000 
+0100
+++ new/libsmdev-20240505/tests/test_library.sh 2024-05-05 10:47:57.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/libsmdev-20240309/tests/test_manpage.sh 
new/libsmdev-20240505/tests/test_manpage.sh
--- old/libsmdev-20240309/tests/test_manpage.sh 2024-03-09 07:37:37.000000000 
+0100
+++ new/libsmdev-20240505/tests/test_manpage.sh 2024-05-05 10:45:19.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/libsmdev-20240309/tests/test_python_module.sh 
new/libsmdev-20240505/tests/test_python_module.sh
--- old/libsmdev-20240309/tests/test_python_module.sh   2024-03-09 
07:37:37.000000000 +0100
+++ new/libsmdev-20240505/tests/test_python_module.sh   2024-05-05 
10:45:19.000000000 +0200
@@ -1,7 +1,7 @@
 #!/usr/bin/env bash
 # Tests Python module functions and types.
 #
-# Version: 20240120
+# Version: 20240417
 
 EXIT_SUCCESS=0;
 EXIT_FAILURE=1;
@@ -15,12 +15,15 @@
 TEST_TOOL_DIRECTORY=".";
 INPUT_GLOB="*";
 
+LIBRARY_NAME="libsmdev";
+PYTHON_MODULE="pysmdev";
+
 test_python_function()
 {
        local TEST_FUNCTION=$1;
 
        local TEST_DESCRIPTION="Testing Python-bindings functions: 
${TEST_FUNCTION}";
-       local 
TEST_SCRIPT="${TEST_TOOL_DIRECTORY}/pysmdev_test_${TEST_FUNCTION}.py";
+       local 
TEST_SCRIPT="${TEST_TOOL_DIRECTORY}/${PYTHON_MODULE}_test_${TEST_FUNCTION}.py";
 
        run_test_with_arguments "${TEST_DESCRIPTION}" "${TEST_SCRIPT}";
        local RESULT=$?;
@@ -33,7 +36,7 @@
        local TEST_FUNCTION=$1;
 
        local TEST_DESCRIPTION="Testing Python-bindings functions: 
${TEST_FUNCTION}";
-       local 
TEST_SCRIPT="${TEST_TOOL_DIRECTORY}/pysmdev_test_${TEST_FUNCTION}.py";
+       local 
TEST_SCRIPT="${TEST_TOOL_DIRECTORY}/${PYTHON_MODULE}_test_${TEST_FUNCTION}.py";
 
        if ! test -d "input";
        then
@@ -50,7 +53,7 @@
                return ${EXIT_IGNORE};
        fi
 
-       local TEST_PROFILE_DIRECTORY=$(get_test_profile_directory "input" 
"pysmdev");
+       local TEST_PROFILE_DIRECTORY=$(get_test_profile_directory "input" 
"${PYTHON_MODULE}");
 
        local IGNORE_LIST=$(read_ignore_list "${TEST_PROFILE_DIRECTORY}");
 
@@ -125,12 +128,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
@@ -141,6 +141,14 @@
 
 source ${TEST_RUNNER};
 
+PLATFORM=`uname -s | sed 's/-.*$//'`;
+
+if test "${PLATFORM}" = "MINGW64_NT" || test "${PLATFORM}" = "MSYS_NT";
+then
+       cp ../${LIBRARY_NAME}/.libs/*.dll ../${PYTHON_MODULE}/.libs/;
+       cp ../${PYTHON_MODULE}/.libs/${PYTHON_MODULE}.dll 
../${PYTHON_MODULE}/.libs/${PYTHON_MODULE}.pyd;
+fi
+
 RESULT=${EXIT_IGNORE};
 
 for TEST_FUNCTION in ${TEST_FUNCTIONS};
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/libsmdev-20240309/tests/test_smdevinfo.sh 
new/libsmdev-20240505/tests/test_smdevinfo.sh
--- old/libsmdev-20240309/tests/test_smdevinfo.sh       2024-03-09 
07:37:37.000000000 +0100
+++ new/libsmdev-20240505/tests/test_smdevinfo.sh       2024-05-05 
10:45:19.000000000 +0200
@@ -1,7 +1,7 @@
 #!/usr/bin/env bash
 # Info tool testing script
 #
-# Version: 20231005
+# Version: 20240413
 
 EXIT_SUCCESS=0;
 EXIT_FAILURE=1;
@@ -32,12 +32,9 @@
        exit ${EXIT_FAILURE};
 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