Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package tdb for openSUSE:Factory checked in 
at 2025-12-17 17:31:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tdb (Old)
 and      /work/SRC/openSUSE:Factory/.tdb.new.1939 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "tdb"

Wed Dec 17 17:31:16 2025 rev:47 rq:1323102 version:1.4.14

Changes:
--------
--- /work/SRC/openSUSE:Factory/tdb/tdb.changes  2025-03-20 19:24:50.801277221 
+0100
+++ /work/SRC/openSUSE:Factory/.tdb.new.1939/tdb.changes        2025-12-17 
17:34:46.259621506 +0100
@@ -1,0 +2,7 @@
+Thu Oct 16 11:17:53 UTC 2025 - Noel Power <[email protected]>
+
+- Add config-sitearch.patch
+- Update to 1.4.14
+  * let tdbtool return error on failure; (bso#15890).
+
+-------------------------------------------------------------------

Old:
----
  tdb-1.4.13.tar.asc
  tdb-1.4.13.tar.gz

New:
----
  config-sitearch.patch
  tdb-1.4.14.tar.asc
  tdb-1.4.14.tar.gz

----------(New B)----------
  New:
- Add config-sitearch.patch
- Update to 1.4.14
----------(New E)----------

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

Other differences:
------------------
++++++ tdb.spec ++++++
--- /var/tmp/diff_new_pack.WBCtAe/_old  2025-12-17 17:34:48.899732381 +0100
+++ /var/tmp/diff_new_pack.WBCtAe/_new  2025-12-17 17:34:48.919733222 +0100
@@ -19,7 +19,7 @@
 %{!?python_sitearch:  %global python_sitearch %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 %{!?py3_soflags:  %global py3_soflags cpython-%{python3_version_nodots}m}
 Name:           tdb
-Version:        1.4.13
+Version:        1.4.14
 Release:        0
 Summary:        Samba Trivial Database
 License:        LGPL-3.0-or-later
@@ -30,6 +30,7 @@
 Source2:        tdb.keyring
 Source4:        baselibs.conf
 Patch0:         build_pie.patch
+Patch1:         config-sitearch.patch
 BuildRequires:  autoconf
 BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  doxygen
@@ -97,7 +98,8 @@
        --disable-rpath \
        --disable-rpath-install \
        --disable-silent-rules \
-       --bundled-libraries=NONE
+       --bundled-libraries=NONE \
+       --pythonarchdir=%{python3_sitearch}
 
 %make_build all
 doxygen doxy.config

++++++ config-sitearch.patch ++++++
Index: tdb-1.4.14/wscript
===================================================================
--- tdb-1.4.14.orig/wscript
+++ tdb-1.4.14/wscript
@@ -68,6 +68,8 @@ def options(opt):
                    help=("Disable the use of pthread robust mutexes"),
                    action="store_true", dest='disable_tdb_mutex_locking',
                    default=False)
+    opt.load('python') # options for disabling pyc or pyo compilation
+    # enable options related to building python extensions
 
 
 def configure(conf):

++++++ tdb-1.4.13.tar.gz -> tdb-1.4.14.tar.gz ++++++
++++ 7042 lines of diff (skipped)

Reply via email to