Hello community,

here is the log from the commit of package kservice for openSUSE:Factory 
checked in at 2015-02-16 15:03:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-01-29 
12:49:46.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.kservice.new/kservice.changes   2015-02-16 
17:32:22.000000000 +0100
@@ -1,0 +2,12 @@
+Sun Feb  8 18:15:07 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.0
+  * Include unknown properties when converting
+    KPluginInfo from KService
+  * KPluginInfo: fixed properties not being
+    copied from KService::Ptr
+  * OS X: performance fix for kbuildsycoca4 (skip app bundles)
+  * For more details please see:
+    https://www.kde.org/announcements/kde-frameworks-5.7.0.php
+
+-------------------------------------------------------------------

Old:
----
  kservice-5.6.0.tar.xz

New:
----
  kservice-5.7.0.tar.xz

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

Other differences:
------------------
++++++ kservice.spec ++++++
--- /var/tmp/diff_new_pack.t2gNwO/_old  2015-02-16 17:32:23.000000000 +0100
+++ /var/tmp/diff_new_pack.t2gNwO/_new  2015-02-16 17:32:23.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kservice
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,12 +16,13 @@
 #
 
 
+%define _tar_path 5.7
 Name:           kservice
-Version:        5.6.0
+Version:        %{_tar_path}.0
 Release:        0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12
-BuildRequires:  extra-cmake-modules >= 1.6.0
+BuildRequires:  extra-cmake-modules >= 1.7.0
 BuildRequires:  fdupes
 BuildRequires:  kconfig-devel >= %{kf5_version}
 BuildRequires:  kcoreaddons-devel >= %{kf5_version}
@@ -40,7 +41,7 @@
 License:        LGPL-2.1+
 Group:          System/GUI/KDE
 Url:            http://www.kde.org
-Source:         
http://download.kde.org/stable/frameworks/5.6/%{name}-%{version}.tar.xz
+Source:         
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
 Source1:        baselibs.conf
 # PATCH-FIX-OPENSUSE menu.patch
 Patch0:         menu.patch
@@ -87,6 +88,7 @@
 
 %files lang -f %{name}5.lang
 %defattr(-,root,root)
+%doc %lang(it) %{_kf5_mandir}/it
 %doc %lang(nl) %{_kf5_mandir}/nl
 %doc %lang(pt_BR) %{_kf5_mandir}/pt_BR
 %doc %lang(sv) %{_kf5_mandir}/sv

++++++ kservice-5.6.0.tar.xz -> kservice-5.7.0.tar.xz ++++++
++++ 2040 lines of diff (skipped)

++++++ menu.patch ++++++
--- /var/tmp/diff_new_pack.t2gNwO/_old  2015-02-16 17:32:23.000000000 +0100
+++ /var/tmp/diff_new_pack.t2gNwO/_new  2015-02-16 17:32:23.000000000 +0100
@@ -1,32 +1,32 @@
 diff --git a/src/kbuildsycoca/CMakeLists.txt b/src/kbuildsycoca/CMakeLists.txt
-index ff2d3b6..2987ff5 100644
+index 8240b0c..ecfde40 100644
 --- a/src/kbuildsycoca/CMakeLists.txt
 +++ b/src/kbuildsycoca/CMakeLists.txt
-@@ -26,5 +26,5 @@ install(TARGETS kbuildsycoca5 
${INSTALL_TARGETS_DEFAULT_ARGS} )
+@@ -32,5 +32,5 @@ install(TARGETS kbuildsycoca5 
${KF5_INSTALL_TARGETS_DEFAULT_ARGS} )
  if (WIN32)
- install( FILES applications.menu  DESTINATION  
${SHARE_INSTALL_PREFIX}/xdg/menus )
+ install( FILES applications.menu  DESTINATION  
${KDE_INSTALL_DATAROOTDIR}/xdg/menus )
  else ()
--install( FILES applications.menu  DESTINATION  
${SYSCONF_INSTALL_DIR}/xdg/menus )
-+install( FILES applications.menu  DESTINATION  
${SYSCONF_INSTALL_DIR}/xdg/menus RENAME kf5-applications.menu )
+-install( FILES applications.menu  DESTINATION  
${KDE_INSTALL_SYSCONFDIR}/xdg/menus )
++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 38faa44..475d9f3 100644
+index bea46ff..49a6a6d 100644
 --- a/src/kbuildsycoca/kbuildsycoca.cpp
 +++ b/src/kbuildsycoca/kbuildsycoca.cpp
-@@ -305,7 +305,7 @@ bool KBuildSycoca::build()
+@@ -307,7 +307,7 @@ bool KBuildSycoca::build()
              g_vfolder->setTrackId(m_trackId);
          }
  
--        VFolderMenu::SubMenu *kdeMenu = 
g_vfolder->parseMenu("applications.menu");
-+        VFolderMenu::SubMenu *kdeMenu = 
g_vfolder->parseMenu("kf5-applications.menu");
+-        VFolderMenu::SubMenu *kdeMenu = 
g_vfolder->parseMenu(QStringLiteral("applications.menu"));
++        VFolderMenu::SubMenu *kdeMenu = 
g_vfolder->parseMenu(QStringLiteral("kf5-applications.menu"));
  
-         KServiceGroup::Ptr entry = g_buildServiceGroupFactory->addNew("/", 
kdeMenu->directoryFile, KServiceGroup::Ptr(), false);
+         KServiceGroup::Ptr entry = 
g_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 f342ad6..e929279 100644
+index 44926cd..a600672 100644
 --- a/src/kbuildsycoca/vfolder_menu.cpp
 +++ b/src/kbuildsycoca/vfolder_menu.cpp
-@@ -737,7 +737,7 @@ VFolderMenu::locateMenuFile(const QString &fileName)
+@@ -739,7 +739,7 @@ VFolderMenu::locateMenuFile(const QString &fileName)
  
      QString result;
  

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to