diff --git a/gjs-1.42.0.tar.xz b/gjs-1.42.0.tar.xz deleted file mode 100644 index 61f0e0f..0000000 --- a/gjs-1.42.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0c9afb7d5be6ead5b68059596f08eb7c3902b1676ee9c8846aa8df09647dba13 -size 449264 diff --git a/gjs-1.43.3.tar.xz b/gjs-1.43.3.tar.xz new file mode 100644 index 0000000..54e5b13 --- /dev/null +++ b/gjs-1.43.3.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82b54dd4590ea1622d19b2e27978bcb9c2c5b46922e1e1780ea79b6a28aa1c4e +size 455968 diff --git a/gjs.changes b/gjs.changes index 5815e79..1baf139 100644 --- a/gjs.changes +++ b/gjs.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Wed Feb 4 15:46:10 UTC 2015 - dimstar@opensuse.org + +- Require gjs by the devel package: a user installing the -devel + package expects the interpreter to also be present. + +------------------------------------------------------------------- +Sun Dec 21 21:01:08 UTC 2014 - zaitor@opensuse.org + +- Update to version 1.43.3: + + GTypeClass and GTypeInterface methods, such as + g_object_class_list_properties(), are now available + (bgo#700347). + + Added full automatic support for GTK widget templates + (bgo#700347, bgo#737661, bgo##739739). + + Added control of JS Date caches to system module (bgo#739790). + + Misc bug fixes and memory leak fixes (bgo#738122, bgo#740696, + bgo#737701). + ------------------------------------------------------------------- Mon Sep 29 11:59:14 UTC 2014 - zaitor@opensuse.org diff --git a/gjs.spec b/gjs.spec index 429f52c..681b9ba 100644 --- a/gjs.spec +++ b/gjs.spec @@ -1,7 +1,7 @@ # # spec file for package gjs # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,14 +17,14 @@ Name: gjs -Version: 1.42.0 +Version: 1.43.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.42/%{name}-%{version}.tar.xz +Source: http://download.gnome.org/sources/gjs/1.43/%{name}-%{version}.tar.xz BuildRequires: gcc-c++ BuildRequires: python BuildRequires: readline-devel @@ -66,6 +66,7 @@ Mozilla SpiderMonkey JavaScript engine. %package -n libgjs-devel Summary: JavaScript bindings based on gobject-introspection and Mozilla Group: Development/Libraries/GNOME +Requires: %{name} = %{version} Requires: libgjs0 = %{version} Requires: typelib-1_0-GjsPrivate-1_0 = %{version} # Just a helper provides