Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package msgraph for openSUSE:Factory checked in at 2024-05-22 21:29:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/msgraph (Old) and /work/SRC/openSUSE:Factory/.msgraph.new.1880 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "msgraph" Wed May 22 21:29:29 2024 rev:2 rq:1175690 version:0.2.2 Changes: -------- --- /work/SRC/openSUSE:Factory/msgraph/msgraph.changes 2024-03-20 21:13:56.533060954 +0100 +++ /work/SRC/openSUSE:Factory/.msgraph.new.1880/msgraph.changes 2024-05-22 21:29:48.848140285 +0200 @@ -1,0 +2,15 @@ +Wed May 22 06:16:45 UTC 2024 - Dominique Leuenberger <dims...@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. + +------------------------------------------------------------------- Old: ---- msgraph-0.2.1.obscpio New: ---- msgraph-0.2.2.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ msgraph.spec ++++++ --- /var/tmp/diff_new_pack.UbgvsG/_old 2024-05-22 21:29:49.788174622 +0200 +++ /var/tmp/diff_new_pack.UbgvsG/_new 2024-05-22 21:29:49.788174622 +0200 @@ -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(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 @@ %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 @@ %install %meson_install +%check +%meson_test + %ldconfig_scriptlets -n libmsgraph-0-1 %files -n libmsgraph-0-1 ++++++ _service ++++++ --- /var/tmp/diff_new_pack.UbgvsG/_old 2024-05-22 21:29:49.812175499 +0200 +++ /var/tmp/diff_new_pack.UbgvsG/_new 2024-05-22 21:29:49.816175645 +0200 @@ -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> ++++++ msgraph-0.2.1.obscpio -> msgraph-0.2.2.obscpio ++++++ ++++ 3857 lines of diff (skipped) ++++++ msgraph.obsinfo ++++++ --- /var/tmp/diff_new_pack.UbgvsG/_old 2024-05-22 21:29:49.944180321 +0200 +++ /var/tmp/diff_new_pack.UbgvsG/_new 2024-05-22 21:29:49.948180467 +0200 @@ -1,5 +1,5 @@ name: msgraph -version: 0.2.1 -mtime: 1709541381 -commit: 9f3e53a7f38fa178e4c78caf271f9b93b3cf4c9b +version: 0.2.2 +mtime: 1716323018 +commit: 2e087866b24dd71428111834483f83dd16dfa3e1