Sync from SUSE:SLFO:Main vte revision 8452312d420cd9fdbf07de483da9491d
This commit is contained in:
parent
6115e5b85f
commit
e19035d370
4
_service
4
_service
@ -4,8 +4,8 @@
|
|||||||
<param name="url">https://gitlab.gnome.org/GNOME/vte.git</param>
|
<param name="url">https://gitlab.gnome.org/GNOME/vte.git</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="versionformat">@PARENT_TAG@</param>
|
<param name="versionformat">@PARENT_TAG@</param>
|
||||||
<!-- <param name="changesgenerate">enable</param> -->
|
<param name="changesgenerate">disable</param>
|
||||||
<param name="revision">0.78.1</param>
|
<param name="revision">0.78.3</param>
|
||||||
<param name="exclude">doc/vttest.*</param>
|
<param name="exclude">doc/vttest.*</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="tar" mode="buildtime" />
|
<service name="tar" mode="buildtime" />
|
||||||
|
BIN
vte-0.78.1.obscpio
(Stored with Git LFS)
BIN
vte-0.78.1.obscpio
(Stored with Git LFS)
Binary file not shown.
BIN
vte-0.78.3.obscpio
(Stored with Git LFS)
Normal file
BIN
vte-0.78.3.obscpio
(Stored with Git LFS)
Normal file
Binary file not shown.
18
vte.changes
18
vte.changes
@ -1,3 +1,21 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jan 25 16:25:55 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 0.78.3:
|
||||||
|
+ widget: Guard signal disconnect on non-null object
|
||||||
|
+ widget: Scroll the alternate screen into the viewport
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Nov 24 20:29:34 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 0.78.2:
|
||||||
|
+ build: Fix typo in pread check
|
||||||
|
+ emulation: Use U+2426 for SUB
|
||||||
|
+ lib: Remove an unnecessary move
|
||||||
|
+ widget:
|
||||||
|
- Use correct type for out param
|
||||||
|
- Use correct termprop name
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 22 07:26:43 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
|
Tue Oct 22 07:26:43 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
name: vte
|
name: vte
|
||||||
version: 0.78.1
|
version: 0.78.3
|
||||||
mtime: 1729365925
|
mtime: 1737811945
|
||||||
commit: 9c70c63c29bdd1677f3f1fa947d015ddf5eecc76
|
commit: 6f293fa50a52c79a47642875a534dacaf3913a55
|
||||||
|
4
vte.spec
4
vte.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package vte
|
# spec file for package vte
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -27,7 +27,7 @@
|
|||||||
%bcond_with glade_support
|
%bcond_with glade_support
|
||||||
|
|
||||||
Name: vte
|
Name: vte
|
||||||
Version: 0.78.1
|
Version: 0.78.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Terminal Emulator Library
|
Summary: Terminal Emulator Library
|
||||||
License: CC-BY-4.0 AND LGPL-3.0-or-later AND GPL-3.0-or-later AND MIT
|
License: CC-BY-4.0 AND LGPL-3.0-or-later AND GPL-3.0-or-later AND MIT
|
||||||
|
Loading…
x
Reference in New Issue
Block a user