From 7682f56d7647026f38d910c97beae5450e6ff52b3e7710a8be1ffcdb5151268e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Thu, 22 Jun 2017 15:35:06 +0000 Subject: [PATCH] Accepting request 505537 from home:Zaitor Yet a new stable rel... OBS-URL: https://build.opensuse.org/request/show/505537 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=124 --- gjs-1.48.4.tar.xz | 3 --- gjs-1.48.5.tar.xz | 3 +++ gjs.changes | 9 +++++++++ gjs.spec | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 gjs-1.48.4.tar.xz create mode 100644 gjs-1.48.5.tar.xz diff --git a/gjs-1.48.4.tar.xz b/gjs-1.48.4.tar.xz deleted file mode 100644 index 66c636f..0000000 --- a/gjs-1.48.4.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:22a2a0fea94f465d9d042d8114dd4e70e80dc547dee6658a2ab6964f4b4404e6 -size 596324 diff --git a/gjs-1.48.5.tar.xz b/gjs-1.48.5.tar.xz new file mode 100644 index 0000000..3014072 --- /dev/null +++ b/gjs-1.48.5.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc37998e283b6e25e1814026aa5bb96e145e1ce902b02133977bbdac8db3e042 +size 596484 diff --git a/gjs.changes b/gjs.changes index a3d648e..8af9013 100644 --- a/gjs.changes +++ b/gjs.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Wed Jun 21 18:52:29 UTC 2017 - zaitor@opensuse.org + +- Update to version 1.48.5: + + GJS crash in needsPostBarrier, possible access from wrong + thread (bgo#783935). + + Fix format string, caught by static analysis. + + Fixes for regression in 1.48.4. + ------------------------------------------------------------------- Fri Jun 16 08:23:40 UTC 2017 - zaitor@opensuse.org diff --git a/gjs.spec b/gjs.spec index 06ccfbb..029f786 100644 --- a/gjs.spec +++ b/gjs.spec @@ -17,7 +17,7 @@ Name: gjs -Version: 1.48.4 +Version: 1.48.5 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