Compare commits
2 Commits
Author | SHA256 | Date | |
---|---|---|---|
17a9e6a2c2 | |||
aaa74555bc |
2
_service
2
_service
@@ -3,7 +3,7 @@
|
|||||||
<service name="obs_scm" mode="manual">
|
<service name="obs_scm" mode="manual">
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="url">https://gitlab.gnome.org/GNOME/libdex.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="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||||
<param name="versionrewrite-pattern">v?(.*)\+0</param>
|
<param name="versionrewrite-pattern">v?(.*)\+0</param>
|
||||||
<param name="versionrewrite-replacement">\1</param>
|
<param name="versionrewrite-replacement">\1</param>
|
||||||
|
BIN
libdex-0.10.0.obscpio
(Stored with Git LFS)
BIN
libdex-0.10.0.obscpio
(Stored with Git LFS)
Binary file not shown.
3
libdex-0.10.1.obscpio
Normal file
3
libdex-0.10.1.obscpio
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:771579d83ff5c2d7fc301b1415837c69e33e892d7e542546641be66d2a94fd33
|
||||||
|
size 711180
|
@@ -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>
|
Tue May 27 08:10:42 UTC 2025 - Yifan Jiang <yfjiang@suse.com>
|
||||||
|
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
name: libdex
|
name: libdex
|
||||||
version: 0.10.0
|
version: 0.10.1
|
||||||
mtime: 1742065289
|
mtime: 1751062793
|
||||||
commit: 094958a3780b5ab4652c0547774a1b24862ac25d
|
commit: ac2ac4508a3e4b2be821ee2fb559fc3697d57cfc
|
||||||
|
@@ -20,7 +20,7 @@
|
|||||||
%bcond_with profiling
|
%bcond_with profiling
|
||||||
|
|
||||||
Name: libdex
|
Name: libdex
|
||||||
Version: 0.10.0
|
Version: 0.10.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Library supporting "Deferred Execution" for GNOME and GTK
|
Summary: Library supporting "Deferred Execution" for GNOME and GTK
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
|
Reference in New Issue
Block a user