Hello community, here is the log from the commit of package ktextwidgets for openSUSE:Factory checked in at 2017-07-05 23:53:03 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ktextwidgets (Old) and /work/SRC/openSUSE:Factory/.ktextwidgets.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ktextwidgets" Wed Jul 5 23:53:03 2017 rev:42 rq:502971 version:5.35.0 Changes: -------- --- /work/SRC/openSUSE:Factory/ktextwidgets/ktextwidgets.changes 2017-06-01 16:21:28.662359507 +0200 +++ /work/SRC/openSUSE:Factory/.ktextwidgets.new/ktextwidgets.changes 2017-07-05 23:53:03.257738186 +0200 @@ -1,0 +2,13 @@ +Sun Jun 11 09:27:43 CEST 2017 - [email protected] + +- Update to 5.35.0 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/kde-frameworks-5.35.0.php +- Changes since 5.34.0: + * API dox: use class names in image titles, not "KDE widget" + * API dox: note CamelCase includes by @class tag with more classes + * API dox: Use doxygen notation to have comments used + * Fix typo + +------------------------------------------------------------------- Old: ---- ktextwidgets-5.34.0.tar.xz New: ---- ktextwidgets-5.35.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ktextwidgets.spec ++++++ --- /var/tmp/diff_new_pack.I0TKBq/_old 2017-07-05 23:53:03.781664387 +0200 +++ /var/tmp/diff_new_pack.I0TKBq/_new 2017-07-05 23:53:03.785663824 +0200 @@ -18,9 +18,9 @@ %bcond_without lang %define lname libKF5TextWidgets5 -%define _tar_path 5.34 +%define _tar_path 5.35 Name: ktextwidgets -Version: 5.34.0 +Version: 5.35.0 Release: 0 %define kf5_version %{version} BuildRequires: cmake >= 3.0 ++++++ ktextwidgets-5.34.0.tar.xz -> ktextwidgets-5.35.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktextwidgets-5.34.0/CMakeLists.txt new/ktextwidgets-5.35.0/CMakeLists.txt --- old/ktextwidgets-5.34.0/CMakeLists.txt 2017-05-06 14:00:26.000000000 +0200 +++ new/ktextwidgets-5.35.0/CMakeLists.txt 2017-06-03 12:21:00.000000000 +0200 @@ -1,12 +1,12 @@ cmake_minimum_required(VERSION 3.0) -set(KF5_VERSION "5.34.0") # handled by release scripts -set(KF5_DEP_VERSION "5.34.0") # handled by release scripts +set(KF5_VERSION "5.35.0") # handled by release scripts +set(KF5_DEP_VERSION "5.35.0") # handled by release scripts project(KTextWidgets VERSION ${KF5_VERSION}) # ECM setup include(FeatureSummary) -find_package(ECM 5.34.0 NO_MODULE) +find_package(ECM 5.35.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/ktextwidgets-5.34.0/po/he/ktextwidgets5.po new/ktextwidgets-5.35.0/po/he/ktextwidgets5.po --- old/ktextwidgets-5.34.0/po/he/ktextwidgets5.po 2017-05-06 14:00:26.000000000 +0200 +++ new/ktextwidgets-5.35.0/po/he/ktextwidgets5.po 2017-06-03 12:21:00.000000000 +0200 @@ -17,19 +17,20 @@ # Meni Livne <[email protected]>, 2007. # tahmar1900 <[email protected]>, 2008, 2009. # Elkana Bardugo <[email protected]>, 2016. +# Elkana Bardugo <[email protected]>, 2017. #zanata msgid "" msgstr "" -"Project-Id-Version: kdelibs4\n" +"Project-Id-Version: ktextwidgets5\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2016-11-19 20:12+0100\n" -"PO-Revision-Date: 2016-06-29 14:02+0200\n" -"Last-Translator: Elkana Bardugo <[email protected]>\n" +"PO-Revision-Date: 2017-05-16 06:50-0400\n" +"Last-Translator: Copied by Zanata <[email protected]>\n" "Language-Team: Hebrew <[email protected]>\n" "Language: he\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Lokalize 2.0\n" +"X-Generator: Zanata 3.9.6\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" #: dialogs/klinkdialog.cpp:52 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktextwidgets-5.34.0/src/findreplace/kfind.h new/ktextwidgets-5.35.0/src/findreplace/kfind.h --- old/ktextwidgets-5.34.0/src/findreplace/kfind.h 2017-05-06 14:00:26.000000000 +0200 +++ new/ktextwidgets-5.35.0/src/findreplace/kfind.h 2017-06-03 12:21:00.000000000 +0200 @@ -29,6 +29,8 @@ class QDialog; /** + * @class KFind kfind.h <KFind> + * * @brief A generic implementation of the "find" function. * * @author S.R.Haque <[email protected]>, David Faure <[email protected]>, diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktextwidgets-5.34.0/src/findreplace/kfinddialog.h new/ktextwidgets-5.35.0/src/findreplace/kfinddialog.h --- old/ktextwidgets-5.34.0/src/findreplace/kfinddialog.h 2017-05-06 14:00:26.000000000 +0200 +++ new/ktextwidgets-5.35.0/src/findreplace/kfinddialog.h 2017-06-03 12:21:00.000000000 +0200 @@ -26,6 +26,8 @@ #include <QDialog> /** + * @class KFindDialog kfinddialog.h <KFindDialog> + * * @brief A generic "find" dialog. * * @author S.R.Haque <[email protected]> @@ -63,7 +65,7 @@ * * To use your own extensions: see findExtension(). * - * \image html kfinddialog.png "KDE Find Dialog" + * \image html kfinddialog.png "KFindDialog Widget" */ class KTEXTWIDGETS_EXPORT KFindDialog : public QDialog { diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktextwidgets-5.34.0/src/findreplace/kreplace.h new/ktextwidgets-5.35.0/src/findreplace/kreplace.h --- old/ktextwidgets-5.34.0/src/findreplace/kreplace.h 2017-05-06 14:00:26.000000000 +0200 +++ new/ktextwidgets-5.35.0/src/findreplace/kreplace.h 2017-06-03 12:21:00.000000000 +0200 @@ -28,6 +28,8 @@ class KReplacePrivate; /** + * @class KReplace kreplace.h <KReplace> + * * @brief A generic implementation of the "replace" function. * * @author S.R.Haque <[email protected]>, David Faure <[email protected]> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktextwidgets-5.34.0/src/findreplace/kreplacedialog.h new/ktextwidgets-5.35.0/src/findreplace/kreplacedialog.h --- old/ktextwidgets-5.34.0/src/findreplace/kreplacedialog.h 2017-05-06 14:00:26.000000000 +0200 +++ new/ktextwidgets-5.35.0/src/findreplace/kreplacedialog.h 2017-06-03 12:21:00.000000000 +0200 @@ -28,6 +28,8 @@ class KReplaceDialogPrivate; /** + * @class KReplaceDialog kreplace.h <KReplaceDialog> + * * @short A generic "replace" dialog. * * @author S.R.Haque <[email protected]> @@ -50,7 +52,7 @@ * \code * \endcode * - * \image html kreplacedialog.png "KDE Replace Dialog" + * \image html kreplacedialog.png "KReplaceDialog Widget" */ class KTEXTWIDGETS_EXPORT KReplaceDialog: public KFindDialog @@ -59,10 +61,10 @@ public: - // Options. + /// Options. enum Options { - // Should the user be prompted before the replace operation? + /// Should the user be prompted before the replace operation? PromptOnReplace = 256, BackReference = 512 }; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktextwidgets-5.34.0/src/kregexpeditor/kregexpeditorinterface.h new/ktextwidgets-5.35.0/src/kregexpeditor/kregexpeditorinterface.h --- old/ktextwidgets-5.34.0/src/kregexpeditor/kregexpeditorinterface.h 2017-05-06 14:00:26.000000000 +0200 +++ new/ktextwidgets-5.35.0/src/kregexpeditor/kregexpeditorinterface.h 2017-06-03 12:21:00.000000000 +0200 @@ -27,18 +27,20 @@ #include <QtCore/QObject> /** + * @class KRegExpEditorInterface kregexpeditorinterface.h <KRegExpEditorInterface> + * * A graphical editor for regular expressions. * * @author Jesper K. Pedersen [email protected] * * The actual editor is located in kdeutils, with an interface in - * kdelibs. This means that it is a bit more comlicated to create an + * kdelibs. This means that it is a bit more complicated to create an * instance of the editor, but only a little bit more complicated. * * To check if kregexpeditor in kdeutils is installed and available use this line: * * \code - * bool installed=!KTrader::self()->query("KRegExpEditor/KRegExpEditor").isEmpty(); + * bool installed=!KServiceTypeTrader::self()->query("KRegExpEditor/KRegExpEditor").isEmpty(); * \endcode * * The following is a template for what you need to do to create an instance of the diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktextwidgets-5.34.0/src/widgets/kpluralhandlingspinbox.h new/ktextwidgets-5.35.0/src/widgets/kpluralhandlingspinbox.h --- old/ktextwidgets-5.34.0/src/widgets/kpluralhandlingspinbox.h 2017-05-06 14:00:26.000000000 +0200 +++ new/ktextwidgets-5.35.0/src/widgets/kpluralhandlingspinbox.h 2017-06-03 12:21:00.000000000 +0200 @@ -26,6 +26,8 @@ /** + * @class KPluralHandlingSpinBox kpluralhandlingspinbox.h <KPluralHandlingSpinBox> + * * @brief A QSpinBox with plural handling for the suffix. * * @author Laurent Montel <[email protected]> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktextwidgets-5.34.0/src/widgets/krichtextedit.h new/ktextwidgets-5.35.0/src/widgets/krichtextedit.h --- old/ktextwidgets-5.34.0/src/widgets/krichtextedit.h 2017-05-06 14:00:26.000000000 +0200 +++ new/ktextwidgets-5.35.0/src/widgets/krichtextedit.h 2017-06-03 12:21:00.000000000 +0200 @@ -33,6 +33,8 @@ #include <ktextwidgets_export.h> /** + * @class KRichTextEdit krichtextedit.h <KRichTextEdit> + * * The KRichTextEdit class provides a widget to edit and display rich text. * * It offers several additional rich text editing functions to KTextEdit and makes @@ -55,7 +57,7 @@ * connect to the slots which insert the rich text, use switchToPlainText() or * enableRichTextMode(). * - * \image html krichtextedit.png "KDE Rich Text Edit Widget" + * \image html krichtextedit.png "KRichTextEdit Widget" * * @since 4.1 */ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktextwidgets-5.34.0/src/widgets/krichtextwidget.h new/ktextwidgets-5.35.0/src/widgets/krichtextwidget.h --- old/ktextwidgets-5.34.0/src/widgets/krichtextwidget.h 2017-05-06 14:00:26.000000000 +0200 +++ new/ktextwidgets-5.35.0/src/widgets/krichtextwidget.h 2017-06-03 12:21:00.000000000 +0200 @@ -27,6 +27,8 @@ class QAction; /** + * @class KRichTextWidget krichtextwidget.h <KRichTextWidget> + * * @brief A KRichTextEdit with common actions * * This class implements common actions which are often used with KRichTextEdit. @@ -40,7 +42,7 @@ * @author Stephen Kelly <[email protected]> * @author Thomas McGuire <[email protected]> * - * \image html krichtextedit.png "KDE Rich Text Widget" + * \image html krichtextedit.png "KRichTextWidget Widget" * * @since 4.1 */ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktextwidgets-5.34.0/src/widgets/ktextedit.h new/ktextwidgets-5.35.0/src/widgets/ktextedit.h --- old/ktextwidgets-5.34.0/src/widgets/ktextedit.h 2017-05-06 14:00:26.000000000 +0200 +++ new/ktextwidgets-5.35.0/src/widgets/ktextedit.h 2017-06-03 12:21:00.000000000 +0200 @@ -28,6 +28,8 @@ class SpellCheckDecorator; } /** + * @class KTextEdit ktextedit.h <KTextEdit> + * * @short A KDE'ified QTextEdit * * This is just a little subclass of QTextEdit, implementing @@ -41,7 +43,7 @@ * * Basic rule: whenever you want to use QTextEdit, use KTextEdit! * - * \image html ktextedit.png "KDE Text Edit Widget" + * \image html ktextedit.png "KTextEdit Widget" * * @see QTextEdit * @author Carsten Pfeiffer <[email protected]>
