From a3c7a2f7d52f3cf51a0b40d5b54f83666353d6342c59c5b272bb30d05bca16c2 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 15 Apr 2014 07:27:43 +0000 Subject: [PATCH] Accepting request 230127 from home:Zaitor:branches:GNOME:Factory Stable update OBS-URL: https://build.opensuse.org/request/show/230127 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=91 --- gjs-1.40.0.tar.xz | 3 --- gjs-1.40.1.tar.xz | 3 +++ gjs.changes | 12 ++++++++++++ gjs.spec | 2 +- 4 files changed, 16 insertions(+), 4 deletions(-) delete mode 100644 gjs-1.40.0.tar.xz create mode 100644 gjs-1.40.1.tar.xz diff --git a/gjs-1.40.0.tar.xz b/gjs-1.40.0.tar.xz deleted file mode 100644 index 41c11a3..0000000 --- a/gjs-1.40.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:545fd7da8ee90ccd25d15c3eb8f1e59a1e04366237af6468613816fac840c8f9 -size 446228 diff --git a/gjs-1.40.1.tar.xz b/gjs-1.40.1.tar.xz new file mode 100644 index 0000000..8aa8487 --- /dev/null +++ b/gjs-1.40.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f0d80ec96c6284785143abe51377d8a284977ea6c3cf0cef1020d92eae41793 +size 448204 diff --git a/gjs.changes b/gjs.changes index af2e704..f08a0a9 100644 --- a/gjs.changes +++ b/gjs.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Tue Apr 15 06:25:10 UTC 2014 - zaitor@opensuse.org + +- Update to version 1.40.1: + + Fixed build-time detection of GTK enablement (bgo#727394). + + Fixed a crash caused by reentrancy in GObject finalizers + (bgo#725024). + + Fixed the GIMarshallingTests suite (bgo#728004). + + Fixed marshalling of GObjects when known by an interface type + from C to JS (bgo#727824). + + Some typos and JS style cleanups (bgo#727781, bgo#727786). + ------------------------------------------------------------------- Wed Mar 26 18:49:17 UTC 2014 - zaitor@opensuse.org diff --git a/gjs.spec b/gjs.spec index aebd113..f845294 100644 --- a/gjs.spec +++ b/gjs.spec @@ -17,7 +17,7 @@ Name: gjs -Version: 1.40.0 +Version: 1.40.1 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