Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libdex for openSUSE:Factory checked 
in at 2026-04-10 17:50:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libdex (Old)
 and      /work/SRC/openSUSE:Factory/.libdex.new.21863 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libdex"

Fri Apr 10 17:50:31 2026 rev:13 rq:1345420 version:1.1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/libdex/libdex.changes    2025-09-24 
15:25:32.775545215 +0200
+++ /work/SRC/openSUSE:Factory/.libdex.new.21863/libdex.changes 2026-04-10 
17:55:29.155960310 +0200
@@ -1,0 +2,47 @@
+Mon Apr  6 02:55:06 UTC 2026 - Federico Mena Quintero <[email protected]>
+
+- Update suse_version macro for 1610 (jsc#PED-15830)
+
+-------------------------------------------------------------------
+Mon Mar 23 08:09:45 UTC 2026 - Dominique Leuenberger <[email protected]>
+
+- Migrate to xz compression and manual service run
+
+-------------------------------------------------------------------
+Tue Mar 17 08:53:10 UTC 2026 - Bjørn Lie <[email protected]>
+
+- Update to version 1.1.0:
+  + No changes, stable bump only.
+
+-------------------------------------------------------------------
+Tue Feb 24 07:55:46 UTC 2026 - Dominique Leuenberger <[email protected]>
+
+- Update to version 1.1.rc:
+  + Require GLib 2.87.0
+
+-------------------------------------------------------------------
+Mon Feb 16 08:08:23 UTC 2026 - Dominique Leuenberger <[email protected]>
+
+- Update to version 1.1.alpha:
+  + New D-Bus support with DexDBusInterfaceSkeleton for dispatching
+    method invocations in fibers, allowing async/await in D-Bus
+    handlers
+  + New dex_bus_own_name_on_connection() for managing bus name
+    ownership
+  + New DexFutureListModel for integrating futures with GListModel
+  + Python asyncio integration allowing Dex.Future to be used with
+    async/await in Python code
+  + New runtime version query API: dex_get_major_version(),
+    dex_get_minor_version(), and dex_get_micro_version()
+  + New GIO wrappers: dex_file_create(),
+    dex_data_input_stream_read_line(), dex_find_program_in_path(),
+    dex_mkdir_with_parents(), and g_unlink()
+  + Improved Visual Studio and clang-cl build support with C11
+    atomic support
+  + Thread pool scheduler now falls back to POSIX backend for AIO
+    when necessary
+  + io_uring context reuse improvements
+  + Extensive documentation improvements with gi-docgen annotations
+  + Various bug fixes and memory leak fixes
+
+-------------------------------------------------------------------

Old:
----
  libdex-1.0.0.obscpio

New:
----
  _scmsync.obsinfo
  build.specials.obscpio
  libdex-1.1.0.tar.xz

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

Other differences:
------------------
++++++ libdex.spec ++++++
--- /var/tmp/diff_new_pack.G7MevV/_old  2026-04-10 17:55:29.819987763 +0200
+++ /var/tmp/diff_new_pack.G7MevV/_new  2026-04-10 17:55:29.823987928 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libdex
 #
-# Copyright (c) 2025 SUSE LLC and contributors
+# Copyright (c) 2026 SUSE LLC and contributors
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,12 +20,12 @@
 %bcond_with profiling
 
 Name:           libdex
-Version:        1.0.0
+Version:        1.1.0
 Release:        0
 Summary:        Library supporting "Deferred Execution" for GNOME and GTK
 License:        LGPL-2.1-or-later
 URL:            https://gitlab.gnome.org/chergert/libdex
-Source0:        %{name}-%{version}.tar.zst
+Source0:        %{name}-%{version}.tar.xz
 # PATCH-FIX-SLE disable-test-semaphore.patch bsc#1242053 -- temporarily 
disable the unit test on IBS
 Patch1000:      disable-test-semaphore.patch
 
@@ -34,7 +34,7 @@
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(atomic_ops)
 BuildRequires:  pkgconfig(gi-docgen)
-BuildRequires:  pkgconfig(gio-2.0)
+BuildRequires:  pkgconfig(gio-2.0) >= 2.87
 BuildRequires:  pkgconfig(gobject-introspection-1.0)
 BuildRequires:  pkgconfig(liburing)
 %if %{with profiling}
@@ -93,7 +93,7 @@
 %prep
 %autosetup -N
 %autopatch -p1 -M 999
-%if !0%{?is_opensuse} || 0%{?suse_version} <= 1600
+%if !0%{?is_opensuse} || 0%{?suse_version} < 1699
 %autopatch -p1 -m 1000
 %endif
 
@@ -109,7 +109,9 @@
 %meson_install
 
 %check
-%meson_test
+# skip test-dbus test, as we have no machine-id setup in the worker
+test_list=$(%meson_test --list | grep -v test-dbus)
+%meson_test $test_list
 
 %ldconfig_scriptlets -n %soname
 
@@ -126,6 +128,9 @@
 %{_includedir}/libdex-1/
 %{_libdir}/libdex-1.so
 %{_libdir}/pkgconfig/libdex-1.pc
+%{python3_sitelib}/gi/
+%dir %{_libexecdir}/libdex-1
+%{_libexecdir}/libdex-1/dex-gdbus-codegen-extension.py
 
 %files devel-docs
 %doc NEWS README.md

++++++ _scmsync.obsinfo ++++++
mtime: 1775444114
commit: a93528d293721135294f24de533467a4eeabc689af321c9856a54366a0526526
url: https://src.opensuse.org/GNOME/libdex
revision: a93528d293721135294f24de533467a4eeabc689af321c9856a54366a0526526
projectscmsync: https://src.opensuse.org/GNOME/_ObsPrj

++++++ _service ++++++
--- /var/tmp/diff_new_pack.G7MevV/_old  2026-04-10 17:55:29.879990243 +0200
+++ /var/tmp/diff_new_pack.G7MevV/_new  2026-04-10 17:55:29.883990409 +0200
@@ -3,18 +3,17 @@
   <service name="obs_scm" mode="manual">
     <param name="scm">git</param>
     <param name="url">https://gitlab.gnome.org/GNOME/libdex.git</param>
-    <param name="revision">1.0.0</param>
+    <param name="revision">1.1.0</param>
     <param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
     <param name="versionrewrite-pattern">v?(.*)\+0</param>
     <param name="versionrewrite-replacement">\1</param>
-<!--    <param name="changesgenerate">enable</param> -->
+    <!--    <param name="changesgenerate">enable</param> -->
   </service>
-  <service name="tar" mode="buildtime"/>
-  <service name="recompress" mode="buildtime">
+  <service name="tar" mode="manual"/>
+  <service name="recompress" mode="manual">
     <param name="file">*.tar</param>
-    <param name="compression">zst</param>
+    <param name="compression">xz</param>
   </service>
-  <service name="set_version" mode="manual" />
+  <service name="set_version" mode="manual"/>
 </services>
 
-

++++++ build.specials.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.gitignore new/.gitignore
--- old/.gitignore      1970-01-01 01:00:00.000000000 +0100
+++ new/.gitignore      2026-04-07 09:08:54.000000000 +0200
@@ -0,0 +1,5 @@
+*.obscpio
+*.osc
+_build.*
+.pbuild
+osc-collab.*

++++++ libdex.obsinfo ++++++
--- /var/tmp/diff_new_pack.G7MevV/_old  2026-04-10 17:55:29.987994708 +0200
+++ /var/tmp/diff_new_pack.G7MevV/_new  2026-04-10 17:55:29.991994874 +0200
@@ -1,5 +1,5 @@
 name: libdex
-version: 1.0.0
-mtime: 1756596097
-commit: 8319e745635a3f82912466d748883f76ea87a9cd
+version: 1.1.0
+mtime: 1773695748
+commit: b4f7bc919c8cf1a86d9b36d17acdd0063982246a
 

Reply via email to