Compare commits
No commits in common. "factory" and "factory" have entirely different histories.
2
_service
2
_service
@ -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.1</param>
|
<param name="revision">0.6.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>
|
||||||
|
3
libdex-0.6.1.obscpio
Normal file
3
libdex-0.6.1.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3517dc48efb413ee15066709b745d65f3832efe18b3868dbb010ccb0fce525ae
|
||||||
|
size 690188
|
BIN
libdex-0.8.1.obscpio
(Stored with Git LFS)
BIN
libdex-0.8.1.obscpio
(Stored with Git LFS)
Binary file not shown.
@ -1,23 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
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>
|
Mon Jun 3 09:53:11 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
name: libdex
|
name: libdex
|
||||||
version: 0.8.1
|
version: 0.6.1
|
||||||
mtime: 1729286972
|
mtime: 1717105437
|
||||||
commit: 01652cc39452170bf3d79d96cde7fb884b366db6
|
commit: 76c7da206eeaf0ce9d32bde1b1b3fea5ddab27c9
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
%bcond_with profiling
|
%bcond_with profiling
|
||||||
|
|
||||||
Name: libdex
|
Name: libdex
|
||||||
Version: 0.8.1
|
Version: 0.6.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
|
||||||
|
Loading…
Reference in New Issue
Block a user