Accepting request 412285 from GNOME:Factory

1

OBS-URL: https://build.opensuse.org/request/show/412285
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gjs?expand=0&rev=58
This commit is contained in:
Dominique Leuenberger 2016-07-27 14:07:34 +00:00 committed by Git OBS Bridge
commit 78bd99d104
4 changed files with 16 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2807c8137e84ee8e5e461e1481870236778504089dbda39ba683f035adfb4d2a
size 487988

3
gjs-1.45.4.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:db51bc2aae51700a2a8ca8ba597c488505d106bc70b9605e77c6ab5183212228
size 480828

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Tue Jul 19 19:49:37 UTC 2016 - zaitor@opensuse.org
- Update to version 1.45.4:
+ Release out args before freeing caller-allocated structs
(bgo#768413).
+ Marshal variable array-typed signal arguments (bgo#761659).
+ Marshal all structs in out arrays correctly (bgo#761658).
+ Call setlocale() before processing arguments (bgo#760424).
+ Build fixes and improvements: bgo#737702, bgo#761072,
bgo#761366, bgo#765905, bgo#767368.
-------------------------------------------------------------------
Fri Apr 15 17:20:38 UTC 2016 - mgorse@suse.com

View File

@ -17,7 +17,7 @@
Name: gjs
Version: 1.45.3
Version: 1.45.4
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