Accepting request 1159479 from GNOME:Factory
GNOME 46 (forwarded request 1158409 from dimstar) OBS-URL: https://build.opensuse.org/request/show/1159479 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gjs?expand=0&rev=114
This commit is contained in:
commit
afdc0da319
19
_service
Normal file
19
_service
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
<?xml version="1.0"?>
|
||||||
|
<services>
|
||||||
|
<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="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||||
|
<param name="versionrewrite-pattern">(.*)\+0</param>
|
||||||
|
<param name="versionrewrite-replacement">\1</param>
|
||||||
|
<!-- <param name="changesgenerate">enable</param> -->
|
||||||
|
</service>
|
||||||
|
<service name="tar" mode="buildtime"/>
|
||||||
|
<service name="recompress" mode="buildtime">
|
||||||
|
<param name="file">*.tar</param>
|
||||||
|
<param name="compression">zst</param>
|
||||||
|
</service>
|
||||||
|
<service name="set_version" mode="manual" />
|
||||||
|
</services>
|
||||||
|
|
BIN
gjs-1.78.1.tar.xz
(Stored with Git LFS)
BIN
gjs-1.78.1.tar.xz
(Stored with Git LFS)
Binary file not shown.
3
gjs-1.80.0.obscpio
Normal file
3
gjs-1.80.0.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:372b6d048d4c874fd8e6daf0ae7ed0544868364120dab9974687178b74ae8c23
|
||||||
|
size 3889164
|
48
gjs.changes
48
gjs.changes
@ -1,3 +1,51 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Mar 16 09:29:30 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- Update to version 1.80.0:
|
||||||
|
+ In GNOME 46 and later, platform-specific GLib and Gio APIs have
|
||||||
|
moved to the separate libraries GLibUnix, GioUnix, GLibWin32,
|
||||||
|
and GioWin32.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 4 08:06:05 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- Update to version 1.79.90:
|
||||||
|
+ Workspace switching performance degradation due to leaked
|
||||||
|
WeakRefs in JS.
|
||||||
|
+ GTop.glibtop_get_mountlist invocation causes GNOME Shell Crash.
|
||||||
|
+ Progress towards some performance improvements in accessing
|
||||||
|
GObject properties.
|
||||||
|
+ Various maintenance.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 12 15:49:59 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- Update to version 1.79.3:
|
||||||
|
+ Various maintenance.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 19 08:01:28 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- Update to version 1.79.2:
|
||||||
|
+ Progress towards some performance improvements in accessing
|
||||||
|
GObject properties.
|
||||||
|
+ Regression fix also released in 1.78.3.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 16 07:48:45 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- Update to version 1.79.1:
|
||||||
|
+ Improve console output.
|
||||||
|
+ Name the GC source.
|
||||||
|
+ Various maintenance.
|
||||||
|
+ build: Fix meson deprecations.
|
||||||
|
+ doc: fix broken link in Mainloop.md.
|
||||||
|
+ overrides: Make class object a parameter of register type
|
||||||
|
hooks.
|
||||||
|
+ Display correct stack trace on SyntaxError.
|
||||||
|
+ HTTP server stops listening.
|
||||||
|
- convert to source service for easier updating.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Dec 3 12:05:14 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
Sun Dec 3 12:05:14 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
4
gjs.obsinfo
Normal file
4
gjs.obsinfo
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
name: gjs
|
||||||
|
version: 1.80.0
|
||||||
|
mtime: 1710562992
|
||||||
|
commit: 524a0e4c06591a48769bf0141dddac2de9cff0d3
|
6
gjs.spec
6
gjs.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gjs
|
# spec file for package gjs
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -19,13 +19,13 @@
|
|||||||
%bcond_with profiling
|
%bcond_with profiling
|
||||||
|
|
||||||
Name: gjs
|
Name: gjs
|
||||||
Version: 1.78.1
|
Version: 1.80.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: JavaScript bindings based on gobject-introspection and Mozilla
|
Summary: JavaScript bindings based on gobject-introspection and Mozilla
|
||||||
License: LGPL-2.0-or-later AND MIT
|
License: LGPL-2.0-or-later AND MIT
|
||||||
Group: Development/Libraries/GNOME
|
Group: Development/Libraries/GNOME
|
||||||
URL: https://wiki.gnome.org/Projects/Gjs
|
URL: https://wiki.gnome.org/Projects/Gjs
|
||||||
Source0: https://download.gnome.org/sources/gjs/1.78/%{name}-%{version}.tar.xz
|
Source0: %{name}-%{version}.tar.zst
|
||||||
|
|
||||||
BuildRequires: /usr/bin/dbus-run-session
|
BuildRequires: /usr/bin/dbus-run-session
|
||||||
BuildRequires: c++_compiler
|
BuildRequires: c++_compiler
|
||||||
|
Loading…
Reference in New Issue
Block a user