Sync from SUSE:SLFO:Main libdex revision 0cbf9c1793f6718ebb87c7d7018c5a11
This commit is contained in:
parent
0a0b22b37d
commit
85c90d8f07
19
_service
Normal file
19
_service
Normal file
@ -0,0 +1,19 @@
|
||||
<?xml version="1.0"?>
|
||||
<services>
|
||||
<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.8.1</param>
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||
<param name="versionrewrite-pattern">v?(.*)\+0</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
<!-- <param name="changesgenerate">enable</param> -->
|
||||
</service>
|
||||
<service name="tar" mode="buildtime"/>
|
||||
<service name="recompress" mode="buildtime">
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">zst</param>
|
||||
</service>
|
||||
<service name="set_version" mode="manual" />
|
||||
</services>
|
||||
|
BIN
libdex-0.4.1.tar.xz
(Stored with Git LFS)
BIN
libdex-0.4.1.tar.xz
(Stored with Git LFS)
Binary file not shown.
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,53 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
- Update to version 0.6.1:
|
||||
+ Adds Fiber support for macOS on Apple Silicon.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 15 21:08:26 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Update to version 0.6.0:
|
||||
+ No changes since 0.5.1.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 4 08:49:06 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Update to version 0.5.1:
|
||||
+ Add convenience API for checking exact future status without
|
||||
enum.
|
||||
+ Lots of documentation additions.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 13 07:49:46 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Update to version 0.5.0:
|
||||
+ Various API now warns about unused results to help avoid
|
||||
unintended leaks of futures.
|
||||
+ dex_file_query_exists() is a new wrapper for
|
||||
g_file_query_exists().
|
||||
+ Documentation fixes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 23 17:54:41 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
|
4
libdex.obsinfo
Normal file
4
libdex.obsinfo
Normal file
@ -0,0 +1,4 @@
|
||||
name: libdex
|
||||
version: 0.8.1
|
||||
mtime: 1729286972
|
||||
commit: 01652cc39452170bf3d79d96cde7fb884b366db6
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libdex
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -20,12 +20,12 @@
|
||||
%bcond_with profiling
|
||||
|
||||
Name: libdex
|
||||
Version: 0.4.1
|
||||
Version: 0.8.1
|
||||
Release: 0
|
||||
Summary: Library supporting "Deferred Execution" for GNOME and GTK
|
||||
License: LGPL-2.1-or-later
|
||||
URL: https://gitlab.gnome.org/chergert/libdex
|
||||
Source0: https://download.gnome.org/sources/%{name}/0.4/%{name}-%{version}.tar.xz
|
||||
Source0: %{name}-%{version}.tar.zst
|
||||
|
||||
BuildRequires: c_compiler
|
||||
BuildRequires: meson
|
||||
|
Loading…
Reference in New Issue
Block a user