Accepting request 1005093 from GNOME:Next

New stable release

OBS-URL: https://build.opensuse.org/request/show/1005093
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=213
This commit is contained in:
Bjørn Lie 2022-09-21 05:25:53 +00:00 committed by Git OBS Bridge
parent db2fb33638
commit 602a48f327
4 changed files with 22 additions and 5 deletions

View File

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

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

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

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Wed Sep 21 05:15:05 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 1.74.0:
+ Many improvements to the examples and documentation.
+ Overrides to certain non-introspectable functions that will now
gracefully throw an exception instead of crashing.
+ Closed bugs and merge requests:
- Various maintenance.
- http example not reliable, relies on server provided
content-length.
- Gio set_attribute SIGSEGV (Address boundary error).
- doc:
. Reformat for better scraping with DevDocs.
. Update Home.
- GLib: override GThread functions.
-------------------------------------------------------------------
Mon Sep 19 09:35:42 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>

View File

@ -17,14 +17,14 @@
Name: gjs
Version: 1.73.2
Version: 1.74.0
# 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
License: LGPL-2.0-or-later AND MIT
Group: Development/Libraries/GNOME
URL: https://wiki.gnome.org/Projects/Gjs
Source0: https://download.gnome.org/sources/gjs/1.73/%{name}-%{version}.tar.xz
Source0: https://download.gnome.org/sources/gjs/1.74/%{name}-%{version}.tar.xz
BuildRequires: c++_compiler
BuildRequires: git