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
This commit is contained in:
Dominique Leuenberger 2014-04-15 07:27:43 +00:00 committed by Git OBS Bridge
parent bd7c778156
commit a3c7a2f7d5
4 changed files with 16 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:545fd7da8ee90ccd25d15c3eb8f1e59a1e04366237af6468613816fac840c8f9
size 446228

3
gjs-1.40.1.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2f0d80ec96c6284785143abe51377d8a284977ea6c3cf0cef1020d92eae41793
size 448204

View File

@ -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

View File

@ -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