Accepting request 1205474 from GNOME:Factory
SCripted push of GNOME 47 OBS-URL: https://build.opensuse.org/request/show/1205474 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libdex?expand=0&rev=7
This commit is contained in:
commit
30c99b447a
2
_service
2
_service
@ -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.6.1</param>
|
||||
<param name="revision">0.8.0</param>
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||
<param name="versionrewrite-pattern">v?(.*)\+0</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3517dc48efb413ee15066709b745d65f3832efe18b3868dbb010ccb0fce525ae
|
||||
size 690188
|
3
libdex-0.8.0.obscpio
Normal file
3
libdex-0.8.0.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:647748f37421ceb87c37687a200dc4651ba4dabff836aef085519a577b32f74d
|
||||
size 691724
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 17 06:35:24 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- 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 <dimstar@opensuse.org>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: libdex
|
||||
version: 0.6.1
|
||||
mtime: 1717105437
|
||||
commit: 76c7da206eeaf0ce9d32bde1b1b3fea5ddab27c9
|
||||
version: 0.8.0
|
||||
mtime: 1726523970
|
||||
commit: a23e48f8846e219a061ca20bf769e8cbcfd41c13
|
||||
|
@ -20,7 +20,7 @@
|
||||
%bcond_with profiling
|
||||
|
||||
Name: libdex
|
||||
Version: 0.6.1
|
||||
Version: 0.8.0
|
||||
Release: 0
|
||||
Summary: Library supporting "Deferred Execution" for GNOME and GTK
|
||||
License: LGPL-2.1-or-later
|
||||
|
Loading…
Reference in New Issue
Block a user