forked from pool/libdex
Compare commits
4 Commits
Author | SHA256 | Date | |
---|---|---|---|
|
d84f796a23 | ||
e0f9cbe565 | |||
|
30c99b447a | ||
9f9f006a5b |
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.1</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
|
BIN
libdex-0.8.1.obscpio
(Stored with Git LFS)
Normal file
BIN
libdex-0.8.1.obscpio
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
- 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.1
|
||||
mtime: 1729286972
|
||||
commit: 01652cc39452170bf3d79d96cde7fb884b366db6
|
||||
|
@ -20,7 +20,7 @@
|
||||
%bcond_with profiling
|
||||
|
||||
Name: libdex
|
||||
Version: 0.6.1
|
||||
Version: 0.8.1
|
||||
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