Hello community,

here is the log from the commit of package kactivities5 for openSUSE:Factory 
checked in at 2015-03-16 09:31:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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        
2015-02-16 17:29:59.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.kactivities5.new/kactivities5.changes   
2015-03-16 09:31:26.000000000 +0100
@@ -1,0 +2,8 @@
+Sat Mar  7 16:58:47 UTC 2015 - [email protected]
+
+- Update to 5.8.0
+  * Resources scoring service is now finalized
+  * For more details please see:
+    https://www.kde.org/announcements/kde-frameworks-5.8.0.php
+
+-------------------------------------------------------------------

Old:
----
  kactivities-5.7.0.tar.xz

New:
----
  kactivities-5.8.0.tar.xz

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

Other differences:
------------------
++++++ kactivities5.spec ++++++
--- /var/tmp/diff_new_pack.Fvj5F6/_old  2015-03-16 09:31:27.000000000 +0100
+++ /var/tmp/diff_new_pack.Fvj5F6/_new  2015-03-16 09:31:27.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 %define lname   libKF5Activities5
-%define _tar_path 5.7
+%define _tar_path 5.8
 Name:           kactivities5
 Version:        %{_tar_path}.0
 Release:        0
@@ -32,7 +32,7 @@
 Patch0:         kamd-rename.patch
 BuildRequires:  boost-devel >= 1.49.0
 BuildRequires:  cmake >= 2.8.12
-BuildRequires:  extra-cmake-modules >= 1.7.0
+BuildRequires:  extra-cmake-modules >= 1.8.0
 BuildRequires:  fdupes
 BuildRequires:  kcmutils-devel >= %{kf5_version}
 BuildRequires:  kconfig-devel >= %{kf5_version}

++++++ kactivities-5.7.0.tar.xz -> kactivities-5.8.0.tar.xz ++++++
++++ 9450 lines of diff (skipped)

++++++ kamd-rename.patch ++++++
--- /var/tmp/diff_new_pack.Fvj5F6/_old  2015-03-16 09:31:27.000000000 +0100
+++ /var/tmp/diff_new_pack.Fvj5F6/_new  2015-03-16 09:31:27.000000000 +0100
@@ -1,8 +1,8 @@
-diff --git a/autotests/Process.cpp b/autotests/Process.cpp
-index a7a0507..afa4bf1 100644
---- a/autotests/Process.cpp
-+++ b/autotests/Process.cpp
-@@ -83,7 +83,7 @@ void Modifier::initTestCase()
+diff --git a/autotests/core/Process.cpp b/autotests/core/Process.cpp
+index 664dc93..0a3f281 100644
+--- a/autotests/core/Process.cpp
++++ b/autotests/core/Process.cpp
+@@ -85,7 +85,7 @@ void Modifier::initTestCase()
              // qDebug() << env;
  
              s_process->setEnvironment(env);
@@ -12,10 +12,10 @@
  
  
 diff --git a/src/lib/core/manager_p.cpp b/src/lib/core/manager_p.cpp
-index 077c634..7be66dd 100644
+index 09003c1..984c910 100644
 --- a/src/lib/core/manager_p.cpp
 +++ b/src/lib/core/manager_p.cpp
-@@ -94,11 +94,11 @@ Manager *Manager::self()
+@@ -64,11 +64,11 @@ Manager *Manager::self()
                           
->property("org.kde.KActivities.core.disableAutostart")
                           .toBool()) {
                      qCDebug(KAMD_CORELIB) << "Starting the activity manager 
daemon";
@@ -30,19 +30,10 @@
              }
  
 diff --git a/src/service/Application.cpp b/src/service/Application.cpp
-index 6b0e3e1..3894540 100644
+index eef0eb4..6e2f7d7 100644
 --- a/src/service/Application.cpp
 +++ b/src/service/Application.cpp
-@@ -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)
+@@ -360,7 +360,7 @@ int main(int argc, char **argv)
          // Starting the dameon
  
          QProcess::startDetached(
@@ -52,10 +43,10 @@
              );
  
 diff --git a/src/service/CMakeLists.txt b/src/service/CMakeLists.txt
-index 4b4978b..2220f34 100644
+index 68ad30b..750a85d 100644
 --- a/src/service/CMakeLists.txt
 +++ b/src/service/CMakeLists.txt
-@@ -62,9 +62,9 @@ qt5_add_dbus_adaptor (
+@@ -63,9 +63,9 @@ qt5_add_dbus_adaptor (
     Features.h Features
     )
  
@@ -67,7 +58,7 @@
     Qt5::Core
     Qt5::DBus
     Qt5::Widgets
-@@ -84,7 +84,7 @@ install (FILES
+@@ -85,7 +85,7 @@ install (FILES
     )
  
  install (TARGETS
@@ -77,7 +68,7 @@
  
  install (FILES
 diff --git a/src/service/files/kactivitymanagerd.desktop 
b/src/service/files/kactivitymanagerd.desktop
-index be5faa1..3c9b9a9 100644
+index b3d698f..a662bcf 100644
 --- a/src/service/files/kactivitymanagerd.desktop
 +++ b/src/service/files/kactivitymanagerd.desktop
 @@ -4,7 +4,7 @@ Icon=preferences-activities

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to