Update to 0.54.2
This commit is contained in:
parent
1aad1216aa
commit
e13f31614e
1
.gitignore
vendored
1
.gitignore
vendored
@ -44,3 +44,4 @@
|
||||
/vte-0.53.92.tar.xz
|
||||
/vte-0.54.0.tar.xz
|
||||
/vte-0.54.1.tar.xz
|
||||
/vte-0.54.2.tar.xz
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (vte-0.54.1.tar.xz) = 5cb866e75c35e1b5728d17b0433641ceb4837495d59185a04fde9dd8c9849ab905a6b2718a50b27cc70323c7a6c5db31a808816576c30d7f18ece889a329fb61
|
||||
SHA512 (vte-0.54.2.tar.xz) = 214ec69110d6ad6caa9bc41fb741874bfcf27f20f34d3ae745b13903c574f9c854f7e0dadbae3dbc8ce04c5a6eb818a433c50569c1ef802501a9a078385f23fc
|
||||
|
||||
@ -1,26 +0,0 @@
|
||||
From 4e7fe2f2fc02cc008f67d80ef3cd9b41a8f17129 Mon Sep 17 00:00:00 2001
|
||||
From: Egmont Koblinger <egmont@gmail.com>
|
||||
Date: Thu, 27 Sep 2018 21:25:50 +0200
|
||||
Subject: [PATCH] widget: Add missing exception specification
|
||||
|
||||
This fixes compiling with clang.
|
||||
---
|
||||
src/widget.cc | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/src/widget.cc b/src/widget.cc
|
||||
index 0f2e509e6c0c..deaf789de6e2 100644
|
||||
--- a/src/widget.cc
|
||||
+++ b/src/widget.cc
|
||||
@@ -327,7 +327,7 @@ Widget::size_allocate(GtkAllocation* allocation) noexcept
|
||||
}
|
||||
|
||||
void
|
||||
-Widget::unmap()
|
||||
+Widget::unmap() noexcept
|
||||
{
|
||||
if (m_event_window)
|
||||
gdk_window_hide(m_event_window);
|
||||
--
|
||||
2.14.4
|
||||
|
||||
10
vte291.spec
10
vte291.spec
@ -5,16 +5,14 @@
|
||||
%global pcre2_version 10.21
|
||||
|
||||
Name: vte291
|
||||
Version: 0.54.1
|
||||
Release: 4%{?dist}
|
||||
Version: 0.54.2
|
||||
Release: 1%{?dist}
|
||||
Summary: Terminal emulator library
|
||||
|
||||
License: LGPLv2+
|
||||
URL: http://www.gnome.org/
|
||||
Source0: http://download.gnome.org/sources/vte/0.54/vte-%{version}.tar.xz
|
||||
|
||||
Patch0: vte291-Fix-the-build-with-GCC-8.1.1.patch
|
||||
|
||||
# https://bugzilla.gnome.org/show_bug.cgi?id=711059
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1103380
|
||||
Patch100: vte291-command-notify-scroll-speed.patch
|
||||
@ -65,7 +63,6 @@ emulator library.
|
||||
|
||||
%prep
|
||||
%setup -q -n vte-%{version}
|
||||
%patch0 -p1 -b .fix-the-build
|
||||
%patch100 -p1 -b .command-notify-scroll-speed
|
||||
|
||||
%build
|
||||
@ -106,6 +103,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
||||
%{_sysconfdir}/profile.d/vte.sh
|
||||
|
||||
%changelog
|
||||
* Fri Oct 26 2018 Kalev Lember <klember@redhat.com> - 0.54.2-1
|
||||
- Update to 0.54.2
|
||||
|
||||
* Mon Oct 08 2018 Debarshi Ray <rishi@fedoraproject.org> - 0.54.1-4
|
||||
- Removal of utmp logging makes the utmp group unnecessary
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user