diff --git a/gjs-1.43.3.tar.xz b/gjs-1.43.3.tar.xz deleted file mode 100644 index 54e5b13..0000000 --- a/gjs-1.43.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:82b54dd4590ea1622d19b2e27978bcb9c2c5b46922e1e1780ea79b6a28aa1c4e -size 455968 diff --git a/gjs-1.44.0.tar.xz b/gjs-1.44.0.tar.xz new file mode 100644 index 0000000..aa04eb4 --- /dev/null +++ b/gjs-1.44.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88c960f6ad47a6931d123f5d6317d13704f58572f68a4391913a254ff27dce80 +size 486144 diff --git a/gjs.changes b/gjs.changes index 1baf139..e477029 100644 --- a/gjs.changes +++ b/gjs.changes @@ -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 diff --git a/gjs.spec b/gjs.spec index 681b9ba..f917716 100644 --- a/gjs.spec +++ b/gjs.spec @@ -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