Hello community,

here is the log from the commit of package baloo5 for openSUSE:Factory checked 
in at 2015-11-24 22:26:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/baloo5 (Old)
 and      /work/SRC/openSUSE:Factory/.baloo5.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "baloo5"

Changes:
--------
--- /work/SRC/openSUSE:Factory/baloo5/baloo5.changes    2015-10-19 
22:21:14.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.baloo5.new/baloo5.changes       2015-11-24 
22:26:05.000000000 +0100
@@ -1,0 +2,38 @@
+Thu Nov 12 10:43:15 UTC 2015 - alarr...@suse.com
+
+- Added fix-cmakelists-comments.diff: change cmake 3.0 block
+  comments to work with cmake 2.x 
+
+-------------------------------------------------------------------
+Sun Nov  8 16:56:49 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.16.0 (boo#955067)
+  * Monitor lib: Use Kformat::spelloutDuration to localize
+    time string
+  * Use KDE_INSTALL_DBUSINTERFACEDIR to install dbus interfaces
+  * UnindexedFileIndexer: Handle files that have been moved when
+    baloo_file was not running
+  * Remove Transaction::renameFilePath and add
+    DocumentOperation for it.
+  * Make constructors with a single parameter explicit
+  * UnindexedFileIndexer: only index required parts of file
+  * Transaction: add method to return timeInfo struct
+  * Added exclude mimetypes to balooctl's config
+  * Databases: Use QByteArray::fromRawData when passing data
+    to a codec
+  * Balooctl: Move 'status' command to its own class
+  * Balooctl: Show help menu if the command is not recognized
+  * Balooshow: Allow us to lookup files by their inode + devId
+  * Balooctl monitor: stop if baloo dies
+  * MonitorCommand: Use both the started and finished signals
+  * Balooctl monitor: Move to a proper command class
+  * Add dbus notification for when we start/finish
+    indexing a file
+  * FileIndexScheduler: Forcibly kill threads on exit
+  * WriteTransaction commit: Avoid fetching the positionList
+    unless required
+  * WriteTransaction: Extra asserts in replaceDocument
+  * For more details please see:
+    https://www.kde.org/announcements/kde-frameworks-5.16.0.php
+
+-------------------------------------------------------------------

Old:
----
  baloo-5.15.0.tar.xz

New:
----
  baloo-5.16.0.tar.xz
  fix-cmakelists-comments.diff

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

Other differences:
------------------
++++++ baloo5.spec ++++++
--- /var/tmp/diff_new_pack.kePnY6/_old  2015-11-24 22:26:06.000000000 +0100
+++ /var/tmp/diff_new_pack.kePnY6/_new  2015-11-24 22:26:06.000000000 +0100
@@ -17,9 +17,9 @@
 
 
 %bcond_without lang
-%define _tar_path 5.15
+%define _tar_path 5.16
 Name:           baloo5
-Version:        5.15.0
+Version:        5.16.0
 Release:        0
 %define kf5_version %{version}
 Summary:        Framework for searching and managing metadata
@@ -29,6 +29,8 @@
 Source:         
http://download.kde.org/stable/frameworks/%{_tar_path}/baloo-%{version}.tar.xz
 Source1:        baselibs.conf
 Source99:       %{name}-rpmlintrc
+# PATCH-FIX-OPENSUSE fix-cmakelists-comments.diff -- Change cmake 3.0 block 
comments to work in cmake 2.x
+Patch1:         fix-cmakelists-comments.diff
 BuildRequires:  extra-cmake-modules >= %{_tar_path}
 BuildRequires:  kf5-filesystem
 BuildRequires:  libattr-devel
@@ -143,6 +145,7 @@
 %lang_package
 %prep
 %setup -q -n baloo-%{version}
+%patch1 -p1
 
 %build
   %cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=share/locale/kf5

++++++ baloo-5.15.0.tar.xz -> baloo-5.16.0.tar.xz ++++++
++++ 19086 lines of diff (skipped)

++++++ fix-cmakelists-comments.diff ++++++
Index: baloo-5.16.0/tests/file/CMakeLists.txt
===================================================================
--- baloo-5.16.0.orig/tests/file/CMakeLists.txt
+++ baloo-5.16.0/tests/file/CMakeLists.txt
@@ -21,18 +21,18 @@ ecm_mark_as_test(filtereddiriteratorbenc
 # Remaining Time //TODO: rewrite the test to use mainhub, instead of using the 
indexers directly
 #
 
#[[set_source_files_properties(${CMAKE_BINARY_DIR}/src/dbus/extractor_interface.cpp
 PROPERTIES GENERATED 1)
-
- add_executable(remainingtimetest-manual
-  remainingtimetest.cpp
-  ${CMAKE_BINARY_DIR}/src/dbus/extractor_interface.cpp
-)
-
-add_dependencies(remainingtimetest-manual BalooDBusInterfaces)
-
-target_link_libraries(remainingtimetest-manual
-  Qt5::Core
-  baloofilecommon
-)
-
-ecm_mark_as_test(remainingtimetest-manual)
-]]
+#
+# add_executable(remainingtimetest-manual
+#  remainingtimetest.cpp
+#  ${CMAKE_BINARY_DIR}/src/dbus/extractor_interface.cpp
+#)
+#
+#add_dependencies(remainingtimetest-manual BalooDBusInterfaces)
+#
+#target_link_libraries(remainingtimetest-manual
+#  Qt5::Core
+#  baloofilecommon
+#)
+#
+#ecm_mark_as_test(remainingtimetest-manual)
+#]]

Reply via email to