Hello community,

here is the log from the commit of package kactivities5 for openSUSE:Factory 
checked in at 2014-09-12 17:03:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kactivities5 (Old)
 and      /work/SRC/openSUSE:Factory/.kactivities5.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kactivities5"

Changes:
--------
--- /work/SRC/openSUSE:Factory/kactivities5/kactivities5.changes        
2014-08-16 15:42:24.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.kactivities5.new/kactivities5.changes   
2014-09-12 17:04:16.000000000 +0200
@@ -1,0 +2,12 @@
+Tue Sep  9 09:49:28 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.2.0
+  * KActivities: reimplementation of the file item plugin for
+    linking files to activities
+  * For more details please see:
+    http://kde.org/announcements/kde-frameworks-5.2.php
+- Added kcmutils-devel, kdeclarative-devel, kglobalaccel-devel and
+  kxmlgui-devel BuildRequires
+- Rebase kamd-rename.patch
+
+-------------------------------------------------------------------

Old:
----
  kactivities-5.1.0.tar.xz

New:
----
  kactivities-5.2.0.tar.xz

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

Other differences:
------------------
++++++ kactivities5.spec ++++++
--- /var/tmp/diff_new_pack.TJEi49/_old  2014-09-12 17:04:18.000000000 +0200
+++ /var/tmp/diff_new_pack.TJEi49/_new  2014-09-12 17:04:18.000000000 +0200
@@ -18,7 +18,7 @@
 
 %define lname   libKF5Activities5
 Name:           kactivities5
-Version:        5.1.0
+Version:        5.2.0
 Release:        0
 %define kf5_version %{version}
 Summary:        KDE Plasma Activities support
@@ -31,16 +31,20 @@
 Patch0:         kamd-rename.patch
 BuildRequires:  boost-devel >= 1.49.0
 BuildRequires:  cmake >= 2.8.12
-BuildRequires:  extra-cmake-modules >= 1.1.0
+BuildRequires:  extra-cmake-modules >= 1.2.0
 BuildRequires:  fdupes
+BuildRequires:  kcmutils-devel >= %{kf5_version}
 BuildRequires:  kconfig-devel >= %{kf5_version}
 BuildRequires:  kcoreaddons-devel >= %{kf5_version}
 BuildRequires:  kdbusaddons-devel >= %{kf5_version}
+BuildRequires:  kdeclarative-devel >= %{kf5_version}
 BuildRequires:  kf5-filesystem
+BuildRequires:  kglobalaccel-devel >= %{kf5_version}
 BuildRequires:  ki18n-devel >= %{kf5_version}
 BuildRequires:  kio-devel >= %{kf5_version}
 BuildRequires:  kservice-devel >= %{kf5_version}
 BuildRequires:  kwindowsystem-devel >= %{kf5_version}
+BuildRequires:  kxmlgui-devel >= %{kf5_version}
 BuildRequires:  xz
 BuildRequires:  pkgconfig(Qt5Core) >= 5.2.0
 BuildRequires:  pkgconfig(Qt5DBus) >= 5.2.0
@@ -78,7 +82,7 @@
 Summary:        KDE Plasma Activities support
 Group:          Development/Libraries/KDE
 Requires:       %lname = %{version}
-Requires:       extra-cmake-modules >= 1.1.0
+Requires:       extra-cmake-modules >= 1.2.0
 Requires:       pkgconfig(Qt5Core) >= 5.2.0
 
 %description devel
@@ -116,6 +120,7 @@
 %{_kf5_plugindir}/
 %{_kf5_servicesdir}/
 %{_kf5_servicetypesdir}/
+%{_kf5_datadir}/
 
 %files imports
 %defattr(-,root,root)

++++++ kactivities-5.1.0.tar.xz -> kactivities-5.2.0.tar.xz ++++++
++++ 17206 lines of diff (skipped)

++++++ kamd-rename.patch ++++++
--- /var/tmp/diff_new_pack.TJEi49/_old  2014-09-12 17:04:18.000000000 +0200
+++ /var/tmp/diff_new_pack.TJEi49/_new  2014-09-12 17:04:18.000000000 +0200
@@ -12,7 +12,7 @@
  
  
 diff --git a/src/lib/core/manager_p.cpp b/src/lib/core/manager_p.cpp
-index 2a81ff8..fc653a4 100644
+index 077c634..7be66dd 100644
 --- a/src/lib/core/manager_p.cpp
 +++ b/src/lib/core/manager_p.cpp
 @@ -94,11 +94,11 @@ Manager *Manager::self()
@@ -30,23 +30,32 @@
              }
  
 diff --git a/src/service/Application.cpp b/src/service/Application.cpp
-index 09332f8..572fe48 100644
+index 6b0e3e1..3894540 100644
 --- a/src/service/Application.cpp
 +++ b/src/service/Application.cpp
-@@ -351,7 +351,7 @@ int main(int argc, char **argv)
+@@ -280,7 +280,7 @@ int main(int argc, char **argv)
+     application.setApplicationName(QStringLiteral("ActivityManager"));
+     application.setOrganizationDomain(QStringLiteral("kde.org"));
+ 
+-    // KAboutData about("kactivitymanagerd", Q_NULLPTR, ki18n("KDE Activity 
Manager"), "3.0",
++    // KAboutData about("kactivitymanagerd5", Q_NULLPTR, ki18n("KDE Activity 
Manager"), "3.0",
+     //         ki18n("KDE Activity Management Service"),
+     //         KAboutData::License_GPL,
+     //         ki18n("(c) 2010, 2011, 2012 Ivan Cukic"), KLocalizedString(),
+@@ -333,7 +333,7 @@ int main(int argc, char **argv)
          // Starting the dameon
  
          QProcess::startDetached(
 -                KAMD_INSTALL_PREFIX "/bin/kactivitymanagerd",
 +                KAMD_INSTALL_PREFIX "/bin/kactivitymanagerd5",
-                 {"start-daemon"}
+                 QStringList{"start-daemon"}
              );
  
 diff --git a/src/service/CMakeLists.txt b/src/service/CMakeLists.txt
-index 38e6e2b..fb762e5 100644
+index 4b4978b..2220f34 100644
 --- a/src/service/CMakeLists.txt
 +++ b/src/service/CMakeLists.txt
-@@ -60,9 +60,9 @@ qt5_add_dbus_adaptor (
+@@ -62,9 +62,9 @@ qt5_add_dbus_adaptor (
     Features.h Features
     )
  
@@ -58,7 +67,7 @@
     Qt5::Core
     Qt5::DBus
     Qt5::Widgets
-@@ -82,7 +82,7 @@ install (FILES
+@@ -84,7 +84,7 @@ install (FILES
     )
  
  install (TARGETS

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

Reply via email to