Sync from SUSE:SLFO:Main vte revision 8452312d420cd9fdbf07de483da9491d

This commit is contained in:
Adrian Schröter 2025-02-20 11:25:33 +01:00
parent 6115e5b85f
commit e19035d370
6 changed files with 28 additions and 10 deletions

View File

@ -4,8 +4,8 @@
<param name="url">https://gitlab.gnome.org/GNOME/vte.git</param>
<param name="scm">git</param>
<param name="versionformat">@PARENT_TAG@</param>
<!-- <param name="changesgenerate">enable</param> -->
<param name="revision">0.78.1</param>
<param name="changesgenerate">disable</param>
<param name="revision">0.78.3</param>
<param name="exclude">doc/vttest.*</param>
</service>
<service name="tar" mode="buildtime" />

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

Binary file not shown.

View File

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

View File

@ -1,4 +1,4 @@
name: vte
version: 0.78.1
mtime: 1729365925
commit: 9c70c63c29bdd1677f3f1fa947d015ddf5eecc76
version: 0.78.3
mtime: 1737811945
commit: 6f293fa50a52c79a47642875a534dacaf3913a55

View File

@ -1,7 +1,7 @@
#
# 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
# remain the property of their copyright owners, unless otherwise agreed
@ -27,7 +27,7 @@
%bcond_with glade_support
Name: vte
Version: 0.78.1
Version: 0.78.3
Release: 0
Summary: Terminal Emulator Library
License: CC-BY-4.0 AND LGPL-3.0-or-later AND GPL-3.0-or-later AND MIT