Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package tevent for openSUSE:Factory checked in at 2025-12-17 17:31:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/tevent (Old) and /work/SRC/openSUSE:Factory/.tevent.new.1939 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "tevent" Wed Dec 17 17:31:21 2025 rev:47 rq:1323103 version:0.17.1 Changes: -------- --- /work/SRC/openSUSE:Factory/tevent/tevent-man.changes 2025-03-20 19:24:49.697231592 +0100 +++ /work/SRC/openSUSE:Factory/.tevent.new.1939/tevent-man.changes 2025-12-17 17:34:52.275874169 +0100 @@ -1,0 +2,10 @@ +Thu Oct 16 15:31:28 UTC 2025 - Noel Power <[email protected]> + +- Update to 0.17.1 + * Fix 1649525 Use of 32-bit time_t + * Fix Coverity ID 1649524 Dereference before null check + *Fix Coverity ID 1649526 Dereference before null check +- Update to 0.17.0 + * add tevent_context_set_wait_timeout() + +------------------------------------------------------------------- --- /work/SRC/openSUSE:Factory/tevent/tevent.changes 2025-03-20 19:24:49.717232418 +0100 +++ /work/SRC/openSUSE:Factory/.tevent.new.1939/tevent.changes 2025-12-17 17:34:52.375878369 +0100 @@ -1,0 +2,12 @@ +Thu Oct 16 15:31:28 UTC 2025 - Noel Power <[email protected]> + +- Add config-sitearch.patch +- Update to 0.17.1 + * Fix 1649525 Use of 32-bit time_t + * Fix Coverity ID 1649524 Dereference before null check + * Fix Coverity ID 1649526 Dereference before null check +- Update to 0.17.0 + * add tevent_context_set_wait_timeout() + * add tevent_reset_immediate() + +------------------------------------------------------------------- Old: ---- tevent-0.16.2.tar.asc tevent-0.16.2.tar.gz New: ---- config-sitearch.patch tevent-0.17.1.tar.asc tevent-0.17.1.tar.gz ----------(New B)---------- New:/work/SRC/openSUSE:Factory/.tevent.new.1939/tevent.changes- /work/SRC/openSUSE:Factory/.tevent.new.1939/tevent.changes:- Add config-sitearch.patch /work/SRC/openSUSE:Factory/.tevent.new.1939/tevent.changes-- Update to 0.17.1 ----------(New E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ tevent-man.spec ++++++ --- /var/tmp/diff_new_pack.j2SYzZ/_old 2025-12-17 17:34:55.095992605 +0100 +++ /var/tmp/diff_new_pack.j2SYzZ/_new 2025-12-17 17:34:55.103992940 +0100 @@ -55,7 +55,7 @@ %define build_make_smp_mflags %{?jobs:-j%jobs} %endif URL: https://tevent.samba.org/ -Version: 0.16.2 +Version: 0.17.1 Release: 0 Summary: An event system based on the talloc memory management library License: LGPL-3.0-or-later ++++++ tevent.spec ++++++ --- /var/tmp/diff_new_pack.j2SYzZ/_old 2025-12-17 17:34:55.187996468 +0100 +++ /var/tmp/diff_new_pack.j2SYzZ/_new 2025-12-17 17:34:55.215997644 +0100 @@ -55,7 +55,7 @@ %define build_make_smp_mflags %{?jobs:-j%jobs} %endif URL: https://tevent.samba.org/ -Version: 0.16.2 +Version: 0.17.1 Release: 0 Summary: An event system based on the talloc memory management library License: LGPL-3.0-or-later @@ -64,6 +64,7 @@ Source1: https://download.samba.org/pub/tevent/tevent-%{version}.tar.asc Source2: tevent.keyring Source4: baselibs.conf +Patch0: config-sitearch.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -133,6 +134,7 @@ %prep %setup -n tevent-%{version} -q +%autopatch -p1 %build %if ! %{build_man} @@ -154,6 +156,7 @@ --disable-silent-rules \ --bundled-libraries=NONE,${BUNDLED_LIBS} \ --builtin-libraries=replace \ + --pythonarchdir=%{python3_sitearch} " ./configure ${CONFIGURE_OPTIONS} %{__make} %{build_make_smp_mflags} \ ++++++ config-sitearch.patch ++++++ Index: tevent-0.17.1/wscript =================================================================== --- tevent-0.17.1.orig/wscript +++ tevent-0.17.1/wscript @@ -27,6 +27,8 @@ def options(opt): opt.PRIVATE_EXTENSION_DEFAULT('tevent', noextension='tevent') opt.RECURSE('lib/replace') opt.RECURSE('lib/talloc') + opt.load('python') # options for disabling pyc or pyo compilation + # enable options related to building python extensions def configure(conf): ++++++ tevent-0.16.2.tar.gz -> tevent-0.17.1.tar.gz ++++++ ++++ 7121 lines of diff (skipped)
