Hello community, here is the log from the commit of package kconfigwidgets for openSUSE:Factory checked in at 2015-09-02 07:44:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kconfigwidgets (Old) and /work/SRC/openSUSE:Factory/.kconfigwidgets.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kconfigwidgets" Changes: -------- --- /work/SRC/openSUSE:Factory/kconfigwidgets/kconfigwidgets.changes 2015-07-14 17:22:28.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.kconfigwidgets.new/kconfigwidgets.changes 2015-09-02 07:44:21.000000000 +0200 @@ -1,0 +2,11 @@ +Tue Aug 4 19:20:17 UTC 2015 - [email protected] + +- Update to 5.13.0 + * The Qt version requirement has been bumped from 5.2 to 5.3 + * Debug output has been ported to categorized output, for less + noise by default + * Docbook documentation has been reviewed and updated + * For more details please see: + https://www.kde.org/announcements/kde-frameworks-5.13.0.php + +------------------------------------------------------------------- Old: ---- kconfigwidgets-5.12.0.tar.xz New: ---- kconfigwidgets-5.13.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kconfigwidgets.spec ++++++ --- /var/tmp/diff_new_pack.8r4uOO/_old 2015-09-02 07:44:22.000000000 +0200 +++ /var/tmp/diff_new_pack.8r4uOO/_new 2015-09-02 07:44:22.000000000 +0200 @@ -18,9 +18,9 @@ %bcond_without lang %define lname libKF5ConfigWidgets5 -%define _tar_path 5.12 +%define _tar_path 5.13 Name: kconfigwidgets -Version: 5.12.0 +Version: 5.13.0 Release: 0 %define kf5_version %{version} BuildRequires: cmake >= 2.8.12 @@ -35,9 +35,9 @@ BuildRequires: kguiaddons-devel >= %{_tar_path} BuildRequires: ki18n-devel >= %{_tar_path} BuildRequires: kwidgetsaddons-devel >= %{_tar_path} -BuildRequires: pkgconfig(Qt5DBus) >= 5.2.0 -BuildRequires: pkgconfig(Qt5Test) >= 5.2.0 -BuildRequires: pkgconfig(Qt5Widgets) >= 5.2.0 +BuildRequires: cmake(Qt5DBus) >= 5.3.0 +BuildRequires: cmake(Qt5Test) >= 5.3.0 +BuildRequires: cmake(Qt5Widgets) >= 5.3.0 Summary: Widgets for configuration dialogs License: LGPL-2.1+ Group: System/GUI/KDE ++++++ kconfigwidgets-5.12.0.tar.xz -> kconfigwidgets-5.13.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfigwidgets-5.12.0/CMakeLists.txt new/kconfigwidgets-5.13.0/CMakeLists.txt --- old/kconfigwidgets-5.12.0/CMakeLists.txt 2015-07-05 10:55:00.000000000 +0200 +++ new/kconfigwidgets-5.13.0/CMakeLists.txt 2015-08-04 12:48:38.000000000 +0200 @@ -3,13 +3,13 @@ project(KConfigWidgets) include(FeatureSummary) -find_package(ECM 5.12.0 NO_MODULE) +find_package(ECM 5.13.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) set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR}) -set(REQUIRED_QT_VERSION "5.2.0") +set(REQUIRED_QT_VERSION "5.3.0") find_package(Qt5 "${REQUIRED_QT_VERSION}" CONFIG REQUIRED Widgets DBus) include(KDEInstallDirs) include(KDEFrameworkCompilerSettings) @@ -19,8 +19,8 @@ include(ECMSetupVersion) include(ECMGenerateHeaders) -set(KF5_VERSION "5.12.0") # handled by release scripts -set(KF5_DEP_VERSION "5.12.0") # handled by release scripts +set(KF5_VERSION "5.13.0") # handled by release scripts +set(KF5_DEP_VERSION "5.13.0") # handled by release scripts ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KCONFIGWIDGETS VERSION_HEADER "${CMAKE_CURRENT_BINARY_DIR}/kconfigwidgets_version.h" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfigwidgets-5.12.0/autotests/CMakeLists.txt new/kconfigwidgets-5.13.0/autotests/CMakeLists.txt --- old/kconfigwidgets-5.12.0/autotests/CMakeLists.txt 2015-07-05 10:55:00.000000000 +0200 +++ new/kconfigwidgets-5.13.0/autotests/CMakeLists.txt 2015-08-04 12:48:38.000000000 +0200 @@ -1,5 +1,5 @@ -find_package(Qt5 5.2.0 CONFIG REQUIRED Test) +find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED Test) include(ECMAddTests) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfigwidgets-5.12.0/docs/preparetips/man-preparetips5.1.docbook new/kconfigwidgets-5.13.0/docs/preparetips/man-preparetips5.1.docbook --- old/kconfigwidgets-5.12.0/docs/preparetips/man-preparetips5.1.docbook 2015-07-05 10:55:00.000000000 +0200 +++ new/kconfigwidgets-5.13.0/docs/preparetips/man-preparetips5.1.docbook 2015-08-04 12:48:38.000000000 +0200 @@ -18,8 +18,9 @@ </affiliation> </author> -<date>2006-06-01</date> -<productname>K Desktop Environment</productname> +<date>2014-03-04</date> +<releaseinfo>Frameworks 5.0</releaseinfo> +<productname>KDE Frameworks</productname> </refentryinfo> <refmeta> @@ -49,7 +50,7 @@ </para> <para> -<command>preparetips5</command> looks for <emphasis role="underline">data/tips-en</emphasis> as tips file. +<command>preparetips5</command> looks for <emphasis role="underline">data/tips</emphasis> as tips file. </para> </refsect1> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfigwidgets-5.12.0/po/pt_BR/kconfigwidgets5.po new/kconfigwidgets-5.13.0/po/pt_BR/kconfigwidgets5.po --- old/kconfigwidgets-5.12.0/po/pt_BR/kconfigwidgets5.po 2015-07-05 10:55:00.000000000 +0200 +++ new/kconfigwidgets-5.13.0/po/pt_BR/kconfigwidgets5.po 2015-08-04 12:48:38.000000000 +0200 @@ -18,7 +18,7 @@ "Project-Id-Version: kconfigwidgets5\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2015-02-28 09:34+0000\n" -"PO-Revision-Date: 2015-02-10 21:20-0200\n" +"PO-Revision-Date: 2015-07-05 13:05-0300\n" "Last-Translator: André Marcelo Alvarenga <[email protected]>\n" "Language-Team: Brazilian Portuguese <[email protected]>\n" "Language: pt_BR\n" @@ -215,7 +215,7 @@ #: kstandardaction_p.h:54 msgid "Re&do" -msgstr "Re&fazer" +msgstr "&Refazer" #: kstandardaction_p.h:54 msgid "Redo last undone action" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfigwidgets-5.12.0/tests/CMakeLists.txt new/kconfigwidgets-5.13.0/tests/CMakeLists.txt --- old/kconfigwidgets-5.12.0/tests/CMakeLists.txt 2015-07-05 10:55:00.000000000 +0200 +++ new/kconfigwidgets-5.13.0/tests/CMakeLists.txt 2015-08-04 12:48:38.000000000 +0200 @@ -1,7 +1,7 @@ include(ECMMarkAsTest) -find_package(Qt5 5.2.0 CONFIG REQUIRED Test) +find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED Test) macro(kconfigwidgets_executable_tests) foreach(_testname ${ARGN})
