Hello community,

here is the log from the commit of package kactivities5 for openSUSE:Factory 
checked in at 2017-06-01 16:22:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kactivities5 (Old)
 and      /work/SRC/openSUSE:Factory/.kactivities5.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kactivities5"

Thu Jun  1 16:22:48 2017 rev:41 rq:495105 version:5.34.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kactivities5/kactivities5.changes        
2017-04-30 21:17:42.589050125 +0200
+++ /work/SRC/openSUSE:Factory/.kactivities5.new/kactivities5.changes   
2017-06-01 16:22:49.306987800 +0200
@@ -1,0 +2,16 @@
+Mon May 15 18:52:18 UTC 2017 - wba...@tmo.at
+
+- Drop unnecessary cmake(KF5KIO) build requirement
+
+-------------------------------------------------------------------
+Mon May 15 13:53:15 CEST 2017 - fab...@ritter-vogt.de
+
+- Update to 5.34.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.34.0.php
+- Changes since 5.33.0:
+  * We are using only Tier 1 frameworks, so move us to Tier 2
+  * Removed KIO from the deps
+
+-------------------------------------------------------------------

Old:
----
  kactivities-5.33.0.tar.xz

New:
----
  kactivities-5.34.0.tar.xz

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

Other differences:
------------------
++++++ kactivities5.spec ++++++
--- /var/tmp/diff_new_pack.nMPfUg/_old  2017-06-01 16:22:49.974893619 +0200
+++ /var/tmp/diff_new_pack.nMPfUg/_new  2017-06-01 16:22:49.978893055 +0200
@@ -17,9 +17,9 @@
 
 
 %define lname   libKF5Activities5
-%define _tar_path 5.33
+%define _tar_path 5.34
 Name:           kactivities5
-Version:        5.33.0
+Version:        5.34.0
 Release:        0
 %define kf5_version %{version}
 Summary:        KDE Plasma Activities support
@@ -40,7 +40,6 @@
 BuildRequires:  xz
 BuildRequires:  cmake(KF5Config) >= %{_tar_path}
 BuildRequires:  cmake(KF5CoreAddons) >= %{_tar_path}
-BuildRequires:  cmake(KF5KIO) >= %{_tar_path}
 BuildRequires:  cmake(KF5WindowSystem) >= %{_tar_path}
 BuildRequires:  cmake(Qt5Core) >= 5.6.0
 BuildRequires:  cmake(Qt5DBus) >= 5.6.0

++++++ kactivities-5.33.0.tar.xz -> kactivities-5.34.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kactivities-5.33.0/CMakeLists.txt 
new/kactivities-5.34.0/CMakeLists.txt
--- old/kactivities-5.33.0/CMakeLists.txt       2017-04-01 11:06:54.000000000 
+0200
+++ new/kactivities-5.34.0/CMakeLists.txt       2017-05-06 10:21:09.000000000 
+0200
@@ -3,28 +3,13 @@
 cmake_minimum_required(VERSION 3.0)
 
 # KDE Frameworks
-set(KF5_VERSION "5.33.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.33.0") # handled by release scripts
+set(KF5_VERSION "5.34.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.34.0") # handled by release scripts
 project (KActivities VERSION ${KF5_VERSION})
 
 option (KACTIVITIES_LIBRARY_ONLY "If true, compiles only the KActivities 
library, without the QML imports." OFF)
 option (KACTIVITIES_ENABLE_EXCEPTIONS "If you have Boost 1.53, you need to 
build KActivities with exceptions enabled. This is UNTESTED and EXPERIMENTAL!" 
OFF)
 
-message (
-   WARNING "
-        +----------------------------------------------------------------+
-   !!!  |  Only the library (libKF5Activities) and the QML imports       |
-   !!!  |  are build from this repository.                               |
-   !!!  |                                                                |
-   !!!  |  The activities service (kactivitymanagerd) has been moved to  |
-   !!!  |  the kde:kactivitymanagerd repository along with its plugins.  |
-   !!!  |                                                                |
-   !!!  |  The Dolphin plugins (fileitem plugin), the KIO slave and KCM  |
-   !!!  |  now live in the kde:kactivities-workspace repository.         |
-        +----------------------------------------------------------------+
-   "
-   )
-
 set (REQUIRED_QT_VERSION 5.6.0)
 
 # We don't build in-source
@@ -39,7 +24,7 @@
 
 # Extra CMake stuff
 include(FeatureSummary)
-find_package(ECM 5.33.0  NO_MODULE)
+find_package(ECM 5.34.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kactivities-5.33.0/metainfo.yaml 
new/kactivities-5.34.0/metainfo.yaml
--- old/kactivities-5.33.0/metainfo.yaml        2017-04-01 11:06:54.000000000 
+0200
+++ new/kactivities-5.34.0/metainfo.yaml        2017-05-06 10:21:09.000000000 
+0200
@@ -1,6 +1,6 @@
 maintainer: ivan
 description: Runtime and library to organize the user work in separate 
activities
-tier: 3
+tier: 2
 type: solution
 platforms:
     - name: Linux
@@ -18,4 +18,4 @@
 
 public_lib: true
 group: Frameworks
-subgroup: Tier 3
+subgroup: Tier 2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kactivities-5.33.0/src/imports/CMakeLists.txt 
new/kactivities-5.34.0/src/imports/CMakeLists.txt
--- old/kactivities-5.33.0/src/imports/CMakeLists.txt   2017-04-01 
11:06:54.000000000 +0200
+++ new/kactivities-5.34.0/src/imports/CMakeLists.txt   2017-05-06 
10:21:09.000000000 +0200
@@ -7,7 +7,6 @@
 find_package (Qt5 REQUIRED NO_MODULE COMPONENTS Sql Gui Qml Quick Sql)
 find_package (KF5Config     ${KF5_DEP_VERSION} CONFIG REQUIRED)
 find_package (KF5CoreAddons ${KF5_DEP_VERSION} CONFIG REQUIRED)
-find_package (KF5KIO        ${KF5_DEP_VERSION} CONFIG REQUIRED)
 
 set (
    kactivities_imports_LIB_SRCS
@@ -33,7 +32,6 @@
    KF5::Activities
    KF5::ConfigCore
    KF5::CoreAddons
-   KF5::KIOCore
    )
 
 ## install


Reply via email to