From 1e18a627c6a3b8816cfebc57a703665e069595a3adb7ab95ed51bd106a384a22 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 19 Mar 2024 13:30:07 +0000 Subject: [PATCH] Accepting request 1158306 from GNOME:Next GNOME 46 OBS-URL: https://build.opensuse.org/request/show/1158306 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libdex?expand=0&rev=11 --- _service | 19 +++++++++++++++++++ libdex-0.4.1.tar.xz | 3 --- libdex-0.6.0.obscpio | 3 +++ libdex.changes | 24 ++++++++++++++++++++++++ libdex.obsinfo | 4 ++++ libdex.spec | 6 +++--- 6 files changed, 53 insertions(+), 6 deletions(-) create mode 100644 _service delete mode 100644 libdex-0.4.1.tar.xz create mode 100644 libdex-0.6.0.obscpio create mode 100644 libdex.obsinfo diff --git a/_service b/_service new file mode 100644 index 0000000..acfbc02 --- /dev/null +++ b/_service @@ -0,0 +1,19 @@ + + + + git + https://gitlab.gnome.org/GNOME/libdex.git + 0.6.0 + @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.6.0.obscpio b/libdex-0.6.0.obscpio new file mode 100644 index 0000000..dc64d7d --- /dev/null +++ b/libdex-0.6.0.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dacda52e94e5bc7e03ce91b05a6d90c70016a7d6c1f92f8e13eb95bfcff6de61 +size 689676 diff --git a/libdex.changes b/libdex.changes index fdeecbd..486a946 100644 --- a/libdex.changes +++ b/libdex.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +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..045d9f8 --- /dev/null +++ b/libdex.obsinfo @@ -0,0 +1,4 @@ +name: libdex +version: 0.6.0 +mtime: 1710536511 +commit: 7a5757ea1b702e7fcf8312bcfe7a373ee89c787a diff --git a/libdex.spec b/libdex.spec index a1ac892..fa7c02e 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.6.0 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