Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package incidenceeditor for openSUSE:Factory
checked in at 2022-01-11 21:14:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/incidenceeditor (Old)
and /work/SRC/openSUSE:Factory/.incidenceeditor.new.1892 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "incidenceeditor"
Tue Jan 11 21:14:45 2022 rev:71 rq:944268 version:21.12.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/incidenceeditor/incidenceeditor.changes
2021-12-13 20:39:46.744451142 +0100
+++
/work/SRC/openSUSE:Factory/.incidenceeditor.new.1892/incidenceeditor.changes
2022-01-11 21:15:22.992794813 +0100
@@ -1,0 +2,10 @@
+Tue Jan 4 10:25:09 UTC 2022 - Christophe Giboudeaux <[email protected]>
+
+- Update to 21.12.1
+ * New bugfix release
+ * For more details please see:
+ * https://kde.org/announcements/gear/21.12.1/
+- Changes since 21.12.0:
+ * make organizer lable wider (kde#414977)
+
+-------------------------------------------------------------------
Old:
----
incidenceeditor-21.12.0.tar.xz
incidenceeditor-21.12.0.tar.xz.sig
New:
----
incidenceeditor-21.12.1.tar.xz
incidenceeditor-21.12.1.tar.xz.sig
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ incidenceeditor.spec ++++++
--- /var/tmp/diff_new_pack.VXZtg6/_old 2022-01-11 21:15:23.760795353 +0100
+++ /var/tmp/diff_new_pack.VXZtg6/_new 2022-01-11 21:15:23.764795356 +0100
@@ -18,16 +18,16 @@
# Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print
$1"."$2}')}
-%bcond_without lang
+%bcond_without released
Name: incidenceeditor
-Version: 21.12.0
+Version: 21.12.1
Release: 0
Summary: Incidenceeditor library
License: GPL-2.0-or-later AND LGPL-2.1-or-later
Group: Development/Libraries/KDE
URL: https://www.kde.org
Source:
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
-%if %{with lang}
+%if %{with released}
Source1:
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
Source2: applications.keyring
%endif
@@ -97,7 +97,7 @@
%install
%kf5_makeinstall -C build
-%if %{with lang}
+%if %{with released}
%find_lang %{name} --with-man --all-name
%endif
@@ -120,7 +120,7 @@
%{_kf5_debugdir}/incidenceeditor.categories
%{_kf5_debugdir}/incidenceeditor.renamecategories
-%if %{with lang}
+%if %{with released}
%files lang -f %{name}.lang
%endif
++++++ incidenceeditor-21.12.0.tar.xz -> incidenceeditor-21.12.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/incidenceeditor-21.12.0/CMakeLists.txt
new/incidenceeditor-21.12.1/CMakeLists.txt
--- old/incidenceeditor-21.12.0/CMakeLists.txt 2021-11-30 21:45:10.000000000
+0100
+++ new/incidenceeditor-21.12.1/CMakeLists.txt 2021-12-26 18:08:00.000000000
+0100
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.16 FATAL_ERROR)
-set(PIM_VERSION "5.19.0")
+set(PIM_VERSION "5.19.1")
project(incidenceeditor VERSION ${PIM_VERSION})
@@ -30,20 +30,20 @@
set(INCIDENCEEDITOR_LIB_VERSION ${PIM_VERSION})
-set(AKONADI_MIMELIB_VERSION "5.19.0")
-set(KDEPIM_LIB_VERSION "5.19.0")
+set(AKONADI_MIMELIB_VERSION "5.19.1")
+set(KDEPIM_LIB_VERSION "5.19.1")
set(QT_REQUIRED_VERSION "5.15.2")
-set(KMIME_LIB_VERSION "5.19.0")
-set(KMAILTRANSPORT_LIB_VERSION "5.19.0")
-set(KLDAP_LIB_VERSION "5.19.0")
-set(CALENDARUTILS_LIB_VERSION "5.19.0")
-set(CALENDARSUPPORT_LIB_VERSION "5.19.0")
-set(LIBKDEPIM_LIB_VERSION "5.19.0")
-set(EVENTVIEW_LIB_VERSION "5.19.0")
-set(AKONADI_VERSION "5.19.0")
-set(AKONADICONTACT_LIB_VERSION "5.19.0")
-set(AKONADICALENDAR_LIB_VERSION "5.19.0")
-set(PIMCOMMON_LIB_VERSION "5.19.0")
+set(KMIME_LIB_VERSION "5.19.1")
+set(KMAILTRANSPORT_LIB_VERSION "5.19.1")
+set(KLDAP_LIB_VERSION "5.19.1")
+set(CALENDARUTILS_LIB_VERSION "5.19.1")
+set(CALENDARSUPPORT_LIB_VERSION "5.19.1")
+set(LIBKDEPIM_LIB_VERSION "5.19.1")
+set(EVENTVIEW_LIB_VERSION "5.19.1")
+set(AKONADI_VERSION "5.19.1")
+set(AKONADICONTACT_LIB_VERSION "5.19.1")
+set(AKONADICALENDAR_LIB_VERSION "5.19.1")
+set(PIMCOMMON_LIB_VERSION "5.19.1")
set(KDIAGRAM_LIB_VERSION "1.4.0")
find_package(KGantt ${KDIAGRAM_LIB_VERSION} CONFIG REQUIRED)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/incidenceeditor-21.12.0/po/en_GB/libincidenceeditors.po
new/incidenceeditor-21.12.1/po/en_GB/libincidenceeditors.po
--- old/incidenceeditor-21.12.0/po/en_GB/libincidenceeditors.po 2021-12-03
01:17:21.000000000 +0100
+++ new/incidenceeditor-21.12.1/po/en_GB/libincidenceeditors.po 2022-01-04
01:24:55.000000000 +0100
@@ -5,13 +5,13 @@
# Jonathan Riddell <[email protected]>, 2003.
# Andrew Coles <[email protected]>, 2004, 2005, 2009, 2010, 2011.
# David Jarvie <[email protected]>, 2009.
-# Steve Allewell <[email protected]>, 2014, 2015, 2017, 2018, 2019,
2020, 2021.
+# Steve Allewell <[email protected]>, 2014, 2015, 2017, 2018, 2019,
2020, 2021, 2022.
msgid ""
msgstr ""
"Project-Id-Version: korganizer\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2021-11-06 00:17+0000\n"
-"PO-Revision-Date: 2021-07-25 11:14+0100\n"
+"PO-Revision-Date: 2022-01-01 16:48+0000\n"
"Last-Translator: Steve Allewell <[email protected]>\n"
"Language-Team: British English <[email protected]>\n"
"Language: en_GB\n"
@@ -19,7 +19,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 21.04.3\n"
+"X-Generator: Lokalize 21.12.0\n"
#: alarmdialog.cpp:25
#, kde-format
@@ -629,15 +629,13 @@
#, kde-format
msgctxt "@action:button"
msgid "Invite"
-msgstr ""
+msgstr "Invite"
#: incidenceattendee.cpp:212
-#, fuzzy, kde-format
-#| msgctxt "@action:button dialog negative answer"
-#| msgid "Do Not Send"
+#, kde-format
msgctxt "@action:button"
msgid "Do Not Invite"
-msgstr "Do Not Send"
+msgstr "Do Not Invite"
#: incidenceattendee.cpp:434
#, kde-format
@@ -666,21 +664,16 @@
"well?"
#: incidenceattendee.cpp:789
-#, fuzzy, kde-format
-#| msgctxt "@label"
-#| msgid "One attendee"
-#| msgid_plural "%1 attendees"
+#, kde-format
msgctxt "@action:button"
msgid "Change Attendee"
-msgstr "One attendee"
+msgstr "Change Attendee"
#: incidenceattendee.cpp:790
-#, fuzzy, kde-format
-#| msgctxt "@title:window"
-#| msgid "No Changes"
+#, kde-format
msgctxt "@action:button"
msgid "Do Not Change"
-msgstr "No Changes"
+msgstr "Do Not Change"
#: incidencedatetime.cpp:219
#, kde-format
@@ -936,7 +929,7 @@
#, kde-format
msgctxt "@action:button"
msgid "Retry"
-msgstr ""
+msgstr "Retry"
#: incidencedialog.cpp:457
#, kde-kuit-format
@@ -961,19 +954,16 @@
msgstr "Set Default Calendar?"
#: incidencedialog.cpp:466
-#, fuzzy, kde-format
-#| msgid "Reset to Defaults"
+#, kde-format
msgctxt "@action:button"
msgid "Set As Default"
-msgstr "Reset to Defaults"
+msgstr "Set As Default"
#: incidencedialog.cpp:467
-#, fuzzy, kde-format
-#| msgctxt "@action:button dialog negative answer"
-#| msgid "Do Not Send"
+#, kde-format
msgctxt "@action:button"
msgid "Do Not Set"
-msgstr "Do Not Send"
+msgstr "Do Not Set"
#: incidencedialog.cpp:647
#, kde-format
@@ -1033,15 +1023,13 @@
#, kde-format
msgctxt "@action:button"
msgid "Cancel Editing"
-msgstr ""
+msgstr "Cancel Editing"
#: incidencedialog.cpp:757 incidencedialog.cpp:778 incidencedialog.cpp:794
-#, fuzzy, kde-format
-#| msgctxt "@action:button dialog negative answer"
-#| msgid "Do Not Send"
+#, kde-format
msgctxt "@action:button"
msgid "Do Not Cancel"
-msgstr "Do Not Send"
+msgstr "Do Not Cancel"
#. i18n: ectx: label, entry (DefaultEmailAttachMethod), group
(AttachmentHandling)
#: incidenceeditor.kcfg:12
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/incidenceeditor-21.12.0/po/fi/libincidenceeditors.po
new/incidenceeditor-21.12.1/po/fi/libincidenceeditors.po
--- old/incidenceeditor-21.12.0/po/fi/libincidenceeditors.po 2021-12-03
01:17:21.000000000 +0100
+++ new/incidenceeditor-21.12.1/po/fi/libincidenceeditors.po 2022-01-04
01:24:55.000000000 +0100
@@ -12,7 +12,7 @@
"Project-Id-Version: libincidenceeditors\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2021-11-06 00:17+0000\n"
-"PO-Revision-Date: 2021-11-23 18:54+0200\n"
+"PO-Revision-Date: 2021-12-07 14:16+0200\n"
"Last-Translator: Tommi Nieminen <[email protected]>\n"
"Language-Team: Finnish <[email protected]>\n"
"Language: fi\n"
@@ -2339,22 +2339,18 @@
# Konteksti esim. ???Ends: on 1.1.2015???, miss?? jokainen osa tulee eri
tietueesta.
#. i18n: ectx: property (text), item, widget (QComboBox, mRecurrenceEndCombo)
#: ui/dialogdesktop.ui:1408
-#, fuzzy, kde-format
-#| msgctxt "@item:inlistbox Speficies when a recurring events end"
-#| msgid "on"
+#, kde-format
msgctxt "@item:inlistbox Specifies when a recurring events end"
msgid "on"
-msgstr "p??iv??m????r??ll??"
+msgstr " "
# Konteksti: ???Ends: after 7 times???, miss?? kolme ensimm??ist?? osaa
tulevat eri tietueista ja viimeinen on staattinen teksti
#. i18n: ectx: property (text), item, widget (QComboBox, mRecurrenceEndCombo)
#: ui/dialogdesktop.ui:1413
-#, fuzzy, kde-format
-#| msgctxt "@item:inlistbox Speficies when a recurring events end"
-#| msgid "after"
+#, kde-format
msgctxt "@item:inlistbox Specifies when a recurring events end"
msgid "after"
-msgstr "toistuttuaan"
+msgstr " "
#. i18n: ectx: property (whatsThis), widget (KDateComboBox, mRecurrenceEndDate)
#: ui/dialogdesktop.ui:1468
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/incidenceeditor-21.12.0/po/zh_CN/libincidenceeditors.po
new/incidenceeditor-21.12.1/po/zh_CN/libincidenceeditors.po
--- old/incidenceeditor-21.12.0/po/zh_CN/libincidenceeditors.po 2021-12-03
01:17:21.000000000 +0100
+++ new/incidenceeditor-21.12.1/po/zh_CN/libincidenceeditors.po 2022-01-04
01:24:55.000000000 +0100
@@ -13,7 +13,7 @@
"Project-Id-Version: kdeorg\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2021-11-06 00:17+0000\n"
-"PO-Revision-Date: 2021-11-30 15:23\n"
+"PO-Revision-Date: 2021-12-22 14:09\n"
"Last-Translator: \n"
"Language-Team: Chinese Simplified\n"
"Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/incidenceeditor-21.12.0/src/ui/dialogdesktop.ui
new/incidenceeditor-21.12.1/src/ui/dialogdesktop.ui
--- old/incidenceeditor-21.12.0/src/ui/dialogdesktop.ui 2021-11-30
21:45:10.000000000 +0100
+++ new/incidenceeditor-21.12.1/src/ui/dialogdesktop.ui 2021-12-26
18:08:00.000000000 +0100
@@ -795,7 +795,7 @@
<rect>
<x>0</x>
<y>7</y>
- <width>69</width>
+ <width>1000</width>
<height>22</height>
</rect>
</property>