From e13f31614e518cd7f488f47b7bc554197fa2c608 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Fri, 26 Oct 2018 08:48:33 +0200 Subject: [PATCH] Update to 0.54.2 --- .gitignore | 1 + sources | 2 +- vte291-Fix-the-build-with-GCC-8.1.1.patch | 26 ----------------------- vte291.spec | 10 ++++----- 4 files changed, 7 insertions(+), 32 deletions(-) delete mode 100644 vte291-Fix-the-build-with-GCC-8.1.1.patch diff --git a/.gitignore b/.gitignore index 8ef5005..29bca4b 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/sources b/sources index f061e8a..6604603 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (vte-0.54.1.tar.xz) = 5cb866e75c35e1b5728d17b0433641ceb4837495d59185a04fde9dd8c9849ab905a6b2718a50b27cc70323c7a6c5db31a808816576c30d7f18ece889a329fb61 +SHA512 (vte-0.54.2.tar.xz) = 214ec69110d6ad6caa9bc41fb741874bfcf27f20f34d3ae745b13903c574f9c854f7e0dadbae3dbc8ce04c5a6eb818a433c50569c1ef802501a9a078385f23fc diff --git a/vte291-Fix-the-build-with-GCC-8.1.1.patch b/vte291-Fix-the-build-with-GCC-8.1.1.patch deleted file mode 100644 index 6d37c79..0000000 --- a/vte291-Fix-the-build-with-GCC-8.1.1.patch +++ /dev/null @@ -1,26 +0,0 @@ -From 4e7fe2f2fc02cc008f67d80ef3cd9b41a8f17129 Mon Sep 17 00:00:00 2001 -From: Egmont Koblinger -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 - diff --git a/vte291.spec b/vte291.spec index 352923e..b1a424f 100644 --- a/vte291.spec +++ b/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 - 0.54.2-1 +- Update to 0.54.2 + * Mon Oct 08 2018 Debarshi Ray - 0.54.1-4 - Removal of utmp logging makes the utmp group unnecessary