Hello community,

here is the log from the commit of package kcmutils for openSUSE:Factory 
checked in at 2016-08-29 14:57:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kcmutils (Old)
 and      /work/SRC/openSUSE:Factory/.kcmutils.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kcmutils"

Changes:
--------
--- /work/SRC/openSUSE:Factory/kcmutils/kcmutils.changes        2016-07-15 
12:32:04.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.kcmutils.new/kcmutils.changes   2016-08-29 
14:57:33.000000000 +0200
@@ -1,0 +2,8 @@
+Sun Aug  7 21:50:44 UTC 2016 - [email protected]
+
+- Update to 5.25.0
+  * Qt >= 5.5 is now required
+  * For more details please see:
+    https://www.kde.org/announcements/kde-frameworks-5.25.0.php
+
+-------------------------------------------------------------------

Old:
----
  kcmutils-5.24.0.tar.xz

New:
----
  kcmutils-5.25.0.tar.xz

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

Other differences:
------------------
++++++ kcmutils.spec ++++++
--- /var/tmp/diff_new_pack.gtU7oX/_old  2016-08-29 14:57:37.000000000 +0200
+++ /var/tmp/diff_new_pack.gtU7oX/_new  2016-08-29 14:57:37.000000000 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5KCMUtils5
-%define _tar_path 5.24
+%define _tar_path 5.25
 Name:           kcmutils
-Version:        5.24.0
+Version:        5.25.0
 Release:        0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12
@@ -36,11 +36,11 @@
 BuildRequires:  kpackage-devel >= %{_tar_path}
 BuildRequires:  kservice-devel >= %{_tar_path}
 BuildRequires:  kxmlgui-devel >= %{_tar_path}
-BuildRequires:  cmake(Qt5DBus) >= 5.4.0
-BuildRequires:  cmake(Qt5Qml) >= 5.4.0
-BuildRequires:  cmake(Qt5Quick) >= 5.4.0
-BuildRequires:  cmake(Qt5QuickWidgets) >= 5.4.0
-BuildRequires:  cmake(Qt5Widgets) >= 5.4.0
+BuildRequires:  cmake(Qt5DBus) >= 5.5.0
+BuildRequires:  cmake(Qt5Qml) >= 5.5.0
+BuildRequires:  cmake(Qt5Quick) >= 5.5.0
+BuildRequires:  cmake(Qt5QuickWidgets) >= 5.5.0
+BuildRequires:  cmake(Qt5Widgets) >= 5.5.0
 Summary:        Provides various classes to work with KCModules
 License:        LGPL-2.1+
 Group:          System/GUI/KDE

++++++ kcmutils-5.24.0.tar.xz -> kcmutils-5.25.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcmutils-5.24.0/CMakeLists.txt 
new/kcmutils-5.25.0/CMakeLists.txt
--- old/kcmutils-5.24.0/CMakeLists.txt  2016-07-03 22:05:17.000000000 +0200
+++ new/kcmutils-5.25.0/CMakeLists.txt  2016-08-07 15:35:44.000000000 +0200
@@ -3,7 +3,7 @@
 project(KCMUtils)
 
 include(FeatureSummary)
-find_package(ECM 5.24.0  NO_MODULE)
+find_package(ECM 5.25.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)
 
@@ -14,7 +14,7 @@
 include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE)
 include(KDECMakeSettings)
 
-set(REQUIRED_QT_VERSION 5.4.0)
+set(REQUIRED_QT_VERSION 5.5.0)
 find_package(Qt5 ${REQUIRED_QT_VERSION} NO_MODULE REQUIRED Widgets DBus Qml 
Quick QuickWidgets)
 
 
@@ -23,8 +23,8 @@
 include(ECMGenerateHeaders)
 include(ECMPackageConfigHelpers)
 
-set(KF5_VERSION "5.24.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.24.0") # handled by release scripts
+set(KF5_VERSION "5.25.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.25.0") # handled by release scripts
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KCMUTILS
                         VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kcmutils_version.h"
                         PACKAGE_VERSION_FILE 
"${CMAKE_CURRENT_BINARY_DIR}/KF5KCMUtilsConfigVersion.cmake"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcmutils-5.24.0/po/pl/kcmutils5.po 
new/kcmutils-5.25.0/po/pl/kcmutils5.po
--- old/kcmutils-5.24.0/po/pl/kcmutils5.po      2016-07-03 22:05:17.000000000 
+0200
+++ new/kcmutils-5.25.0/po/pl/kcmutils5.po      2016-08-07 15:35:44.000000000 
+0200
@@ -11,13 +11,13 @@
 # Marta Rybczyńska <[email protected]>, 2007, 2008, 2009, 2010, 2011, 
2012, 2013.
 # Michal Rudolf <[email protected]>, 2010.
 # Artur Chłond <[email protected]>, 2010.
-# Łukasz Wojniłowicz <[email protected]>, 2011, 2012, 2013, 2014, 
2015.
+# Łukasz Wojniłowicz <[email protected]>, 2011, 2012, 2013, 2014, 
2015, 2016.
 msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2016-01-28 07:40+0000\n"
-"PO-Revision-Date: 2015-10-04 08:47+0100\n"
+"PO-Revision-Date: 2016-08-06 07:49+0100\n"
 "Last-Translator: Łukasz Wojniłowicz <[email protected]>\n"
 "Language-Team: Polish <[email protected]>\n"
 "Language: pl\n"
@@ -188,7 +188,7 @@
 
 #: kcmultidialog.cpp:59
 msgid "Apply Settings"
-msgstr "Zastosuj zmiany"
+msgstr "Wprowadzanie zmian"
 
 #: kcmultidialog.cpp:206
 msgid "Configure"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcmutils-5.24.0/po/sl/kcmutils5.po 
new/kcmutils-5.25.0/po/sl/kcmutils5.po
--- old/kcmutils-5.24.0/po/sl/kcmutils5.po      2016-07-03 22:05:17.000000000 
+0200
+++ new/kcmutils-5.25.0/po/sl/kcmutils5.po      2016-08-07 15:35:44.000000000 
+0200
@@ -11,13 +11,13 @@
 # Andrej Vernekar <[email protected]>, 2005, 2007, 2008, 2009, 2010.
 # Jure Repinc <[email protected]>, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 
2012, 2013.
 # Andrej Vernekar <[email protected]>, 2008, 2011, 2012.
-# Andrej Mernik <[email protected]>, 2012, 2013.
+# Andrej Mernik <[email protected]>, 2012, 2013, 2016.
 msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2016-01-28 07:40+0000\n"
-"PO-Revision-Date: 2013-11-26 18:31+0100\n"
+"PO-Revision-Date: 2016-07-24 17:39+0200\n"
 "Last-Translator: Andrej Mernik <[email protected]>\n"
 "Language-Team: Slovenian <[email protected]>\n"
 "Language: sl\n"
@@ -102,7 +102,7 @@
 "Do you want to apply the changes or discard them?"
 msgstr ""
 "Nastavitve trenutnega modula so se spremenile.\n"
-"Ali želite spremembe uveljaviti ali jih zavreči?"
+"Ali želite spremembe uveljaviti ali zavreči?"
 
 #: kcmultidialog.cpp:59
 msgid "Apply Settings"


Reply via email to