diff --git a/_service b/_service index aaf84f1..5b5bf1c 100644 --- a/_service +++ b/_service @@ -3,7 +3,7 @@ git https://gitlab.gnome.org/GNOME/libdex.git - 0.6.1 + 0.8.0 @PARENT_TAG@+@TAG_OFFSET@ v?(.*)\+0 \1 diff --git a/libdex-0.6.1.obscpio b/libdex-0.6.1.obscpio deleted file mode 100644 index 186f055..0000000 --- a/libdex-0.6.1.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3517dc48efb413ee15066709b745d65f3832efe18b3868dbb010ccb0fce525ae -size 690188 diff --git a/libdex-0.8.0.obscpio b/libdex-0.8.0.obscpio new file mode 100644 index 0000000..d25b1af --- /dev/null +++ b/libdex-0.8.0.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:647748f37421ceb87c37687a200dc4651ba4dabff836aef085519a577b32f74d +size 691724 diff --git a/libdex.changes b/libdex.changes index 80ca9fa..4f331f1 100644 --- a/libdex.changes +++ b/libdex.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Tue Sep 17 06:35:24 UTC 2024 - Bjørn Lie + +- 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 diff --git a/libdex.obsinfo b/libdex.obsinfo index 86854d3..c3c993e 100644 --- a/libdex.obsinfo +++ b/libdex.obsinfo @@ -1,4 +1,4 @@ name: libdex -version: 0.6.1 -mtime: 1717105437 -commit: 76c7da206eeaf0ce9d32bde1b1b3fea5ddab27c9 +version: 0.8.0 +mtime: 1726523970 +commit: a23e48f8846e219a061ca20bf769e8cbcfd41c13 diff --git a/libdex.spec b/libdex.spec index cfad0e0..e50f9e4 100644 --- a/libdex.spec +++ b/libdex.spec @@ -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