From e1c204ef848b8ca0a9a978175531faf4a860375302ae5379e8c5ada8968e1b68 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 20 Sep 2016 18:40:25 +0000 Subject: [PATCH] Accepting request 429073 from GNOME:Next New stable rel OBS-URL: https://build.opensuse.org/request/show/429073 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=108 --- gjs-1.45.4.tar.xz | 3 --- gjs-1.46.0.tar.xz | 3 +++ gjs.changes | 7 +++++++ gjs.spec | 4 ++-- 4 files changed, 12 insertions(+), 5 deletions(-) delete mode 100644 gjs-1.45.4.tar.xz create mode 100644 gjs-1.46.0.tar.xz diff --git a/gjs-1.45.4.tar.xz b/gjs-1.45.4.tar.xz deleted file mode 100644 index f432e84..0000000 --- a/gjs-1.45.4.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:db51bc2aae51700a2a8ca8ba597c488505d106bc70b9605e77c6ab5183212228 -size 480828 diff --git a/gjs-1.46.0.tar.xz b/gjs-1.46.0.tar.xz new file mode 100644 index 0000000..c416a71 --- /dev/null +++ b/gjs-1.46.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2283591fa70785443793e1d7db66071b36052d707075f229baeb468d8dd25ad4 +size 490812 diff --git a/gjs.changes b/gjs.changes index a8f75cf..3930b58 100644 --- a/gjs.changes +++ b/gjs.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Sep 20 18:18:52 UTC 2016 - zaitor@opensuse.org + +- Update to version 1.46.0: + + Be future proof against Format fixes in SpiderMonkey + (bgo#770111). + ------------------------------------------------------------------- Tue Jul 19 19:49:37 UTC 2016 - zaitor@opensuse.org diff --git a/gjs.spec b/gjs.spec index 4c40b2e..bd57284 100644 --- a/gjs.spec +++ b/gjs.spec @@ -17,14 +17,14 @@ Name: gjs -Version: 1.45.4 +Version: 1.46.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.45/%{name}-%{version}.tar.xz +Source: http://download.gnome.org/sources/gjs/1.46/%{name}-%{version}.tar.xz BuildRequires: gcc-c++ BuildRequires: python BuildRequires: readline-devel