New rel
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/ptyxis?expand=0&rev=6
This commit is contained in:
parent
c602efb696
commit
abc01e3afd
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.2</param>
|
||||
<param name="revision">47.3</param>
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||
<param name="versionrewrite-pattern">v?(.*)\+0</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
|
3
ptyxis-47.3.obscpio
Normal file
3
ptyxis-47.3.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:64fa939fd9891de21dd883710fabdd19b869e7808f7a74c0829523adf47340d4
|
||||
size 5315085
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 19 09:20:36 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 47.3:
|
||||
+ Fix race condition in connecting to exited/signaled D-Bus
|
||||
signals from PtyxisIpcProcess. This fixes situations where
|
||||
quick running scripts exit before attaching to said signals,
|
||||
generally during application startup.
|
||||
+ Fix --preserve-fds=0 error on distrobox.
|
||||
+ Check tiled state in new-window action to start in windowed
|
||||
mode.
|
||||
+ Fix detach-tab shortcut.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 4 19:07:17 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: ptyxis
|
||||
version: 47.2
|
||||
mtime: 1728068232
|
||||
commit: 81ffab32c8f50c71490959bb932d23f8c91a27f0
|
||||
version: 47.3
|
||||
mtime: 1729288323
|
||||
commit: 8a48cb2f30c631dc190d75e7dd51a92a40146bb8
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: ptyxis
|
||||
Version: 47.2
|
||||
Version: 47.3
|
||||
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