Compare commits

...
Sign in to create a new pull request.

7 commits

Author SHA1 Message Date
nmontero
626f2cb959 Update to 0.76.6 2025-04-10 11:28:43 +02:00
David King
8f2594451f Update to 0.76.4 2024-09-27 11:27:42 +01:00
David King
7f896674ab Update to 0.76.3 2024-06-10 09:56:25 +01:00
David King
d1986614be Use updated notification patches from ptyxis 2024-06-07 17:13:41 +01:00
Matthias Clasen
e526ce098b Update patches for ptyxis 2024-06-07 17:13:36 +01:00
David King
fafce973e9 Update to 0.76.2 2024-05-28 12:02:32 +01:00
David King
664c3f589f Use SPDX license expression for gtk4 subpackage 2024-05-16 10:59:50 +02:00
4 changed files with 22 additions and 2735 deletions

4
.gitignore vendored
View file

@ -99,3 +99,7 @@
/vte-0.74.2.tar.xz
/vte-0.76.0.tar.xz
/vte-0.76.1.tar.xz
/vte-0.76.2.tar.xz
/vte-0.76.3.tar.xz
/vte-0.76.4.tar.xz
/vte-0.76.6.tar.xz

View file

@ -1 +1 @@
SHA512 (vte-0.76.1.tar.xz) = 4baf944fa36e6c94cfd4adaa19dbe1bed26740e14565d5c81d002e6d57a33b171625e986a2fa0ffeba361063e631045dafe987dbf71ac478f97511f7a56c95df
SHA512 (vte-0.76.6.tar.xz) = 63bd8049623e92086710c6e940fc656559eaae555689a7035cda38f4967534255b8b432c59c31b466c502376fc2fa2df486bd3f8c6da1e7c965dd2fbcfa1def8

File diff suppressed because it is too large Load diff

View file

@ -11,7 +11,7 @@
%global pcre2_version 10.21
Name: vte291
Version: 0.76.1
Version: 0.76.6
Release: 1%{?dist}
Summary: GTK+ 3 terminal emulator library
@ -21,11 +21,6 @@ License: GPL-3.0-or-later AND LGPL-3.0-or-later AND MIT AND X11 AND CC-BY
URL: https://wiki.gnome.org/Apps/Terminal/VTE
Source0: https://download.gnome.org/sources/vte/0.76/vte-%{version}.tar.xz
# https://bugzilla.gnome.org/show_bug.cgi?id=711059
# https://bugzilla.redhat.com/show_bug.cgi?id=1103380
# https://pagure.io/fedora-workstation/issue/216
Patch0: vte291-cntnr-precmd-preexec-scroll.patch
BuildRequires: pkgconfig(fribidi) >= %{fribidi_version}
BuildRequires: pkgconfig(gio-2.0) >= %{glib2_version}
BuildRequires: pkgconfig(glib-2.0) >= %{glib2_version}
@ -68,7 +63,7 @@ console/terminal in games, editors, IDEs, etc.
Summary: GTK4 terminal emulator library
# libvte-2.91.so is generated from LGPLv2+ and MIT sources
License: LGPLv3+ and MIT
License: LGPL-3.0-or-later AND MIT AND X11
Requires: %{name}%{?_isa} = %{version}-%{release}
@ -179,6 +174,21 @@ sed -i -e "/^vte_systemduserunitdir =/s|vte_prefix|'/usr'|" meson.build
%{_sysconfdir}/profile.d/vte.sh
%changelog
* Thu Apr 10 2025 nmontero <nmontero@redhat.com> - 0.76.6-1
- Update to 0.76.6
* Fri Sep 27 2024 David King <amigadave@amigadave.com> - 0.76.4-1
- Update to 0.76.4
* Mon Jun 10 2024 David King <amigadave@amigadave.com> - 0.76.3-1
- Update to 0.76.3
* Fri Jun 07 2024 David King <amigadave@amigadave.com> - 0.76.2-2
- Use updated notification patches from ptyxis
* Tue May 28 2024 David King <amigadave@amigadave.com> - 0.76.2-1
- Update to 0.76.2
* Fri May 03 2024 David King <amigadave@amigadave.com> - 0.76.1-1
- Update to 0.76.1