Accepting request 493408 from GNOME:Next

1

OBS-URL: https://build.opensuse.org/request/show/493408
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=120
This commit is contained in:
Dominique Leuenberger 2017-05-10 13:01:45 +00:00 committed by Git OBS Bridge
parent 213f783b73
commit 8ab68f489d
4 changed files with 18 additions and 4 deletions

View File

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

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

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

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Sun May 7 18:44:03 UTC 2017 - zaitor@opensuse.org
- Update to version 1.48.3:
+ arg: don't crash when asked to convert a null strv to an array
(bgo#775679).
+ gjs 1.48.0: does not compile on macOS with clang (bgo#780350).
+ Modernize shell scripts (bgo#781806).
- Changes from version 1.48.2:
+ Intermittent crash in gnome-shell, probably in weak pointer
updating code (bgo#781194).
+ Add contributor's guide (bgo#781297).
+ Misc fixes.
-------------------------------------------------------------------
Mon Apr 10 06:54:46 UTC 2017 - zaitor@opensuse.org

View File

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