Hello community,

here is the log from the commit of package strigi for openSUSE:Factory checked 
in at 2013-07-08 07:13:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/strigi (Old)
 and      /work/SRC/openSUSE:Factory/.strigi.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "strigi"

Changes:
--------
--- /work/SRC/openSUSE:Factory/strigi/strigi.changes    2013-04-14 
12:59:01.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.strigi.new/strigi.changes       2013-07-08 
07:13:21.000000000 +0200
@@ -1,0 +2,6 @@
+Tue Jun 18 11:07:44 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Added strigi-gcc48.patch which adds STREAMS_EXPORT to class decl., 
+  fixes build with gcc48
+
+-------------------------------------------------------------------

New:
----
  strigi-gcc48.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ strigi.spec ++++++
--- /var/tmp/diff_new_pack.T0dUkp/_old  2013-07-08 07:13:22.000000000 +0200
+++ /var/tmp/diff_new_pack.T0dUkp/_new  2013-07-08 07:13:22.000000000 +0200
@@ -31,6 +31,8 @@
 Patch1:         add_missing_lib.diff
 # PATCH-FIX-UPSTREAM: bug_304439.diff fixes indexing of jpegs with 'wrong' 
isoSpeedRatings, pending upstream
 Patch2:         bug_304439.diff
+# PATCH-FIX-UPSTREAM strigi-gcc48.patch -- Add STREAMS_EXPORT to class decl., 
fixes build with gcc48
+Patch3:         strigi-gcc48.patch
 BuildRequires:  bison
 BuildRequires:  c++_compiler
 BuildRequires:  clucene-core-devel
@@ -91,6 +93,7 @@
 %patch1 -p0
 %endif
 %patch2 -p1
+%patch3 -p1
 
 %build
 %cmake_kde4 -d build

++++++ strigi-gcc48.patch ++++++
--- a/libstreams/include/strigi/bufferedstream.h
+++ b/libstreams/include/strigi/bufferedstream.h
@@ -34,7 +34,7 @@
  * BufferedStream will do the rest.
  */
 template <class T>
-class BufferedStream : public StreamBase<T> {
+class STREAMS_EXPORT BufferedStream : public StreamBase<T> {
 private:
     StreamBuffer<T> buffer;
     bool finishedWritingToBuffer;
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to