SHA256
1
0
forked from pool/gjs

Accepting request 360410 from GNOME:Next

Scripted push of project GNOME:Next

OBS-URL: https://build.opensuse.org/request/show/360410
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=102
This commit is contained in:
Dominique Leuenberger 2016-02-19 14:58:05 +00:00 committed by Git OBS Bridge
parent 4567b1af11
commit d4ef053c4f
4 changed files with 21 additions and 5 deletions

View File

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

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

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2807c8137e84ee8e5e461e1481870236778504089dbda39ba683f035adfb4d2a
size 487988

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Fri Dec 18 23:51:08 UTC 2015 - damjanovic.ivo@gmail.com
- Update to version 1.45.3:
+ Support external construction of gjs-defined GObjects
(bgo#681254).
+ Add new format.printf() API (bgo#689664).
+ Add new API to get the name of a repository (bgo#685413).
+ Add C to JS support for arrays of flat structures (bgo#704842).
+ Add API to specify CSS node name (bgo#758349).
+ Return value of default signal handler for "on_signal_name"
(bgo#729288).
+ Fix multiple emissions of onOverwrite in Tweener (bgo#597927).
+ Misc bug fixes: bgo#727370, bgo#623330, bgo#667908,
bgo#757763.
-------------------------------------------------------------------
Mon Nov 2 08:51:08 UTC 2015 - zaitor@opensuse.org

View File

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