rpms/blam/devel blam-fix-THEME_DIR-path.patch, NONE, 1.1 blam.spec, 1.9, 1.10

Peter Gordon (pgordon) fedora-extras-commits at redhat.com
Thu May 31 05:20:40 UTC 2007


Author: pgordon

Update of /cvs/extras/rpms/blam/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17263

Modified Files:
	blam.spec 
Added Files:
	blam-fix-THEME_DIR-path.patch 
Log Message:
Fix bug 241465 (adding a fix-THEME_DIR-path patch).

blam-fix-THEME_DIR-path.patch:

--- NEW FILE blam-fix-THEME_DIR-path.patch ---
--- src/Defines.cs.in.old	2007-05-30 22:04:49.000000000 -0700
+++ src/Defines.cs.in	2007-05-30 22:05:23.000000000 -0700
@@ -20,7 +20,7 @@
 	public static string THEME_DIR = APP_DATADIR + "/themes";
 	public static string PERSONAL_THEME_DIR = APP_HOMEDIR + "/themes";
 	// search for installed themes in APP_HOMEDIR/html ...   (mo)
-	public static string DEFAULT_THEME = THEME_DIR + "blam";
+	public static string DEFAULT_THEME = THEME_DIR + "/blam";
 
 	public static string THEME_INDEX_NAME = "theme.html";
     }


Index: blam.spec
===================================================================
RCS file: /cvs/extras/rpms/blam/devel/blam.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- blam.spec	6 Apr 2007 18:41:09 -0000	1.9
+++ blam.spec	31 May 2007 05:20:04 -0000	1.10
@@ -1,10 +1,10 @@
 ## Hopefully Mono and multilib will play nicely soon, but until then...
 %define	_libdir %{_prefix}/lib
-%define dbus_sharp_min_version 0.60
+%define	dbus_sharp_min_version 0.60
 
 Name:		blam
 Version:	1.8.3
-Release:	3%{?dist}
+Release:	4%{?dist}
 Summary:	An RSS/RDF feed reader
 
 Group:		Applications/Internet
@@ -14,6 +14,7 @@
 Source0:	http://www.cmartin.tk/blam/%{name}-%{version}.tar.bz2
 Patch0:		%{name}-fix-PrintJob-ambiguous-reference.patch
 Patch1:		%{name}-fedora-people-in-default-collection.patch
+Patch2:		%{name}-fix-THEME_DIR-path.patch
 
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -53,6 +54,7 @@
 %setup -q
 %patch0 -p0 -b .fix-PrintJob-ambiguous-reference-compile-error
 %patch1 -p0 -b .add-fedora-people-feed-to-default-collection.xml
+%patch2 -p0 -b .fix-THEME_DIR-path
 
 
 %build
@@ -116,6 +118,11 @@
 %{_mandir}/man?/%{name}.1*
 
 %changelog
+* Wed May 30 2007 Peter Gordon <peter at thecodergeek.com> - 1.8.3-4
+- Add a patch to fix the default theme directory search path to prevent crashes
+  at startup (fixes bug 241465):
+  + fix-THEME_DIR-path.patch
+
 * Fri Apr 06 2007 Peter Gordon <peter at thecodergeek.com> - 1.8.3-3
 - Add hard dependency on dbus-sharp, since it's not automatically picked up
   by RPM at build-time from the dbus-sharp-devel BuildRequires. (Thanks to




More information about the fedora-extras-commits mailing list