Mailinglist Archive: opensuse-commit (1083 mails)
| < Previous | Next > |
commit strigi
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Sat, 01 Sep 2007 13:15:07 +0200
- Message-id: <20070901111508.2CA716781B8@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package strigi
checked in at Sat Sep 1 13:15:07 CEST 2007.
--------
--- strigi/strigi.changes 2007-08-07 22:20:43.000000000 +0200
+++ /mounts/work_src_done/STABLE/strigi/strigi.changes 2007-08-31 19:39:44.570178000 +0200
@@ -1,0 +2,5 @@
+Fri Aug 31 19:39:16 CEST 2007 - dmueller@xxxxxxx
+
+- fix compilation when gcc43 is used
+
+-------------------------------------------------------------------
New:
----
gcc43.diff
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ strigi.spec ++++++
--- /var/tmp/diff_new_pack.u22188/_old 2007-09-01 13:14:23.000000000 +0200
+++ /var/tmp/diff_new_pack.u22188/_new 2007-09-01 13:14:23.000000000 +0200
@@ -19,8 +19,9 @@
BuildRoot: %{_tmppath}/%{name}-%{version}-build
URL: http://www.vandenoever.info/software/strigi/
Version: 0.5.5
-Release: 1
+Release: 10
Source: strigi-%{version}.tar.bz2
+Patch: gcc43.diff
%description
strigi is a very fast crawling, very small memory footprint, no
@@ -70,6 +71,7 @@
%prep
%setup -q
+%patch
%build
RPM_OPT_FLAGS=$(echo "$RPM_OPT_FLAGS" | sed -e "s,-O2,-O0,")
@@ -140,6 +142,8 @@
%_libdir/pkgconfig/libstreams.pc
%changelog
+* Fri Aug 31 2007 - dmueller@xxxxxxx
+- fix compilation when gcc43 is used
* Tue Aug 07 2007 - dmueller@xxxxxxx
- use the release tarball (0.5.5)
* no changes
++++++ gcc43.diff ++++++
------------------------------------------------------------------------
r699242 | mueller | 2007-08-12 14:24:48 +0200 (Sun, 12 Aug 2007) | 2 lines
the usual "daily unbreak compilation"
------------------------------------------------------------------------
--- src/xmlindexer/cgixmlindexer.cpp
+++ src/xmlindexer/cgixmlindexer.cpp
@@ -24,6 +24,7 @@
#include "xmlindexwriter.h"
#include <time.h>
#include <iostream>
+#include <stdlib.h> // getenv
using namespace Strigi;
using namespace std;
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |