Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libluksde for openSUSE:Factory 
checked in at 2023-12-05 17:03:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libluksde (Old)
 and      /work/SRC/openSUSE:Factory/.libluksde.new.25432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libluksde"

Tue Dec  5 17:03:34 2023 rev:13 rq:1130897 version:20231204

Changes:
--------
--- /work/SRC/openSUSE:Factory/libluksde/libluksde.changes      2023-11-30 
22:01:21.057125433 +0100
+++ /work/SRC/openSUSE:Factory/.libluksde.new.25432/libluksde.changes   
2023-12-05 17:03:47.790430980 +0100
@@ -1,0 +2,6 @@
+Tue Dec  5 06:57:22 UTC 2023 - Jan Engelhardt <jeng...@inai.de>
+
+- Update to release 20231205
+  * No user-relevant changes
+
+-------------------------------------------------------------------

Old:
----
  libluksde-experimental-20231128.tar.gz
  libluksde-experimental-20231128.tar.gz.asc

New:
----
  libluksde-experimental-20231204.tar.gz
  libluksde-experimental-20231204.tar.gz.asc

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

Other differences:
------------------
++++++ libluksde.spec ++++++
--- /var/tmp/diff_new_pack.f60MLS/_old  2023-12-05 17:03:48.570459733 +0100
+++ /var/tmp/diff_new_pack.f60MLS/_new  2023-12-05 17:03:48.574459880 +0100
@@ -20,7 +20,7 @@
 
 %define lname  libluksde1
 Name:           libluksde
-Version:        20231128
+Version:        20231204
 Release:        0
 Summary:        Library and tools to access LUKS Disk Encryption encrypted 
files
 License:        GFDL-1.3-or-later AND LGPL-3.0-or-later

++++++ libluksde-experimental-20231128.tar.gz -> 
libluksde-experimental-20231204.tar.gz ++++++
++++ 1604 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/libluksde-20231128/Makefile.am new/libluksde-20231204/Makefile.am
--- old/libluksde-20231128/Makefile.am  2023-11-28 07:03:30.000000000 +0100
+++ new/libluksde-20231204/Makefile.am  2023-12-04 18:01:23.000000000 +0100
@@ -48,6 +48,9 @@
        libluksde.pc.in
 
 SETUP_PY_FILES = \
+       pyproject.toml \
+       setup.cfg \
+       setup.cfg.in \
        setup.py
 
 SPEC_FILES = \
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/libluksde-20231128/common/config.h new/libluksde-20231204/common/config.h
--- old/libluksde-20231128/common/config.h      2023-11-28 19:19:39.000000000 
+0100
+++ new/libluksde-20231204/common/config.h      2023-12-04 18:35:27.000000000 
+0100
@@ -635,7 +635,7 @@
 #define PACKAGE_NAME "libluksde"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "libluksde 20231128"
+#define PACKAGE_STRING "libluksde 20231204"
 
 /* Define to the one symbol short name of this package. */
 #define PACKAGE_TARNAME "libluksde"
@@ -644,7 +644,7 @@
 #define PACKAGE_URL ""
 
 /* Define to the version of this package. */
-#define PACKAGE_VERSION "20231128"
+#define PACKAGE_VERSION "20231204"
 
 /* The size of `int', as computed by sizeof. */
 #define SIZEOF_INT 4
@@ -673,7 +673,7 @@
 /* #undef TM_IN_SYS_TIME */
 
 /* Version number of package */
-#define VERSION "20231128"
+#define VERSION "20231204"
 
 /* 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/libluksde-20231128/configure.ac new/libluksde-20231204/configure.ac
--- old/libluksde-20231128/configure.ac 2023-11-28 06:59:48.000000000 +0100
+++ new/libluksde-20231204/configure.ac 2023-12-04 18:18:32.000000000 +0100
@@ -2,7 +2,7 @@
 
 AC_INIT(
  [libluksde],
- [20231128],
+ [20231204],
  [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/libluksde-20231128/dpkg/changelog new/libluksde-20231204/dpkg/changelog
--- old/libluksde-20231128/dpkg/changelog       2023-11-28 19:19:39.000000000 
+0100
+++ new/libluksde-20231204/dpkg/changelog       2023-12-04 18:35:27.000000000 
+0100
@@ -1,5 +1,5 @@
-libluksde (20231128-1) unstable; urgency=low
+libluksde (20231204-1) unstable; urgency=low
 
   * Auto-generated
 
- -- Joachim Metz <joachim.m...@gmail.com>  Tue, 28 Nov 2023 19:19:38 +0100
+ -- Joachim Metz <joachim.m...@gmail.com>  Mon, 04 Dec 2023 18:35:26 +0100
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/libluksde-20231128/include/libluksde/definitions.h 
new/libluksde-20231204/include/libluksde/definitions.h
--- old/libluksde-20231128/include/libluksde/definitions.h      2023-11-28 
19:19:39.000000000 +0100
+++ new/libluksde-20231204/include/libluksde/definitions.h      2023-12-04 
18:35:27.000000000 +0100
@@ -24,11 +24,11 @@
 
 #include <libluksde/types.h>
 
-#define LIBLUKSDE_VERSION              20231128
+#define LIBLUKSDE_VERSION              20231204
 
 /* The version string
  */
-#define LIBLUKSDE_VERSION_STRING       "20231128"
+#define LIBLUKSDE_VERSION_STRING       "20231204"
 
 /* The file access
  * 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/libluksde-20231128/libluksde/libluksde.rc 
new/libluksde-20231204/libluksde/libluksde.rc
--- old/libluksde-20231128/libluksde/libluksde.rc       2023-11-28 
19:19:39.000000000 +0100
+++ new/libluksde-20231204/libluksde/libluksde.rc       2023-12-04 
18:35:27.000000000 +0100
@@ -22,12 +22,12 @@
     BLOCK "040904E4"
     BEGIN
       VALUE "FileDescription",         "Library to access the Linux Unified 
Key Setup (LUKS) Disk Encryption format\0"
-      VALUE "FileVersion",             "20231128" "\0"
+      VALUE "FileVersion",             "20231204" "\0"
       VALUE "InternalName",            "libluksde.dll\0"
       VALUE "LegalCopyright",          "(C) 2013-2023, Joachim Metz 
<joachim.m...@gmail.com>\0"
       VALUE "OriginalFilename",                "libluksde.dll\0"
       VALUE "ProductName",             "libluksde\0"
-      VALUE "ProductVersion",          "20231128" "\0"
+      VALUE "ProductVersion",          "20231204" "\0"
       VALUE "Comments",                        "For more information visit 
https://github.com/libyal/libluksde/\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/libluksde-20231128/libluksde/libluksde_definitions.h 
new/libluksde-20231204/libluksde/libluksde_definitions.h
--- old/libluksde-20231128/libluksde/libluksde_definitions.h    2023-11-28 
19:19:39.000000000 +0100
+++ new/libluksde-20231204/libluksde/libluksde_definitions.h    2023-12-04 
18:35:27.000000000 +0100
@@ -34,11 +34,11 @@
  * for local use of libluksde
  */
 #else
-#define LIBLUKSDE_VERSION                              20231128
+#define LIBLUKSDE_VERSION                              20231204
 
 /* The version string
  */
-#define LIBLUKSDE_VERSION_STRING                       "20231128"
+#define LIBLUKSDE_VERSION_STRING                       "20231204"
 
 /* The file access
  * 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/libluksde-20231128/libluksde.spec new/libluksde-20231204/libluksde.spec
--- old/libluksde-20231128/libluksde.spec       2023-11-28 19:19:39.000000000 
+0100
+++ new/libluksde-20231204/libluksde.spec       2023-12-04 18:35:27.000000000 
+0100
@@ -1,5 +1,5 @@
 Name: libluksde
-Version: 20231128
+Version: 20231204
 Release: 1
 Summary: Library to access the Linux Unified Key Setup (LUKS) Disk Encryption 
format
 Group: System Environment/Libraries
@@ -95,6 +95,6 @@
 %{_mandir}/man1/*
 
 %changelog
-* Tue Nov 28 2023 Joachim Metz <joachim.m...@gmail.com> 20231128-1
+* Mon Dec  4 2023 Joachim Metz <joachim.m...@gmail.com> 20231204-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/libluksde-20231128/pyproject.toml new/libluksde-20231204/pyproject.toml
--- old/libluksde-20231128/pyproject.toml       1970-01-01 01:00:00.000000000 
+0100
+++ new/libluksde-20231204/pyproject.toml       2023-12-04 18:18:32.000000000 
+0100
@@ -0,0 +1,4 @@
+[build-system]
+requires = ["setuptools", "wheel"]
+build-backend = "setuptools.build_meta"
+
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/libluksde-20231128/setup.cfg new/libluksde-20231204/setup.cfg
--- old/libluksde-20231128/setup.cfg    1970-01-01 01:00:00.000000000 +0100
+++ new/libluksde-20231204/setup.cfg    2023-12-04 18:35:27.000000000 +0100
@@ -0,0 +1,16 @@
+[metadata]
+name = libluksde-python
+version = 20231204
+description = Python bindings module for libluksde
+long_description = Python bindings module for libluksde
+long_description_content_type = text/plain
+author = Joachim Metz
+author_email = joachim.m...@gmail.com
+license = GNU Lesser General Public License v3 or later (LGPLv3+)
+license_files = COPYING COPYING.LESSER
+classifiers =
+  Development Status :: 2 - Pre-Alpha
+  Programming Language :: Python
+
+[options]
+python_requires = >=3.7

Reply via email to