From 15f73da81d48af6c76e73f26e9d6abe73dd2b565bf96a564a553569b02f2625e Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Thu, 11 Sep 2014 21:24:55 +0000 Subject: [PATCH] Accepting request 248676 from GNOME:Next Push GNOME 3.13.91 - Add to Staging:E OBS-URL: https://build.opensuse.org/request/show/248676 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=94 --- gjs-1.41.4.tar.xz | 3 --- gjs-1.41.91.tar.xz | 3 +++ gjs.changes | 11 +++++++++++ gjs.spec | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) delete mode 100644 gjs-1.41.4.tar.xz create mode 100644 gjs-1.41.91.tar.xz diff --git a/gjs-1.41.4.tar.xz b/gjs-1.41.4.tar.xz deleted file mode 100644 index 41c7a94..0000000 --- a/gjs-1.41.4.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4cfd593dee8ed7055bb502188d0eb5089818bdd264d09ec06391be51fc46050d -size 452528 diff --git a/gjs-1.41.91.tar.xz b/gjs-1.41.91.tar.xz new file mode 100644 index 0000000..9d50f88 --- /dev/null +++ b/gjs-1.41.91.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca0b861cce674e757b746f28d331b3419a71e2ada3cacf31fb778cbff3edde62 +size 452624 diff --git a/gjs.changes b/gjs.changes index 1de60b0..7d7d3ee 100644 --- a/gjs.changes +++ b/gjs.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Mon Sep 1 22:35:37 UTC 2014 - zaitor@opensuse.org + +- Update to version 1.41.91: + + Added the ability to disable JS language warnings (bgo#734569). + + Fixed crashes in PPC (and probably other arches) due to invalid + callback signatures (bgo#729554). + + Fixed regressions with dbus 1.8.6 (bgo#735358). + + Readded file system paths to the default module search, to + allow custom GI overrides for third party libraries. + ------------------------------------------------------------------- Tue Jul 22 12:25:27 UTC 2014 - dimstar@opensuse.org diff --git a/gjs.spec b/gjs.spec index 640c8f2..ff28189 100644 --- a/gjs.spec +++ b/gjs.spec @@ -17,7 +17,7 @@ Name: gjs -Version: 1.41.4 +Version: 1.41.91 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