Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package eventviews for openSUSE:Factory checked in at 2023-05-12 20:32:58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/eventviews (Old) and /work/SRC/openSUSE:Factory/.eventviews.new.1533 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "eventviews" Fri May 12 20:32:58 2023 rev:89 rq:1086251 version:23.04.1 Changes: -------- --- /work/SRC/openSUSE:Factory/eventviews/eventviews.changes 2023-04-23 22:46:43.950463617 +0200 +++ /work/SRC/openSUSE:Factory/.eventviews.new.1533/eventviews.changes 2023-05-12 20:33:14.824727007 +0200 @@ -1,0 +2,11 @@ +Tue May 9 10:46:31 UTC 2023 - Christophe Marin <christo...@krop.fr> + +- Update to 23.04.1 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/gear/23.04.1/ +- Changes since 23.04.0: + * Fix crash when dragging event ouf of month view scene (kde#466971) + * Use correct INSTALL_TARGETS_DEFAULT_ARGS + +------------------------------------------------------------------- Old: ---- eventviews-23.04.0.tar.xz eventviews-23.04.0.tar.xz.sig New: ---- eventviews-23.04.1.tar.xz eventviews-23.04.1.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ eventviews.spec ++++++ --- /var/tmp/diff_new_pack.x486Bs/_old 2023-05-12 20:33:15.476729186 +0200 +++ /var/tmp/diff_new_pack.x486Bs/_new 2023-05-12 20:33:15.480729200 +0200 @@ -19,7 +19,7 @@ %bcond_without released %define libname libKPim5EventViews5 Name: eventviews -Version: 23.04.0 +Version: 23.04.1 Release: 0 Summary: Eventviews Library License: GPL-2.0-or-later AND LGPL-2.1-or-later ++++++ eventviews-23.04.0.tar.xz -> eventviews-23.04.1.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/eventviews-23.04.0/CMakeLists.txt new/eventviews-23.04.1/CMakeLists.txt --- old/eventviews-23.04.0/CMakeLists.txt 2023-04-11 06:35:00.000000000 +0200 +++ new/eventviews-23.04.1/CMakeLists.txt 2023-05-01 06:04:40.000000000 +0200 @@ -1,7 +1,7 @@ # SPDX-License-Identifier: CC0-1.0 # SPDX-FileCopyrightText: none cmake_minimum_required(VERSION 3.16 FATAL_ERROR) -set(PIM_VERSION "5.23.0") +set(PIM_VERSION "5.23.1") project(eventviews VERSION ${PIM_VERSION}) @@ -34,8 +34,8 @@ option(BUILD_WITH_COMPAT_LIBS "Generate compat cmake file (Set at false will allow to co-install lib)" ON) set(EVENTVIEW_LIB_VERSION ${PIM_VERSION}) -set(CALENDARUTILS_LIB_VERSION "5.23.0") -set(AKONADI_LIB_VERSION "5.23.0") +set(CALENDARUTILS_LIB_VERSION "5.23.1") +set(AKONADI_LIB_VERSION "5.23.1") set(QT_REQUIRED_VERSION "5.15.2") if (QT_MAJOR_VERSION STREQUAL "6") set(QT_REQUIRED_VERSION "6.4.0") @@ -45,10 +45,10 @@ set(KF_MIN_VERSION "5.100.0") set(KF_MAJOR_VERSION "5") endif() -set(AKONADICALENDAR_LIB_VERSION "5.23.0") -set(KMIME_LIB_VERSION "5.23.0") -set(LIBKDEPIM_LIB_VERSION "5.23.0") -set(CALENDARSUPPORT_LIB_VERSION "5.23.0") +set(AKONADICALENDAR_LIB_VERSION "5.23.1") +set(KMIME_LIB_VERSION "5.23.1") +set(LIBKDEPIM_LIB_VERSION "5.23.1") +set(CALENDARSUPPORT_LIB_VERSION "5.23.1") find_package(KPim${KF_MAJOR_VERSION}Akonadi ${AKONADI_LIB_VERSION} CONFIG REQUIRED) find_package(Qt${QT_MAJOR_VERSION} ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widgets) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/eventviews-23.04.0/po/de/libeventviews.po new/eventviews-23.04.1/po/de/libeventviews.po --- old/eventviews-23.04.0/po/de/libeventviews.po 2023-04-11 06:35:00.000000000 +0200 +++ new/eventviews-23.04.1/po/de/libeventviews.po 2023-05-01 06:04:40.000000000 +0200 @@ -21,7 +21,7 @@ "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" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Lokalize 21.12.2\n" #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/eventviews-23.04.0/po/gl/libeventviews.po new/eventviews-23.04.1/po/gl/libeventviews.po --- old/eventviews-23.04.0/po/gl/libeventviews.po 2023-04-11 06:35:00.000000000 +0200 +++ new/eventviews-23.04.1/po/gl/libeventviews.po 2023-05-01 06:04:40.000000000 +0200 @@ -3,14 +3,14 @@ # Xosé <xoseca...@gmail.com>, 2011, 2012, 2013. # Adrian Chaves Fernandez <adriyeticha...@gmail.com>, 2013, 2015, 2016, 2017. # Marce Villarino <mvillar...@kde-espana.org>, 2013, 2014. -# Adrián Chaves (Gallaecio) <adr...@chaves.io>, 2017, 2018, 2019, 2020. +# Adrián Chaves (Gallaecio) <adr...@chaves.io>, 2017, 2018, 2019, 2020, 2023. # msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2023-02-01 00:57+0000\n" -"PO-Revision-Date: 2020-01-05 19:14+0100\n" +"PO-Revision-Date: 2023-04-30 12:09+0200\n" "Last-Translator: Adrián Chaves (Gallaecio) <adr...@chaves.io>\n" "Language-Team: Galician <proxe...@trasno.gal>\n" "Language: gl\n" @@ -18,7 +18,7 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Lokalize 19.08.3\n" +"X-Generator: Lokalize 23.04.0\n" #, kde-format msgctxt "NAME OF TRANSLATORS" @@ -149,11 +149,10 @@ msgstr "%1%2<br/>%3 (%4)" #: agenda/timescaleconfigdialog.cpp:49 -#, fuzzy, kde-format -#| msgid "Timezone" +#, kde-format msgctxt "@title:window" msgid "Timezone" -msgstr "Zona horaria" +msgstr "Fuso horario" #: eventview.cpp:110 #, kde-format @@ -1591,7 +1590,7 @@ #: list/listview.cpp:281 todo/todomodel.cpp:477 #, kde-format msgid "Tags" -msgstr "" +msgstr "Etiquetas" #: list/listview.cpp:354 #, kde-format @@ -1795,9 +1794,7 @@ msgstr "Non" #: todo/todomodel.cpp:161 todo/todomodel.cpp:199 -#, fuzzy, kde-format -#| msgctxt "@item:intext delimiter for joining holiday names" -#| msgid "," +#, kde-format msgctxt "delimiter for joining category/tag names" msgid "," msgstr "," @@ -1816,7 +1813,7 @@ #, kde-format msgctxt "@title:column percent complete" msgid "Complete" -msgstr "Completo" +msgstr "Completa" #: todo/todomodel.cpp:471 #, kde-format @@ -1829,12 +1826,10 @@ msgstr "Data lÃmite" #: todo/todomodel.cpp:475 -#, fuzzy, kde-format -#| msgctxt "@title:column percent complete" -#| msgid "Complete" +#, kde-format msgctxt "@title:column date completed" msgid "Completed" -msgstr "Completo" +msgstr "Completada" #: todo/todomodel.cpp:479 #, kde-format @@ -1935,20 +1930,16 @@ msgstr "Tornar todas as subtarefas &independentes" #: todo/todoview.cpp:361 -#, fuzzy, kde-format -#| msgctxt "@action:inmenu" -#| msgid "Create Event" +#, kde-format msgctxt "@action:inmenu" msgid "Create Event from To-do" -msgstr "Crear un evento" +msgstr "Crear un evento dunha tarefa" #: todo/todoview.cpp:369 -#, fuzzy, kde-format -#| msgctxt "@action:inmenu" -#| msgid "Create Note" +#, kde-format msgctxt "@action:inmenu" msgid "Create Note for To-do" -msgstr "Crear unha nota" +msgstr "Crear unha nota para unha tarefa" #: todo/todoview.cpp:379 #, kde-format @@ -2035,34 +2026,26 @@ msgstr "Buscar nos resumosâ¦" #: todo/todoviewquicksearch.cpp:46 -#, fuzzy, kde-format -#| msgctxt "@info:tooltip" -#| msgid "Filter on these categories" +#, kde-format msgctxt "@info:tooltip" msgid "Filter on these tags" -msgstr "Filtrar por estas categorÃas" +msgstr "Filtrar por estas etiquetas" #: todo/todoviewquicksearch.cpp:48 -#, fuzzy, kde-format -#| msgctxt "@info:whatsthis" -#| msgid "" -#| "Use this combobox to filter the to-dos that are shown by a list of " -#| "selected categories." +#, kde-format msgctxt "@info:whatsthis" msgid "" "Use this combobox to filter the to-dos that are shown by a list of selected " "tags." msgstr "" -"Empregue esta lista de opcións para filtrar as tarefas que aparecen por unha " -"lista de categorÃas escollidas." +"Use esta lista despregábel para filtrar as tarefas que se mostran por unha " +"lista de etiquetas seleccionadas." #: todo/todoviewquicksearch.cpp:50 -#, fuzzy, kde-format -#| msgctxt "@item:inlistbox" -#| msgid "Select Categories" +#, kde-format msgctxt "@item:inlistbox" msgid "Select Tags" -msgstr "Seleccionar categorÃas" +msgstr "Selecciona etiquetas" #: todo/todoviewquicksearch.cpp:74 #, kde-format @@ -2210,7 +2193,7 @@ #: viewerapp/mainwindow.ui:60 #, kde-format msgid "MultiAgenda" -msgstr "MultiAxenda" +msgstr "Axenda múltiple" #. i18n: ectx: property (text), widget (QStatusBar, statusbar) #: viewerapp/mainwindow.ui:65 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/eventviews-23.04.0/po/ia/libeventviews.po new/eventviews-23.04.1/po/ia/libeventviews.po --- old/eventviews-23.04.0/po/ia/libeventviews.po 2023-04-11 06:35:00.000000000 +0200 +++ new/eventviews-23.04.1/po/ia/libeventviews.po 2023-05-01 06:04:40.000000000 +0200 @@ -1581,12 +1581,12 @@ #: journal/journalframe.cpp:181 #, kde-format msgid "Print preview" -msgstr "Imprime vista preliminari" +msgstr "Imprime vista preliminar" #: journal/journalframe.cpp:185 #, kde-format msgid "Print preview this journal entry" -msgstr "Imprime vista preliminari de iste entrata de jornal" +msgstr "Imprime vista preliminar de iste entrata de jornal" #: list/listview.cpp:57 #, kde-format @@ -1934,7 +1934,7 @@ #, kde-format msgctxt "@action:inmenu print preview the to-do" msgid "Print Previe&w..." -msgstr "Imprime &vista preliminari..." +msgstr "Imprime &vista preliminar..." #: todo/todoview.cpp:340 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/eventviews-23.04.0/po/tr/libeventviews.po new/eventviews-23.04.1/po/tr/libeventviews.po --- old/eventviews-23.04.0/po/tr/libeventviews.po 2023-04-11 06:35:00.000000000 +0200 +++ new/eventviews-23.04.1/po/tr/libeventviews.po 2023-05-01 06:04:40.000000000 +0200 @@ -12,7 +12,7 @@ "Project-Id-Version: kdepim-kde4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2023-02-01 00:57+0000\n" -"PO-Revision-Date: 2023-01-18 22:31+0300\n" +"PO-Revision-Date: 2023-04-20 15:08+0300\n" "Last-Translator: Emir SARI <emir_s...@icloud.com>\n" "Language-Team: Turkish <kde-l10n...@kde.org>\n" "Language: tr\n" @@ -20,7 +20,7 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -"X-Generator: Lokalize 22.12.1\n" +"X-Generator: Lokalize 23.03.70\n" "(http: //www.transifex.com/projects/p/kdepim-k-tr/language/tr/)\n" "X-POOTLE-MTIME: 1413132207.000000\n" @@ -2022,8 +2022,7 @@ msgid "" "Enter text here to filter the to-dos that are shown by matching summaries." msgstr "" -"EÅleÅen özetlerle görüntülenen yapılacakları filtrelemek için buraya metin " -"girin." +"EÅleÅen özetlerle görüntülenen yapılacakları süzmek için buraya metin girin." #: todo/todoviewquicksearch.cpp:38 #, kde-format @@ -2045,7 +2044,7 @@ "tags." msgstr "" "Seçilen etiketlerin listesi tarafından görüntülenen yapılacakları süzmek " -"için bu açılan kutuyu kullanın." +"için bu çoklu kutuyu kullanın." #: todo/todoviewquicksearch.cpp:50 #, kde-format @@ -2057,7 +2056,7 @@ #, kde-format msgctxt "@info:tooltip" msgid "Filter on these priorities" -msgstr "Bu öncelikler üzerinde filtre" +msgstr "Bu öncelikleri süz" #: todo/todoviewquicksearch.cpp:76 #, kde-format @@ -2066,8 +2065,8 @@ "Use this combobox to filter the to-dos that are shown by a list of selected " "priorities." msgstr "" -"Bu açılır kutuyu seçilen önceliklerin bir listesiyle gösterilen " -"yapılacakları filtrelemek için kullanın." +"Bu çoklu kutuyu seçilen önceliklerin bir listesiyle gösterilen yapılacakları " +"süzmek için kullanın." #: todo/todoviewquicksearch.cpp:78 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/eventviews-23.04.0/po/zh_CN/libeventviews.po new/eventviews-23.04.1/po/zh_CN/libeventviews.po --- old/eventviews-23.04.0/po/zh_CN/libeventviews.po 2023-04-11 06:35:00.000000000 +0200 +++ new/eventviews-23.04.1/po/zh_CN/libeventviews.po 2023-05-01 06:04:40.000000000 +0200 @@ -3,7 +3,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2023-02-01 00:57+0000\n" -"PO-Revision-Date: 2023-04-10 14:13\n" +"PO-Revision-Date: 2023-04-29 08:36\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/eventviews-23.04.0/src/CMakeLists.txt new/eventviews-23.04.1/src/CMakeLists.txt --- old/eventviews-23.04.0/src/CMakeLists.txt 2023-04-11 06:35:00.000000000 +0200 +++ new/eventviews-23.04.1/src/CMakeLists.txt 2023-05-01 06:04:40.000000000 +0200 @@ -147,7 +147,7 @@ install(TARGETS KPim${KF_MAJOR_VERSION}EventViews - EXPORT KPim${KF_MAJOR_VERSION}EventViewsTargets ${KF_INSTALL_TARGETS_DEFAULT_ARGS} + EXPORT KPim${KF_MAJOR_VERSION}EventViewsTargets ${KDE_INSTALL_TARGETS_DEFAULT_ARGS} ) ecm_generate_headers(eventviews_CamelCase_HEADERS diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/eventviews-23.04.0/src/month/monthscene.cpp new/eventviews-23.04.1/src/month/monthscene.cpp --- old/eventviews-23.04.0/src/month/monthscene.cpp 2023-04-11 06:35:00.000000000 +0200 +++ new/eventviews-23.04.1/src/month/monthscene.cpp 2023-05-01 06:04:40.000000000 +0200 @@ -532,7 +532,7 @@ // Move or resize action MonthCell *const currentCell = getCellFromPos(pos); - if (currentCell != mPreviousCell) { + if (currentCell && currentCell != mPreviousCell) { bool ok = true; if (mActionType == Move) { if (currentCell) {