From 0bf3a2cf652df4db33cb65db0e6f05112d7e0e3b451b673910ef123b1ec16c6d Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Thu, 7 Jul 2022 07:26:08 +0000 Subject: [PATCH] Accepting request 987180 from GNOME:Next Scripted push from GNOME:Next OBS-URL: https://build.opensuse.org/request/show/987180 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=207 --- gjs-1.72.0.tar.xz | 3 --- gjs-1.72.1.tar.xz | 3 +++ gjs.changes | 13 +++++++++++++ gjs.spec | 2 +- 4 files changed, 17 insertions(+), 4 deletions(-) delete mode 100644 gjs-1.72.0.tar.xz create mode 100644 gjs-1.72.1.tar.xz diff --git a/gjs-1.72.0.tar.xz b/gjs-1.72.0.tar.xz deleted file mode 100644 index d6cfc4d..0000000 --- a/gjs-1.72.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3ef0caf716e3920dd61f7748f6d56e476cc0fc18351ad0548e7df1a0ab9bdcad -size 620296 diff --git a/gjs-1.72.1.tar.xz b/gjs-1.72.1.tar.xz new file mode 100644 index 0000000..6c327ac --- /dev/null +++ b/gjs-1.72.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17c0b1ec3f096671ff8bfaba6e4bbf14198c7013c604bfd677a9858da079c0ab +size 620248 diff --git a/gjs.changes b/gjs.changes index 3c854b5..9fd507a 100644 --- a/gjs.changes +++ b/gjs.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Wed Jul 6 12:18:50 UTC 2022 - Dominique Leuenberger + +- Update to version 1.72.1: + + Compilation error: call to deleted function 'js_value_to_c'. + * jsapi-util-strings: Ignore locale to compute the upper case of + a char (i.e. fix implicit properties on Turkish locale). + * Fix memory leak when passing a "transfer none" GBytes parameter + to a native function. + * arg-cache: Do not leak an interface info structures on + Callbacks. + * test-ci: Ignore safe directory errors on CI. + ------------------------------------------------------------------- Sun Mar 20 08:15:21 UTC 2022 - Bjørn Lie diff --git a/gjs.spec b/gjs.spec index ad2de2b..91acf28 100644 --- a/gjs.spec +++ b/gjs.spec @@ -17,7 +17,7 @@ Name: gjs -Version: 1.72.0 +Version: 1.72.1 # FIXME # Disable tests for unstable 1.71.1 - Try tests again on next versionbump Release: 0 Summary: JavaScript bindings based on gobject-introspection and Mozilla