Skip to content

Commit

Permalink
chore: Update vte291 to 0.76.1
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleGospo committed May 7, 2024
1 parent 77a1842 commit 3438136
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ index ed57ad16..07a9e993 100644
vte::parser::StringTokeniser::const_iterator& token,
vte::parser::StringTokeniser::const_iterator const& endtoken,
diff --git a/src/vteseq.cc b/src/vteseq.cc
index 904837e1..26f7b0d6 100644
index 2c5b1e12..d68104aa 100644
--- a/src/vteseq.cc
+++ b/src/vteseq.cc
@@ -39,6 +39,9 @@
Expand Down Expand Up @@ -478,7 +478,7 @@ index 904837e1..26f7b0d6 100644
bool
Terminal::get_osc_color_index(int osc,
int value,
@@ -6596,6 +6714,10 @@ Terminal::OSC(vte::parser::Sequence const& seq)
@@ -6599,6 +6717,10 @@ Terminal::OSC(vte::parser::Sequence const& seq)
reset_color(VTE_HIGHLIGHT_FG, VTE_COLOR_SOURCE_ESCAPE);
break;

Expand All @@ -489,7 +489,7 @@ index 904837e1..26f7b0d6 100644
case VTE_OSC_XTERM_SET_ICON_TITLE:
case VTE_OSC_XTERM_SET_XPROPERTY:
case VTE_OSC_XTERM_SET_COLOR_MOUSE_CURSOR_FG:
@@ -6636,7 +6758,6 @@ Terminal::OSC(vte::parser::Sequence const& seq)
@@ -6639,7 +6761,6 @@ Terminal::OSC(vte::parser::Sequence const& seq)
case VTE_OSC_URXVT_SET_FONT_BOLD_ITALIC:
case VTE_OSC_URXVT_VIEW_UP:
case VTE_OSC_URXVT_VIEW_DOWN:
Expand Down
7 changes: 5 additions & 2 deletions staging/ptyxis/vte291.spec
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
%global pcre2_version 10.21

Name: vte291
Version: 0.76.0
Release: 4%{?dist}.prompt
Version: 0.76.1
Release: 4%{?dist}.ptyxis
Summary: GTK+ 3 terminal emulator library

# libvte-2.91.so is generated from LGPLv2+ and MIT sources
Expand Down Expand Up @@ -178,6 +178,9 @@ sed -i -e "/^vte_systemduserunitdir =/s|vte_prefix|'/usr'|" meson.build
%{_sysconfdir}/profile.d/vte.sh

%changelog
* Fri May 03 2024 David King <[email protected]> - 0.76.1-1
- Update to 0.76.1

* Mon Feb 12 2024 Tomas Popela <[email protected]> - 0.74.2-4
- Build for the SPDX license format change

Expand Down

0 comments on commit 3438136

Please sign in to comment.