diff --git a/_service b/_service index ff98f5e..12082dc 100644 --- a/_service +++ b/_service @@ -3,7 +3,7 @@ git https://gitlab.gnome.org/GNOME/msgraph.git - 0.2.2 + 0.2.3 @PARENT_TAG@+@TAG_OFFSET@ v?(.*)\+0 \1 diff --git a/msgraph-0.2.2.obscpio b/msgraph-0.2.2.obscpio deleted file mode 100644 index c372c35..0000000 --- a/msgraph-0.2.2.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c18affb01c5a0a2dfa6b0a517b4a96821f684af0e52296c5526fe738106c1f6a -size 453643 diff --git a/msgraph-0.2.3.obscpio b/msgraph-0.2.3.obscpio new file mode 100644 index 0000000..96e2c8f --- /dev/null +++ b/msgraph-0.2.3.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86305d9ebb0d8d342c6ce0aeb85d199cac3986a0e47e979f25c830950c210346 +size 454155 diff --git a/msgraph.changes b/msgraph.changes index 2928a12..fb967fe 100644 --- a/msgraph.changes +++ b/msgraph.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Jun 19 09:17:29 UTC 2024 - Dominique Leuenberger + +- Update to version 0.2.3: + + Fix memory leaks. + + Fix logger level warning. + ------------------------------------------------------------------- Wed May 22 06:16:45 UTC 2024 - Dominique Leuenberger diff --git a/msgraph.obsinfo b/msgraph.obsinfo index f5e32df..7078c81 100644 --- a/msgraph.obsinfo +++ b/msgraph.obsinfo @@ -1,4 +1,4 @@ name: msgraph -version: 0.2.2 -mtime: 1716323018 -commit: 2e087866b24dd71428111834483f83dd16dfa3e1 +version: 0.2.3 +mtime: 1718743643 +commit: e80e63a1ce974e0e7a0fd68086b0e4cb8137b432 diff --git a/msgraph.spec b/msgraph.spec index 5922822..273a5a3 100644 --- a/msgraph.spec +++ b/msgraph.spec @@ -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