Hello community,

here is the log from the commit of package kservice for openSUSE:Factory 
checked in at 2015-10-19 22:27:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kservice (Old)
 and      /work/SRC/openSUSE:Factory/.kservice.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kservice"

Changes:
--------
--- /work/SRC/openSUSE:Factory/kservice/kservice.changes        2015-09-24 
07:15:22.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.kservice.new/kservice.changes   2015-10-19 
22:27:33.000000000 +0200
@@ -1,0 +2,47 @@
+Mon Oct  5 17:37:34 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.15.0
+  * Use largest timestamp in subdirectory as resource
+    directory timestamp.
+  * KSycoca: store mtime for every source dir, to detect changes.
+    (kde#353036)
+  * KServiceTypeProfile: remove unnecessary factory creation.
+    (kde#353360)
+  * Simplify and speed up KServiceTest::initTestCase.
+  * make install name of applications.menu file a cached
+    cmake variable
+  * KSycoca: ensureCacheValid() should create the db if
+    it doesn't exist
+  * KSycoca: make global database work after the recent
+    timestamp check code
+  * KSycoca: change DB filename to include language and
+    sha1 of the dirs it's built from.
+  * KSycoca: make ensureCacheValid() part of the public API.
+  * KSycoca: add a q pointer to remove more singleton usage
+  * KSycoca: remove all self() methods for factories, store
+    them in KSycoca instead.
+  * KBuildSycoca: remove writing of the ksycoca5stamp file.
+  * KBuildSycoca: use qCWarning rather than fprintf(stderr, ...)
+    or qWarning
+  * KSycoca: rebuild ksycoca in process rather than
+    executing kbuildsycoca5
+  * KSycoca: move all of the kbuildsycoca code into the lib,
+    except for main().
+  * KSycoca optimization: only watch the file if the app
+    connects to databaseChanged()
+  * Fix memory leaks in the KBuildSycoca class
+  * KSycoca: replace DBus notification with file watching
+    using KDirWatch.
+  * kbuildsycoca: deprecate option --nosignal.
+  * KBuildSycoca: replace dbus-based locking with a lock file.
+  * Do not crash when encountering invalid plugin info.
+  * Rename headers to _p.h in preparation for move to
+    kservice library.
+  * Move checkGlobalHeader() within KBuildSycoca::recreate().
+  * Remove code for --checkstamps and --nocheckfiles.
+  * For more details please see:
+    https://www.kde.org/announcements/kde-frameworks-5.15.0.php
+- Drop menu.patch, no longer needed.
+  Pass -DAPPLICATIONS_MENU_NAME="kf5-applications.menu" to cmake instead
+
+-------------------------------------------------------------------

Old:
----
  kservice-5.14.3.tar.xz
  menu.patch

New:
----
  kservice-5.15.0.tar.xz

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

Other differences:
------------------
++++++ kservice.spec ++++++
--- /var/tmp/diff_new_pack.yRE9EO/_old  2015-10-19 22:27:34.000000000 +0200
+++ /var/tmp/diff_new_pack.yRE9EO/_new  2015-10-19 22:27:34.000000000 +0200
@@ -17,9 +17,9 @@
 
 
 %bcond_without lang
-%define _tar_path 5.14
+%define _tar_path 5.15
 Name:           kservice
-Version:        5.14.3
+Version:        5.15.0
 Release:        0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12
@@ -47,10 +47,8 @@
 Url:            http://www.kde.org
 Source:         
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
 Source1:        baselibs.conf
-# PATCH-FIX-OPENSUSE menu.patch
-Patch0:         menu.patch
-# PATCH-FIX-OPENSUSE
-Patch1:         kservice-desktop-translations.patch
+# PATCH-FIX-OPENSUSE kservice-desktop-translations.patch
+Patch0:         kservice-desktop-translations.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -75,10 +73,9 @@
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
 
 %build
-  %cmake_kf5 -d build -- -DSYSCONF_INSTALL_DIR=%{_kf5_sysconfdir}
+  %cmake_kf5 -d build -- -DAPPLICATIONS_MENU_NAME="kf5-applications.menu"
   %make_jobs
 
 %install

++++++ kservice-5.14.3.tar.xz -> kservice-5.15.0.tar.xz ++++++
++++ 27526 lines of diff (skipped)


Reply via email to