Accepting request 1175690 from GNOME:Factory

- Update to version 0.2.2:
  + Add remote copy and move functions.
  + Drop Authorization header during download.
  + Fix browsing shared files.
- Drop pkgconfig(rest-0.1) BuildRequires: no longer needed.
- Add pkgconfig(libxml-2.0) BuildRequires: new dependency for the
  test suite.
- Enable test suite: run meson_test in check section.
- Remove 'drive' test from test suite: this specific test wants to
  verify the library against Microsofts servers. As we build
  without network connectivity, this test cannot pass for us. (forwarded request 1175689 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/1175690
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/msgraph?expand=0&rev=2
This commit is contained in:
2024-05-22 19:29:29 +00:00
committed by Git OBS Bridge
6 changed files with 29 additions and 9 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/GNOME/msgraph.git</param>
<param name="revision">0.2.1</param>
<param name="revision">0.2.2</param>
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
<param name="versionrewrite-pattern">v?(.*)\+0</param>
<param name="versionrewrite-replacement">\1</param>

View File

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

3
msgraph-0.2.2.obscpio Normal file
View File

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

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Wed May 22 06:16:45 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 0.2.2:
+ Add remote copy and move functions.
+ Drop Authorization header during download.
+ Fix browsing shared files.
- Drop pkgconfig(rest-0.1) BuildRequires: no longer needed.
- Add pkgconfig(libxml-2.0) BuildRequires: new dependency for the
test suite.
- Enable test suite: run meson_test in check section.
- Remove 'drive' test from test suite: this specific test wants to
verify the library against Microsofts servers. As we build
without network connectivity, this test cannot pass for us.
-------------------------------------------------------------------
Mon Mar 4 09:06:46 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@@ -1,4 +1,4 @@
name: msgraph
version: 0.2.1
mtime: 1709541381
commit: 9f3e53a7f38fa178e4c78caf271f9b93b3cf4c9b
version: 0.2.2
mtime: 1716323018
commit: 2e087866b24dd71428111834483f83dd16dfa3e1

View File

@@ -17,7 +17,7 @@
Name: msgraph
Version: 0.2.1
Version: 0.2.2
Release: 0
Summary: Library for accessing online serive APIs using MS Graph protocol
License: LGPL-3.0-or-later
@@ -33,7 +33,7 @@ BuildRequires: pkgconfig(gobject-introspection-1.0)
BuildRequires: pkgconfig(json-glib-1.0)
BuildRequires: pkgconfig(libsoup-3.0)
BuildRequires: pkgconfig(libuhttpmock-1.0) > 0.9.0
BuildRequires: pkgconfig(rest-1.0)
BuildRequires: pkgconfig(libxml-2.0)
%description
libmsgraph is a GLib-based library for accessing online serive APIs using MS Graph protocol.
@@ -60,6 +60,8 @@ libmsgraph is a GLib-based library for accessing online serive APIs using MS Gra
%prep
%autosetup
# the 'drive' test wats to connect to the actual drive / microsoft servers
sed -i '/drive/d' tests/meson.build
%build
%meson
@@ -68,6 +70,9 @@ libmsgraph is a GLib-based library for accessing online serive APIs using MS Gra
%install
%meson_install
%check
%meson_test
%ldconfig_scriptlets -n libmsgraph-0-1
%files -n libmsgraph-0-1