Hello community,

here is the log from the commit of package kservice for openSUSE:Factory 
checked in at 2015-09-24 07:15:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-02 
07:49:52.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.kservice.new/kservice.changes   2015-09-24 
07:15:22.000000000 +0200
@@ -1,0 +2,27 @@
+Sat Sep 19 13:10:42 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.14.3
+  * Fix timestamp truncation due to unwanted quint64 -> quint32 conversions.
+    (kde#352854)
+- Bring back Source URL
+
+-------------------------------------------------------------------
+Wed Sep 16 21:04:08 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.14.1
+  * Revert ksycoca format change for now, for better compatibility
+    (kde#352756)
+- Temporary comment out Source URL
+
+-------------------------------------------------------------------
+Tue Sep  8 17:13:30 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.14.0
+  * KSycoca: check timestamps and run kbuildsycoca if needed.
+    No kded dependency anymore.
+  * Don't close ksycoca right after opening it.
+  * KPluginInfo now correctly handles FormFactor metadata
+  * For more details please see:
+    https://www.kde.org/announcements/kde-frameworks-5.14.0.php
+
+-------------------------------------------------------------------

Old:
----
  kservice-5.13.0.tar.xz

New:
----
  kservice-5.14.3.tar.xz

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

Other differences:
------------------
++++++ kservice.spec ++++++
--- /var/tmp/diff_new_pack.rYm7Ky/_old  2015-09-24 07:15:22.000000000 +0200
+++ /var/tmp/diff_new_pack.rYm7Ky/_new  2015-09-24 07:15:22.000000000 +0200
@@ -17,9 +17,9 @@
 
 
 %bcond_without lang
-%define _tar_path 5.13
+%define _tar_path 5.14
 Name:           kservice
-Version:        5.13.0
+Version:        5.14.3
 Release:        0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12

++++++ kservice-5.13.0.tar.xz -> kservice-5.14.3.tar.xz ++++++
++++ 18490 lines of diff (skipped)

++++++ menu.patch ++++++
--- /var/tmp/diff_new_pack.rYm7Ky/_old  2015-09-24 07:15:23.000000000 +0200
+++ /var/tmp/diff_new_pack.rYm7Ky/_new  2015-09-24 07:15:23.000000000 +0200
@@ -10,20 +10,20 @@
 +install( FILES applications.menu  DESTINATION  
${KDE_INSTALL_SYSCONFDIR}/xdg/menus RENAME kf5-applications.menu )
  endif ()
 diff --git a/src/kbuildsycoca/kbuildsycoca.cpp 
b/src/kbuildsycoca/kbuildsycoca.cpp
-index bea46ff..49a6a6d 100644
+index ff66d13..e539ed7 100644
 --- a/src/kbuildsycoca/kbuildsycoca.cpp
 +++ b/src/kbuildsycoca/kbuildsycoca.cpp
-@@ -307,7 +307,7 @@ bool KBuildSycoca::build()
-             g_vfolder->setTrackId(m_trackId);
+@@ -301,7 +301,7 @@ bool KBuildSycoca::build()
+             m_vfolder->setTrackId(m_trackId);
          }
  
--        VFolderMenu::SubMenu *kdeMenu = 
g_vfolder->parseMenu(QStringLiteral("applications.menu"));
-+        VFolderMenu::SubMenu *kdeMenu = 
g_vfolder->parseMenu(QStringLiteral("kf5-applications.menu"));
+-        VFolderMenu::SubMenu *kdeMenu = 
m_vfolder->parseMenu(QStringLiteral("applications.menu"));
++        VFolderMenu::SubMenu *kdeMenu = 
m_vfolder->parseMenu(QStringLiteral("kf5-applications.menu"));
  
-         KServiceGroup::Ptr entry = 
g_buildServiceGroupFactory->addNew(QStringLiteral("/"), kdeMenu->directoryFile, 
KServiceGroup::Ptr(), false);
+         KServiceGroup::Ptr entry = 
m_buildServiceGroupFactory->addNew(QStringLiteral("/"), kdeMenu->directoryFile, 
KServiceGroup::Ptr(), false);
          entry->setLayoutInfo(kdeMenu->layoutList);
 diff --git a/src/kbuildsycoca/vfolder_menu.cpp 
b/src/kbuildsycoca/vfolder_menu.cpp
-index 44926cd..a600672 100644
+index ae2f9d7..31e15aa 100644
 --- a/src/kbuildsycoca/vfolder_menu.cpp
 +++ b/src/kbuildsycoca/vfolder_menu.cpp
 @@ -739,7 +739,7 @@ VFolderMenu::locateMenuFile(const QString &fileName)


Reply via email to