diff --git a/gjs-1.45.3.tar.xz b/gjs-1.45.3.tar.xz deleted file mode 100644 index 3779548..0000000 --- a/gjs-1.45.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2807c8137e84ee8e5e461e1481870236778504089dbda39ba683f035adfb4d2a -size 487988 diff --git a/gjs-1.45.4.tar.xz b/gjs-1.45.4.tar.xz new file mode 100644 index 0000000..f432e84 --- /dev/null +++ b/gjs-1.45.4.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db51bc2aae51700a2a8ca8ba597c488505d106bc70b9605e77c6ab5183212228 +size 480828 diff --git a/gjs.changes b/gjs.changes index f427851..a8f75cf 100644 --- a/gjs.changes +++ b/gjs.changes @@ -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 diff --git a/gjs.spec b/gjs.spec index 9164004..4c40b2e 100644 --- a/gjs.spec +++ b/gjs.spec @@ -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