Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package picmi for openSUSE:Factory checked in at 2021-04-25 21:27:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/picmi (Old) and /work/SRC/openSUSE:Factory/.picmi.new.12324 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "picmi" Sun Apr 25 21:27:15 2021 rev:108 rq:887786 version:21.04.0 Changes: -------- --- /work/SRC/openSUSE:Factory/picmi/picmi.changes 2021-03-10 08:56:06.438817886 +0100 +++ /work/SRC/openSUSE:Factory/.picmi.new.12324/picmi.changes 2021-04-25 21:28:47.240528957 +0200 @@ -1,0 +2,26 @@ +Fri Apr 16 16:13:21 UTC 2021 - Christophe Giboudeaux <christo...@krop.fr> + +- Update to 21.04.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/gear/21.04 +- No code change since 21.03.90 + +------------------------------------------------------------------- +Fri Apr 9 17:41:46 UTC 2021 - Christophe Giboudeaux <christo...@krop.fr> + +- Update to 21.03.90 + * New feature release +- No code change since 21.03.80 + +------------------------------------------------------------------- +Sun Mar 21 13:29:50 UTC 2021 - Christophe Giboudeaux <christo...@krop.fr> + +- Update to 21.03.80 + * New feature release +- Changes since 20.12.3: + * Autogenerate categories file + * Remove not implemented method or unused signal + * operator+/- is disabled for QFlags in qt6 + +------------------------------------------------------------------- Old: ---- picmi-20.12.3.tar.xz picmi-20.12.3.tar.xz.sig New: ---- picmi-21.04.0.tar.xz picmi-21.04.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ picmi.spec ++++++ --- /var/tmp/diff_new_pack.1zro0o/_old 2021-04-25 21:28:47.736529554 +0200 +++ /var/tmp/diff_new_pack.1zro0o/_new 2021-04-25 21:28:47.736529554 +0200 @@ -1,7 +1,7 @@ # # spec file for package picmi # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -21,13 +21,17 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without lang Name: picmi -Version: 20.12.3 +Version: 21.04.0 Release: 0 Summary: Nonogram Logic game License: GPL-2.0-or-later Group: Amusements/Games/Logic -URL: https://www.kde.org +URL: https://apps.kde.org/picmi Source: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz +%if %{with lang} +Source1: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig +Source2: applications.keyring +%endif BuildRequires: extra-cmake-modules BuildRequires: update-desktop-files BuildRequires: cmake(KF5CoreAddons) @@ -45,20 +49,14 @@ BuildRequires: cmake(Qt5Widgets) Obsoletes: picmi5 < %{version} Provides: picmi5 = %{version} -%if %{with lang} -Source1: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig -Source2: applications.keyring -%endif %description -A nonogram logic game for KDE +A nonogram logic game by KDE -%if %{with lang} %lang_package -%endif %prep -%setup -q +%autosetup -p1 %build %cmake_kf5 -d build @@ -74,14 +72,14 @@ %files %license COPYING* +%doc %lang(en) %{_kf5_htmldir}/en/picmi/ %dir %{_kf5_iconsdir}/hicolor/256x256 %dir %{_kf5_iconsdir}/hicolor/256x256/apps -%doc %lang(en) %{_kf5_htmldir}/en/picmi/ %{_kf5_applicationsdir}/org.kde.picmi.desktop %{_kf5_appsdir}/picmi/ %{_kf5_appstreamdir}/ -%{_kf5_debugdir}/picmi.categories %{_kf5_bindir}/picmi +%{_kf5_debugdir}/picmi.categories %{_kf5_iconsdir}/hicolor/*/apps/picmi.* %{_kf5_kxmlguidir}/picmi/ ++++++ picmi-20.12.3.tar.xz -> picmi-21.04.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/picmi-20.12.3/CMakeLists.txt new/picmi-21.04.0/CMakeLists.txt --- old/picmi-20.12.3/CMakeLists.txt 2021-03-02 01:47:09.000000000 +0100 +++ new/picmi-21.04.0/CMakeLists.txt 2021-04-16 10:43:23.000000000 +0200 @@ -1,8 +1,8 @@ project (picmi) cmake_minimum_required (VERSION 3.5 FATAL_ERROR) -set (QT_MIN_VERSION "5.10.0") -set (KF5_MIN_VERSION "5.46.0") +set (QT_MIN_VERSION "5.12.0") +set (KF5_MIN_VERSION "5.68.0") find_package(ECM ${KF5_MIN_VERSION} REQUIRED CONFIG) @@ -43,7 +43,7 @@ install(FILES ${CMAKE_SOURCE_DIR}/org.kde.picmi.desktop DESTINATION ${KDE_INSTALL_APPDIR}) install(FILES ${CMAKE_SOURCE_DIR}/org.kde.picmi.appdata.xml DESTINATION ${KDE_INSTALL_METAINFODIR}) install(FILES ${CMAKE_SOURCE_DIR}/picmiui.rc DESTINATION ${KDE_INSTALL_KXMLGUI5DIR}/picmi) -install(FILES picmi.categories DESTINATION ${KDE_INSTALL_LOGGINGCATEGORIESDIR}) +ecm_qt_install_logging_categories(EXPORT PICMI FILE picmi.categories DESTINATION ${KDE_INSTALL_LOGGINGCATEGORIESDIR}) feature_summary(WHAT ALL INCLUDE_QUIET_PACKAGES FATAL_ON_MISSING_REQUIRED_PACKAGES) # vim:set ts=4 sw=4 et: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/picmi-20.12.3/picmi.categories new/picmi-21.04.0/picmi.categories --- old/picmi-20.12.3/picmi.categories 2021-01-18 09:15:10.000000000 +0100 +++ new/picmi-21.04.0/picmi.categories 1970-01-01 01:00:00.000000000 +0100 @@ -1 +0,0 @@ -org.kde.kdegames.picmi picmi (kdegames) IDENTIFIER [PICMIC_LOG] diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/picmi-20.12.3/po/es/docs/picmi/index.docbook new/picmi-21.04.0/po/es/docs/picmi/index.docbook --- old/picmi-20.12.3/po/es/docs/picmi/index.docbook 2021-03-02 01:47:09.000000000 +0100 +++ new/picmi-21.04.0/po/es/docs/picmi/index.docbook 2021-04-16 10:43:23.000000000 +0200 @@ -667,6 +667,21 @@ >.</para > &underFDL; &underGPL; </chapter> +<appendix id="installation"> +<title +>Instalaci??n</title> + +<sect1 id="getting-picmi"> +<title +>C??mo conseguir &picmi;</title +>&install.intro.documentation; </sect1> + +<sect1 id="compilation"> +<title +>Compilaci??n e instalaci??n</title +>&install.compile.documentation; </sect1> +</appendix> + &documentation.index; </book> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/picmi-20.12.3/po/it/docs/picmi/index.docbook new/picmi-21.04.0/po/it/docs/picmi/index.docbook --- old/picmi-20.12.3/po/it/docs/picmi/index.docbook 2021-03-02 01:47:09.000000000 +0100 +++ new/picmi-21.04.0/po/it/docs/picmi/index.docbook 2021-04-16 10:43:23.000000000 +0200 @@ -30,7 +30,7 @@ ><affiliation ><address ><email ->smart2...@baslug.org</email +>smart212...@gmail.com</email ></address ></affiliation ><contrib @@ -631,7 +631,7 @@ <para >Traduzione: Vincenzo Reale <email ->smart2...@baslug.org</email +>smart212...@gmail.com</email ></para > &underFDL; &underGPL; </chapter> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/picmi-20.12.3/po/it/picmi.po new/picmi-21.04.0/po/it/picmi.po --- old/picmi-20.12.3/po/it/picmi.po 2021-03-02 01:47:08.000000000 +0100 +++ new/picmi-21.04.0/po/it/picmi.po 2021-04-16 10:43:22.000000000 +0200 @@ -1,7 +1,7 @@ # Copyright (C) 2013 This_file_is_part_of_KDE # This file is distributed under the same license as the Kdegames package. # Luciano Montanaro <mikel...@gmail.com>, 2013, 2016. -# Vincenzo Reale <smart2...@baslug.org>, 2020. +# Vincenzo Reale <smart212...@gmail.com>, 2020. # msgid "" msgstr "" @@ -9,7 +9,7 @@ "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2020-05-12 03:25+0200\n" "PO-Revision-Date: 2020-02-25 18:04+0100\n" -"Last-Translator: Vincenzo Reale <smart2...@baslug.org>\n" +"Last-Translator: Vincenzo Reale <smart212...@gmail.com>\n" "Language-Team: Italian <kde-i18n...@kde.org>\n" "Language: it\n" "MIME-Version: 1.0\n" @@ -26,7 +26,7 @@ #, kde-format msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" -msgstr "smart2...@baslug.org," +msgstr "smart212...@gmail.com," #. i18n: tag board attribute name #: levels/default.xml:5 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/picmi-20.12.3/po/sk/picmi.po new/picmi-21.04.0/po/sk/picmi.po --- old/picmi-20.12.3/po/sk/picmi.po 2021-03-02 01:47:08.000000000 +0100 +++ new/picmi-21.04.0/po/sk/picmi.po 2021-04-16 10:43:23.000000000 +0200 @@ -1,18 +1,18 @@ # translation of picmi.po to Slovak -# Roman Paholik <wizzar...@gmail.com>, 2012, 2013, 2015, 2016, 2020. +# Roman Paholik <wizzar...@gmail.com>, 2012, 2013, 2015, 2016. msgid "" msgstr "" "Project-Id-Version: picmi\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2020-05-12 03:25+0200\n" -"PO-Revision-Date: 2020-12-20 19:46+0100\n" -"Last-Translator: Roman Pahol??k <wizzar...@gmail.com>\n" +"PO-Revision-Date: 2016-02-21 11:38+0100\n" +"Last-Translator: Roman Paholik <wizzar...@gmail.com>\n" "Language-Team: Slovak <kde...@linux.sk>\n" "Language: sk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Lokalize 20.08.2\n" +"X-Generator: Lokalize 2.0\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" #, kde-format @@ -133,9 +133,10 @@ #. i18n: tag board attribute name #: levels/default.xml:71 -#, kde-format +#, fuzzy, kde-format +#| msgid "Pirate Dog" msgid "Pirate Ship" -msgstr "Pir??tska lo??" +msgstr "Pir??tsky pes" #. i18n: tag board attribute author #. i18n: tag board attribute author @@ -237,7 +238,7 @@ #: levels/default.xml:160 #, kde-format msgid "House" -msgstr "Dom" +msgstr "" #. i18n: tag board attribute name #: levels/default.xml:164 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/picmi-20.12.3/po/zh_CN/picmi.po new/picmi-21.04.0/po/zh_CN/picmi.po --- old/picmi-20.12.3/po/zh_CN/picmi.po 2021-03-02 01:47:09.000000000 +0100 +++ new/picmi-21.04.0/po/zh_CN/picmi.po 2021-04-16 10:43:23.000000000 +0200 @@ -7,7 +7,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2020-05-12 03:25+0200\n" -"PO-Revision-Date: 2021-02-04 12:01\n" +"PO-Revision-Date: 2021-03-27 17:31\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/picmi-20.12.3/src/CMakeLists.txt new/picmi-21.04.0/src/CMakeLists.txt --- old/picmi-20.12.3/src/CMakeLists.txt 2021-01-18 09:15:10.000000000 +0100 +++ new/picmi-21.04.0/src/CMakeLists.txt 2021-01-18 02:32:05.000000000 +0100 @@ -36,7 +36,8 @@ settings.cpp systemexception.cpp ) -ecm_qt_declare_logging_category(picmi_SRCS HEADER picmi_debug.h IDENTIFIER PICMIC_LOG CATEGORY_NAME org.kde.kdegames.picmi) +ecm_qt_declare_logging_category(picmi_SRCS HEADER picmi_debug.h IDENTIFIER PICMIC_LOG CATEGORY_NAME org.kde.kdegames.picmi DESCRIPTION "picmi (kdegames)" EXPORT PICMI) + file(GLOB ICONS_SRCS "${CMAKE_SOURCE_DIR}/icons/*-apps-picmi.png") ecm_add_app_icon(picmi_SRCS ICONS ${ICONS_SRCS}) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/picmi-20.12.3/src/gui/mainwindow.cpp new/picmi-21.04.0/src/gui/mainwindow.cpp --- old/picmi-20.12.3/src/gui/mainwindow.cpp 2021-01-18 09:15:10.000000000 +0100 +++ new/picmi-21.04.0/src/gui/mainwindow.cpp 2021-01-18 02:32:05.000000000 +0100 @@ -68,18 +68,18 @@ m_action_solve = KStandardGameAction::solve(this, SLOT(solve()), actionCollection()); /* Prevent the default hint shortcut from overwriting our HJKL vim-like control mapping. */ - actionCollection()->setDefaultShortcut(m_action_hint, QKeySequence(Qt::CTRL + Qt::Key_I)); + actionCollection()->setDefaultShortcut(m_action_hint, QKeySequence(Qt::CTRL | Qt::Key_I)); m_action_save_state = actionCollection()->addAction("save-position"); m_action_save_state->setText(i18n("Save Position")); m_action_save_state->setIcon(QIcon::fromTheme("list-add")); - actionCollection()->setDefaultShortcut(m_action_save_state, QKeySequence(Qt::CTRL + Qt::Key_S)); + actionCollection()->setDefaultShortcut(m_action_save_state, QKeySequence(Qt::CTRL | Qt::Key_S)); connect(m_action_save_state, SIGNAL(triggered()), this, SLOT(saveState())); m_action_load_state = actionCollection()->addAction("load-position"); m_action_load_state->setText(i18n("Load Position")); m_action_load_state->setIcon(QIcon::fromTheme("view-refresh")); - actionCollection()->setDefaultShortcut(m_action_load_state, QKeySequence(Qt::CTRL + Qt::Key_L)); + actionCollection()->setDefaultShortcut(m_action_load_state, QKeySequence(Qt::CTRL | Qt::Key_L)); connect(m_action_load_state, &QAction::triggered, this, &MainWindow::loadState); m_status_time = new QLabel; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/picmi-20.12.3/src/gui/settingswindow.h new/picmi-21.04.0/src/gui/settingswindow.h --- old/picmi-20.12.3/src/gui/settingswindow.h 2021-01-18 09:15:10.000000000 +0100 +++ new/picmi-21.04.0/src/gui/settingswindow.h 2021-01-18 02:32:05.000000000 +0100 @@ -44,9 +44,6 @@ private: void restoreSettings(); void saveSettings(); - void enableControls(bool enabled); - void setValues(int height, int width, double density, bool prevent_mistakes); - QString m_font_color_solved, m_font_color_unsolved; Ui::SettingsWindow *ui;