Accepting request 342090 from GNOME:Next

1

OBS-URL: https://build.opensuse.org/request/show/342090
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=100
This commit is contained in:
Bjørn Lie 2015-11-02 13:50:35 +00:00 committed by Git OBS Bridge
parent f6d9e2d58c
commit 4567b1af11
4 changed files with 23 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:82b54dd4590ea1622d19b2e27978bcb9c2c5b46922e1e1780ea79b6a28aa1c4e
size 455968

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

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:88c960f6ad47a6931d123f5d6317d13704f58572f68a4391913a254ff27dce80
size 486144

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Mon Nov 2 08:51:08 UTC 2015 - zaitor@opensuse.org
- Update to version 1.44.0:
+ Add Lang.Interface and GObject.Interface (bgo#751343,
bgo#752984).
+ Support callbacks with (transfer full) return types
(bgo#750286).
+ Add binding for setlocale() (bgo#753072).
+ Improve support to generate code coverage reports (bgo#743009,
bgo#743007, bgo#742362, bgo#742535, bgo#742797, bgo#742466,
bgo#751732).
+ Report errors from JS property getters/setters (bgo#730101).
+ Fix crash when garbage collection triggers while inside an init
function (bgo#742517).
+ Port to CallReceiver/CallArgs (bgo#742249).
+ Misc bug fixes (bgo#736979, bgo#753072, bgo#750688).
-------------------------------------------------------------------
Wed Feb 4 15:46:10 UTC 2015 - dimstar@opensuse.org

View File

@ -17,14 +17,14 @@
Name: gjs
Version: 1.43.3
Version: 1.44.0
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
License: MIT
Group: Development/Libraries/GNOME
Url: http://live.gnome.org/Gjs
Source: http://download.gnome.org/sources/gjs/1.43/%{name}-%{version}.tar.xz
Source: http://download.gnome.org/sources/gjs/1.44/%{name}-%{version}.tar.xz
BuildRequires: gcc-c++
BuildRequires: python
BuildRequires: readline-devel