commit strigi for openSUSE:Factory

2016-05-08 Thread h_root
Hello community,

here is the log from the commit of package strigi for openSUSE:Factory checked 
in at 2016-05-08 10:40:59

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.changes2016-01-08 
15:39:30.0 +0100
+++ /work/SRC/openSUSE:Factory/.strigi.new/strigi.changes   2016-05-08 
10:41:00.0 +0200
@@ -1,0 +2,12 @@
+Tue May  3 12:21:57 UTC 2016 - aloi...@gmx.com
+
+- Added strigi-ffmpeg_3.0.patch (deb#803862) and switched
+  to ffmpeg 3.0 on PMBS 
+
+---
+Tue Apr 19 10:06:21 UTC 2016 - joerg.loren...@ki.tng.de
+
+- Force build against ffmpeg < 3.0 on PMBS (build against ffmpeg
+  version >= 3.0 currently fails).
+
+---

New:

  strigi-ffmpeg_3.0.patch



Other differences:
--
++ strigi.spec ++
--- /var/tmp/diff_new_pack.y4kMFf/_old  2016-05-08 10:41:01.0 +0200
+++ /var/tmp/diff_new_pack.y4kMFf/_new  2016-05-08 10:41:01.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package strigi
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -32,6 +32,8 @@
 Patch2: bug_304439.diff
 # PATCH-FIX-UPSTREAM strigi-gcc48.patch -- Add STREAMS_EXPORT to class decl., 
fixes build with gcc48
 Patch3: strigi-gcc48.patch
+# Via (deb#803862)
+Patch4: strigi-ffmpeg_3.0.patch
 BuildRequires:  bison
 BuildRequires:  c++_compiler
 BuildRequires:  clucene-core-devel
@@ -94,6 +96,9 @@
 %patch1
 %patch2 -p1
 %patch3 -p1
+%if %{with ffmpeg}
+%patch4 -p1
+%endif
 
 %build
 %cmake_kde4 -d build -- -DENABLE_REGENERATEXSD=off

++ strigi-ffmpeg_3.0.patch ++
Index: strigi-0.7.8/libstreamanalyzer/plugins/endplugins/ffmpegendanalyzer.cpp
===
--- strigi-0.7.8.orig/libstreamanalyzer/plugins/endplugins/ffmpegendanalyzer.cpp
+++ strigi-0.7.8/libstreamanalyzer/plugins/endplugins/ffmpegendanalyzer.cpp
@@ -355,7 +355,7 @@ FFMPEGEndAnalyzer::analyze(AnalysisResul
 #endif
 
   if(fc->bit_rate)
-ar.addValue(factory->bitrateProperty, fc->bit_rate);
+ar.addValue(factory->bitrateProperty, (uint32_t)fc->bit_rate);
   else if (fc->duration!= no_bitrate && fc->duration > 0) {
 cout<<"Trying to estimate bitrate\n";
 int64_t size;
@@ -412,8 +412,8 @@ FFMPEGEndAnalyzer::analyze(AnalysisResul
 if (size_t len = strlen(p->name)) {
   ar.addTriplet(streamuri, codecPropertyName, string(p->name, len));
 }
-  } else if (size_t len = strlen(codec.codec_name)) {
-ar.addTriplet(streamuri, codecPropertyName, string(codec.codec_name, 
len));
+  } else if (size_t len = strlen(avcodec_get_name(codec.codec_id))) {
+ar.addTriplet(streamuri, codecPropertyName, 
string(avcodec_get_name(codec.codec_id), len));
   }
 /*
 00792 } else if (enc->codec_id == CODEC_ID_MPEG2TS) {
@@ -486,7 +486,7 @@ FFMPEGEndAnalyzer::analyze(AnalysisResul
   outs << stream.r_frame_rate.num / stream.r_frame_rate.den;
   ar.addTriplet(streamuri, frameRatePropertyName, outs.str());
 }
-if (codec.pix_fmt != PIX_FMT_NONE) {}//FIXME pixel format
+if (codec.pix_fmt != AV_PIX_FMT_NONE) {}//FIXME pixel format
   }
   
 }



commit strigi for openSUSE:Factory

2016-01-08 Thread h_root
Hello community,

here is the log from the commit of package strigi for openSUSE:Factory checked 
in at 2016-01-08 15:39:29

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.changes2014-08-16 
15:37:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.strigi.new/strigi.changes   2016-01-08 
15:39:30.0 +0100
@@ -1,0 +2,5 @@
+Thu Dec 24 13:31:44 UTC 2015 - tchva...@suse.com
+
+- Use properly ffmpeg deps and build with factory provided one
+
+---



Other differences:
--
++ strigi.spec ++
--- /var/tmp/diff_new_pack.Abcl6K/_old  2016-01-08 15:39:31.0 +0100
+++ /var/tmp/diff_new_pack.Abcl6K/_new  2016-01-08 15:39:31.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package strigi
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,8 +16,7 @@
 #
 
 
-%bcond_with ffmpeg
-
+%bcond_without ffmpeg
 Name:   strigi
 Version:0.7.8
 Release:0
@@ -39,33 +38,27 @@
 BuildRequires:  cmake
 BuildRequires:  dbus-1-x11
 BuildRequires:  file-devel
-%if 0%{?suse_version} > 1210
 BuildRequires:  gamin-devel
-%else
-BuildRequires:  fam-devel
-%endif
 BuildRequires:  kde4-filesystem
+BuildRequires:  libbz2-devel
 BuildRequires:  libcppunit-devel
 BuildRequires:  libexiv2-devel
 BuildRequires:  libexpat-devel
-%if %{with ffmpeg}
-BuildRequires:  libffmpeg-devel
-%endif
-BuildRequires:  libbz2-devel
 BuildRequires:  libqt4-devel
 BuildRequires:  zlib-devel
-%if !0%{?sles_version}
 BuildRequires:  pkgconfig(dbus-1)
 BuildRequires:  pkgconfig(libxml-2.0)
-%else
-BuildRequires:  dbus-1-devel
-BuildRequires:  libxml2-devel
-%endif
 Requires:   libstreamanalyzer0 = %{version}
 Requires:   libstrigi0 = %{version}
 Provides:   strigi-ui = 0.5.8
 Obsoletes:  strigi-ui < 0.5.8
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+%if %{with ffmpeg}
+BuildRequires:  pkgconfig(libavcodec)
+BuildRequires:  pkgconfig(libavformat)
+BuildRequires:  pkgconfig(libavutil)
+BuildRequires:  pkgconfig(libswscale)
+%endif
 
 %description
 strigi is a very fast crawling, very small memory footprint, no
@@ -98,9 +91,7 @@
 
 %prep
 %setup -q
-%if 0%{?suse_version} > 1210
-%patch1 -p0
-%endif
+%patch1
 %patch2 -p1
 %patch3 -p1
 
@@ -124,11 +115,7 @@
 %doc AUTHORS COPYING ChangeLog
 %{_bindir}/deepfind
 %{_bindir}/deepgrep
-%if 0%{?suse_version} > 1210
 %{_bindir}/lucene2indexer
-%else
-%{_bindir}/luceneindexer
-%endif
 %{_bindir}/rdfindexer
 %{_bindir}/strigiclient
 %{_bindir}/strigicmd
@@ -138,11 +125,7 @@
 %{_libdir}/strigi/strigiea_jpeg.so
 %{_libdir}/strigi/strigiea_riff.so
 %{_libdir}/strigi/strigiea_digest.so
-%if 0%{?suse_version} > 1210
 %{_libdir}/strigi/strigiindex_cluceneng.so
-%else
-%{_libdir}/strigi/strigiindex_clucene.so
-%endif
 %{_libdir}/strigi/strigila_cpp.so
 %{_libdir}/strigi/strigila_deb.so
 %{_libdir}/strigi/strigila_namespaceharvester.so




commit strigi for openSUSE:Factory

2014-08-16 Thread h_root
Hello community,

here is the log from the commit of package strigi for openSUSE:Factory checked 
in at 2014-08-16 15:37:28

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.changes2014-07-16 
16:16:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.strigi.new/strigi.changes   2014-08-16 
15:37:29.0 +0200
@@ -1,0 +2,13 @@
+Tue Aug 12 19:14:34 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Move away from kde4-filesystem macros: strigi doesn't use kdelibs4
+  buildsystem
+
+---
+Thu Jul 31 17:09:30 UTC 2014 - wba...@tmo.at
+
+- Add libstreamanalyzer0 to baselibs.conf to make libkde4-32bit
+  installable, it requires libstreamanalyzer0.so.0()(32bit) which
+  is not provided by libstrigi0-32bit any more
+
+---



Other differences:
--
++ strigi.spec ++
--- /var/tmp/diff_new_pack.Z3cGvI/_old  2014-08-16 15:37:30.0 +0200
+++ /var/tmp/diff_new_pack.Z3cGvI/_new  2014-08-16 15:37:30.0 +0200
@@ -109,9 +109,7 @@
 %make_jobs
 
 %install
-cd build
-%kde4_makeinstall
-cd ..
+%kde4_makeinstall -C build
 
 %post   -n libstrigi0 -p /sbin/ldconfig
 
@@ -124,82 +122,82 @@
 %files
 %defattr(-,root,root,-)
 %doc AUTHORS COPYING ChangeLog
-%{_kde4_bindir}/deepfind
-%{_kde4_bindir}/deepgrep
+%{_bindir}/deepfind
+%{_bindir}/deepgrep
 %if 0%{?suse_version}  1210
-%{_kde4_bindir}/lucene2indexer
+%{_bindir}/lucene2indexer
 %else
-%{_kde4_bindir}/luceneindexer
+%{_bindir}/luceneindexer
 %endif
-%{_kde4_bindir}/rdfindexer
-%{_kde4_bindir}/strigiclient
-%{_kde4_bindir}/strigicmd
-%{_kde4_bindir}/strigidaemon
-%{_kde4_bindir}/xmlindexer
-%dir %{_kde4_libdir}/strigi
-%{_kde4_libdir}/strigi/strigiea_jpeg.so
-%{_kde4_libdir}/strigi/strigiea_riff.so
-%{_kde4_libdir}/strigi/strigiea_digest.so
+%{_bindir}/rdfindexer
+%{_bindir}/strigiclient
+%{_bindir}/strigicmd
+%{_bindir}/strigidaemon
+%{_bindir}/xmlindexer
+%dir %{_libdir}/strigi
+%{_libdir}/strigi/strigiea_jpeg.so
+%{_libdir}/strigi/strigiea_riff.so
+%{_libdir}/strigi/strigiea_digest.so
 %if 0%{?suse_version}  1210
-%{_kde4_libdir}/strigi/strigiindex_cluceneng.so
+%{_libdir}/strigi/strigiindex_cluceneng.so
 %else
-%{_kde4_libdir}/strigi/strigiindex_clucene.so
+%{_libdir}/strigi/strigiindex_clucene.so
 %endif
-%{_kde4_libdir}/strigi/strigila_cpp.so
-%{_kde4_libdir}/strigi/strigila_deb.so
-%{_kde4_libdir}/strigi/strigila_namespaceharvester.so
-%{_kde4_libdir}/strigi/strigila_txt.so
-%{_kde4_libdir}/strigi/strigila_xpm.so
-%{_kde4_libdir}/strigi/strigita_au.so
-%{_kde4_libdir}/strigi/strigita_avi.so
-%{_kde4_libdir}/strigi/strigita_dds.so
-%{_kde4_libdir}/strigi/strigita_gif.so
-%{_kde4_libdir}/strigi/strigita_ico.so
-%{_kde4_libdir}/strigi/strigita_pcx.so
-%{_kde4_libdir}/strigi/strigita_rgb.so
-%{_kde4_libdir}/strigi/strigita_sid.so
-%{_kde4_libdir}/strigi/strigita_wav.so
-%{_kde4_libdir}/strigi/strigita_xbm.so
+%{_libdir}/strigi/strigila_cpp.so
+%{_libdir}/strigi/strigila_deb.so
+%{_libdir}/strigi/strigila_namespaceharvester.so
+%{_libdir}/strigi/strigila_txt.so
+%{_libdir}/strigi/strigila_xpm.so
+%{_libdir}/strigi/strigita_au.so
+%{_libdir}/strigi/strigita_avi.so
+%{_libdir}/strigi/strigita_dds.so
+%{_libdir}/strigi/strigita_gif.so
+%{_libdir}/strigi/strigita_ico.so
+%{_libdir}/strigi/strigita_pcx.so
+%{_libdir}/strigi/strigita_rgb.so
+%{_libdir}/strigi/strigita_sid.so
+%{_libdir}/strigi/strigita_wav.so
+%{_libdir}/strigi/strigita_xbm.so
 %if %{with ffmpeg}
-%{_kde4_libdir}/strigi/strigiea_ffmpeg.so
+%{_libdir}/strigi/strigiea_ffmpeg.so
 %endif
-%{_kde4_datadir}/dbus-1/services/org.freedesktop.xesam.searcher.service
-%{_kde4_datadir}/dbus-1/services/vandenoever.strigi.service
-%{_kde4_datadir}/strigi/
+%{_datadir}/dbus-1/services/org.freedesktop.xesam.searcher.service
+%{_datadir}/dbus-1/services/vandenoever.strigi.service
+%{_datadir}/strigi/
 
 %files devel
 %defattr(-,root,root,-)
-%{_kde4_includedir}/strigi/
-%{_kde4_libdir}/libsearchclient.so
-%{_kde4_libdir}/libstreamanalyzer.so
-%{_kde4_libdir}/libstreams.so
-%{_kde4_libdir}/libstrigihtmlgui.so
-%{_kde4_libdir}/libstrigiqtdbusclient.so
-%dir %{_kde4_libdir}/cmake/LibSearchClient/
-%{_kde4_libdir}/cmake/LibSearchClient/LibSearchClientConfig.cmake
-%dir %{_kde4_libdir}/cmake/LibStreamAnalyzer/
-%{_kde4_libdir}/cmake/LibStreamAnalyzer/LibStreamAnalyzerConfig.cmake
-%{_kde4_libdir}/cmake/LibStreamAnalyzer/LibStreamAnalyzerConfigVersion.cmake
-%dir %{_kde4_libdir}/cmake/LibStreams/
-%{_kde4_libdir}/cmake/LibStreams/LibStreamsConfig.cmake
-%{_kde4_libdir}/cmake/LibStreams/LibStreamsConfigVersion.cmake

commit strigi for openSUSE:Factory

2014-07-16 Thread h_root
Hello community,

here is the log from the commit of package strigi for openSUSE:Factory checked 
in at 2014-07-16 16:16:27

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.changes2013-07-08 
07:13:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.strigi.new/strigi.changes   2014-07-16 
16:16:29.0 +0200
@@ -1,0 +2,12 @@
+Sat May 24 14:34:49 UTC 2014 - tittiatc...@gmail.com
+
+- Split out libstreamanalyzer to reduce dependencies as that we 
+  have to build kdelibs4 with support for this library to get 
+  some metadata during kio actions (bnc#879506)
+
+---
+Mon Apr 28 16:06:57 UTC 2014 - dmuel...@suse.com
+
+- remove dependency on java-devel 
+
+---



Other differences:
--
++ strigi.spec ++
--- /var/tmp/diff_new_pack.4vp9gf/_old  2014-07-16 16:16:30.0 +0200
+++ /var/tmp/diff_new_pack.4vp9gf/_new  2014-07-16 16:16:30.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package strigi
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -44,7 +44,6 @@
 %else
 BuildRequires:  fam-devel
 %endif
-BuildRequires:  java-devel
 BuildRequires:  kde4-filesystem
 BuildRequires:  libcppunit-devel
 BuildRequires:  libexiv2-devel
@@ -62,6 +61,7 @@
 BuildRequires:  dbus-1-devel
 BuildRequires:  libxml2-devel
 %endif
+Requires:   libstreamanalyzer0 = %{version}
 Requires:   libstrigi0 = %{version}
 Provides:   strigi-ui = 0.5.8
 Obsoletes:  strigi-ui  0.5.8
@@ -74,6 +74,7 @@
 %package devel
 Summary:Development files for the strigi desktop search engine
 Group:  Development/Libraries/C and C++
+Requires:   libstreamanalyzer0 = %{version}
 Requires:   libstrigi0 = %{version}
 
 %description devel
@@ -87,6 +88,14 @@
 %description -n libstrigi0
 This package contains the strigi desktop search engine libraries.
 
+%package -n libstreamanalyzer0
+Summary:Strigi desktop stream analyzer library
+Group:  System/Libraries
+%requires_gelibqt4
+
+%description -n libstreamanalyzer0
+This package contains the strigi desktop stream analyzer engine library.
+
 %prep
 %setup -q
 %if 0%{?suse_version}  1210
@@ -96,7 +105,7 @@
 %patch3 -p1
 
 %build
-%cmake_kde4 -d build
+%cmake_kde4 -d build -- -DENABLE_REGENERATEXSD=off
 %make_jobs
 
 %install
@@ -108,6 +117,10 @@
 
 %postun -n libstrigi0 -p /sbin/ldconfig
 
+%post   -n libstreamanalyzer0 -p /sbin/ldconfig
+
+%postun -n libstreamanalyzer0 -p /sbin/ldconfig
+
 %files
 %defattr(-,root,root,-)
 %doc AUTHORS COPYING ChangeLog
@@ -181,9 +194,12 @@
 %files -n libstrigi0
 %defattr(-,root,root,-)
 %{_kde4_libdir}/libsearchclient.so.0*
-%{_kde4_libdir}/libstreamanalyzer.so.0*
-%{_kde4_libdir}/libstreams.so.0*
 %{_kde4_libdir}/libstrigihtmlgui.so.0*
 %{_kde4_libdir}/libstrigiqtdbusclient.so.0*
 
+%files -n libstreamanalyzer0
+%defattr(-,root,root,-)
+%{_kde4_libdir}/libstreamanalyzer.so.0*
+%{_kde4_libdir}/libstreams.so.0*
+
 %changelog

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit strigi for openSUSE:Factory

2013-07-07 Thread h_root
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.changes2013-04-14 
12:59:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.strigi.new/strigi.changes   2013-07-08 
07:13:21.0 +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.0 +0200
+++ /var/tmp/diff_new_pack.T0dUkp/_new  2013-07-08 07:13:22.0 +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 StreamBaseT {
+class STREAMS_EXPORT BufferedStream : public StreamBaseT {
 private:
 StreamBufferT buffer;
 bool finishedWritingToBuffer;
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit strigi for openSUSE:Factory

2013-04-14 Thread h_root
Hello community,

here is the log from the commit of package strigi for openSUSE:Factory checked 
in at 2013-04-14 12:58:59

Comparing /work/SRC/openSUSE:Factory/strigi (Old)
 and  /work/SRC/openSUSE:Factory/.strigi.new (New)


Package is strigi, Maintainer is kde-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/strigi/strigi.changes2013-03-14 
15:36:31.0 +0100
+++ /work/SRC/openSUSE:Factory/.strigi.new/strigi.changes   2013-04-14 
12:59:01.0 +0200
@@ -1,0 +2,5 @@
+Fri Apr  5 11:12:27 UTC 2013 - idon...@suse.com
+
+- Add Source URL, see https://en.opensuse.org/SourceUrls 
+
+---



Other differences:
--
++ strigi.spec ++
--- /var/tmp/diff_new_pack.lOiHt5/_old  2013-04-14 12:59:02.0 +0200
+++ /var/tmp/diff_new_pack.lOiHt5/_new  2013-04-14 12:59:02.0 +0200
@@ -25,7 +25,7 @@
 License:GPL-2.0+ and LGPL-2.1+
 Group:  Productivity/Other
 Url:http://www.vandenoever.info/software/strigi/
-Source0:%{name}-%{version}.tar.bz2
+Source0:
http://www.vandenoever.info/software/strigi/%{name}-%{version}.tar.bz2
 Source100:  baselibs.conf
 # PATCH-FIX-OPENSUSE add_missing_lib.diff adds missing clucene-shared as 
target link library
 Patch1: add_missing_lib.diff

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit strigi for openSUSE:Factory

2013-03-14 Thread h_root
Hello community,

here is the log from the commit of package strigi for openSUSE:Factory checked 
in at 2013-03-14 15:01:54

Comparing /work/SRC/openSUSE:Factory/strigi (Old)
 and  /work/SRC/openSUSE:Factory/.strigi.new (New)


Package is strigi, Maintainer is kde-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/strigi/strigi.changes2012-12-03 
11:34:04.0 +0100
+++ /work/SRC/openSUSE:Factory/.strigi.new/strigi.changes   2013-03-14 
15:01:56.0 +0100
@@ -1,0 +2,25 @@
+Wed Feb  6 00:25:21 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to version 0.7.8
+  * Fix xpm and xbm index
+  * Extract tracknumber and track count from a value like 03/16
+  * Fixed indexing of m3u files
+  * Fix FLAC Files: Remove addtional 'db' in replaygain
+  * Fix: flac analizer was importing only one artist tag
+  * Fix: non numeric genres in id3 v2 mp3 are ignored
+  * Fix parsing of genre field in id3v2 tags
+  * Change: TPE2 tag it's used as nmm:albumArtist instead as 
+nmm:performer in ID3 analyzer
+  * Change: added support to TRACKTOTAL tag as an equivalent to 
+TRACKCOUNT in FLAC analyzer
+  * C++11 fixes
+  * Let the strigi ffmpeg plugin compile on modern ffmpeg versions
+  * Remove dependency on boost
+  * Use GNUInstallDirs in order to install into lib64 
+automatically
+  * Install a version file for the CMake config module
+  * Allow the Strigi submodules to be installed in custom prefixes
+- Drop git.diff patch, all aplied upstream
+- Dropped boost-devel BuildRequires as per upstream changes
+
+---

Old:

  git.diff
  strigi-0.7.7.tar.bz2

New:

  strigi-0.7.8.tar.bz2



Other differences:
--
++ strigi.spec ++
--- /var/tmp/diff_new_pack.Z6Fuxj/_old  2013-03-14 15:01:58.0 +0100
+++ /var/tmp/diff_new_pack.Z6Fuxj/_new  2013-03-14 15:01:58.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package strigi
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 %bcond_with ffmpeg
 
 Name:   strigi
-Version:0.7.7
+Version:0.7.8
 Release:0
 Summary:Lightweight and fast desktop search engine
 License:GPL-2.0+ and LGPL-2.1+
@@ -27,16 +27,11 @@
 Url:http://www.vandenoever.info/software/strigi/
 Source0:%{name}-%{version}.tar.bz2
 Source100:  baselibs.conf
+# PATCH-FIX-OPENSUSE add_missing_lib.diff adds missing clucene-shared as 
target link library
 Patch1: add_missing_lib.diff
-# PATCH-FIX-UPSTREAM git.diff
-# This patch syncs strigi to git snapshot, 
-# most of this changes fixed (re)indexing of specifix files. Remove for next 
release
-# See reviews: 105442, 105362, 105242, 105208, 103977, 103961, 103911, 103368
-Patch2: git.diff
-#Subject: Fixes indexing of jpegs with 'wrong' isoSpeedRatings, pending 
upstream
-Patch3: bug_304439.diff
+# PATCH-FIX-UPSTREAM: bug_304439.diff fixes indexing of jpegs with 'wrong' 
isoSpeedRatings, pending upstream
+Patch2: bug_304439.diff
 BuildRequires:  bison
-BuildRequires:  boost-devel
 BuildRequires:  c++_compiler
 BuildRequires:  clucene-core-devel
 BuildRequires:  cmake
@@ -96,7 +91,6 @@
 %patch1 -p0
 %endif
 %patch2 -p1
-%patch3 -p1
 
 %build
 %cmake_kde4 -d build
@@ -126,9 +120,6 @@
 %{_kde4_bindir}/strigicmd
 %{_kde4_bindir}/strigidaemon
 %{_kde4_bindir}/xmlindexer
-%dir %{_kde4_libdir}/libsearchclient
-%dir %{_kde4_libdir}/libstreamanalyzer
-%dir %{_kde4_libdir}/libstreams
 %dir %{_kde4_libdir}/strigi
 %{_kde4_libdir}/strigi/strigiea_jpeg.so
 %{_kde4_libdir}/strigi/strigiea_riff.so
@@ -168,14 +159,21 @@
 %{_kde4_libdir}/libstreams.so
 %{_kde4_libdir}/libstrigihtmlgui.so
 %{_kde4_libdir}/libstrigiqtdbusclient.so
-%{_kde4_libdir}/libsearchclient/LibSearchClientConfig.cmake
-%{_kde4_libdir}/libstreamanalyzer/LibStreamAnalyzerConfig.cmake
-%{_kde4_libdir}/libstreams/LibStreamsConfig.cmake
-%{_kde4_libdir}/libstreams/LibStreamsTargets.cmake
-%{_kde4_libdir}/libstreams/LibStreamsTargets-release.cmake
+%dir %{_kde4_libdir}/cmake/LibSearchClient/
+%{_kde4_libdir}/cmake/LibSearchClient/LibSearchClientConfig.cmake
+%dir %{_kde4_libdir}/cmake/LibStreamAnalyzer/
+%{_kde4_libdir}/cmake/LibStreamAnalyzer/LibStreamAnalyzerConfig.cmake
+%{_kde4_libdir}/cmake/LibStreamAnalyzer/LibStreamAnalyzerConfigVersion.cmake
+%dir %{_kde4_libdir}/cmake/LibStreams/
+%{_kde4_libdir}/cmake/LibStreams/LibStreamsConfig.cmake
+%{_kde4_libdir}/cmake/LibStreams/LibStreamsConfigVersion.cmake

commit strigi for openSUSE:Factory

2012-12-03 Thread h_root
Hello community,

here is the log from the commit of package strigi for openSUSE:Factory checked 
in at 2012-12-03 11:34:02

Comparing /work/SRC/openSUSE:Factory/strigi (Old)
 and  /work/SRC/openSUSE:Factory/.strigi.new (New)


Package is strigi, Maintainer is kde-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/strigi/strigi.changes2012-10-26 
17:33:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.strigi.new/strigi.changes   2012-12-03 
11:34:04.0 +0100
@@ -1,0 +2,5 @@
+Sun Nov 25 10:59:55 UTC 2012 - cgiboude...@gmx.com
+
+- Fix the SLES build: Replace BuildRequires:pkgconfig(...)
+
+---



Other differences:
--
++ strigi.spec ++
--- /var/tmp/diff_new_pack.NMObM4/_old  2012-12-03 11:34:05.0 +0100
+++ /var/tmp/diff_new_pack.NMObM4/_new  2012-12-03 11:34:05.0 +0100
@@ -58,8 +58,13 @@
 BuildRequires:  libbz2-devel
 BuildRequires:  libqt4-devel
 BuildRequires:  zlib-devel
+%if !0%{?sles_version}
 BuildRequires:  pkgconfig(dbus-1)
 BuildRequires:  pkgconfig(libxml-2.0)
+%else
+BuildRequires:  dbus-1-devel
+BuildRequires:  libxml2-devel
+%endif
 Requires:   libstrigi0 = %{version}
 Provides:   strigi-ui = 0.5.8
 Obsoletes:  strigi-ui  0.5.8

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit strigi for openSUSE:Factory

2012-10-18 Thread h_root
Hello community,

here is the log from the commit of package strigi for openSUSE:Factory checked 
in at 2012-10-18 22:10:47

Comparing /work/SRC/openSUSE:Factory/strigi (Old)
 and  /work/SRC/openSUSE:Factory/.strigi.new (New)


Package is strigi, Maintainer is kde-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/strigi/strigi.changes2012-04-17 
22:02:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.strigi.new/strigi.changes   2012-10-18 
22:10:49.0 +0200
@@ -1,0 +2,5 @@
+Tue Oct 16 11:29:10 UTC 2012 - co...@suse.com
+
+- add explicit buildrequire on libbz2-devel
+
+---



Other differences:
--
++ strigi.spec ++
--- /var/tmp/diff_new_pack.lIvJkO/_old  2012-10-18 22:10:50.0 +0200
+++ /var/tmp/diff_new_pack.lIvJkO/_new  2012-10-18 22:10:50.0 +0200
@@ -21,10 +21,10 @@
 Name:   strigi
 Version:0.7.7
 Release:0
-License:GPL-2.0+ ; LGPL-2.1+
 Summary:Lightweight and fast desktop search engine
-Url:http://www.vandenoever.info/software/strigi/
+License:GPL-2.0+ and LGPL-2.1+
 Group:  Productivity/Other
+Url:http://www.vandenoever.info/software/strigi/
 Source0:%{name}-%{version}.tar.bz2
 Source100:  baselibs.conf
 Patch1: add_missing_lib.diff
@@ -49,6 +49,7 @@
 %if %{with ffmpeg}
 BuildRequires:  libffmpeg-devel
 %endif
+BuildRequires:  libbz2-devel
 BuildRequires:  libqt4-devel
 BuildRequires:  zlib-devel
 BuildRequires:  pkgconfig(dbus-1)
@@ -63,7 +64,6 @@
 hammering of the system with pluggable backend desktop search engine.
 
 %package devel
-License:GPL-2.0+ ; LGPL-2.1+
 Summary:Development files for the strigi desktop search engine
 Group:  Development/Libraries/C and C++
 Requires:   libstrigi0 = %{version}
@@ -72,7 +72,6 @@
 This package contains development files for the strigi desktop search engine.
 
 %package -n libstrigi0
-License:GPL-2.0+ ; LGPL-2.1+
 Summary:Strigi desktop search engine libraries
 Group:  System/Libraries
 %requires_gelibqt4

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit strigi for openSUSE:Factory

2012-01-27 Thread h_root
Hello community,

here is the log from the commit of package strigi for openSUSE:Factory checked 
in at 2012-01-27 15:24:30

Comparing /work/SRC/openSUSE:Factory/strigi (Old)
 and  /work/SRC/openSUSE:Factory/.strigi.new (New)


Package is strigi, Maintainer is kde-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/strigi/strigi.changes2011-12-05 
13:27:43.0 +0100
+++ /work/SRC/openSUSE:Factory/.strigi.new/strigi.changes   2012-01-27 
15:24:32.0 +0100
@@ -1,0 +2,6 @@
+Fri Jan 20 13:11:23 UTC 2012 - toddrme2...@gmail.com
+
+- For Factory switched the file monitoring backend from fam to the 
upstream-recommended gamin
+  this is not available in earlier versions of openSUSE
+
+---



Other differences:
--
++ strigi.spec ++
--- /var/tmp/diff_new_pack.8v2LBg/_old  2012-01-27 15:24:33.0 +0100
+++ /var/tmp/diff_new_pack.8v2LBg/_new  2012-01-27 15:24:33.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package strigi
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -38,8 +38,12 @@
 BuildRequires:  clucene-core-devel
 BuildRequires:  cmake
 BuildRequires:  dbus-1-x11
-BuildRequires:  fam-devel
 BuildRequires:  file-devel
+%if 0%{?suse_version}  1210
+BuildRequires:  gamin-devel
+%else
+BuildRequires:  fam-devel
+%endif
 BuildRequires:  java-devel
 BuildRequires:  kde4-filesystem
 BuildRequires:  libcppunit-devel

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit strigi for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package strigi for openSUSE:Factory checked 
in at 2011-12-06 19:06:10

Comparing /work/SRC/openSUSE:Factory/strigi (Old)
 and  /work/SRC/openSUSE:Factory/.strigi.new (New)


Package is strigi, Maintainer is kde-maintain...@suse.de

Changes:




Other differences:
--
++ strigi.spec ++
--- /var/tmp/diff_new_pack.SHPZTx/_old  2011-12-06 19:39:16.0 +0100
+++ /var/tmp/diff_new_pack.SHPZTx/_new  2011-12-06 19:39:16.0 +0100
@@ -21,7 +21,7 @@
 Name:   strigi
 Version:0.7.6
 Release:2
-License:GPLv2+ ; LGPLv2.1+
+License:GPL-2.0+ ; LGPL-2.1+
 Summary:Lightweight and fast desktop search engine
 Url:http://www.vandenoever.info/software/strigi/
 Group:  Productivity/Other
@@ -62,7 +62,7 @@
 hammering of the system with pluggable backend desktop search engine.
 
 %package devel
-License:GPLv2+ ; LGPLv2.1+
+License:GPL-2.0+ ; LGPL-2.1+
 Summary:Development files for the strigi desktop search engine
 Group:  Development/Libraries/C and C++
 Requires:   libstrigi0 = %{version}
@@ -71,7 +71,7 @@
 This package contains development files for the strigi desktop search engine.
 
 %package -n libstrigi0
-License:GPLv2+ ; LGPLv2.1+
+License:GPL-2.0+ ; LGPL-2.1+
 Summary:Strigi desktop search engine libraries
 Group:  System/Libraries
 %requires_gelibqt4

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit strigi for openSUSE:Factory

2011-07-27 Thread h_root

Hello community,

here is the log from the commit of package strigi for openSUSE:Factory
checked in at Wed Jul 27 15:36:25 CEST 2011.




--- strigi/strigi.changes   2011-01-28 11:47:56.0 +0100
+++ /mounts/work_src_done/STABLE/strigi/strigi.changes  2011-07-26 
15:20:40.0 +0200
@@ -1,0 +2,15 @@
+Tue Jul 26 13:03:37 UTC 2011 - asterios.dra...@gmail.com
+
+- Update to version 0.7.5:
+  * Synchronize the modules. In 0.7.4, the modules were not synchronized.
+- Spec file updates:
+  * Changes based on spec-cleaner run.
+  * Removed openssl-devel from BuildRequires: (not needed).
+  * Added dbus-1-devel, dbus-1-x11, java-devel, libexpat-devel and zlib-devel
+in BuildRequires:.
+  * Added description for the patch based on openSUSE Patches Guidelines.
+  * Updates in Summary:, %description and Group entries.
+  * Compile the package out of source.
+  * Minor other updates.
+
+---

calling whatdependson for head-i586


Old:

  strigi-0.7.3.99.tar.bz2

New:

  strigi-0.7.5.tar.bz2



Other differences:
--
++ strigi.spec ++
--- /var/tmp/diff_new_pack.KRH3l2/_old  2011-07-27 15:33:51.0 +0200
+++ /var/tmp/diff_new_pack.KRH3l2/_new  2011-07-27 15:33:51.0 +0200
@@ -19,145 +19,135 @@
 
 
 Name:   strigi
-BuildRequires:  c++_compiler clucene-core-devel cmake libqt4-devel 
openssl-devel
-BuildRequires:  bison fam-devel file-devel kde4-filesystem libexiv2-devel 
libxml2-devel
-BuildRequires:  boost-devel
-BuildRequires:  libcppunit-devel
+Version:0.7.5
+Release:1
 License:GPLv2+ ; LGPLv2.1+
-Group:  Productivity/Other
 Summary:Lightweight and fast desktop search engine
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Url:http://www.vandenoever.info/software/strigi/
-Version:0.7.3.99
-Release:1
-Source: strigi-%{version}.tar.bz2
-Source2:baselibs.conf
+Group:  Productivity/Other
+Source0:
http://www.vandenoever.info/software/strigi/%{name}-%{version}.tar.bz2
+Source100:  baselibs.conf
+# PATCH-FIX-OPENSUSE bko_251701.v3.patch bko#251701 re...@gmx.net -- Check 
file size of ole compound documents (fix dolphin crash when hovering a MSI file)
 Patch0: bko_251701.v3.patch
-Provides:   strigi-ui = 0.5.7
+BuildRequires:  bison
+BuildRequires:  boost-devel
+BuildRequires:  c++_compiler
+BuildRequires:  clucene-core-devel
+BuildRequires:  cmake
+BuildRequires:  dbus-1-devel
+BuildRequires:  dbus-1-x11
+BuildRequires:  fam-devel
+BuildRequires:  file-devel
+BuildRequires:  java-devel
+BuildRequires:  kde4-filesystem
+BuildRequires:  libcppunit-devel
+BuildRequires:  libexiv2-devel
+BuildRequires:  libexpat-devel
+BuildRequires:  libqt4-devel
+BuildRequires:  zlib-devel
+BuildRequires:  pkgconfig(libxml-2.0)
+Requires:   libstrigi0 = %{version}
+Provides:   strigi-ui = %{version}
 Obsoletes:  strigi-ui = 0.5.7
-Requires:   libstrigi0 = %version
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 strigi is a very fast crawling, very small memory footprint, no
 hammering of the system with pluggable backend desktop search engine.
 
-
-
-Authors:
-
-Jos van den Oever j...@vandenoever.info
-Ben van Klinken bvanklin...@gmail.com
-Flavio Castelli mic...@madlab.it
-
 %package devel
 License:GPLv2+ ; LGPLv2.1+
+Summary:Development files for the strigi desktop search engine
 Group:  Development/Libraries/C and C++
-Summary:Lightweight and fast desktop search engine
-Requires:   libstrigi0 = %version
+Requires:   libstrigi0 = %{version}
 
 %description devel
-strigi is a very fast crawling, very small memory footprint, no
-hammering of the system with pluggable backend desktop search engine.
-
-
-
-Authors:
-
-Jos van den Oever j...@vandenoever.info
-Ben van Klinken bvanklin...@gmail.com
-Flavio Castelli mic...@madlab.it
+This package contains development files for the strigi desktop search engine.
 
 %package -n libstrigi0
 License:GPLv2+ ; LGPLv2.1+
-Group:  Productivity/Other
-Summary:Lightweight and fast desktop search engine
+Summary:Strigi desktop search engine libraries
+Group:  System/Libraries
 %requires_gelibqt4
 
 %description -n libstrigi0
-strigi is a very fast crawling, very small memory footprint, no
-hammering of the system with pluggable backend desktop search engine.
-
-
-
-Authors:
-
-Jos van den Oever j...@vandenoever.info
-Ben van Klinken bvanklin...@gmail.com
-Flavio Castelli mic...@madlab.it
+This package contains the strigi desktop search engine libraries.
 
 %prep
-%setup -q -n strigi-%{version}
+%setup -q
 %patch0 -p1
 
 %build
-%cmake_kde4
-
-make %{?jobs:-j %jobs}
+%cmake_kde4 -d build
+%make_jobs