Hello community,

here is the log from the commit of package strigi for openSUSE:Factory checked 
in at 2011-12-05 13:27:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/strigi (Old)
 and      /work/SRC/openSUSE:Factory/.strigi.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "strigi", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/strigi/strigi.changes    2011-10-19 
13:43:28.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.strigi.new/strigi.changes       2011-12-05 
13:27:43.000000000 +0100
@@ -1,0 +2,13 @@
+Sat Dec  3 09:10:44 UTC 2011 - [email protected]
+
+- Add a patch to make strigi build with the new clucene version
+  in Factory.
+
+-------------------------------------------------------------------
+Thu Nov 24 05:17:52 UTC 2011 - [email protected]
+
+- Update to 0.7.6
+  - Better performance reading PDF streams of unknown length
+  - More accurate metadata indexing particularly of media files
+
+-------------------------------------------------------------------

Old:
----
  strigi-0.7.5-new_ffmpeg.patch
  strigi-0.7.5.tar.bz2

New:
----
  add_missing_lib.diff
  strigi-0.7.6.tar.bz2

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

Other differences:
------------------
++++++ strigi.spec ++++++
--- /var/tmp/diff_new_pack.DantsN/_old  2011-12-05 13:27:46.000000000 +0100
+++ /var/tmp/diff_new_pack.DantsN/_new  2011-12-05 13:27:47.000000000 +0100
@@ -19,18 +19,19 @@
 %bcond_with ffmpeg
 
 Name:           strigi
-Version:        0.7.5
+Version:        0.7.6
 Release:        2
 License:        GPLv2+ ; LGPLv2.1+
 Summary:        Lightweight and fast desktop search engine
 Url:            http://www.vandenoever.info/software/strigi/
 Group:          Productivity/Other
-Source0:        
http://www.vandenoever.info/software/strigi/%{name}-%{version}.tar.bz2
+Source0:        %{name}-%{version}.tar.bz2
 Source100:      baselibs.conf
 # PATCH-FIX-OPENSUSE bko_251701.v3.patch bko#251701 [email protected] -- Check 
file size of ole compound documents (fix dolphin crash when hovering a MSI file)
 Patch0:         bko_251701.v3.patch
-# PATCH-FIX-OPENSUSE %%{name}-0.7.5-new_ffmpeg.patch [email protected] -- 
Make it compile with the latest ffmpeg. From upstream, remove once 0.7.6 is 
released
-Patch1:         %{name}-0.7.5-new_ffmpeg.patch
+%if 0%{?suse_version} > 1210
+Patch1:         add_missing_lib.diff
+%endif
 BuildRequires:  bison
 BuildRequires:  boost-devel
 BuildRequires:  c++_compiler
@@ -81,8 +82,8 @@
 %prep
 %setup -q
 %patch0 -p1
-%if %{with ffmpeg}
-%patch1
+%if 0%{?suse_version} > 1210
+%patch1 -p0
 %endif
 
 %build
@@ -95,6 +96,7 @@
 cd ..
 
 %post   -n libstrigi0 -p /sbin/ldconfig
+
 %postun -n libstrigi0 -p /sbin/ldconfig
 
 %files
@@ -102,7 +104,11 @@
 %doc AUTHORS COPYING ChangeLog
 %{_kde4_bindir}/deepfind
 %{_kde4_bindir}/deepgrep
+%if 0%{?suse_version} > 1210
+%{_kde4_bindir}/lucene2indexer
+%else
 %{_kde4_bindir}/luceneindexer
+%endif
 %{_kde4_bindir}/rdfindexer
 %{_kde4_bindir}/strigiclient
 %{_kde4_bindir}/strigicmd
@@ -114,7 +120,12 @@
 %dir %{_kde4_libdir}/strigi
 %{_kde4_libdir}/strigi/strigiea_jpeg.so
 %{_kde4_libdir}/strigi/strigiea_riff.so
+%{_kde4_libdir}/strigi/strigiea_digest.so
+%if 0%{?suse_version} > 1210
+%{_kde4_libdir}/strigi/strigiindex_cluceneng.so
+%else
 %{_kde4_libdir}/strigi/strigiindex_clucene.so
+%endif
 %{_kde4_libdir}/strigi/strigila_cpp.so
 %{_kde4_libdir}/strigi/strigila_deb.so
 %{_kde4_libdir}/strigi/strigila_namespaceharvester.so
@@ -148,6 +159,8 @@
 %{_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
 %{_kde4_libdir}/pkgconfig/libstreamanalyzer.pc
 %{_kde4_libdir}/pkgconfig/libstreams.pc
 %{_kde4_libdir}/strigi/StrigiConfig.cmake

++++++ add_missing_lib.diff ++++++
--- 
libstreamanalyzer/plugins/indexers/clucenengindexer/indexdump/CMakeLists.txt    
    2011-07-26 19:12:39.000000000 +0200
+++ 
libstreamanalyzer/plugins/indexers/clucenengindexer/indexdump/CMakeLists.txt    
    2011-12-03 09:52:05.062132856 +0100
@@ -1,2 +1,2 @@
 add_executable(index2dump indexdump.cpp ../tcharutils.cpp)
-target_link_libraries(index2dump streamanalyzer ${CLUCENE1_LDFLAGS})
+target_link_libraries(index2dump streamanalyzer ${CLUCENE1_LDFLAGS} 
clucene-shared)
++++++ strigi-0.7.5.tar.bz2 -> strigi-0.7.6.tar.bz2 ++++++
++++ 2629 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to