Accepting request 1161643 from GNOME:Next

GNOME 46

OBS-URL: https://build.opensuse.org/request/show/1161643
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=236
This commit is contained in:
Dominique Leuenberger 2024-03-26 08:40:36 +00:00 committed by Git OBS Bridge
parent 14aaf519be
commit 937ace3132
6 changed files with 14 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.1</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:0be37f3d0066ca19450cbe58ce03cfdd352c5c86c3c638051a164e901ad573c1
size 3889676

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,9 @@
-------------------------------------------------------------------
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>

View File

@ -1,4 +1,4 @@
name: gjs
version: 1.80.1
mtime: 1711153640
commit: 7d6c340f566379fadb582bd2082f214e23603f73
version: 1.80.2
mtime: 1711420638
commit: 46a4ae6d484af6161bc05c05e179290f7a847951

View File

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