12 Commits

Author SHA256 Message Date
8f0a9518c9 Accepting request 1324455 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/1324455
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-console?expand=0&rev=13
2025-12-27 10:28:49 +00:00
aa3c53f4ab - Update to version 49.2:
+ Small fix for an an unfortunate crash.
  + Updated translations.

OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-console?expand=0&rev=25
2025-12-26 14:05:22 +00:00
189afda2e0 Accepting request 1314024 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/1314024
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-console?expand=0&rev=12
2025-10-30 16:08:56 +00:00
f9efee40b0 - 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.

OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-console?expand=0&rev=23
2025-10-28 09:18:56 +00:00
807d13eb89 Accepting request 1311633 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/1311633
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-console?expand=0&rev=11
2025-10-18 12:35:09 +00:00
5f78b51a63 - Add e7e8b62e7.patch: settings: infinite is represented by -1
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-console?expand=0&rev=21
2025-10-16 08:18:54 +00:00
5a8358241b Accepting request 1305451 from GNOME:Factory
Scripted push from GNOME:Next (forwarded request 1304893 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/1305451
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-console?expand=0&rev=10
2025-09-24 13:20:59 +00:00
3ed47053e0 Accepting request 1304893 from GNOME:Next
Scripted push from GNOME:Next

OBS-URL: https://build.opensuse.org/request/show/1304893
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-console?expand=0&rev=19
2025-09-17 15:52:00 +00:00
66a575be58 Accepting request 1304823 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/1304823
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-console?expand=0&rev=9
2025-09-17 15:44:27 +00:00
ad1238a513 Not sure this is worth it either
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-console?expand=0&rev=17
2025-09-15 13:09:40 +00:00
e8bf7e085f Accepting request 1265730 from GNOME:Factory
Correct BR and run all tests... (forwarded request 1265606 from iznogood)

OBS-URL: https://build.opensuse.org/request/show/1265730
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-console?expand=0&rev=8
2025-04-02 15:07:12 +00:00
e92b9aa898 Correct BR and run all tests...
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-console?expand=0&rev=15
2025-03-31 10:06:06 +00:00
6 changed files with 69 additions and 11 deletions

View File

@@ -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>

Binary file not shown.

View File

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

View File

@@ -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>

View File

@@ -1,4 +1,4 @@
name: gnome-console
version: 48.0.1
mtime: 1742086789
commit: 39c49bafdf10ee7994d18d9b0d25877ede243ee0
version: 49.2
mtime: 1766631244
commit: 66e42a4e8d1d2aae34f3ff9725f68c6e478ee0ca

View File

@@ -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