Compare commits
12 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 8f0a9518c9 | |||
| aa3c53f4ab | |||
| 189afda2e0 | |||
| f9efee40b0 | |||
| 807d13eb89 | |||
| 5f78b51a63 | |||
| 5a8358241b | |||
| 3ed47053e0 | |||
| 66a575be58 | |||
| ad1238a513 | |||
| e8bf7e085f | |||
| e92b9aa898 |
2
_service
2
_service
@@ -4,7 +4,7 @@
|
||||
<param name="url">https://gitlab.gnome.org/GNOME/console.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="filename">gnome-console</param>
|
||||
<param name="revision">48.0.1</param>
|
||||
<param name="revision">49.2</param>
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||
<param name="versionrewrite-pattern">(.*)\+0</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
|
||||
BIN
gnome-console-48.0.1.obscpio
LFS
BIN
gnome-console-48.0.1.obscpio
LFS
Binary file not shown.
3
gnome-console-49.2.obscpio
Normal file
3
gnome-console-49.2.obscpio
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cfd05a496623a7b08ef2118505daaea956eaa0f7a04541797a075df146c90b4e
|
||||
size 1962508
|
||||
@@ -1,3 +1,56 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 26 13:29:19 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 49.2:
|
||||
+ Small fix for an an unfortunate crash.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 19 15:51:22 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 49.1:
|
||||
+ depot: set TERM by default on spawn
|
||||
+ settings: infinite is represented by -1
|
||||
+ Updated translations.
|
||||
- Drop e7e8b62e7.patch: Fixed upstream.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 15 06:25:51 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Add e7e8b62e7.patch: settings: infinite is represented by -1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 15 13:10:20 UTC 2025 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Update to version 49.0:
|
||||
+ Updated translations
|
||||
- Changes from version 49.rc:
|
||||
+ We have headed to the big screen with a much anticipated
|
||||
fullscreen mode, in part made possible by the ever-improving
|
||||
libadwaita.
|
||||
+ A big focus this cycle has been error handling, to which end we
|
||||
now better report errors to the user, complete with debug
|
||||
information for bug reports, and there also — helped by much
|
||||
expanded unit testing — should be far fewer opportunities for
|
||||
things going awry in the first place.
|
||||
- Add mutter BuildRequires and launch meson test suite with mutter
|
||||
as display server.
|
||||
- Don't run the test suite on s390x: the virtual mutter and Mesa do
|
||||
not play right together.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 13 20:54:12 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 48.1:
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 30 20:25:21 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Replace appstream-glib with AppStream BuildRequires, use the
|
||||
correct dependency, and pass tests=true to meson setup, run all
|
||||
the tests available.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 16 08:34:24 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
name: gnome-console
|
||||
version: 48.0.1
|
||||
mtime: 1742086789
|
||||
commit: 39c49bafdf10ee7994d18d9b0d25877ede243ee0
|
||||
version: 49.2
|
||||
mtime: 1766631244
|
||||
commit: 66e42a4e8d1d2aae34f3ff9725f68c6e478ee0ca
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package gnome-console
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,18 +17,19 @@
|
||||
|
||||
|
||||
Name: gnome-console
|
||||
Version: 48.0.1
|
||||
Version: 49.2
|
||||
Release: 0
|
||||
Summary: A minimal terminal for GNOME
|
||||
License: GPL-3.0-only
|
||||
URL: https://gitlab.gnome.org/GNOME/console
|
||||
Source: %{name}-%{version}.tar.zst
|
||||
|
||||
BuildRequires: appstream-glib
|
||||
BuildRequires: AppStream
|
||||
BuildRequires: c_compiler
|
||||
BuildRequires: desktop-file-utils
|
||||
BuildRequires: libxml2-tools
|
||||
BuildRequires: meson >= 0.59.0
|
||||
BuildRequires: mutter
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: pkgconfig(gio-2.0) >= 2.76
|
||||
BuildRequires: pkgconfig(gio-unix-2.0) >= 2.76
|
||||
@@ -59,6 +60,7 @@ needs a terminal.
|
||||
|
||||
%build
|
||||
%meson \
|
||||
-D tests=true \
|
||||
%{nil}
|
||||
%meson_build
|
||||
|
||||
@@ -66,8 +68,11 @@ needs a terminal.
|
||||
%meson_install
|
||||
%find_lang kgx %{?no_lang_C} %{name}.lang
|
||||
|
||||
%ifnarch s390x
|
||||
%check
|
||||
%meson_test
|
||||
export XDG_RUNTIME_DIR="$(mktemp -p $(pwd) -d xdg-runtime-XXXXXX)"
|
||||
dbus-run-session -- mutter --headless --wayland --no-x11 --virtual-monitor 1024x768 -- %{shrink:%meson_test}
|
||||
%endif
|
||||
|
||||
%files
|
||||
%license COPYING
|
||||
|
||||
Reference in New Issue
Block a user