From 85c90d8f072257098138a98daed53659969547eacdec388ee67b7d0c7d707a1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Tue, 12 Nov 2024 12:14:15 +0100 Subject: [PATCH] Sync from SUSE:SLFO:Main libdex revision 0cbf9c1793f6718ebb87c7d7018c5a11 --- _service | 19 +++++++++++++++++ libdex-0.4.1.tar.xz | 3 --- libdex-0.8.1.obscpio | 3 +++ libdex.changes | 50 ++++++++++++++++++++++++++++++++++++++++++++ libdex.obsinfo | 4 ++++ libdex.spec | 6 +++--- 6 files changed, 79 insertions(+), 6 deletions(-) create mode 100644 _service delete mode 100644 libdex-0.4.1.tar.xz create mode 100644 libdex-0.8.1.obscpio create mode 100644 libdex.obsinfo diff --git a/_service b/_service new file mode 100644 index 0000000..103e188 --- /dev/null +++ b/_service @@ -0,0 +1,19 @@ + + + + git + https://gitlab.gnome.org/GNOME/libdex.git + 0.8.1 + @PARENT_TAG@+@TAG_OFFSET@ + v?(.*)\+0 + \1 + + + + + *.tar + zst + + + + diff --git a/libdex-0.4.1.tar.xz b/libdex-0.4.1.tar.xz deleted file mode 100644 index de324c1..0000000 --- a/libdex-0.4.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:81b5f5474d164b40395e82867fa706af18207c787f30989b76afb7e7df5b443a -size 95492 diff --git a/libdex-0.8.1.obscpio b/libdex-0.8.1.obscpio new file mode 100644 index 0000000..48bf6a2 --- /dev/null +++ b/libdex-0.8.1.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e602c4f9cf450acfe431bfc49da162519375f3970f1325a2816329385a11c62a +size 692236 diff --git a/libdex.changes b/libdex.changes index fdeecbd..7089059 100644 --- a/libdex.changes +++ b/libdex.changes @@ -1,3 +1,53 @@ +------------------------------------------------------------------- +Sat Oct 19 10:17:15 UTC 2024 - Bjørn Lie + +- Update to version 0.8.1: + + Fix disabling of assertions in production builds + +------------------------------------------------------------------- +Tue Sep 17 06:35:24 UTC 2024 - Bjørn Lie + +- Update to version 0.8.0: + + Various build system improvements to help catch correctness + issues. + + Increased assertions in fibers to help Coverity discover usage + patterns. + + Avoid releasing discarded future until chained future is + released. + + Fix overflow in extremely large timeout calculation. + + Various introspection fixes. + + Fix inclusion from C++. + +------------------------------------------------------------------- +Mon Jun 3 09:53:11 UTC 2024 - Dominique Leuenberger + +- Update to version 0.6.1: + + Adds Fiber support for macOS on Apple Silicon. + +------------------------------------------------------------------- +Fri Mar 15 21:08:26 UTC 2024 - Dominique Leuenberger + +- Update to version 0.6.0: + + No changes since 0.5.1. + +------------------------------------------------------------------- +Mon Mar 4 08:49:06 UTC 2024 - Dominique Leuenberger + +- Update to version 0.5.1: + + Add convenience API for checking exact future status without + enum. + + Lots of documentation additions. + +------------------------------------------------------------------- +Tue Feb 13 07:49:46 UTC 2024 - Dominique Leuenberger + +- Update to version 0.5.0: + + Various API now warns about unused results to help avoid + unintended leaks of futures. + + dex_file_query_exists() is a new wrapper for + g_file_query_exists(). + + Documentation fixes. + ------------------------------------------------------------------- Mon Oct 23 17:54:41 UTC 2023 - Bjørn Lie diff --git a/libdex.obsinfo b/libdex.obsinfo new file mode 100644 index 0000000..2b13ff8 --- /dev/null +++ b/libdex.obsinfo @@ -0,0 +1,4 @@ +name: libdex +version: 0.8.1 +mtime: 1729286972 +commit: 01652cc39452170bf3d79d96cde7fb884b366db6 diff --git a/libdex.spec b/libdex.spec index a1ac892..107a11b 100644 --- a/libdex.spec +++ b/libdex.spec @@ -1,7 +1,7 @@ # # spec file for package libdex # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,12 +20,12 @@ %bcond_with profiling Name: libdex -Version: 0.4.1 +Version: 0.8.1 Release: 0 Summary: Library supporting "Deferred Execution" for GNOME and GTK License: LGPL-2.1-or-later URL: https://gitlab.gnome.org/chergert/libdex -Source0: https://download.gnome.org/sources/%{name}/0.4/%{name}-%{version}.tar.xz +Source0: %{name}-%{version}.tar.zst BuildRequires: c_compiler BuildRequires: meson