Hello community, here is the log from the commit of package kconfigwidgets for openSUSE:Factory checked in at 2014-07-11 06:45:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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 2014-06-10 14:36:26.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.kconfigwidgets.new/kconfigwidgets.changes 2014-07-11 06:46:09.000000000 +0200 @@ -1,0 +2,10 @@ +Tue Jul 1 21:35:45 UTC 2014 - [email protected] + +- Update to 5.0.0 + * Final release of KDE Frameworks 5 + * API improvements and cleanups + * Buildsystem fixes + * For more details please see: + http://www.kde.org/announcements/kde-frameworks-5.0.php + +------------------------------------------------------------------- Old: ---- kconfigwidgets-4.100.0.tar.xz New: ---- kconfigwidgets-5.0.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kconfigwidgets.spec ++++++ --- /var/tmp/diff_new_pack.irmISg/_old 2014-07-11 06:46:10.000000000 +0200 +++ /var/tmp/diff_new_pack.irmISg/_new 2014-07-11 06:46:10.000000000 +0200 @@ -18,10 +18,10 @@ %define lname libKF5ConfigWidgets5 Name: kconfigwidgets -Version: 4.100.0 +Version: 5.0.0 Release: 0 BuildRequires: cmake >= 2.8.12 -BuildRequires: extra-cmake-modules >= 0.0.14 +BuildRequires: extra-cmake-modules >= 1.0.0 BuildRequires: fdupes BuildRequires: kauth-devel >= %{_kf5_version} BuildRequires: kcodecs-devel >= %{_kf5_version} @@ -39,7 +39,7 @@ License: LGPL-2.1+ Group: System/GUI/KDE Url: http://www.kde.org -Source: http://download.kde.org/unstable/frameworks/%{version}/%{name}-%{version}.tar.xz +Source: http://download.kde.org/stable/frameworks/%{version}/%{name}-%{version}.tar.xz Source1: baselibs.conf BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -61,7 +61,7 @@ Summary: Widgets for configuration dialogs: Build Environment Group: Development/Libraries/KDE Requires: %lname = %{version} -Requires: extra-cmake-modules >= 0.0.14 +Requires: extra-cmake-modules >= 1.0.0 Requires: kauth-devel >= %{_kf5_version} Requires: kcodecs-devel >= %{_kf5_version} Requires: kconfig-devel >= %{_kf5_version} ++++++ kconfigwidgets-4.100.0.tar.xz -> kconfigwidgets-5.0.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfigwidgets-4.100.0/CMakeLists.txt new/kconfigwidgets-5.0.0/CMakeLists.txt --- old/kconfigwidgets-4.100.0/CMakeLists.txt 2014-06-01 14:09:34.000000000 +0200 +++ new/kconfigwidgets-5.0.0/CMakeLists.txt 2014-07-01 20:27:58.000000000 +0200 @@ -2,7 +2,7 @@ project(KConfigWidgets) -find_package(ECM 0.0.14 REQUIRED NO_MODULE) +find_package(ECM 1.0.0 REQUIRED NO_MODULE) set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR}) set(REQUIRED_QT_VERSION "5.2.0") @@ -15,8 +15,8 @@ include(ECMSetupVersion) include(ECMGenerateHeaders) -set(KF5_VERSION "4.100.0") # handled by release scripts -set(KF5_DEP_VERSION "4.100.0") # handled by release scripts +set(KF5_VERSION "5.0.0") # handled by release scripts +set(KF5_DEP_VERSION "5.0.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-4.100.0/autotests/CMakeLists.txt new/kconfigwidgets-5.0.0/autotests/CMakeLists.txt --- old/kconfigwidgets-4.100.0/autotests/CMakeLists.txt 2014-06-01 14:09:34.000000000 +0200 +++ new/kconfigwidgets-5.0.0/autotests/CMakeLists.txt 2014-07-01 20:27:58.000000000 +0200 @@ -3,9 +3,9 @@ include(ECMAddTests) -ecm_add_test(kstandardactiontest.cpp NAME_PREFIX "kconfigwidgets-" LINK_LIBRARIES Qt5::Test KF5::ConfigWidgets) +ecm_add_test(kstandardactiontest.cpp LINK_LIBRARIES Qt5::Test KF5::ConfigWidgets) set(kconfigdialog_unittest_SRCS kconfigdialog_unittest.cpp) kconfig_add_kcfg_files(kconfigdialog_unittest_SRCS GENERATE_MOC signaltest.kcfgc) -ecm_add_test(${kconfigdialog_unittest_SRCS} TEST_NAME "kconfigwidgets-kconfigdialog_unittest" LINK_LIBRARIES Qt5::Test KF5::ConfigWidgets) +ecm_add_test(${kconfigdialog_unittest_SRCS} TEST_NAME "kconfigdialog_unittest" LINK_LIBRARIES Qt5::Test KF5::ConfigWidgets) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfigwidgets-4.100.0/po/ca/kconfigwidgets5.po new/kconfigwidgets-5.0.0/po/ca/kconfigwidgets5.po --- old/kconfigwidgets-4.100.0/po/ca/kconfigwidgets5.po 2014-06-01 14:09:34.000000000 +0200 +++ new/kconfigwidgets-5.0.0/po/ca/kconfigwidgets5.po 2014-07-01 20:27:58.000000000 +0200 @@ -1,12 +1,11 @@ # Translation of kconfigwidgets5.po to Catalan -# Copyright (C) 1998-2014 This_file_is_part_of_KDE +# Copyright (C) 2014 This_file_is_part_of_KDE # This file is distributed under the license LGPL version 2.1 or # version 3 or later versions approved by the membership of KDE e.V. # -# Sebastià Pla i Sanz <[email protected]>, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006. -# Antoni Bella Pérez <[email protected]>, 2003, 2006, 2011, 2012, 2013. +# Sebastià Pla i Sanz <[email protected]>, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007. +# Antoni Bella Pérez <[email protected]>, 2003, 2006, 2011, 2012, 2013, 2014. # Albert Astals Cid <[email protected]>, 2004, 2005, 2007. -# Sebastia Pla Sanz <[email protected]>, 2006, 2007. # Josep Ma. Ferrer <[email protected]>, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014. # Robert Millan <[email protected]>, 2009. # Orestes Mas <[email protected]>, 2010. @@ -15,14 +14,14 @@ "Project-Id-Version: kconfigwidgets5\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2014-04-27 20:57+0000\n" -"PO-Revision-Date: 2014-04-06 11:53+0200\n" -"Last-Translator: Josep Ma. Ferrer <[email protected]>\n" +"PO-Revision-Date: 2014-06-24 20:53+0200\n" +"Last-Translator: Antoni Bella Pérez <[email protected]>\n" "Language-Team: Catalan <[email protected]>\n" "Language: ca\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Lokalize 1.4\n" +"X-Generator: Lokalize 1.5\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Accelerator-Marker: &\n" @@ -104,7 +103,7 @@ "window used for status information.</p>" msgstr "" "Mostra la barra d'estat<p>Mostra la barra d'estat, que és la barra a sota de " -"la finestra usada per a informació d'estat.</p>" +"la finestra usada per a la informació d'estat.</p>" #: kstandardaction_p.h:41 msgid "&New" @@ -400,7 +399,7 @@ #: kstandardaction_p.h:94 msgid "Check spelling in document" -msgstr "Comprovació d'ortografia en el document" +msgstr "Comprovació de l'ortografia en el document" #: kstandardaction_p.h:96 msgid "Show or hide menubar" @@ -428,7 +427,7 @@ #: kstandardaction_p.h:101 msgid "Configure S&hortcuts..." -msgstr "Configura &dreceres..." +msgstr "Configura les &dreceres..." #: kstandardaction_p.h:102 #, kde-format @@ -458,7 +457,7 @@ #: kstandardaction_p.h:112 msgid "&Report Bug..." -msgstr "&Informe d'errors..." +msgstr "&Informa d'un error..." #: kstandardaction_p.h:113 msgid "Switch Application &Language..." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfigwidgets-4.100.0/po/en_GB/kconfigwidgets5.po new/kconfigwidgets-5.0.0/po/en_GB/kconfigwidgets5.po --- old/kconfigwidgets-4.100.0/po/en_GB/kconfigwidgets5.po 2014-06-01 14:09:34.000000000 +0200 +++ new/kconfigwidgets-5.0.0/po/en_GB/kconfigwidgets5.po 2014-07-01 20:27:58.000000000 +0200 @@ -2,28 +2,29 @@ # Malcolm Hunter <[email protected]>, 2002,2003,2004, 2005, 2006, 2007, 2008, 2009. # Jonathan Riddell <[email protected]>, 2003. # Andrew Coles <[email protected]>, 2004, 2005, 2009, 2010. +# Steve Allewell <[email protected]>, 2014. msgid "" msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2014-04-27 20:57+0000\n" -"PO-Revision-Date: 2010-12-14 12:18+0000\n" -"Last-Translator: Andrew Coles <[email protected]>\n" -"Language-Team: British English <[email protected]>\n" -"Language: \n" +"PO-Revision-Date: 2014-06-28 12:36+0100\n" +"Last-Translator: Steve Allewell <[email protected]>\n" +"Language-Team: British English <[email protected]>\n" +"Language: en_GB\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Lokalize 1.1\n" +"X-Generator: Lokalize 1.5\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" msgctxt "NAME OF TRANSLATORS" msgid "Your names" -msgstr "Andrew Coles" +msgstr "Andrew Coles, Steve Allewell" msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" -msgstr "[email protected]" +msgstr "[email protected], [email protected]" #: kcmodule.cpp:153 msgid "You will be asked to authenticate before saving" @@ -88,37 +89,28 @@ msgstr "Show St&atusbar" #: kstandardaction.cpp:541 -#, fuzzy -#| msgid "" -#| "Show Statusbar<br /><br />Shows the statusbar, which is the bar at the " -#| "bottom of the window used for status information." msgid "" "Show Statusbar<p>Shows the statusbar, which is the bar at the bottom of the " "window used for status information.</p>" msgstr "" -"Show Statusbar<br /><br />Shows the statusbar, which is the bar at the " -"bottom of the window used for status information." +"Show Statusbar<p>Shows the statusbar, which is the bar at the bottom of the " +"window used for status information.</p>" #: kstandardaction_p.h:41 msgid "&New" msgstr "&New" #: kstandardaction_p.h:41 -#, fuzzy -#| msgctxt "@label" -#| msgid "Create new tag:" msgid "Create new document" -msgstr "Create new tag:" +msgstr "Create new document" #: kstandardaction_p.h:42 msgid "&Open..." msgstr "&Open..." #: kstandardaction_p.h:42 -#, fuzzy -#| msgid "&Back in the Document" msgid "Open an existing document" -msgstr "&Back in the Document" +msgstr "Open an existing document" #: kstandardaction_p.h:43 msgid "Open &Recent" @@ -126,27 +118,23 @@ #: kstandardaction_p.h:43 msgid "Open a document which was recently opened" -msgstr "" +msgstr "Open a document which was recently opened" #: kstandardaction_p.h:44 msgid "&Save" msgstr "&Save" #: kstandardaction_p.h:44 -#, fuzzy -#| msgid "Close Document" msgid "Save document" -msgstr "Close Document" +msgstr "Save document" #: kstandardaction_p.h:45 msgid "Save &As..." msgstr "Save &As..." #: kstandardaction_p.h:45 -#, fuzzy -#| msgid "Close Document" msgid "Save document under a new name" -msgstr "Close Document" +msgstr "Save document under a new name" #: kstandardaction_p.h:46 msgid "Re&vert" @@ -154,28 +142,23 @@ #: kstandardaction_p.h:46 msgid "Revert unsaved changes made to document" -msgstr "" +msgstr "Revert unsaved changes made to document" #: kstandardaction_p.h:47 msgid "&Close" msgstr "&Close" #: kstandardaction_p.h:47 -#, fuzzy -#| msgid "Close Document" msgid "Close document" -msgstr "Close Document" +msgstr "Close document" #: kstandardaction_p.h:48 msgid "&Print..." msgstr "&Print..." #: kstandardaction_p.h:48 -#, fuzzy -#| msgctxt "keyboard-key-name" -#| msgid "PrintScreen" msgid "Print document" -msgstr "PrintScreen" +msgstr "Print document" #: kstandardaction_p.h:49 msgid "Print Previe&w" @@ -183,17 +166,15 @@ #: kstandardaction_p.h:49 msgid "Show a print preview of document" -msgstr "" +msgstr "Show a print preview of document" #: kstandardaction_p.h:50 msgid "&Mail..." msgstr "&Mail..." #: kstandardaction_p.h:50 -#, fuzzy -#| msgid "Close Document" msgid "Send document by mail" -msgstr "Close Document" +msgstr "Send document by mail" #: kstandardaction_p.h:51 msgid "&Quit" @@ -208,26 +189,16 @@ msgstr "&Undo" #: kstandardaction_p.h:53 -#, fuzzy -#| msgctxt "" -#| "A link to make a donation for a Get Hot New Stuff item (opens a web " -#| "browser)" -#| msgid "Make a donation" msgid "Undo last action" -msgstr "Make a donation" +msgstr "Undo last action" #: kstandardaction_p.h:54 msgid "Re&do" msgstr "Re&do" #: kstandardaction_p.h:54 -#, fuzzy -#| msgctxt "" -#| "A link to make a donation for a Get Hot New Stuff item (opens a web " -#| "browser)" -#| msgid "Make a donation" msgid "Redo last undone action" -msgstr "Make a donation" +msgstr "Redo last undone action" #: kstandardaction_p.h:55 msgid "Cu&t" @@ -235,7 +206,7 @@ #: kstandardaction_p.h:55 msgid "Cut selection to clipboard" -msgstr "" +msgstr "Cut selection to clipboard" #: kstandardaction_p.h:56 msgid "&Copy" @@ -243,17 +214,15 @@ #: kstandardaction_p.h:56 msgid "Copy selection to clipboard" -msgstr "" +msgstr "Copy selection to clipboard" #: kstandardaction_p.h:57 kstandardaction_p.h:58 msgid "&Paste" msgstr "&Paste" #: kstandardaction_p.h:57 kstandardaction_p.h:58 -#, fuzzy -#| msgid "Upload content" msgid "Paste clipboard content" -msgstr "Upload content" +msgstr "Paste clipboard content" #: kstandardaction_p.h:59 msgid "C&lear" @@ -289,18 +258,15 @@ #: kstandardaction_p.h:67 msgid "View document at its actual size" -msgstr "" +msgstr "View document at its actual size" #: kstandardaction_p.h:68 msgid "&Fit to Page" msgstr "&Fit to Page" #: kstandardaction_p.h:68 -#, fuzzy -#| msgctxt "@action" -#| msgid "Go to Line" msgid "Zoom to fit page in window" -msgstr "Go to Line" +msgstr "Zoom to fit page in window" #: kstandardaction_p.h:69 msgid "Fit to Page &Width" @@ -308,7 +274,7 @@ #: kstandardaction_p.h:69 msgid "Zoom to fit page width in window" -msgstr "" +msgstr "Zoom to fit page width in window" #: kstandardaction_p.h:70 msgid "Fit to Page &Height" @@ -316,7 +282,7 @@ #: kstandardaction_p.h:70 msgid "Zoom to fit page height in window" -msgstr "" +msgstr "Zoom to fit page height in window" #: kstandardaction_p.h:71 msgid "Zoom &In" @@ -331,20 +297,16 @@ msgstr "&Zoom..." #: kstandardaction_p.h:73 -#, fuzzy -#| msgid "Select a week" msgid "Select zoom level" -msgstr "Select a week" +msgstr "Select zoom level" #: kstandardaction_p.h:74 msgid "&Redisplay" msgstr "&Redisplay" #: kstandardaction_p.h:74 -#, fuzzy -#| msgid "&Redisplay" msgid "Redisplay document" -msgstr "&Redisplay" +msgstr "Redisplay document" #: kstandardaction_p.h:76 msgid "&Up" @@ -352,28 +314,23 @@ #: kstandardaction_p.h:76 msgid "Go up" -msgstr "" +msgstr "Go up" #: kstandardaction_p.h:81 msgid "&Previous Page" msgstr "&Previous Page" #: kstandardaction_p.h:81 -#, fuzzy -#| msgid "&Previous Page" msgid "Go to previous page" -msgstr "&Previous Page" +msgstr "Go to previous page" #: kstandardaction_p.h:82 msgid "&Next Page" msgstr "&Next Page" #: kstandardaction_p.h:82 -#, fuzzy -#| msgctxt "@action" -#| msgid "Go to Line" msgid "Go to next page" -msgstr "Go to Line" +msgstr "Go to next page" #: kstandardaction_p.h:83 msgid "&Go To..." @@ -392,44 +349,32 @@ msgstr "&First Page" #: kstandardaction_p.h:86 -#, fuzzy -#| msgctxt "@action" -#| msgid "Go to Line" msgid "Go to first page" -msgstr "Go to Line" +msgstr "Go to first page" #: kstandardaction_p.h:87 msgid "&Last Page" msgstr "&Last Page" #: kstandardaction_p.h:87 -#, fuzzy -#| msgid "&Go to Page..." msgid "Go to last page" -msgstr "&Go to Page..." +msgstr "Go to last page" #: kstandardaction_p.h:88 msgid "&Back" msgstr "&Back" #: kstandardaction_p.h:88 -#, fuzzy -#| msgid "&Back in the Document" msgid "Go back in document" -msgstr "&Back in the Document" +msgstr "Go back in document" #: kstandardaction_p.h:89 -#, fuzzy -#| msgctxt "go forward" -#| msgid "&Forward" msgid "&Forward" -msgstr "&Forwards" +msgstr "&Forward" #: kstandardaction_p.h:89 -#, fuzzy -#| msgid "&Forward in the Document" msgid "Go forward in document" -msgstr "&Forwards in the Document" +msgstr "Go forward in document" #: kstandardaction_p.h:91 msgid "&Add Bookmark" @@ -444,33 +389,24 @@ msgstr "&Spelling..." #: kstandardaction_p.h:94 -#, fuzzy -#| msgid "Check Spelling" msgid "Check spelling in document" -msgstr "Check Spelling" +msgstr "Check spelling in document" #: kstandardaction_p.h:96 -#, fuzzy -#| msgid "Show &Menubar" msgid "Show or hide menubar" -msgstr "Show &Menubar" +msgstr "Show or hide menubar" #: kstandardaction_p.h:97 msgid "Show &Toolbar" msgstr "Show &Toolbar" #: kstandardaction_p.h:97 -#, fuzzy -#| msgctxt "@action" -#| msgid "Show Toolbar" msgid "Show or hide toolbar" -msgstr "Show Toolbar" +msgstr "Show or hide toolbar" #: kstandardaction_p.h:98 -#, fuzzy -#| msgid "Show Statusbar" msgid "Show or hide statusbar" -msgstr "Show Statusbar" +msgstr "Show or hide statusbar" #: kstandardaction_p.h:99 msgid "F&ull Screen Mode" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfigwidgets-4.100.0/po/nds/kconfigwidgets5.po new/kconfigwidgets-5.0.0/po/nds/kconfigwidgets5.po --- old/kconfigwidgets-4.100.0/po/nds/kconfigwidgets5.po 2014-06-01 14:09:34.000000000 +0200 +++ new/kconfigwidgets-5.0.0/po/nds/kconfigwidgets5.po 2014-07-01 20:27:58.000000000 +0200 @@ -16,7 +16,7 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Lokalize 1.4\n" +"X-Generator: Lokalize 1.5\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" msgctxt "NAME OF TRANSLATORS" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfigwidgets-4.100.0/po/uk/kconfigwidgets5.po new/kconfigwidgets-5.0.0/po/uk/kconfigwidgets5.po --- old/kconfigwidgets-4.100.0/po/uk/kconfigwidgets5.po 2014-06-01 14:09:34.000000000 +0200 +++ new/kconfigwidgets-5.0.0/po/uk/kconfigwidgets5.po 2014-07-01 20:27:58.000000000 +0200 @@ -1,5 +1,7 @@ -# translation of kdelibs4.po to Ukrainian -# Translation of kdelibs4.po to Ukrainian +# Translation of kconfigwidgets5.po to Ukrainian +# Copyright (C) 2014 This_file_is_part_of_KDE +# This file is distributed under the license LGPL version 2.1 or +# version 3 or later versions approved by the membership of KDE e.V. # # Eugene Onischenko <[email protected]>, 2002, 2003, 2004, 2005, 2006. # Andriy Rysin <[email protected]>, 2002, 2003, 2006, 2007. @@ -7,7 +9,7 @@ # Yuri Chornoivan <[email protected]>, 2008, 2009, 2010, 2011, 2012, 2013. msgid "" msgstr "" -"Project-Id-Version: kdelibs4\n" +"Project-Id-Version: kconfigwidgets5\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2014-04-27 20:57+0000\n" "PO-Revision-Date: 2013-10-15 07:58+0300\n" -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
