From 8ab68f489d0d44046ed98cd31a1a74b29ab57639f616c599e4ed66226f35eac5 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Wed, 10 May 2017 13:01:45 +0000 Subject: [PATCH] Accepting request 493408 from GNOME:Next 1 OBS-URL: https://build.opensuse.org/request/show/493408 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=120 --- gjs-1.48.1.tar.xz | 3 --- gjs-1.48.3.tar.xz | 3 +++ gjs.changes | 14 ++++++++++++++ gjs.spec | 2 +- 4 files changed, 18 insertions(+), 4 deletions(-) delete mode 100644 gjs-1.48.1.tar.xz create mode 100644 gjs-1.48.3.tar.xz diff --git a/gjs-1.48.1.tar.xz b/gjs-1.48.1.tar.xz deleted file mode 100644 index 97d8681..0000000 --- a/gjs-1.48.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:21198950472c3c8f4a4679b0292c663faed04b07ee5de026bfd19eaa4ed15a84 -size 605612 diff --git a/gjs-1.48.3.tar.xz b/gjs-1.48.3.tar.xz new file mode 100644 index 0000000..339be0f --- /dev/null +++ b/gjs-1.48.3.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:669b7d78ad98390a762eec50d7cc637e25f196d986c0200d9f1c3a0e0cd90f33 +size 593952 diff --git a/gjs.changes b/gjs.changes index 3d2b022..085251c 100644 --- a/gjs.changes +++ b/gjs.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Sun May 7 18:44:03 UTC 2017 - zaitor@opensuse.org + +- Update to version 1.48.3: + + arg: don't crash when asked to convert a null strv to an array + (bgo#775679). + + gjs 1.48.0: does not compile on macOS with clang (bgo#780350). + + Modernize shell scripts (bgo#781806). +- Changes from version 1.48.2: + + Intermittent crash in gnome-shell, probably in weak pointer + updating code (bgo#781194). + + Add contributor's guide (bgo#781297). + + Misc fixes. + ------------------------------------------------------------------- Mon Apr 10 06:54:46 UTC 2017 - zaitor@opensuse.org diff --git a/gjs.spec b/gjs.spec index 806cca6..1b6ba1e 100644 --- a/gjs.spec +++ b/gjs.spec @@ -17,7 +17,7 @@ Name: gjs -Version: 1.48.1 +Version: 1.48.3 Release: 0 # FIXME: find out if tapsets should really be in devel package or in main package Summary: JavaScript bindings based on gobject-introspection and Mozilla