Accepting request 1216792 from GNOME:Factory

OBS-URL: https://build.opensuse.org/request/show/1216792
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libdex?expand=0&rev=8
This commit is contained in:
Ana Guerrero 2024-10-22 12:52:18 +00:00 committed by Git OBS Bridge
commit d84f796a23
6 changed files with 14 additions and 8 deletions

View File

@ -3,7 +3,7 @@
<service name="obs_scm" mode="manual"> <service name="obs_scm" mode="manual">
<param name="scm">git</param> <param name="scm">git</param>
<param name="url">https://gitlab.gnome.org/GNOME/libdex.git</param> <param name="url">https://gitlab.gnome.org/GNOME/libdex.git</param>
<param name="revision">0.8.0</param> <param name="revision">0.8.1</param>
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param> <param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
<param name="versionrewrite-pattern">v?(.*)\+0</param> <param name="versionrewrite-pattern">v?(.*)\+0</param>
<param name="versionrewrite-replacement">\1</param> <param name="versionrewrite-replacement">\1</param>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:647748f37421ceb87c37687a200dc4651ba4dabff836aef085519a577b32f74d
size 691724

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

Binary file not shown.

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat Oct 19 10:17:15 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 0.8.1:
+ Fix disabling of assertions in production builds
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Sep 17 06:35:24 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com> Tue Sep 17 06:35:24 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>

View File

@ -1,4 +1,4 @@
name: libdex name: libdex
version: 0.8.0 version: 0.8.1
mtime: 1726523970 mtime: 1729286972
commit: a23e48f8846e219a061ca20bf769e8cbcfd41c13 commit: 01652cc39452170bf3d79d96cde7fb884b366db6

View File

@ -20,7 +20,7 @@
%bcond_with profiling %bcond_with profiling
Name: libdex Name: libdex
Version: 0.8.0 Version: 0.8.1
Release: 0 Release: 0
Summary: Library supporting "Deferred Execution" for GNOME and GTK Summary: Library supporting "Deferred Execution" for GNOME and GTK
License: LGPL-2.1-or-later License: LGPL-2.1-or-later