diff --git a/_service b/_service new file mode 100644 index 0000000..b9f218b --- /dev/null +++ b/_service @@ -0,0 +1,19 @@ + + + + git + https://gitlab.gnome.org/World/libcloudproviders.git + 0.3.6 + @PARENT_TAG@+@TAG_OFFSET@ + v?(.*)\+0 + \1 + + + + + *.tar + zst + + + + diff --git a/libcloudproviders-0.3.1.tar.xz b/libcloudproviders-0.3.1.tar.xz deleted file mode 100644 index 172ebaa..0000000 --- a/libcloudproviders-0.3.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4763213ca1e1fe30d422f5ae3b4f02a454f63414c1860ad142d6385f89d05929 -size 22072 diff --git a/libcloudproviders-0.3.6.obscpio b/libcloudproviders-0.3.6.obscpio new file mode 100644 index 0000000..7305753 --- /dev/null +++ b/libcloudproviders-0.3.6.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d3bd51c863f3798d404988a0671021c7d793eb4777a0179b976ee0c794cf8f7 +size 155147 diff --git a/libcloudproviders-rpmlintrc b/libcloudproviders-rpmlintrc deleted file mode 100644 index 8f24274..0000000 --- a/libcloudproviders-rpmlintrc +++ /dev/null @@ -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"); diff --git a/libcloudproviders.changes b/libcloudproviders.changes index 7258956..a7f283c 100644 --- a/libcloudproviders.changes +++ b/libcloudproviders.changes @@ -1,3 +1,33 @@ +------------------------------------------------------------------- +Wed Mar 20 10:15:23 UTC 2024 - Dominique Leuenberger + +- 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 + +- 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 + +- 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 + +- Update to version 0.3.2: + + No upstream changes provided. + ------------------------------------------------------------------- Mon Dec 19 08:31:46 UTC 2022 - Dominique Leuenberger diff --git a/libcloudproviders.obsinfo b/libcloudproviders.obsinfo new file mode 100644 index 0000000..6efff34 --- /dev/null +++ b/libcloudproviders.obsinfo @@ -0,0 +1,4 @@ +name: libcloudproviders +version: 0.3.6 +mtime: 1710928185 +commit: 9702091d5f77c2d1dfe1f8ca254c0910738da359 diff --git a/libcloudproviders.spec b/libcloudproviders.spec index 85c860b..76e1545 100644 --- a/libcloudproviders.spec +++ b/libcloudproviders.spec @@ -1,7 +1,7 @@ # # 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 # 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 _girdir %(pkg-config --variable=girdir gobject-introspection-1.0) Name: libcloudproviders -Version: 0.3.1 +Version: 0.3.6 Release: 0 Summary: Library/Client to integrate cloud storage providers License: LGPL-3.0-or-later Group: System/GUI/GNOME URL: https://gitlab.gnome.org/World/libcloudproviders -Source0: https://download.gnome.org/sources/libcloudproviders/0.3/%{name}-%{version}.tar.xz -Source99: %{name}-rpmlintrc +Source0: %{name}-%{version}.tar.zst + BuildRequires: gtk-doc BuildRequires: meson >= 0.42.0 BuildRequires: pkgconfig