From d4ef053c4fdd147844158e5ff2dd0b375494b24c189e0660269de2ac2a5ec98b Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Fri, 19 Feb 2016 14:58:05 +0000 Subject: [PATCH] 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 --- gjs-1.44.0.tar.xz | 3 --- gjs-1.45.3.tar.xz | 3 +++ gjs.changes | 16 ++++++++++++++++ gjs.spec | 4 ++-- 4 files changed, 21 insertions(+), 5 deletions(-) delete mode 100644 gjs-1.44.0.tar.xz create mode 100644 gjs-1.45.3.tar.xz diff --git a/gjs-1.44.0.tar.xz b/gjs-1.44.0.tar.xz deleted file mode 100644 index aa04eb4..0000000 --- a/gjs-1.44.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:88c960f6ad47a6931d123f5d6317d13704f58572f68a4391913a254ff27dce80 -size 486144 diff --git a/gjs-1.45.3.tar.xz b/gjs-1.45.3.tar.xz new file mode 100644 index 0000000..3779548 --- /dev/null +++ b/gjs-1.45.3.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2807c8137e84ee8e5e461e1481870236778504089dbda39ba683f035adfb4d2a +size 487988 diff --git a/gjs.changes b/gjs.changes index e477029..a9c1a27 100644 --- a/gjs.changes +++ b/gjs.changes @@ -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 diff --git a/gjs.spec b/gjs.spec index f917716..acca904 100644 --- a/gjs.spec +++ b/gjs.spec @@ -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