[Terminal] Fix build error with vte >= 0.25.90

Christoph Wickert cwickert at fedoraproject.org
Wed Sep 8 23:14:35 UTC 2010


commit 442442544fb7b8f0bf912a0a65c2c98754c0735e
Author: Christoph Wickert <cwickert at fedoraproject.org>
Date:   Thu Sep 9 01:14:34 2010 +0200

    Fix build error with vte >= 0.25.90

 Terminal.spec |   12 +++++++++---
 1 files changed, 9 insertions(+), 3 deletions(-)
---
diff --git a/Terminal.spec b/Terminal.spec
index 403da0f..8abd6fa 100644
--- a/Terminal.spec
+++ b/Terminal.spec
@@ -1,10 +1,12 @@
 Summary: X Terminal Emulator
 Name: Terminal
 Version: 0.4.5
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: GPLv2+
 URL: http://www.xfce.org/projects/terminal/
 Source0:  http://archive.xfce.org/src/apps/terminal/0.4/Terminal-%{version}.tar.bz2
+# http://bugzilla.xfce.org/show_bug.cgi?id=6686
+Patch0: Terminal-0.4.5-fix_build_with_sealed_vte.patch
 Group: User Interface/Desktops
 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: vte-devel >= 0.17.1
@@ -24,6 +26,7 @@ it unique among X terminal emulators.
 
 %prep
 %setup -q
+%patch0 -p1 -b .sealed
 
 %build
 %configure
@@ -75,10 +78,13 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_datadir}/pixmaps/terminal.xpm
 %{_datadir}/applications/Terminal.desktop
 %{_datadir}/gnome-control-center/default-apps/Terminal-default-apps.xml
-%{_mandir}/man1/Terminal.1.gz
-%{_mandir}/*/man1/Terminal.1.gz
+%{_mandir}/man1/Terminal.1.*
+%{_mandir}/*/man1/Terminal.1.*
 
 %changelog
+* Thu Sep 09 2010 Christoph Wickert <cwickert at fedoraproject.org> - 0.4.5-2
+- Fix build error with vte >= 0.25.90 (#631447,bugzilla.xfce.org #6686)
+
 * Fri May 21 2010 Kevin Fenzi <kevin at tummy.com> - 0.4.5-1
 - Update to 0.4.5
 


More information about the scm-commits mailing list