rpms/strigi/devel strigi-compile-fix.patch, NONE, 1.1 strigi-lucenetest_fix.patch, NONE, 1.1 .cvsignore, 1.7, 1.8 sources, 1.7, 1.8 strigi.spec, 1.14, 1.15

Deji Akingunola (deji) fedora-extras-commits at redhat.com
Wed May 7 23:09:48 UTC 2008


Author: deji

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

Modified Files:
	.cvsignore sources strigi.spec 
Added Files:
	strigi-compile-fix.patch strigi-lucenetest_fix.patch 
Log Message:
* Sat May 03 2008 Deji Akingunola <dakingun at gmail.com> - 0.5.9-1
- Update to 0.5.9 (bugfix release)


strigi-compile-fix.patch:

--- NEW FILE strigi-compile-fix.patch ---
--- tests/daemon/dbus/xesam/xesamdbus.h	2008-05-03 14:46:47.000000000 -0400
+++ tests/daemon/dbus/xesam/xesamdbus.h.new	2008-05-05 18:48:14.000000000 -0400
@@ -19,6 +19,7 @@
 #include <QtCore/QStringList>
 #include <QtCore/QVariant>
 #include <QtDBus/QtDBus>
+#include <QtCore/QVector>
 #include "xesamtypes.h"
 
 /*
--- tests/daemon/dbus/xesamlistener.cpp	2008-05-03 14:46:47.000000000 -0400
+++ tests/daemon/dbus/xesamlistener.cpp.new	2008-05-07 09:54:26.000000000 -0400
@@ -21,6 +21,7 @@
 #include "xesam/xesamdbus.h"
 #include <QtCore/QDebug>
 #include <QtCore/QTimer>
+#include <QtCore/QTime>
 
 XesamListener::XesamListener(OrgFreedesktopXesamSearchInterface* xesam)
         :eventloop(this) {

strigi-lucenetest_fix.patch:

--- NEW FILE strigi-lucenetest_fix.patch ---
--- src/luceneindexer/tests/CLuceneTest.cpp	2008/04/04 19:47:09	793681
+++ src/luceneindexer/tests/CLuceneTest.cpp	2008/05/07 22:29:36	805237
@@ -21,6 +21,10 @@
 int
 CLuceneTest(int argc, char*argv[]) {
     setenv("STRIGI_PLUGIN_PATH", BINARYDIR"/src/luceneindexer/", 1);
+    setenv("XDG_DATA_HOME",
+        SOURCEDIR"/src/streamanalyzer/fieldproperties", 1);
+    setenv("XDG_DATA_DIRS",
+        SOURCEDIR"/src/streamanalyzer/fieldproperties", 1);
     const char* path = ":memory:";
 
     // initialize a directory for writing and an indexmanager


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/strigi/devel/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- .cvsignore	21 Feb 2008 10:38:02 -0000	1.7
+++ .cvsignore	7 May 2008 23:09:07 -0000	1.8
@@ -1 +1 @@
-strigi-0.5.8.tar.bz2
+strigi-0.5.9.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/strigi/devel/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sources	21 Feb 2008 10:38:02 -0000	1.7
+++ sources	7 May 2008 23:09:07 -0000	1.8
@@ -1 +1 @@
-2e8034ab85b91bd7fbc1b0aa296135a9  strigi-0.5.8.tar.bz2
+cbc36a745a8ecb3c29c3072d262e559a  strigi-0.5.9.tar.bz2


Index: strigi.spec
===================================================================
RCS file: /cvs/pkgs/rpms/strigi/devel/strigi.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- strigi.spec	6 Mar 2008 21:26:01 -0000	1.14
+++ strigi.spec	7 May 2008 23:09:07 -0000	1.15
@@ -1,6 +1,6 @@
 Name:		strigi
-Version:	0.5.8
-Release:	2%{?dist}
+Version:	0.5.9
+Release:	1%{?dist}
 Summary:	A desktop search program for KDE
 Group:		Applications/Productivity
 License:	LGPLv2+
@@ -9,6 +9,8 @@
 Source1:	strigiclient.desktop
 Source2:	strigi-daemon.desktop
 Patch0:		strigi-multilib-fix.patch
+Patch1:		strigi-compile-fix.patch
+Patch2:		strigi-lucenetest_fix.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:	cmake >= 2.4.5
@@ -50,6 +52,8 @@
 %prep
 %setup -q
 %patch0 -p0 -b .multilibs
+%patch1 -p0 -b .compile
+%patch2 -p0 -b .test
 
 %build
 mkdir fedora
@@ -81,6 +85,10 @@
 mkdir -p %{buildroot}%{_sysconfdir}/xdg/autostart
 cp -pr %{SOURCE2} %{buildroot}%{_sysconfdir}/xdg/autostart/
 
+%check
+cd fedora
+make test
+
 find %{buildroot}%{_libdir} -type f -name "*.so*" -exec chmod 755 {} ';'
 
 %clean
@@ -111,6 +119,9 @@
 %{_libdir}/strigi/
 
 %changelog
+* Sat May 03 2008 Deji Akingunola <dakingun at gmail.com> - 0.5.9-1
+- Update to 0.5.9 (bugfix release)
+
 * Thu Mar 06 2008 Deji Akingunola <dakingun at gmail.com> - 0.5.8-2
 - Use upstream's default build options (disable inotify support, #436096)
 




More information about the fedora-extras-commits mailing list