diff --git a/gjs-1.36.1.tar.xz b/gjs-1.36.1.tar.xz deleted file mode 100644 index 0245060..0000000 --- a/gjs-1.36.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d259ef2d702fa9cc9948a35d0e701706d90798fd2855657b7e9ddc9a44dfcf87 -size 404664 diff --git a/gjs-1.37.1.tar.xz b/gjs-1.37.1.tar.xz new file mode 100644 index 0000000..4533353 --- /dev/null +++ b/gjs-1.37.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c14995408cf4926f63ffa16ba23046ab0cc611f12f176e59bb91132111b6ad7a +size 423628 diff --git a/gjs.changes b/gjs.changes index 5e2fd12..b0469ee 100644 --- a/gjs.changes +++ b/gjs.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Tue May 28 19:51:50 UTC 2013 - dimstar@opensuse.org + +- Update to version 1.37.1: + + Bugs fixed: bgo#670200, bgo#685436, bgo#690982, bgo#690984, + bgo#693294, bgo#696933, bgo#697309, bgo#697436, bgo#697592, + bgo#697816, bgo#697838, bgo#698182, bgo#698935, bgo#699783, + bgo#699784, bgo#699817, bgo#699818, bgo#699878, bgo#700335, + bgo#700336, bgo#700337, bgo#700529, bgo#700644, bgo#700668, + bgo#700862. +- Replace pkgconfig(mozjs185) BuildRequires with + pkgconfig(mozjs-17.0), following upstreams change. + ------------------------------------------------------------------- Mon Apr 22 17:17:01 UTC 2013 - dimstar@opensuse.org diff --git a/gjs.spec b/gjs.spec index 7a01d84..6b8651c 100644 --- a/gjs.spec +++ b/gjs.spec @@ -17,14 +17,14 @@ Name: gjs -Version: 1.36.1 +Version: 1.37.1 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.36/%{name}-%{version}.tar.xz +Source: http://download.gnome.org/sources/gjs/1.37/%{name}-%{version}.tar.xz BuildRequires: gcc-c++ BuildRequires: python BuildRequires: readline-devel @@ -34,7 +34,7 @@ BuildRequires: pkgconfig(dbus-glib-1) BuildRequires: pkgconfig(glib-2.0) >= 2.36.0 BuildRequires: pkgconfig(gobject-introspection-1.0) >= 1.36.0 BuildRequires: pkgconfig(libffi) -BuildRequires: pkgconfig(mozjs185) +BuildRequires: pkgconfig(mozjs-17.0) Requires: libgjs0 = %{version} BuildRoot: %{_tmppath}/%{name}-%{version}-build