Accepting request 1239206 from GNOME:Factory
- Update to version 47.7: + Fixes to tracking podman-based containers. + Add support for setting CursorForeground in palette files. + Improve fullscreen mode to use the same interaction model as Epiphany which animate into view based on mouse pointer. + Add a High Contrast oriented palette based on GNOME palette. + Set PWD when spawning shells to improve usage within symlinks. (forwarded request 1238678 from iznogood) OBS-URL: https://build.opensuse.org/request/show/1239206 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ptyxis?expand=0&rev=6
This commit is contained in:
commit
8f5179fd8c
2
_service
2
_service
@ -3,7 +3,7 @@
|
||||
<service name="obs_scm" mode="manual">
|
||||
<param name="scm">git</param>
|
||||
<param name="url">https://gitlab.gnome.org/chergert/ptyxis.git</param>
|
||||
<param name="revision">47.6</param>
|
||||
<param name="revision">47.7</param>
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||
<param name="versionrewrite-pattern">v?(.*)\+0</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:621526dcef80a783cc2378b5dde5fe8f042db5b8ffdeb97dfb98208aaf59413a
|
||||
size 5385741
|
3
ptyxis-47.7.obscpio
Normal file
3
ptyxis-47.7.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f8a6991d4343848817b70bdd13441e8e867a1d6f63334b464a1ab28669173f73
|
||||
size 5409805
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 18 11:46:14 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 47.7:
|
||||
+ Fixes to tracking podman-based containers.
|
||||
+ Add support for setting CursorForeground in palette files.
|
||||
+ Improve fullscreen mode to use the same interaction model as
|
||||
Epiphany which animate into view based on mouse pointer.
|
||||
+ Add a High Contrast oriented palette based on GNOME palette.
|
||||
+ Set PWD when spawning shells to improve usage within symlinks.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 5 21:18:50 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: ptyxis
|
||||
version: 47.6
|
||||
mtime: 1733431148
|
||||
commit: 597699953f3aac94c776bbc7a900df056741ca63
|
||||
version: 47.7
|
||||
mtime: 1737150535
|
||||
commit: c49d2434d93922899c173bfa22f712f4dd4ee768
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package ptyxis
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: ptyxis
|
||||
Version: 47.6
|
||||
Version: 47.7
|
||||
Release: 0
|
||||
Summary: A terminal for GNOME with first-class support for containers
|
||||
License: GPL-3.0-or-later
|
||||
|
Loading…
Reference in New Issue
Block a user