From 2ed09547606bd807fc4c22c3fdc49dbbf641d07b9ef460ceec4274304712a69f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Mon, 18 Sep 2023 06:34:06 +0000 Subject: [PATCH] Accepting request 1111818 from GNOME:Next Version update: 1.77.90 -> 1.78.0 OBS-URL: https://build.opensuse.org/request/show/1111818 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=226 --- gjs-1.77.90.tar.xz | 3 --- gjs-1.78.0.tar.xz | 3 +++ gjs.changes | 9 +++++++++ gjs.spec | 4 ++-- 4 files changed, 14 insertions(+), 5 deletions(-) delete mode 100644 gjs-1.77.90.tar.xz create mode 100644 gjs-1.78.0.tar.xz diff --git a/gjs-1.77.90.tar.xz b/gjs-1.77.90.tar.xz deleted file mode 100644 index b50cc64..0000000 --- a/gjs-1.77.90.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:70db967ae98bde69b38475ef60bb9a3302990fa615baf46820194b302a29dbf8 -size 653204 diff --git a/gjs-1.78.0.tar.xz b/gjs-1.78.0.tar.xz new file mode 100644 index 0000000..37dc9a0 --- /dev/null +++ b/gjs-1.78.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbaa20e0917668830800f92951688f9fc08f01296affd5cdb4b35f750be27dc9 +size 653500 diff --git a/gjs.changes b/gjs.changes index 0e504a9..602d8c7 100644 --- a/gjs.changes +++ b/gjs.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sun Sep 17 07:02:20 UTC 2023 - Bjørn Lie + +- Update to version 1.78.0: + + Closed bugs and merge requests: + - Improved Console.log Output + - `gjs:dbus / Gtk4` unit test fails: Function + Gtk.SectionModel.get_section() cannot be called + ------------------------------------------------------------------- Wed Sep 6 01:06:31 UTC 2023 - Luciano Santos diff --git a/gjs.spec b/gjs.spec index 035bc93..c54a9e5 100644 --- a/gjs.spec +++ b/gjs.spec @@ -19,13 +19,13 @@ %bcond_with profiling Name: gjs -Version: 1.77.90 +Version: 1.78.0 Release: 0 Summary: JavaScript bindings based on gobject-introspection and Mozilla License: LGPL-2.0-or-later AND MIT Group: Development/Libraries/GNOME URL: https://wiki.gnome.org/Projects/Gjs -Source0: https://download.gnome.org/sources/gjs/1.77/%{name}-%{version}.tar.xz +Source0: https://download.gnome.org/sources/gjs/1.78/%{name}-%{version}.tar.xz BuildRequires: c++_compiler BuildRequires: git