Accepting request 1216798 from GNOME:Factory

OBS-URL: https://build.opensuse.org/request/show/1216798
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gjs?expand=0&rev=117
This commit is contained in:
Ana Guerrero 2024-10-22 12:50:48 +00:00 committed by Git OBS Bridge
commit 85bc4e392a
6 changed files with 15 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.82.0</param>
<param name="revision">1.82.1</param>
<!-- Using +TAG_OFFSET breaks the test suite - https://gitlab.gnome.org/GNOME/gjs/-/issues/646 -->
<param name="versionformat">@PARENT_TAG@.g@TAG_OFFSET@</param>
<param name="versionrewrite-pattern">(.*).g0</param>

View File

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

BIN
gjs-1.82.1.obscpio (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Oct 21 05:27:46 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 1.82.1:
+ Fixed gnome-shell crash when switching user after upgrade from
Fedora 40 to Fedora 41
-------------------------------------------------------------------
Tue Sep 17 06:17:05 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>

View File

@ -1,4 +1,4 @@
name: gjs
version: 1.82.0
mtime: 1726551175
commit: 50723b9876820e9a889e1254635687a6b832551b
version: 1.82.1
mtime: 1729478556
commit: 34a9b8fc4cdc43dd41fe8077ca41533dcbad8a50

View File

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