Accepting request 1158306 from GNOME:Next
GNOME 46 OBS-URL: https://build.opensuse.org/request/show/1158306 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libdex?expand=0&rev=11
This commit is contained in:
parent
1c26ed888f
commit
1e18a627c6
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.6.0</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.
3
libdex-0.6.0.obscpio
Normal file
3
libdex-0.6.0.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dacda52e94e5bc7e03ce91b05a6d90c70016a7d6c1f92f8e13eb95bfcff6de61
|
||||
size 689676
|
@ -1,3 +1,27 @@
|
||||
-------------------------------------------------------------------
|
||||
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.6.0
|
||||
mtime: 1710536511
|
||||
commit: 7a5757ea1b702e7fcf8312bcfe7a373ee89c787a
|
@ -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.6.0
|
||||
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