rpms/gmrun/EL-5 gmrun-0.9.2-gcc43.patch, NONE, 1.1 gmrun.spec, 1.4, 1.5

Gilboa Davara (gilboa) fedora-extras-commits at redhat.com
Wed Jan 16 18:08:47 UTC 2008


Author: gilboa

Update of /cvs/pkgs/rpms/gmrun/EL-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19539

Modified Files:
	gmrun.spec 
Added Files:
	gmrun-0.9.2-gcc43.patch 
Log Message:


gmrun-0.9.2-gcc43.patch:

--- NEW FILE gmrun-0.9.2-gcc43.patch ---
diff -ur gmrun-0.9.2/src/ci_string.h gmrun-0.9.2.new/src/ci_string.h
--- gmrun-0.9.2/src/ci_string.h	2001-05-16 17:39:31.000000000 +0300
+++ gmrun-0.9.2.new/src/ci_string.h	2008-01-15 09:10:39.000000000 +0200
@@ -7,6 +7,7 @@
 #define __CI_STRING_H__
 
 #include <string>
+#include <string.h>
 #include <ctype.h>
 
 struct ci_char_traits : public std::char_traits<char>
diff -ur gmrun-0.9.2/src/gtkcompletionline.cc gmrun-0.9.2.new/src/gtkcompletionline.cc
--- gmrun-0.9.2/src/gtkcompletionline.cc	2003-11-16 12:55:07.000000000 +0200
+++ gmrun-0.9.2.new/src/gtkcompletionline.cc	2008-01-15 09:10:39.000000000 +0200
@@ -24,6 +24,7 @@
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <unistd.h>
+#include <string.h>
 
 #include <iostream>
 #include <set>
diff -ur gmrun-0.9.2/src/main.cc gmrun-0.9.2.new/src/main.cc
--- gmrun-0.9.2/src/main.cc	2003-11-16 12:55:07.000000000 +0200
+++ gmrun-0.9.2.new/src/main.cc	2008-01-15 09:10:39.000000000 +0200
@@ -20,6 +20,7 @@
 #include <algorithm>
 #include <iterator>
 #include <popt.h>
+#include <string.h>
 
 using namespace std;
 
diff -ur gmrun-0.9.2/src/prefs.cc gmrun-0.9.2.new/src/prefs.cc
--- gmrun-0.9.2/src/prefs.cc	2002-08-16 13:48:22.000000000 +0300
+++ gmrun-0.9.2.new/src/prefs.cc	2008-01-16 19:48:39.000000000 +0200
@@ -13,6 +13,7 @@
 #include <fstream>
 #include <iostream>
 #include <stdio.h>
+#include <stdlib.h>
 
 #include <list>
 


Index: gmrun.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gmrun/EL-5/gmrun.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- gmrun.spec	28 Aug 2007 12:49:28 -0000	1.4
+++ gmrun.spec	16 Jan 2008 18:08:06 -0000	1.5
@@ -1,6 +1,6 @@
 Name:			gmrun
 Version:		0.9.2
-Release:		10%{?dist}
+Release:		11%{?dist}
 Summary:		Lightweight "Run program" dialog box with search history and tab completion
 
 Group:			User Interface/Desktops
@@ -8,6 +8,7 @@
 URL:			http://sourceforge.net/projects/gmrun
 Source0:		http://heanet.dl.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.gz
 Patch0:			gmrun-gmrunrc.patch
+Patch1:			gmrun-0.9.2-gcc43.patch
 BuildRoot:		%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 %if 0%{fedora} >= 8
 BuildRequires:	popt-devel
@@ -15,7 +16,6 @@
 BuildRequires:	popt
 %endif
 BuildRequires:	gtk2-devel
-Requires:		htmlview
 Requires:		xterm
 Requires:		man
 Requires:		info
@@ -32,6 +32,7 @@
 %prep
 %setup -q
 %patch0 -p1 -b .gmrunrc
+%patch1 -p1 -b .gcc43
 
 
 %build
@@ -56,6 +57,10 @@
 
 
 %changelog
+* Wed Jan 16 2008 Gilboa Davara <gilboad[AT]gmail.com> - 0.9.2-11
+- Replace htmlview with xdg-utils. (#388441, Patch by Ville Skytta)
+- gcc4.3 compile fix.
+
 * Mon Aug 27 2007 Gilboa Davara <gilboad[AT]gmail.com> - 0.9.2-10
 - Re-Fix bad %%{_fedora} if/else. (Bad day)
 




More information about the fedora-extras-commits mailing list