17
0

2 Commits

6 changed files with 25 additions and 15 deletions

View File

@@ -3,7 +3,7 @@
<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="revision">0.4.0</param>
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
<param name="versionrewrite-pattern">v?(.*)\+0</param>
<param name="versionrewrite-replacement">\1</param>

Binary file not shown.

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f17ab1634086c3a93bd0bb15bc05f7cbbd43c47deec7e9d50df8d0e6308075e5
size 150027

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Tue Jan 06 12:06:26 UTC 2026 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 0.4.0:
+ Add dependencies to the pkg-config file
+ Replace gtk-doc with gi-docgen
+ Require meson 1.9.0
+ Plug tiny memory leaks and reduce memory footprint of the
library
- Drop gtk-doc BuildRequires following upstreams port. Stop
building API docs.
- Use ldconfig_scriptlets macro for post(un) handling.
-------------------------------------------------------------------
Wed Mar 20 10:15:23 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@@ -1,4 +1,4 @@
name: libcloudproviders
version: 0.3.6
mtime: 1710928185
commit: 9702091d5f77c2d1dfe1f8ca254c0910738da359
version: 0.4.0
mtime: 1767687629
commit: 510f0eee666e4f99e8b11eb55945347db371b47c

View File

@@ -1,7 +1,7 @@
#
# spec file for package libcloudproviders
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2026 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
%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.6
Version: 0.4.0
Release: 0
Summary: Library/Client to integrate cloud storage providers
License: LGPL-3.0-or-later
@@ -27,8 +27,7 @@ Group: System/GUI/GNOME
URL: https://gitlab.gnome.org/World/libcloudproviders
Source0: %{name}-%{version}.tar.zst
BuildRequires: gtk-doc
BuildRequires: meson >= 0.42.0
BuildRequires: meson >= 1.9.0
BuildRequires: pkgconfig
BuildRequires: pkgconfig(gio-2.0) >= 2.51.2
BuildRequires: pkgconfig(gio-unix-2.0) >= 2.51.2
@@ -73,7 +72,7 @@ developing applications that use %{name}.
%build
%meson \
-Denable-gtk-doc=true
%{nil}
%meson_build
%install
@@ -82,8 +81,7 @@ developing applications that use %{name}.
%check
%meson_test
%post -n libcloudproviders0 -p /sbin/ldconfig
%postun -n libcloudproviders0 -p /sbin/ldconfig
%ldconfig_scriptlets -n libcloudproviders0
%files -n libcloudproviders0
%license LICENSE
@@ -94,7 +92,6 @@ developing applications that use %{name}.
%{_typelibdir}/*.typelib
%files devel
%{_datadir}/gtk-doc/html/%{name}/
%{_includedir}/cloudproviders/
%{_libdir}/libcloudproviders.so
%{_libdir}/pkgconfig/cloudproviders.pc