[gnome-mud] * Sat Jul 21 2010 Sean Middleditch <sean at middleditch.us> - 0.11.2-4 - Fix .desktop file categories.

Sean Middleditch elanthis at fedoraproject.org
Sun Aug 1 02:02:13 UTC 2010


commit ab19bffc979629125bfaf85543a8015c751bfe81
Author: Sean Middleditch <sean at middleditch.us>
Date:   Sat Jul 31 19:02:09 2010 -0700

    * Sat Jul 21 2010 Sean Middleditch <sean at middleditch.us> - 0.11.2-4
    - Fix .desktop file categories.

 .gitignore     |    1 +
 gnome-mud.spec |    9 ++++++++-
 sources        |    1 +
 3 files changed, 10 insertions(+), 1 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index cb0225a..9a154c9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 gnome-mud-0.11.2.tar.gz
+gnome-mud-desktop.patch
diff --git a/gnome-mud.spec b/gnome-mud.spec
index dd7f642..f169afa 100644
--- a/gnome-mud.spec
+++ b/gnome-mud.spec
@@ -1,6 +1,6 @@
 Name:		gnome-mud
 Version:	0.11.2
-Release:	3%{?dist}
+Release:	4%{?dist}
 Summary:	A MUD client for GNOME
 
 Group:		Amusements/Games
@@ -9,6 +9,9 @@ URL:		http://live.gnome.org/GnomeMud
 Source:		http://ftp.gnome.org/pub/gnome/sources/%{name}/0.11/%{name}-%{version}.tar.gz
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
+# https://bugzilla.gnome.org/show_bug.cgi?id=625739
+Patch:		gnome-mud-desktop.patch
+
 BuildRequires: gettext
 BuildRequires: gtk2-devel
 BuildRequires: pcre-devel
@@ -30,6 +33,7 @@ Python and C, and tabbed mudding.
 
 %prep
 %setup -q
+%patch -p 1
 iconv -f iso-8859-1 -t utf8 ./AUTHORS > ./AUTHORS.utf8
 mv ./AUTHORS.utf8 ./AUTHORS
 
@@ -90,6 +94,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_mandir}/man6/%{name}.6.gz
 
 %changelog
+* Sat Jul 21 2010 Sean Middleditch <sean at middleditch.us> - 0.11.2-4
+- Fix .desktop file categories.
+
 * Wed Jun 18 2009 Sean Middleditch <sean at middleditch.us> - 0.11.2-3
 - Rebuild against upstream's 0.11.2 tarball.
 - Apply UTF8 conversion to AUTHORS file.
diff --git a/sources b/sources
index 69bc9dc..c9c06da 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
 aa41b2afb55158e7a9d2e14831223949  gnome-mud-0.11.2.tar.gz
+58df114c0b2d6fe7991c1c88acb1f5bc  gnome-mud-desktop.patch


More information about the scm-commits mailing list