Hello community,

here is the log from the commit of package frameworkintegration for 
openSUSE:Factory checked in at 2019-04-19 21:20:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/frameworkintegration (Old)
 and      /work/SRC/openSUSE:Factory/.frameworkintegration.new.5536 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "frameworkintegration"

Fri Apr 19 21:20:34 2019 rev:69 rq:695196 version:5.57.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/frameworkintegration/frameworkintegration.changes    
    2019-03-21 09:44:14.914925902 +0100
+++ 
/work/SRC/openSUSE:Factory/.frameworkintegration.new.5536/frameworkintegration.changes
      2019-04-19 21:21:59.375691246 +0200
@@ -1,0 +2,13 @@
+Sun Apr 14 20:21:41 UTC 2019 - lbeltr...@kde.org
+
+- Update to 5.57.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.57.0.php
+- Changes since 5.56.0:
+  * use more appropriate plasma-specific icon for plasma category
+  * use plasma icon as icon for plasma notification category
+  * It compiles fine without foreach
+  * It compiles without deprecated method (qt5.13)
+
+-------------------------------------------------------------------

Old:
----
  frameworkintegration-5.56.0.tar.xz

New:
----
  frameworkintegration-5.57.0.tar.xz

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

Other differences:
------------------
++++++ frameworkintegration.spec ++++++
--- /var/tmp/diff_new_pack.hyANwV/_old  2019-04-19 21:22:01.087693427 +0200
+++ /var/tmp/diff_new_pack.hyANwV/_new  2019-04-19 21:22:01.115693463 +0200
@@ -17,13 +17,13 @@
 
 
 %define lname   libKF5Style5
-%define _tar_path 5.56
+%define _tar_path 5.57
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 Name:           frameworkintegration
-Version:        5.56.0
+Version:        5.57.0
 Release:        0
 Summary:        Plugins responsible for better integration of Qt applications 
in KDE Workspace
 License:        LGPL-2.1-or-later

++++++ frameworkintegration-5.56.0.tar.xz -> frameworkintegration-5.57.0.tar.xz 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/frameworkintegration-5.56.0/.gitignore 
new/frameworkintegration-5.57.0/.gitignore
--- old/frameworkintegration-5.56.0/.gitignore  2019-03-02 14:23:58.000000000 
+0100
+++ new/frameworkintegration-5.57.0/.gitignore  2019-04-07 09:16:28.000000000 
+0200
@@ -1,3 +1,21 @@
-.kdev4/
-.directory
-frameworkintegration.kdev4
+# Ignore the following files
+*~
+*.[oa]
+*.diff
+*.kate-swp
+*.kdev4
+.kdev_include_paths
+*.kdevelop.pcs
+*.moc
+*.moc.cpp
+*.orig
+*.user
+.*.swp
+.swp.*
+Doxyfile
+Makefile
+avail
+random_seed
+/build*/
+CMakeLists.txt.user*
+*.unc-backup*
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/frameworkintegration-5.56.0/CMakeLists.txt 
new/frameworkintegration-5.57.0/CMakeLists.txt
--- old/frameworkintegration-5.56.0/CMakeLists.txt      2019-03-02 
14:23:58.000000000 +0100
+++ new/frameworkintegration-5.57.0/CMakeLists.txt      2019-04-07 
09:16:28.000000000 +0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.56.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.56.0") # handled by release scripts
+set(KF5_VERSION "5.57.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.57.0") # handled by release scripts
 project(FrameworkIntegration VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.56.0  NO_MODULE)
+find_package(ECM 5.57.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)
 
@@ -47,8 +47,8 @@
    find_package(packagekitqt5)
    find_package(AppStreamQt 0.10.4)
 endif()
-#add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x060000)
-
+add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050d00)
+add_definitions(-DQT_NO_FOREACH)
 add_subdirectory(src)
 if (BUILD_TESTING)
     add_subdirectory(autotests)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/frameworkintegration-5.56.0/plasma_workspace.notifyrc 
new/frameworkintegration-5.57.0/plasma_workspace.notifyrc
--- old/frameworkintegration-5.56.0/plasma_workspace.notifyrc   2019-03-02 
14:23:58.000000000 +0100
+++ new/frameworkintegration-5.57.0/plasma_workspace.notifyrc   2019-04-07 
09:16:28.000000000 +0200
@@ -1,5 +1,5 @@
 [Global]
-IconName=kde
+IconName=start-here-kde-plasma
 Comment=Plasma Workspace
 Comment[ar]=مساحة عمل بلازما
 Comment[bs]=Plazma radni prostor


Reply via email to