Accepting request 1161657 from GNOME:Factory

GNOME 46 (forwarded request 1161643 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/1161657
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gjs?expand=0&rev=115
This commit is contained in:
Ana Guerrero 2024-03-26 18:25:10 +00:00 committed by Git OBS Bridge
commit 3bc0859541
6 changed files with 21 additions and 8 deletions

View File

@ -3,7 +3,7 @@
<service name="obs_scm" mode="manual">
<param name="scm">git</param>
<param name="url">https://gitlab.gnome.org/GNOME/gjs.git</param>
<param name="revision">1.80.0</param>
<param name="revision">1.80.2</param>
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
<param name="versionrewrite-pattern">(.*)\+0</param>
<param name="versionrewrite-replacement">\1</param>

View File

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

3
gjs-1.80.2.obscpio Normal file
View File

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

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Tue Mar 26 08:03:31 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 1.80.2:
+ Quick follow-up release to fix crash on ppc64.
-------------------------------------------------------------------
Mon Mar 25 15:20:14 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 1.80.1:
+ Quick follow-up release to fix build failure on MacPorts and
Homebrew.
-------------------------------------------------------------------
Sat Mar 16 09:29:30 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@ -1,4 +1,4 @@
name: gjs
version: 1.80.0
mtime: 1710562992
commit: 524a0e4c06591a48769bf0141dddac2de9cff0d3
version: 1.80.2
mtime: 1711420638
commit: 46a4ae6d484af6161bc05c05e179290f7a847951

View File

@ -19,7 +19,7 @@
%bcond_with profiling
Name: gjs
Version: 1.80.0
Version: 1.80.2
Release: 0
Summary: JavaScript bindings based on gobject-introspection and Mozilla
License: LGPL-2.0-or-later AND MIT