2025-03-17 10:43:28 +00:00
committed by Git OBS Bridge
parent 9c9325b254
commit e2f6d9eae7
6 changed files with 16 additions and 9 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.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

Binary file not shown.

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6726701ea51bd31f964e9286d6397f0d2809c8bdf708c51d4ba60825651403a8
size 705036

View File

@@ -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

View File

@@ -1,4 +1,4 @@
name: libdex
version: 0.9.1
mtime: 1740452617
commit: 259b26b22bc626635a2b156dabd00b6f0d79f249
version: 0.10.0
mtime: 1742065289
commit: 094958a3780b5ab4652c0547774a1b24862ac25d

View File

@@ -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