Hello community,

here is the log from the commit of package baloo5 for openSUSE:Factory checked 
in at 2015-09-02 07:49:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-08-02 
22:44:33.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.baloo5.new/baloo5.changes       2015-09-02 
07:49:40.000000000 +0200
@@ -1,0 +2,12 @@
+Tue Aug  4 19:20:09 UTC 2015 - [email protected]
+
+- Update to 5.13.0
+  * The Qt version requirement has been bumped from 5.2 to 5.3
+  * Debug output has been ported to categorized output, for less
+    noise by default
+  * Docbook documentation has been reviewed and updated
+  * For more details please see:
+    https://www.kde.org/announcements/kde-frameworks-5.13.0.php
+- Added 0001-install-translations.patch from upstream
+
+-------------------------------------------------------------------

Old:
----
  baloo-5.9.2.tar.xz

New:
----
  0001-install-translations.patch
  baloo-5.13.0.tar.xz

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

Other differences:
------------------
++++++ baloo5.spec ++++++
--- /var/tmp/diff_new_pack.xHuebK/_old  2015-09-02 07:49:41.000000000 +0200
+++ /var/tmp/diff_new_pack.xHuebK/_new  2015-09-02 07:49:41.000000000 +0200
@@ -17,56 +17,59 @@
 
 
 %bcond_without lang
+%define _tar_path 5.13
 Name:           baloo5
-Version:        5.9.2
+Version:        5.13.0
 Release:        0
+%define kf5_version %{version}
 Summary:        Framework for searching and managing metadata
 License:        GPL-2.0+ and LGPL-2.1+ and LGPL-3.0
 Group:          System/GUI/KDE
 Url:            http://www.kde.org
-Source:         baloo-%{version}.tar.xz
+Source:         
http://download.kde.org/stable/frameworks/%{_tar_path}/baloo-%{version}.tar.xz
 Source1:        baselibs.conf
 Source99:       %{name}-rpmlintrc
-BuildRequires:  extra-cmake-modules >= 1.2.0
-BuildRequires:  kauth-devel >= 5.0.0
-BuildRequires:  kconfig-devel >= 5.0.0
-BuildRequires:  kcrash-devel >= 5.0.0
-BuildRequires:  kdbusaddons-devel >= 5.0.0
-BuildRequires:  kdelibs4support-devel >= 5.0.0
+# PATCH-FIX-UPSTREAM 0001-install-translations.patch
+Patch0:         0001-install-translations.patch
+BuildRequires:  extra-cmake-modules >= %{_tar_path}
+BuildRequires:  kauth-devel >= %{_tar_path}
+BuildRequires:  kconfig-devel >= %{_tar_path}
+BuildRequires:  kcrash-devel >= %{_tar_path}
+BuildRequires:  kdbusaddons-devel >= %{_tar_path}
 BuildRequires:  kf5-filesystem
-BuildRequires:  kfilemetadata5-devel >= %{version}
-BuildRequires:  ki18n-devel >= 5.0.0
-BuildRequires:  kidletime-devel >= 5.0.0
-BuildRequires:  kio-devel >= 5.0.0
-BuildRequires:  krunner-devel >= 5.0.0
+BuildRequires:  kfilemetadata5-devel >= %{_tar_path}
+BuildRequires:  ki18n-devel >= %{_tar_path}
+BuildRequires:  kidletime-devel >= %{_tar_path}
+BuildRequires:  kio-devel >= %{_tar_path}
+BuildRequires:  krunner-devel >= %{_tar_path}
 BuildRequires:  libattr-devel
-BuildRequires:  libxapian-devel
-BuildRequires:  solid-devel >= 5.0.0
-BuildRequires:  pkgconfig(Qt5DBus) >= 5.4.0
-BuildRequires:  pkgconfig(Qt5Quick) >= 5.4.0
-BuildRequires:  pkgconfig(Qt5Sql) >= 5.4.0
-BuildRequires:  pkgconfig(Qt5Test) >= 5.4.0
-BuildRequires:  pkgconfig(Qt5Widgets) >= 5.4.0
+BuildRequires:  lmdb-devel
+BuildRequires:  solid-devel >= %{_tar_path}
+BuildRequires:  cmake(Qt5DBus) >= 5.4.0
+BuildRequires:  cmake(Qt5Quick) >= 5.4.0
+BuildRequires:  cmake(Qt5Sql) >= 5.4.0
+BuildRequires:  cmake(Qt5Test) >= 5.4.0
+BuildRequires:  cmake(Qt5Widgets) >= 5.4.0
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 Baloo is a framework for searching and managing metada
 
-%package -n libKF5Baloo1
+%package -n libKF5Baloo5
 Summary:        Core library for Baloo Framework
 Group:          System/GUI/KDE
 
-%description -n libKF5Baloo1
+%description -n libKF5Baloo5
 Baloo is a framework for searching and managing metadata This
 package contains Baloo's core library.
 
-%package -n libKF5BalooXapian1
-Summary:        Xapian library for Baloo Framework
+%package -n libKF5BalooEngine5
+Summary:        Baloo Engine library
 Group:          System/GUI/KDE
 
-%description -n libKF5BalooXapian1
+%description -n libKF5BalooEngine5
 Baloo is a framework for searching and managing metadata This
-package contains Baloo's Xapian library.
+package contains Baloo's Engine library.
 
 %package file
 Summary:        Filesearch components for Baloo Framework
@@ -120,12 +123,12 @@
 %package devel
 Summary:        Development package for baloo5
 Group:          Development/Libraries/KDE
-Requires:       kcoreaddons-devel >= 5.0.0
+Requires:       kcoreaddons-devel >= %{_tar_path}
 Requires:       kfilemetadata5-devel >= %{version}
-Requires:       libKF5Baloo1 = %{version}
-Requires:       libKF5BalooXapian1 = %{version}
-Requires:       libxapian-devel
-Requires:       pkgconfig(Qt5Core) >= 5.4.0
+Requires:       libKF5Baloo5 = %{version}
+Requires:       libKF5BalooEngine5 = %{version}
+Requires:       lmdb-devel
+Requires:       cmake(Qt5Core) >= 5.4.0
 # DBus interface file
 #if 0%%{?suse_version} > 1320
 # We can't obsolete devel file as long as we don't have KF5-based KDEPIM
@@ -141,6 +144,7 @@
 %lang_package
 %prep
 %setup -q -n baloo-%{version}
+%patch0 -p1
 
 %build
   %cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=share/locale/kf5
@@ -149,33 +153,32 @@
 %install
   %kf5_makeinstall -C build
 
-%post -n libKF5Baloo1 -p /sbin/ldconfig
+%post -n libKF5Baloo5 -p /sbin/ldconfig
 
-%postun -n libKF5Baloo1 -p /sbin/ldconfig
+%postun -n libKF5Baloo5 -p /sbin/ldconfig
 
 %post file -p /sbin/ldconfig
 
 %postun file -p /sbin/ldconfig
 
-%post -n libKF5BalooXapian1 -p /sbin/ldconfig
+%post -n libKF5BalooEngine5 -p /sbin/ldconfig
 
-%postun -n libKF5BalooXapian1 -p /sbin/ldconfig
+%postun -n libKF5BalooEngine5 -p /sbin/ldconfig
 
-%files -n libKF5Baloo1
+%files -n libKF5Baloo5
 %defattr(-,root,root)
 %doc COPYING*
 %{_kf5_libdir}/libKF5Baloo.so.*
 
-%files -n libKF5BalooXapian1
+%files -n libKF5BalooEngine5
 %defattr(-,root,root)
 %doc COPYING*
-%{_kf5_libdir}/libKF5BalooXapian.so.*
+%{_kf5_libdir}/libKF5BalooEngine.so.*
 
 %files file
 %defattr(-,root,root)
 %doc COPYING*
 %{_kf5_bindir}/baloo_file
-%{_kf5_bindir}/baloo_file_cleaner
 %{_kf5_bindir}/baloo_file_extractor
 %{_kf5_bindir}/balooctl
 %{_kf5_configdir}/autostart/baloo_file.desktop
@@ -203,6 +206,7 @@
 %files tools
 %defattr(-,root,root)
 %doc COPYING*
+%{_kf5_bindir}/baloo-monitor
 %{_kf5_bindir}/baloosearch
 %{_kf5_bindir}/balooshow
 
@@ -218,7 +222,8 @@
 %{_kf5_includedir}/
 %{_kf5_libdir}/cmake/KF5Baloo/
 %{_kf5_libdir}/libKF5Baloo.so
-%{_kf5_libdir}/libKF5BalooXapian.so
+%{_kf5_libdir}/libKF5BalooEngine.so
+%{_kf5_libdir}/pkgconfig/Baloo.pc
 %{_kf5_sharedir}/dbus-1/interfaces/org.kde.baloo.file.indexer.xml
 
 %files

++++++ 0001-install-translations.patch ++++++
>From 101c0ff05fbfee7eeab1c760ccb2b63e14e890c0 Mon Sep 17 00:00:00 2001
From: David Faure <[email protected]>
Date: Fri, 7 Aug 2015 00:38:50 +0200
Subject: [PATCH 1/6] install translations, spotted by Hrvoje Senjan.

---
 CMakeLists.txt | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 
c1324171bf7c9e37e3a212c89d044439f80934b9..1dcfabf17b9ea488f7854c127c53402d84482396
 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -73,6 +73,10 @@ if (${BUILD_KINOTIFY})
     add_subdirectory(autotests)
 endif()
 
+if (IS_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/po")
+   ki18n_install(po)
+endif()
+
 # Config files
 set(CMAKECONFIG_INSTALL_DIR "${CMAKECONFIG_INSTALL_PREFIX}/KF5Baloo")
 
-- 
2.5.0

++++++ baloo-5.9.2.tar.xz -> baloo-5.13.0.tar.xz ++++++
++++ 48954 lines of diff (skipped)

++++++ baselibs.conf ++++++
--- /var/tmp/diff_new_pack.xHuebK/_old  2015-09-02 07:49:42.000000000 +0200
+++ /var/tmp/diff_new_pack.xHuebK/_new  2015-09-02 07:49:42.000000000 +0200
@@ -1,2 +1,3 @@
-libKF5Baloo1
-libKF5BalooXapian1
\ No newline at end of file
+libKF5Baloo5
+libKF5BalooEngine5
+       obsoletes "libKF5BalooXapian1-<targettype>"
\ No newline at end of file


Reply via email to