rpms/pinot/devel pinot-0.82-gcc43-buildfix.patch, NONE, 1.1 pinot.spec, 1.23, 1.24

Adel Gadllah (drago01) fedora-extras-commits at redhat.com
Sat Feb 9 11:15:37 UTC 2008


Author: drago01

Update of /cvs/pkgs/rpms/pinot/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13628

Modified Files:
	pinot.spec 
Added Files:
	pinot-0.82-gcc43-buildfix.patch 
Log Message:
fix build with gcc-4.3

pinot-0.82-gcc43-buildfix.patch:

--- NEW FILE pinot-0.82-gcc43-buildfix.patch ---
diff -upNr pinot-0.82.orign/Tokenize/filters/HtmlFilter.cc pinot-0.82/Tokenize/filters/HtmlFilter.cc
--- pinot-0.82.orign/Tokenize/filters/HtmlFilter.cc	2007-12-13 05:16:01.000000000 +0100
+++ pinot-0.82/Tokenize/filters/HtmlFilter.cc	2008-02-09 12:11:14.000000000 +0100
@@ -29,6 +29,7 @@
 #include <iostream>
 #include <algorithm>
 #include <utility>
+#include <cstring>
 
 #include "HtmlFilter.h"
 
diff -upNr pinot-0.82.orign/Utils/MIMEScanner.cpp pinot-0.82/Utils/MIMEScanner.cpp
--- pinot-0.82.orign/Utils/MIMEScanner.cpp	2007-12-13 05:16:01.000000000 +0100
+++ pinot-0.82/Utils/MIMEScanner.cpp	2008-02-09 12:10:30.000000000 +0100
@@ -20,6 +20,7 @@
 #include <unistd.h>
 #include <glib.h>
 #include <iostream>
+#include <cstring>
 
 #include "xdgmime/xdgmime.h"
 


Index: pinot.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pinot/devel/pinot.spec,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- pinot.spec	9 Feb 2008 08:45:34 -0000	1.23
+++ pinot.spec	9 Feb 2008 11:14:59 -0000	1.24
@@ -1,6 +1,6 @@
 Name:  pinot
 Version: 0.82        
-Release: 2%{?dist}
+Release: 3%{?dist}
 Summary: Personal search and metasearch for the Desktop      
 
 Group: User Interface/Desktops        
@@ -8,6 +8,7 @@
 URL: http://pinot.berlios.de/            
 Source0: http://download2.berlios.de/pinot/%{name}-%{version}.tar.gz  
 Patch0: fix_lang_detect.patch
+Patch1: pinot-0.82-gcc43-buildfix.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires: sqlite-devel >= 3.3.1
@@ -52,6 +53,7 @@
 %prep
 %setup -q 
 %patch0 -p1 -b .lang_detect
+%patch1 -p1 -b .gcc43
 
 %build
 %configure
@@ -116,6 +118,9 @@
 
 
 %changelog
+* Sat Feb 09 2008 Adel Gadllah <adel.gadllah at gmail.com> 0.82-3
+- Fix build with gcc-4.3
+
 * Sat Feb 09 2008 Adel Gadllah <adel.gadllah at gmail.com> 0.82-2
 - Rebuild for gcc-4.3
 




More information about the fedora-extras-commits mailing list