Accepting request 1181713 from GNOME:Factory
- Update to version 0.2.3: + Fix memory leaks. + Fix logger level warning. (forwarded request 1181708 from dimstar) OBS-URL: https://build.opensuse.org/request/show/1181713 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/msgraph?expand=0&rev=3
This commit is contained in:
commit
fa65901e59
2
_service
2
_service
@ -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.2</param>
|
||||
<param name="revision">0.2.3</param>
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||
<param name="versionrewrite-pattern">v?(.*)\+0</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c18affb01c5a0a2dfa6b0a517b4a96821f684af0e52296c5526fe738106c1f6a
|
||||
size 453643
|
3
msgraph-0.2.3.obscpio
Normal file
3
msgraph-0.2.3.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:86305d9ebb0d8d342c6ce0aeb85d199cac3986a0e47e979f25c830950c210346
|
||||
size 454155
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 19 09:17:29 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Update to version 0.2.3:
|
||||
+ Fix memory leaks.
|
||||
+ Fix logger level warning.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 22 06:16:45 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: msgraph
|
||||
version: 0.2.2
|
||||
mtime: 1716323018
|
||||
commit: 2e087866b24dd71428111834483f83dd16dfa3e1
|
||||
version: 0.2.3
|
||||
mtime: 1718743643
|
||||
commit: e80e63a1ce974e0e7a0fd68086b0e4cb8137b432
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: msgraph
|
||||
Version: 0.2.2
|
||||
Version: 0.2.3
|
||||
Release: 0
|
||||
Summary: Library for accessing online serive APIs using MS Graph protocol
|
||||
License: LGPL-3.0-or-later
|
||||
@ -32,7 +32,7 @@ BuildRequires: pkgconfig(goa-1.0)
|
||||
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(libuhttpmock-1.0) >= 0.11.0
|
||||
BuildRequires: pkgconfig(libxml-2.0)
|
||||
|
||||
%description
|
||||
|
Loading…
Reference in New Issue
Block a user