rpms/pinot/devel pinot-0.88-buildfix.patch, NONE, 1.1 pinot.spec, 1.33, 1.34

Adel Gadllah drago01 at fedoraproject.org
Sat Aug 30 15:35:49 UTC 2008


Author: drago01

Update of /cvs/pkgs/rpms/pinot/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17568

Modified Files:
	pinot.spec 
Added Files:
	pinot-0.88-buildfix.patch 
Log Message:
Fix build

pinot-0.88-buildfix.patch:

--- NEW FILE pinot-0.88-buildfix.patch ---
diff -upNr pinot-0.88.orign/Monitor/INotifyMonitor.cpp pinot-0.88/Monitor/INotifyMonitor.cpp
--- pinot-0.88.orign/Monitor/INotifyMonitor.cpp	2008-06-19 16:46:32.000000000 +0200
+++ pinot-0.88/Monitor/INotifyMonitor.cpp	2008-08-30 17:31:19.000000000 +0200
@@ -19,6 +19,7 @@
 #include "config.h"
 #include <sys/ioctl.h>
 #ifdef HAVE_LINUX_INOTIFY_H
+#include <unistd.h>
 #include <stdint.h>
 #include <linux/inotify.h>
 #include "linux-inotify-syscalls.h"


Index: pinot.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pinot/devel/pinot.spec,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- pinot.spec	30 Aug 2008 13:00:41 -0000	1.33
+++ pinot.spec	30 Aug 2008 15:35:19 -0000	1.34
@@ -1,6 +1,6 @@
 Name:  pinot
 Version: 0.88
-Release: 1%{?dist}
+Release: 2%{?dist}
 Summary: Personal search and metasearch for the Desktop      
 
 Group: User Interface/Desktops        
@@ -8,7 +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.88-buildfix.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires: sqlite-devel >= 3.3.1
@@ -54,7 +54,7 @@
 %prep
 %setup -q 
 %patch0 -p1 -b .lang_detect
-
+%patch1 -p1 -b .buildfix
 
 %build
 %configure
@@ -119,6 +119,9 @@
 
 
 %changelog
+* Sat Aug 30 2008 Adel Gadllah <adel.gadllah at gmail.com> 0.88-2
+- Fix build
+
 * Sat Aug 30 2008 Adel Gadllah <adel.gadllah at gmail.com> 0.88-1
 - Update to 0.88
 




More information about the fedora-extras-commits mailing list