New stable rel
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libdex?expand=0&rev=20
This commit is contained in:
2
_service
2
_service
@@ -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.9.1</param>
|
||||
<param name="revision">0.10.0</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)
Normal file
BIN
libdex-0.10.0.obscpio
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6726701ea51bd31f964e9286d6397f0d2809c8bdf708c51d4ba60825651403a8
|
||||
size 705036
|
@@ -1,7 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 16 08:43:27 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 0.10.0:
|
||||
+ Discard dependent futures if fiber was cancelled during await.
|
||||
+ Discard dependent futures when finalizing DexBlock.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 25 10:13:14 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 0.9.1:
|
||||
- Update to version 0.9.1 (Unstable):
|
||||
+ Improve build checks for libatommic
|
||||
+ Add dex_promise_resolve_boxed()
|
||||
+ Improve cancellation of fibers
|
||||
|
@@ -1,4 +1,4 @@
|
||||
name: libdex
|
||||
version: 0.9.1
|
||||
mtime: 1740452617
|
||||
commit: 259b26b22bc626635a2b156dabd00b6f0d79f249
|
||||
version: 0.10.0
|
||||
mtime: 1742065289
|
||||
commit: 094958a3780b5ab4652c0547774a1b24862ac25d
|
||||
|
@@ -20,7 +20,7 @@
|
||||
%bcond_with profiling
|
||||
|
||||
Name: libdex
|
||||
Version: 0.9.1
|
||||
Version: 0.10.0
|
||||
Release: 0
|
||||
Summary: Library supporting "Deferred Execution" for GNOME and GTK
|
||||
License: LGPL-2.1-or-later
|
||||
|
Reference in New Issue
Block a user