Sync from SUSE:SLFO:Main libcloudproviders revision 6ebaaf30d398e6f416746c8670f5e605
This commit is contained in:
parent
226e5cd7f8
commit
b028ba260f
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/World/libcloudproviders.git</param>
|
||||||
|
<param name="revision">0.3.6</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
libcloudproviders-0.3.1.tar.xz
(Stored with Git LFS)
BIN
libcloudproviders-0.3.1.tar.xz
(Stored with Git LFS)
Binary file not shown.
BIN
libcloudproviders-0.3.6.obscpio
(Stored with Git LFS)
Normal file
BIN
libcloudproviders-0.3.6.obscpio
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +0,0 @@
|
|||||||
# libcloudproviders is the upstream name, and not the shared library package
|
|
||||||
addFilter("libcloudproviders\..*W: shlib-policy-nonversioned-dir");
|
|
||||||
addFilter("libcloudproviders\..*W: shlib-policy-missing-lib");
|
|
@ -1,3 +1,33 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Mar 20 10:15:23 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- Update to version 0.3.6:
|
||||||
|
+ Plug several memory leaks.
|
||||||
|
+ Avoid use-after-free within the Proxy.
|
||||||
|
+ Renamespace CloudProvidersProvider.
|
||||||
|
+ Reduce a bit the CloudProvidersAccount memory footprint.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Nov 9 16:51:15 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 0.3.5:
|
||||||
|
+ Avoid use after free with g_bus_get
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 6 19:32:55 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 0.3.4:
|
||||||
|
+ Re-release due to release tarball issue
|
||||||
|
- Changes from version 0.3.3:
|
||||||
|
+ Use a new way to register providers using .desktop files
|
||||||
|
- Drop libcloudproviders-rpmlintrc file/source: No longer needed.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 9 15:53:24 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 0.3.2:
|
||||||
|
+ No upstream changes provided.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Dec 19 08:31:46 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>
|
Mon Dec 19 08:31:46 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
4
libcloudproviders.obsinfo
Normal file
4
libcloudproviders.obsinfo
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
name: libcloudproviders
|
||||||
|
version: 0.3.6
|
||||||
|
mtime: 1710928185
|
||||||
|
commit: 9702091d5f77c2d1dfe1f8ca254c0910738da359
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libcloudproviders
|
# spec file for package libcloudproviders
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -19,14 +19,14 @@
|
|||||||
%define _typelibdir %(pkg-config --variable=typelibdir gobject-introspection-1.0)
|
%define _typelibdir %(pkg-config --variable=typelibdir gobject-introspection-1.0)
|
||||||
%define _girdir %(pkg-config --variable=girdir gobject-introspection-1.0)
|
%define _girdir %(pkg-config --variable=girdir gobject-introspection-1.0)
|
||||||
Name: libcloudproviders
|
Name: libcloudproviders
|
||||||
Version: 0.3.1
|
Version: 0.3.6
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Library/Client to integrate cloud storage providers
|
Summary: Library/Client to integrate cloud storage providers
|
||||||
License: LGPL-3.0-or-later
|
License: LGPL-3.0-or-later
|
||||||
Group: System/GUI/GNOME
|
Group: System/GUI/GNOME
|
||||||
URL: https://gitlab.gnome.org/World/libcloudproviders
|
URL: https://gitlab.gnome.org/World/libcloudproviders
|
||||||
Source0: https://download.gnome.org/sources/libcloudproviders/0.3/%{name}-%{version}.tar.xz
|
Source0: %{name}-%{version}.tar.zst
|
||||||
Source99: %{name}-rpmlintrc
|
|
||||||
BuildRequires: gtk-doc
|
BuildRequires: gtk-doc
|
||||||
BuildRequires: meson >= 0.42.0
|
BuildRequires: meson >= 0.42.0
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
|
Loading…
x
Reference in New Issue
Block a user