From c42f535a4230bd228a1b1c3a7c3637f1bd0cad0c2cfa06208464afbb31e69779 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Mon, 18 Sep 2023 06:45:15 +0000 Subject: [PATCH] Accepting request 1111726 from GNOME:Next - Update to version 0.4.0: + Documentation updates. OBS-URL: https://build.opensuse.org/request/show/1111726 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libdex?expand=0&rev=7 --- libdex-0.3.1.tar.xz | 3 --- libdex-0.4.0.tar.xz | 3 +++ libdex.changes | 6 ++++++ libdex.spec | 4 ++-- 4 files changed, 11 insertions(+), 5 deletions(-) delete mode 100644 libdex-0.3.1.tar.xz create mode 100644 libdex-0.4.0.tar.xz diff --git a/libdex-0.3.1.tar.xz b/libdex-0.3.1.tar.xz deleted file mode 100644 index 7f7474c..0000000 --- a/libdex-0.3.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4f0fc1b27cbb757d72d61e97b8675960768120d646b5157a4cbbff5efd4224c9 -size 95460 diff --git a/libdex-0.4.0.tar.xz b/libdex-0.4.0.tar.xz new file mode 100644 index 0000000..39472f0 --- /dev/null +++ b/libdex-0.4.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36b027e8a368325be7214b987763b1a3794ed29fb7a938ba6ecd93a3be21c4fb +size 95468 diff --git a/libdex.changes b/libdex.changes index 93f8519..83ffa5b 100644 --- a/libdex.changes +++ b/libdex.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Sep 17 01:09:23 UTC 2023 - Luciano Santos + +- Update to version 0.4.0: + + Documentation updates. + ------------------------------------------------------------------- Wed Sep 6 01:13:35 UTC 2023 - Luciano Santos diff --git a/libdex.spec b/libdex.spec index a81a45e..4d750c7 100644 --- a/libdex.spec +++ b/libdex.spec @@ -20,12 +20,12 @@ %bcond_with profiling Name: libdex -Version: 0.3.1 +Version: 0.4.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.3/%{name}-%{version}.tar.xz +Source0: https://download.gnome.org/sources/%{name}/0.4/%{name}-%{version}.tar.xz BuildRequires: c_compiler BuildRequires: meson