Hello community, here is the log from the commit of package kcharselect for openSUSE:Factory checked in at 2020-12-17 16:55:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kcharselect (Old) and /work/SRC/openSUSE:Factory/.kcharselect.new.5145 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kcharselect" Thu Dec 17 16:55:28 2020 rev:116 rq:855144 version:20.12.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kcharselect/kcharselect.changes 2020-11-10 13:35:57.672889829 +0100 +++ /work/SRC/openSUSE:Factory/.kcharselect.new.5145/kcharselect.changes 2020-12-17 16:55:36.921107884 +0100 @@ -1,0 +2,25 @@ +Sat Dec 5 23:15:57 UTC 2020 - Luca Beltrame <[email protected]> + +- Update to 20.12.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/releases/2020-12-apps-update +- No code change since 20.11.90 + +------------------------------------------------------------------- +Fri Nov 27 15:16:12 UTC 2020 - Christophe Giboudeaux <[email protected]> + +- Update to 20.11.90 + * New feature release +- No code change since 20.11.80 + +------------------------------------------------------------------- +Sat Nov 14 00:01:07 UTC 2020 - Christophe Giboudeaux <[email protected]> + +- Update to 20.11.80 + * New feature release +- Changes since 20.08.3: + * We depend against kf5.56 + * Fix clazy warning + +------------------------------------------------------------------- Old: ---- kcharselect-20.08.3.tar.xz kcharselect-20.08.3.tar.xz.sig New: ---- kcharselect-20.12.0.tar.xz kcharselect-20.12.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kcharselect.spec ++++++ --- /var/tmp/diff_new_pack.bNqaXJ/_old 2020-12-17 16:55:37.573108584 +0100 +++ /var/tmp/diff_new_pack.bNqaXJ/_new 2020-12-17 16:55:37.577108588 +0100 @@ -21,7 +21,7 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without lang Name: kcharselect -Version: 20.08.3 +Version: 20.12.0 Release: 0 Summary: KDE Character Selector License: GPL-2.0-or-later ++++++ kcharselect-20.08.3.tar.xz -> kcharselect-20.12.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kcharselect-20.08.3/CMakeLists.txt new/kcharselect-20.12.0/CMakeLists.txt --- old/kcharselect-20.08.3/CMakeLists.txt 2020-11-03 01:36:20.000000000 +0100 +++ new/kcharselect-20.12.0/CMakeLists.txt 2020-12-04 01:11:42.000000000 +0100 @@ -2,14 +2,14 @@ # KDE Application Version, managed by release script set(RELEASE_SERVICE_VERSION_MAJOR "20") -set(RELEASE_SERVICE_VERSION_MINOR "08") -set(RELEASE_SERVICE_VERSION_MICRO "3") +set(RELEASE_SERVICE_VERSION_MINOR "12") +set(RELEASE_SERVICE_VERSION_MICRO "0") set(RELEASE_SERVICE_VERSION "${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}.${RELEASE_SERVICE_VERSION_MICRO}") project(kcharselect VERSION ${RELEASE_SERVICE_VERSION}) -set (QT_MIN_VERSION "5.9.0") -set (KF5_MIN_VERSION "5.46.0") +set (QT_MIN_VERSION "5.12.0") +set (KF5_MIN_VERSION "5.56.0") find_package (ECM ${KF5_MIN_VERSION} REQUIRED NO_MODULE) set (CMAKE_MODULE_PATH ${ECM_MODULE_PATH}) @@ -37,18 +37,12 @@ ecm_setup_version(${RELEASE_SERVICE_VERSION} VARIABLE_PREFIX KCHARSELECT VERSION_HEADER kcharselect_version.h) -if (KF5Config_VERSION VERSION_GREATER "5.56.0") - add_definitions(-DQT_NO_FOREACH) - MESSAGE(STATUS "compile without foreach") -endif() +add_definitions(-DQT_NO_FOREACH) set(kcharselect_SRCS kcharselectdia.cc main.cc ) qt5_add_resources(kcharselect_SRCS kcharselect.qrc) - -#kde4_add_app_icon(kcharselect_SRCS "${KDE4_INSTALL_DIR}/share/icons/oxygen/*/apps/accessories-character-map.png") - add_executable(kcharselect ${kcharselect_SRCS}) target_link_libraries(kcharselect diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kcharselect-20.08.3/kcharselectdia.cc new/kcharselect-20.12.0/kcharselectdia.cc --- old/kcharselect-20.08.3/kcharselectdia.cc 2020-10-31 18:09:54.000000000 +0100 +++ new/kcharselect-20.12.0/kcharselectdia.cc 2020-12-02 23:12:05.000000000 +0100 @@ -44,7 +44,7 @@ : d(dia) { } ~KCharSelectBookmarkOwner() { } - QString currentTitle() const Q_DECL_OVERRIDE + QString currentTitle() const override { uint ucs4 = d->charSelect->currentCodePoint(); if (QChar::isPrint(ucs4)) { @@ -54,12 +54,12 @@ } } - QUrl currentUrl() const Q_DECL_OVERRIDE + QUrl currentUrl() const override { return QUrl(formatCodePoint(d->charSelect->currentCodePoint())); } - void openBookmark(const KBookmark &bm, Qt::MouseButtons, Qt::KeyboardModifiers) Q_DECL_OVERRIDE + void openBookmark(const KBookmark &bm, Qt::MouseButtons, Qt::KeyboardModifiers) override { QString c = bm.url().toString(QUrl::PreferLocalFile | QUrl::RemoveScheme); if (c.startsWith(QLatin1String("U+"))) { @@ -87,8 +87,8 @@ /******************************************************************/ //================================================================== -KCharSelectDia::KCharSelectDia() - : KXmlGuiWindow() +KCharSelectDia::KCharSelectDia(QWidget *parent) + : KXmlGuiWindow(parent) { KSharedConfig::Ptr config = KSharedConfig::openConfig(); KConfigGroup gr = config->group("General"); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kcharselect-20.08.3/kcharselectdia.h new/kcharselect-20.12.0/kcharselectdia.h --- old/kcharselect-20.08.3/kcharselectdia.h 2020-10-31 18:09:54.000000000 +0100 +++ new/kcharselect-20.12.0/kcharselectdia.h 2020-12-02 23:12:05.000000000 +0100 @@ -33,12 +33,12 @@ Q_OBJECT public: - KCharSelectDia(); + explicit KCharSelectDia(QWidget *parent = nullptr); friend class KCharSelectBookmarkOwner; protected: - void closeEvent(QCloseEvent *event) Q_DECL_OVERRIDE; + void closeEvent(QCloseEvent *event) override; QGridLayout *grid; KCharSelect *charSelect; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kcharselect-20.08.3/org.kde.kcharselect.appdata.xml new/kcharselect-20.12.0/org.kde.kcharselect.appdata.xml --- old/kcharselect-20.08.3/org.kde.kcharselect.appdata.xml 2020-10-31 18:09:54.000000000 +0100 +++ new/kcharselect-20.12.0/org.kde.kcharselect.appdata.xml 2020-12-02 23:12:05.000000000 +0100 @@ -127,6 +127,7 @@ <p xml:lang="uk">Ви можете переглядати символи за категоріями або швидко знайти певний символ за його назвою.</p> <p xml:lang="x-test">xxYou can browse characters by their category or quickly find a certain character by searching for its name.xx</p> <p xml:lang="zh-CN">您可以根据类别来浏览字符,或者通过查找某字符的名字来迅速找到它。</p> + <p xml:lang="zh-TW">您可以透過瀏覽分類來尋找字元,或是透過搜尋其名稱來快速找到特定字元。</p> <p> KCharSelect displays various information about the selected character. This includes not only the Unicode character name, but also aliases, general notes and cross references to similar characters. </p> @@ -157,6 +158,7 @@ <p xml:lang="uk">Програма KCharSelect здатна показувати різноманітну інформацію щодо позначеного символу. Серед показаних даних буде не лише назва символу Unicode, але і його альтернативні назви, загальні нотатки та посилання на подібні символи.</p> <p xml:lang="x-test">xxKCharSelect displays various information about the selected character. This includes not only the Unicode character name, but also aliases, general notes and cross references to similar characters.xx</p> <p xml:lang="zh-CN">字符选取器 会显示选中字符的各种信息。这不仅包括它的 Unicode 字符名,也包括别名、一般注释以及和相似字符的交叉引用。</p> + <p xml:lang="zh-TW">KCharSelect 顯示多種關於選定字元的資訊。不僅包含了 Unicode 字元名稱,也有別名、一般註釋與對類似字元的交叉引用。</p> <p> For technical use, different representations of the character are shown. </p> @@ -187,6 +189,7 @@ <p xml:lang="uk">З метою технічного використання буде показано різноманітні представлення позначеного символу.</p> <p xml:lang="x-test">xxFor technical use, different representations of the character are shown.xx</p> <p xml:lang="zh-CN">为了技术方面的应用,字符的不同表示方法都会被显示出来。</p> + <p xml:lang="zh-TW">對於技術用圖來說,也會顯示字元的不同表現型式。</p> <p> KCharSelect also contains Unihan data for East Asian characters to display English definitions and different pronunciations. </p> @@ -217,6 +220,7 @@ <p xml:lang="uk">Крім того, KCharSelect показує дані Unihan для східноазійських мов, зокрема визначень англійською та різноманітних вимов.</p> <p xml:lang="x-test">xxKCharSelect also contains Unihan data for East Asian characters to display English definitions and different pronunciations.xx</p> <p xml:lang="zh-CN">字符选取器 也包括了东亚字符的 Unihan 数据,用于显示它们的英语定义和不同发音。</p> + <p xml:lang="zh-TW">KCharSelect 也包含了用於東亞字元的中日韓統一表意文字資料,以顯示英文定義與不同的發音。</p> </description> <url type="bugtracker">https://bugs.kde.org/enter_bug.cgi?format=guided&product=kcharselect</url> <url type="donation">https://www.kde.org/community/donations/?app=kcharselect&source=appdata</url> @@ -233,9 +237,9 @@ </provides> <launchable type="desktop-id">org.kde.kcharselect.desktop</launchable> <releases> + <release version="20.12.0" date="2020-12-10"/> <release version="20.08.3" date="2020-11-05"/> <release version="20.08.2" date="2020-10-08"/> <release version="20.08.1" date="2020-09-03"/> - <release version="20.08.0" date="2020-08-13"/> </releases> </component> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kcharselect-20.08.3/po/zh_CN/kcharselect.po new/kcharselect-20.12.0/po/zh_CN/kcharselect.po --- old/kcharselect-20.08.3/po/zh_CN/kcharselect.po 2020-11-03 01:36:20.000000000 +0100 +++ new/kcharselect-20.12.0/po/zh_CN/kcharselect.po 2020-12-04 01:11:41.000000000 +0100 @@ -6,7 +6,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2020-04-20 03:32+0200\n" -"PO-Revision-Date: 2020-10-08 19:23\n" +"PO-Revision-Date: 2020-11-10 15:04\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" _______________________________________________ openSUSE Commits mailing list -- [email protected] To unsubscribe, email [email protected] List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette List Archives: https://lists.opensuse.org/archives/list/[email protected]
