2 Commits

Author SHA256 Message Date
17a9e6a2c2 Accepting request 1289801 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/1289801
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libdex?expand=0&rev=11
2025-07-02 16:17:14 +00:00
aaa74555bc - Update to version 0.10.1:
+ Fix autoptr usage
  + Raise critical on finalization of thread-pool-scheduler which
    should not happen in proper usage of libdex
  + Avoid extra pointer chase when dispatching to thread pool
    workers
  + Don't dispatch blocks while on fibers, wait for scheduler
  + Fix leak of unix signal futures
  + Improve management of fiber run queues

OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libdex?expand=0&rev=24
2025-07-02 09:07:33 +00:00
6 changed files with 21 additions and 8 deletions

View File

@@ -3,7 +3,7 @@
<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">0.10.0</param>
<param name="revision">0.10.1</param>
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
<param name="versionrewrite-pattern">v?(.*)\+0</param>
<param name="versionrewrite-replacement">\1</param>

BIN
libdex-0.10.0.obscpio (Stored with Git LFS)

Binary file not shown.

3
libdex-0.10.1.obscpio Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:771579d83ff5c2d7fc301b1415837c69e33e892d7e542546641be66d2a94fd33
size 711180

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Sat Jun 28 07:28:45 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 0.10.1:
+ Fix autoptr usage
+ Raise critical on finalization of thread-pool-scheduler which
should not happen in proper usage of libdex
+ Avoid extra pointer chase when dispatching to thread pool
workers
+ Don't dispatch blocks while on fibers, wait for scheduler
+ Fix leak of unix signal futures
+ Improve management of fiber run queues
-------------------------------------------------------------------
Tue May 27 08:10:42 UTC 2025 - Yifan Jiang <yfjiang@suse.com>

View File

@@ -1,4 +1,4 @@
name: libdex
version: 0.10.0
mtime: 1742065289
commit: 094958a3780b5ab4652c0547774a1b24862ac25d
version: 0.10.1
mtime: 1751062793
commit: ac2ac4508a3e4b2be821ee2fb559fc3697d57cfc

View File

@@ -20,7 +20,7 @@
%bcond_with profiling
Name: libdex
Version: 0.10.0
Version: 0.10.1
Release: 0
Summary: Library supporting "Deferred Execution" for GNOME and GTK
License: LGPL-2.1-or-later