Accepting request 1066978 from home:iznogood

- Update to version 1.74.2:
  + Various fixes ported from the development branch.
  + Closed bugs and merge requests:
    - Build error with clang
    - Can't compile current version with mozjs 102
    - Enabling window-list extension causes gnome-shell to crash
      when running "dconf update" as root
    - log: Fix an off-by-one buffer overflow

OBS-URL: https://build.opensuse.org/request/show/1066978
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=217
This commit is contained in:
Bjørn Lie 2023-02-21 16:13:01 +00:00 committed by Git OBS Bridge
parent 418b31b389
commit e6b1074bfc
4 changed files with 17 additions and 5 deletions

View File

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

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

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

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Tue Feb 21 10:24:51 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 1.74.2:
+ Various fixes ported from the development branch.
+ Closed bugs and merge requests:
- Build error with clang
- Can't compile current version with mozjs 102
- Enabling window-list extension causes gnome-shell to crash
when running "dconf update" as root
- log: Fix an off-by-one buffer overflow
-------------------------------------------------------------------
Mon Oct 31 08:34:31 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package gjs
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: gjs
Version: 1.74.1
Version: 1.74.2
# FIXME # Disable tests for unstable 1.71.1 - Try tests again on next versionbump
Release: 0
Summary: JavaScript bindings based on gobject-introspection and Mozilla