Accepting request 1253708 from GNOME:Factory

New stable rel (forwarded request 1253460 from iznogood)

OBS-URL: https://build.opensuse.org/request/show/1253708
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libdex?expand=0&rev=9
This commit is contained in:
2025-03-18 16:41:01 +00:00
committed by Git OBS Bridge
6 changed files with 38 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.8.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.

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

Binary file not shown.

View File

@@ -1,3 +1,32 @@
-------------------------------------------------------------------
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 (Unstable):
+ Improve build checks for libatommic
+ Add dex_promise_resolve_boxed()
+ Improve cancellation of fibers
+ Use libucontext when necessary
-------------------------------------------------------------------
Sat Jan 25 07:52:23 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 0.9.0 (Unstable):
+ Support for OpenBSD
+ Raise default mmap stack size to 128kb for fibers
+ Add await/resolve API for file-descriptors
+ New dex_return_error_if_fail() precondition macro similar to
g_return_val_if_fail().
+ Additional GIO wrapper functions including dex_file_delete()
and dex_file_replace_contents_bytes()
+ Build system improvements
-------------------------------------------------------------------
Sat Oct 19 10:17:15 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>

View File

@@ -1,4 +1,4 @@
name: libdex
version: 0.8.1
mtime: 1729286972
commit: 01652cc39452170bf3d79d96cde7fb884b366db6
version: 0.10.0
mtime: 1742065289
commit: 094958a3780b5ab4652c0547774a1b24862ac25d

View File

@@ -1,7 +1,7 @@
#
# spec file for package libdex
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
%bcond_with profiling
Name: libdex
Version: 0.8.1
Version: 0.10.0
Release: 0
Summary: Library supporting "Deferred Execution" for GNOME and GTK
License: LGPL-2.1-or-later