Accepting request 1161457 from GNOME:Next

GNOME 46

OBS-URL: https://build.opensuse.org/request/show/1161457
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=235
This commit is contained in:
Dominique Leuenberger 2024-03-25 15:31:09 +00:00 committed by Git OBS Bridge
parent 8d38497d53
commit 14aaf519be
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.80.0</param>
<param name="revision">1.80.1</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.1.obscpio Normal file
View File

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

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
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.1
mtime: 1711153640
commit: 7d6c340f566379fadb582bd2082f214e23603f73

View File

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