[gnome-mud] - Patch for compilation with sealed VTE properties.

Sean Middleditch elanthis at fedoraproject.org
Mon Sep 13 02:35:16 UTC 2010


commit 6e7463e1ac4eadb77e69e2f36b5ec37e11de9984
Author: Sean Middleditch <sean at middleditch.us>
Date:   Sun Sep 12 19:35:12 2010 -0700

    - Patch for compilation with sealed VTE properties.

 .gitignore     |    1 +
 gnome-mud.spec |   12 +++++++++---
 sources        |    1 +
 3 files changed, 11 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9a154c9..7ac350f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 gnome-mud-0.11.2.tar.gz
 gnome-mud-desktop.patch
+/gnome-mud-vte.patch
diff --git a/gnome-mud.spec b/gnome-mud.spec
index f169afa..0938fb3 100644
--- a/gnome-mud.spec
+++ b/gnome-mud.spec
@@ -1,6 +1,6 @@
 Name:		gnome-mud
 Version:	0.11.2
-Release:	4%{?dist}
+Release:	5%{?dist}
 Summary:	A MUD client for GNOME
 
 Group:		Amusements/Games
@@ -10,7 +10,9 @@ Source:		http://ftp.gnome.org/pub/gnome/sources/%{name}/0.11/%{name}-%{version}.
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 # https://bugzilla.gnome.org/show_bug.cgi?id=625739
-Patch:		gnome-mud-desktop.patch
+Patch0:		gnome-mud-desktop.patch
+# https://bugzilla.gnome.org/show_bug.cgi?id=629472
+Patch1:		gnome-mud-vte.patch
 
 BuildRequires: gettext
 BuildRequires: gtk2-devel
@@ -33,7 +35,8 @@ Python and C, and tabbed mudding.
 
 %prep
 %setup -q
-%patch -p 1
+%patch0 -p 1
+%patch1 -p 1
 iconv -f iso-8859-1 -t utf8 ./AUTHORS > ./AUTHORS.utf8
 mv ./AUTHORS.utf8 ./AUTHORS
 
@@ -94,6 +97,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_mandir}/man6/%{name}.6.gz
 
 %changelog
+* Sun Sep 12 2010 Sean Middleditch <sean at middleditch.us> - 0.11.2-5
+- Patch for compilation with sealed VTE properties.
+
 * Sat Jul 21 2010 Sean Middleditch <sean at middleditch.us> - 0.11.2-4
 - Fix .desktop file categories.
 
diff --git a/sources b/sources
index c9c06da..b8d039d 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,3 @@
 aa41b2afb55158e7a9d2e14831223949  gnome-mud-0.11.2.tar.gz
 58df114c0b2d6fe7991c1c88acb1f5bc  gnome-mud-desktop.patch
+0e76c8aca708151c575d63b47b2cf9ed  gnome-mud-vte.patch


More information about the scm-commits mailing list