Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ktextwidgets for openSUSE:Factory checked in at 2021-11-15 15:25:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ktextwidgets (Old) and /work/SRC/openSUSE:Factory/.ktextwidgets.new.1890 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ktextwidgets" Mon Nov 15 15:25:41 2021 rev:97 rq:931114 version:5.88.0 Changes: -------- --- /work/SRC/openSUSE:Factory/ktextwidgets/ktextwidgets.changes 2021-10-18 22:00:52.418036341 +0200 +++ /work/SRC/openSUSE:Factory/.ktextwidgets.new.1890/ktextwidgets.changes 2021-11-15 15:27:03.317834503 +0100 @@ -1,0 +2,17 @@ +Sun Nov 7 09:13:35 UTC 2021 - Christophe Giboudeaux <[email protected]> + +- Strip 'Source' URL for faster submissions + +------------------------------------------------------------------- +Sun Nov 7 09:08:22 UTC 2021 - Christophe Giboudeaux <[email protected]> + +- Update to 5.88.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/frameworks/5/5.88.0 +- Changes since 5.87.0: + * Add FreeBSD CI + * Add Android CI + * Fix CI deps for Android + +------------------------------------------------------------------- Old: ---- ktextwidgets-5.87.0.tar.xz ktextwidgets-5.87.0.tar.xz.sig New: ---- ktextwidgets-5.88.0.tar.xz ktextwidgets-5.88.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ktextwidgets.spec ++++++ --- /var/tmp/diff_new_pack.MajlDn/_old 2021-11-15 15:27:03.929834674 +0100 +++ /var/tmp/diff_new_pack.MajlDn/_new 2021-11-15 15:27:03.933834675 +0100 @@ -17,22 +17,22 @@ %define lname libKF5TextWidgets5 -%define _tar_path 5.87 +%define _tar_path 5.88 # 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}')} %bcond_without lang Name: ktextwidgets -Version: 5.87.0 +Version: 5.88.0 Release: 0 Summary: KDE Text editing widgets License: LGPL-2.1-or-later Group: System/GUI/KDE URL: https://www.kde.org -Source: https://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz +Source: %{name}-%{version}.tar.xz %if %{with lang} -Source1: https://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz.sig +Source1: %{name}-%{version}.tar.xz.sig Source2: frameworks.keyring %endif BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version} ++++++ ktextwidgets-5.87.0.tar.xz -> ktextwidgets-5.88.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktextwidgets-5.87.0/.gitlab-ci.yml new/ktextwidgets-5.88.0/.gitlab-ci.yml --- old/ktextwidgets-5.87.0/.gitlab-ci.yml 2021-10-02 16:32:56.000000000 +0200 +++ new/ktextwidgets-5.88.0/.gitlab-ci.yml 2021-11-06 14:25:08.000000000 +0100 @@ -3,3 +3,5 @@ include: - https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/linux.yml + - https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/android.yml + - https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/freebsd.yml diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktextwidgets-5.87.0/.kde-ci.yml new/ktextwidgets-5.88.0/.kde-ci.yml --- old/ktextwidgets-5.87.0/.kde-ci.yml 2021-10-02 16:32:56.000000000 +0200 +++ new/ktextwidgets-5.88.0/.kde-ci.yml 2021-11-06 14:25:08.000000000 +0100 @@ -1,5 +1,5 @@ Dependencies: -- 'on': ['Linux', 'FreeBSD', 'Windows', 'macOS'] +- 'on': ['@all'] 'require': 'frameworks/extra-cmake-modules': '@same' 'frameworks/kcompletion' : '@same' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktextwidgets-5.87.0/CMakeLists.txt new/ktextwidgets-5.88.0/CMakeLists.txt --- old/ktextwidgets-5.87.0/CMakeLists.txt 2021-10-02 16:32:56.000000000 +0200 +++ new/ktextwidgets-5.88.0/CMakeLists.txt 2021-11-06 14:25:08.000000000 +0100 @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.16) -set(KF_VERSION "5.87.0") # handled by release scripts +set(KF_VERSION "5.88.0") # handled by release scripts set(KF_DEP_VERSION "5.87.0") # handled by release scripts project(KTextWidgets VERSION ${KF_VERSION}) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktextwidgets-5.87.0/autotests/kfindtest.h new/ktextwidgets-5.88.0/autotests/kfindtest.h --- old/ktextwidgets-5.87.0/autotests/kfindtest.h 2021-10-02 16:32:56.000000000 +0200 +++ new/ktextwidgets-5.88.0/autotests/kfindtest.h 2021-11-06 14:25:08.000000000 +0100 @@ -21,7 +21,7 @@ public: explicit KFindRecorder(const QStringList &text); - ~KFindRecorder(); + ~KFindRecorder() override; void find(const QString &pattern, long options = 0); bool findNext(const QString &pattern = QString()); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktextwidgets-5.87.0/autotests/kreplacetest.h new/ktextwidgets-5.88.0/autotests/kreplacetest.h --- old/ktextwidgets-5.87.0/autotests/kreplacetest.h 2021-10-02 16:32:56.000000000 +0200 +++ new/ktextwidgets-5.88.0/autotests/kreplacetest.h 2021-11-06 14:25:08.000000000 +0100 @@ -18,7 +18,7 @@ Q_OBJECT public: KReplaceTest(const QStringList &text, const QString &buttonName); - ~KReplaceTest(); + ~KReplaceTest() override; void replace(const QString &pattern, const QString &replacement, long options); void print(); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktextwidgets-5.87.0/po/ca/ktextwidgets5.po new/ktextwidgets-5.88.0/po/ca/ktextwidgets5.po --- old/ktextwidgets-5.87.0/po/ca/ktextwidgets5.po 2021-10-02 16:32:56.000000000 +0200 +++ new/ktextwidgets-5.88.0/po/ca/ktextwidgets5.po 2021-11-06 14:25:08.000000000 +0100 @@ -6,7 +6,7 @@ # 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, 2015, 2019, 2020. # Albert Astals Cid <[email protected]>, 2004, 2005, 2007. -# Josep Ma. Ferrer <[email protected]>, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2017, 2018, 2020. +# Josep M. Ferrer <[email protected]>, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2017, 2018, 2020. # Robert Millan <[email protected]>, 2009. # Orestes Mas <[email protected]>, 2010. msgid "" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktextwidgets-5.87.0/po/hu/ktextwidgets5.po new/ktextwidgets-5.88.0/po/hu/ktextwidgets5.po --- old/ktextwidgets-5.87.0/po/hu/ktextwidgets5.po 2021-10-02 16:32:56.000000000 +0200 +++ new/ktextwidgets-5.88.0/po/hu/ktextwidgets5.po 2021-11-06 14:25:08.000000000 +0100 @@ -1,20 +1,21 @@ # Kiszel Krist??f <[email protected]>, 2010, 2017. # Krist??f Kiszel <[email protected]>, 2010, 2011, 2012. # Bal??zs ??r <[email protected]>, 2012, 2013. +# Kristof Kiszel <[email protected]>, 2021. msgid "" msgstr "" "Project-Id-Version: KDE 4.4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2021-09-21 00:14+0000\n" -"PO-Revision-Date: 2017-02-14 23:20+0100\n" -"Last-Translator: Kiszel Krist??f <[email protected]>\n" +"PO-Revision-Date: 2021-10-19 11:31+0200\n" +"Last-Translator: Kristof Kiszel <[email protected]>\n" "Language-Team: Hungarian <[email protected]>\n" "Language: hu\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Generator: Lokalize 2.0\n" +"X-Generator: Lokalize 21.08.2\n" #: dialogs/klinkdialog.cpp:39 #, kde-format @@ -369,7 +370,7 @@ #: findreplace/kfinddialog.cpp:599 #, kde-format msgid "Invalid PCRE pattern syntax." -msgstr "" +msgstr "??rv??nytelen PCRE minta szintaxis." #: findreplace/kreplace.cpp:52 findreplace/kreplace.cpp:63 #, kde-format @@ -687,62 +688,52 @@ msgstr "Fels?? index" #: widgets/krichtextwidget.cpp:480 -#, fuzzy, kde-format -#| msgid "Loading Preview" +#, kde-format msgctxt "@title:menu" msgid "Heading Level" -msgstr "El??n??zet bet??lt??se" +msgstr "C??msorszint" #: widgets/krichtextwidget.cpp:481 -#, fuzzy, kde-format -#| msgctxt "KCharselect unicode block name" -#| msgid "Basic Latin" +#, kde-format msgctxt "@item:inmenu no heading" msgid "Basic text" -msgstr "Alap latin" +msgstr "Egyszer?? sz??veg" #: widgets/krichtextwidget.cpp:482 -#, fuzzy, kde-format -#| msgctxt "Title of the notified event" -#| msgid "Title" +#, kde-format msgctxt "@item:inmenu heading level 1 (largest)" msgid "Title" msgstr "C??m" #: widgets/krichtextwidget.cpp:483 -#, fuzzy, kde-format -#| msgid "Untitled" +#, kde-format msgctxt "@item:inmenu heading level 2" msgid "Subtitle" -msgstr "N??vtelen" +msgstr "Alc??m" #: widgets/krichtextwidget.cpp:484 -#, fuzzy, kde-format -#| msgid "Action" +#, kde-format msgctxt "@item:inmenu heading level 3" msgid "Section" -msgstr "M??velet" +msgstr "Szakasz" #: widgets/krichtextwidget.cpp:485 -#, fuzzy, kde-format -#| msgid "Question" +#, kde-format msgctxt "@item:inmenu heading level 4" msgid "Subsection" -msgstr "K??rd??s" +msgstr "Alszakasz" #: widgets/krichtextwidget.cpp:486 -#, fuzzy, kde-format -#| msgid "Separator, Paragraph" +#, kde-format msgctxt "@item:inmenu heading level 5" msgid "Paragraph" -msgstr "Elv??laszt?? - bekezd??s" +msgstr "Bekezd??s" #: widgets/krichtextwidget.cpp:487 -#, fuzzy, kde-format -#| msgid "Separator, Paragraph" +#, kde-format msgctxt "@item:inmenu heading level 6 (smallest)" msgid "Subparagraph" -msgstr "Elv??laszt?? - bekezd??s" +msgstr "Albekezd??s" #: widgets/ktextedit.cpp:47 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktextwidgets-5.87.0/po/pt_BR/ktextwidgets5.po new/ktextwidgets-5.88.0/po/pt_BR/ktextwidgets5.po --- old/ktextwidgets-5.87.0/po/pt_BR/ktextwidgets5.po 2021-10-02 16:32:56.000000000 +0200 +++ new/ktextwidgets-5.88.0/po/pt_BR/ktextwidgets5.po 2021-11-06 14:25:08.000000000 +0100 @@ -8,7 +8,7 @@ # Marcus Gama <[email protected]>, 2006. # Diniz Bortolotto <[email protected]>, 2007, 2008. # Andr?? Marcelo Alvarenga <[email protected]>, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015. -# Luiz Fernando Ranghetti <[email protected]>, 2008, 2009, 2010, 2012, 2019, 2020. +# Luiz Fernando Ranghetti <[email protected]>, 2008, 2009, 2010, 2012, 2019, 2020, 2021. # Fernando Boaglio <[email protected]>, 2009. # Doutor Zero <[email protected]>, 2007, 2009. # Marcus Vin??cius de Andrade Gama <[email protected]>, 2010, 2012. @@ -18,15 +18,15 @@ "Project-Id-Version: ktextwidgets5\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2021-09-21 00:14+0000\n" -"PO-Revision-Date: 2020-05-06 14:50-0300\n" +"PO-Revision-Date: 2021-10-26 14:44-0300\n" "Last-Translator: Luiz Fernando Ranghetti <[email protected]>\n" -"Language-Team: Brazilian Portuguese <[email protected]>\n" +"Language-Team: Portuguese <[email protected]>\n" "Language: pt_BR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -"X-Generator: Lokalize 20.04.0\n" +"X-Generator: Lokalize 20.04.2\n" #: dialogs/klinkdialog.cpp:39 #, kde-format @@ -462,7 +462,7 @@ "Please correct." msgstr "" "\n" -"Por favor, corrija." +"Corrija." #: widgets/krichtextwidget.cpp:207 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktextwidgets-5.87.0/po/vi/ktextwidgets5.po new/ktextwidgets-5.88.0/po/vi/ktextwidgets5.po --- old/ktextwidgets-5.87.0/po/vi/ktextwidgets5.po 2021-10-02 16:32:56.000000000 +0200 +++ new/ktextwidgets-5.88.0/po/vi/ktextwidgets5.po 2021-11-06 14:25:08.000000000 +0100 @@ -4,14 +4,14 @@ # Clytie Siddall <[email protected]>, 2006-2007. # Ho??ng ?????c Hi???u <[email protected]>, 2008, 2011. # L?? Ho??ng Ph????ng <[email protected]>, 2011, 2012. -# Phu Hung Nguyen <[email protected]>, 2020, 2021. +# Phu Hung Nguyen <[email protected]>, 2020, 2021. msgid "" msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2021-09-21 00:14+0000\n" "PO-Revision-Date: 2021-07-15 22:36+0200\n" -"Last-Translator: Phu Hung Nguyen <[email protected]>\n" +"Last-Translator: Phu Hung Nguyen <[email protected]>\n" "Language-Team: Vietnamese <[email protected]>\n" "Language: vi\n" "MIME-Version: 1.0\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktextwidgets-5.87.0/po/zh_CN/ktextwidgets5.po new/ktextwidgets-5.88.0/po/zh_CN/ktextwidgets5.po --- old/ktextwidgets-5.87.0/po/zh_CN/ktextwidgets5.po 2021-10-02 16:32:56.000000000 +0200 +++ new/ktextwidgets-5.88.0/po/zh_CN/ktextwidgets5.po 2021-11-06 14:25:08.000000000 +0100 @@ -15,7 +15,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2021-09-21 00:14+0000\n" -"PO-Revision-Date: 2021-09-27 13:08\n" +"PO-Revision-Date: 2021-10-29 13:25\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktextwidgets-5.87.0/src/dialogs/klinkdialog_p.h new/ktextwidgets-5.88.0/src/dialogs/klinkdialog_p.h --- old/ktextwidgets-5.87.0/src/dialogs/klinkdialog_p.h 2021-10-02 16:32:56.000000000 +0200 +++ new/ktextwidgets-5.88.0/src/dialogs/klinkdialog_p.h 2021-11-06 14:25:08.000000000 +0100 @@ -40,7 +40,7 @@ /** * Destructor */ - ~KLinkDialog(); + ~KLinkDialog() override; /** * Returns the link text shown in the dialog diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktextwidgets-5.87.0/src/findreplace/kfind.h new/ktextwidgets-5.88.0/src/findreplace/kfind.h --- old/ktextwidgets-5.87.0/src/findreplace/kfind.h 2021-10-02 16:32:56.000000000 +0200 +++ new/ktextwidgets-5.88.0/src/findreplace/kfind.h 2021-11-06 14:25:08.000000000 +0100 @@ -128,7 +128,7 @@ * will notice if the find dialog is closed. */ KFind(const QString &pattern, long options, QWidget *parent, QWidget *findDialog); - virtual ~KFind(); + ~KFind() override; enum Result { NoMatch, diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktextwidgets-5.87.0/src/findreplace/kreplacedialog.h new/ktextwidgets-5.88.0/src/findreplace/kreplacedialog.h --- old/ktextwidgets-5.87.0/src/findreplace/kreplacedialog.h 2021-10-02 16:32:56.000000000 +0200 +++ new/ktextwidgets-5.88.0/src/findreplace/kreplacedialog.h 2021-11-06 14:25:08.000000000 +0100 @@ -75,7 +75,7 @@ /** * Destructor. */ - virtual ~KReplaceDialog(); + ~KReplaceDialog() override; /** * Provide the list of @p strings to be displayed as the history diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktextwidgets-5.87.0/src/widgets/kpluralhandlingspinbox.h new/ktextwidgets-5.88.0/src/widgets/kpluralhandlingspinbox.h --- old/ktextwidgets-5.87.0/src/widgets/kpluralhandlingspinbox.h 2021-10-02 16:32:56.000000000 +0200 +++ new/ktextwidgets-5.88.0/src/widgets/kpluralhandlingspinbox.h 2021-11-06 14:25:08.000000000 +0100 @@ -33,7 +33,7 @@ */ explicit KPluralHandlingSpinBox(QWidget *parent = nullptr); - ~KPluralHandlingSpinBox(); + ~KPluralHandlingSpinBox() override; /** * Sets the suffix to @p suffix. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktextwidgets-5.87.0/src/widgets/krichtextwidget.h new/ktextwidgets-5.88.0/src/widgets/krichtextwidget.h --- old/ktextwidgets-5.87.0/src/widgets/krichtextwidget.h 2021-10-02 16:32:56.000000000 +0200 +++ new/ktextwidgets-5.88.0/src/widgets/krichtextwidget.h 2021-11-06 14:25:08.000000000 +0100 @@ -253,7 +253,7 @@ /** * @brief Destructor */ - ~KRichTextWidget(); + ~KRichTextWidget() override; /** * @brief Creates the actions and adds them to the given action collection. ++++++ ktextwidgets-5.87.0.tar.xz.sig -> ktextwidgets-5.88.0.tar.xz.sig ++++++ --- /work/SRC/openSUSE:Factory/ktextwidgets/ktextwidgets-5.87.0.tar.xz.sig 2021-10-18 22:00:52.410036335 +0200 +++ /work/SRC/openSUSE:Factory/.ktextwidgets.new.1890/ktextwidgets-5.88.0.tar.xz.sig 2021-11-15 15:27:03.305834500 +0100 @@ -1,11 +1,11 @@ -----BEGIN PGP SIGNATURE----- -iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmFYlz8ACgkQWNDuZIpI -s7uadwf+JP65sjk+AFJobCK6IvHdHx+zqz3S99/FxbSp74BrFRDBZib707nyfXuM -EBh/3c6DXJ+yevJhJp76qeY7Dau6sFSr15swchvW1e+r5Zz7RNCGPkbXR336iSf7 -R80VU+vG1hohao3nBweWjPREdaY/pnNVvjwER3E9WfhT/TdY0nCaXhIRl9xJ0WCs -CxFD9uMNVEjRJ2AnIShl4KxSp+AgaE/50KoDVJwrnpQBR1ABOGbYL5o1cNqMaGe7 -TsWvX2l4oEVrArDz6OCeYCp1YH4tZ40Ly3mybLpqIhXsCGa8IAV4FTPjZwwfZwu5 -CsNe9GOi5l9RfdWHt9I9MJMQ48soAA== -=7TG6 +iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmGGjnUACgkQWNDuZIpI +s7tRfgf8D1S+UmmNZVnjax7lG+/nk9Pfys3JQzDMJYjJb/qMFfBOWZDFIX4+JqRm +iifoTkIP2zHq94FMwN/g3OkEk9kxxyN317ZOM+sFk+fle0hMAuStKkAlOkMRZiud +ADf8as0t1VdqvsBA75FNZXNEWIaiTMPSS/wSqrA6d9ZfXWYKbByN6M0syCHlMHFg +la48eQTHk0uZkr+fwsUXU1ydDFUtoMuRvOWwFqaJfcuz1RG+psl3c8r3++A+QLxw +1yKprwIAy0vSgxMP+mLFOJWMobY2q5wkJ4qQvViw0IGqVgCDVQxNwBTHIMPkvUqD +aarct0TnxEstb6SPOqrl7ImmPdmeWA== +=YIL3 -----END PGP SIGNATURE-----
