Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kdialog for openSUSE:Factory checked 
in at 2021-04-24 23:07:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kdialog (Old)
 and      /work/SRC/openSUSE:Factory/.kdialog.new.12324 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kdialog"

Sat Apr 24 23:07:36 2021 rev:53 rq:887649 version:21.04.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kdialog/kdialog.changes  2021-03-08 
15:12:37.633726385 +0100
+++ /work/SRC/openSUSE:Factory/.kdialog.new.12324/kdialog.changes       
2021-04-24 23:08:17.655321933 +0200
@@ -1,0 +2,23 @@
+Fri Apr 16 16:11:47 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:40:13 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:27:57 UTC 2021 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Update to 21.03.80
+  * New feature release
+- No code change since 20.12.3
+
+-------------------------------------------------------------------

Old:
----
  kdialog-20.12.3.tar.xz
  kdialog-20.12.3.tar.xz.sig

New:
----
  kdialog-21.04.0.tar.xz
  kdialog-21.04.0.tar.xz.sig

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ kdialog.spec ++++++
--- /var/tmp/diff_new_pack.zqtpQ3/_old  2021-04-24 23:08:18.131322606 +0200
+++ /var/tmp/diff_new_pack.zqtpQ3/_new  2021-04-24 23:08:18.131322606 +0200
@@ -20,13 +20,17 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:           kdialog
-Version:        20.12.3
+Version:        21.04.0
 Release:        0
 Summary:        KDE version of xdialog
 License:        GPL-2.0-or-later
 Group:          System/GUI/KDE
-URL:            https://www.kde.org/
+URL:            https://apps.kde.org/kdialog
 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:  kf5-filesystem
 BuildRequires:  update-desktop-files
@@ -34,20 +38,14 @@
 BuildRequires:  cmake(KF5KIO)
 BuildRequires:  cmake(Qt5DBus)
 Recommends:     %{name}-lang
-%if %{with lang}
-Source1:        
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
-Source2:        applications.keyring
-%endif
 
 %description
 KDialog can be used to show nice dialog boxes from shell scripts.
 
-%if %{with lang}
 %lang_package
-%endif
 
 %prep
-%setup -q
+%autosetup -p1
 
 %build
   %cmake_kf5 -d build
@@ -62,10 +60,10 @@
 %files
 %license COPYING*
 %doc README
+%{_kf5_appstreamdir}/org.kde.kdialog.metainfo.xml
 %{_kf5_bindir}/kdialog
 %{_kf5_bindir}/kdialog_progress_helper
 %{_kf5_dbusinterfacesdir}/org.kde.kdialog.ProgressDialog.xml
-%{_kf5_appstreamdir}/org.kde.kdialog.metainfo.xml
 
 %if %{with lang}
 %files lang -f %{name}.lang


++++++ kdialog-20.12.3.tar.xz -> kdialog-21.04.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdialog-20.12.3/CMakeLists.txt 
new/kdialog-21.04.0/CMakeLists.txt
--- old/kdialog-20.12.3/CMakeLists.txt  2021-03-02 01:33:09.000000000 +0100
+++ new/kdialog-21.04.0/CMakeLists.txt  2021-04-16 10:35:27.000000000 +0200
@@ -1,9 +1,9 @@
 cmake_minimum_required(VERSION 3.0)
 
 # KDE Application Version, managed by release script
-set(RELEASE_SERVICE_VERSION_MAJOR "20")
-set(RELEASE_SERVICE_VERSION_MINOR "12")
-set(RELEASE_SERVICE_VERSION_MICRO "3")
+set(RELEASE_SERVICE_VERSION_MAJOR "21")
+set(RELEASE_SERVICE_VERSION_MINOR "04")
+set(RELEASE_SERVICE_VERSION_MICRO "0")
 set(RELEASE_SERVICE_VERSION 
"${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}.${RELEASE_SERVICE_VERSION_MICRO}")
 
 project(KDialog VERSION ${RELEASE_SERVICE_VERSION})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdialog-20.12.3/org.kde.kdialog.metainfo.xml 
new/kdialog-21.04.0/org.kde.kdialog.metainfo.xml
--- old/kdialog-20.12.3/org.kde.kdialog.metainfo.xml    2021-02-25 
00:10:46.000000000 +0100
+++ new/kdialog-21.04.0/org.kde.kdialog.metainfo.xml    2021-04-14 
17:05:36.000000000 +0200
@@ -123,9 +123,9 @@
   </categories>
   <icon type="stock">utilities-terminal</icon>
   <releases>
+    <release version="21.04.0" date="2021-04-22"/>
     <release version="20.12.3" date="2021-03-04"/>
     <release version="20.12.2" date="2021-02-04"/>
     <release version="20.12.1" date="2021-01-07"/>
-    <release version="20.12.0" date="2020-12-10"/>
   </releases>
 </component>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdialog-20.12.3/po/ast/kdialog.po 
new/kdialog-21.04.0/po/ast/kdialog.po
--- old/kdialog-20.12.3/po/ast/kdialog.po       2021-03-02 01:33:09.000000000 
+0100
+++ new/kdialog-21.04.0/po/ast/kdialog.po       2021-04-16 10:35:27.000000000 
+0200
@@ -7,7 +7,7 @@
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-10-13 02:36+0200\n"
-"PO-Revision-Date: 2020-11-07 17:33+0100\n"
+"PO-Revision-Date: 2020-11-28 01:46+0100\n"
 "Last-Translator: enolp <en...@softastur.org>\n"
 "Language-Team: Asturian <alministrado...@softastur.org>\n"
 "Language: ast\n"
@@ -15,7 +15,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 20.08.3\n"
+"X-Generator: Lokalize 20.11.80\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -116,7 +116,7 @@
 #: kdialog.cpp:298
 #, kde-format
 msgid "Use text as OK button label"
-msgstr "Usa text como etiqueta del bot??n Aceptar"
+msgstr "Usa text como etiqueta del bot??n Aceutar"
 
 #: kdialog.cpp:299
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdialog-20.12.3/po/fi/kdialog.po 
new/kdialog-21.04.0/po/fi/kdialog.po
--- old/kdialog-20.12.3/po/fi/kdialog.po        2021-03-02 01:33:09.000000000 
+0100
+++ new/kdialog-21.04.0/po/fi/kdialog.po        2021-04-16 10:35:27.000000000 
+0200
@@ -8,7 +8,7 @@
 # Mikko Piippo <pii...@cc.helsinki.fi>, 2007.
 # Teemu Rytilahti <teemu.rytila...@d5k.net>, 2008.
 # Jorma Karvonen <karvonen.jo...@gmail.com>, 2010.
-# Tommi Nieminen <transla...@legisign.org>, 2011, 2016, 2017, 2019, 2020.
+# Tommi Nieminen <transla...@legisign.org>, 2011, 2016, 2017, 2019, 2020, 2021.
 # Lasse Liehu <lasse.li...@gmail.com>, 2011, 2013, 2016.
 # Copyright ?? 2010 This_file_is_part_of_KDE.
 #
@@ -19,7 +19,7 @@
 "Project-Id-Version: kdialog\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-10-13 02:36+0200\n"
-"PO-Revision-Date: 2020-07-06 16:54+0300\n"
+"PO-Revision-Date: 2021-03-23 20:47+0200\n"
 "Last-Translator: Tommi Nieminen <transla...@legisign.org>\n"
 "Language-Team: Finnish <kde-i18n-...@kde.org>\n"
 "Language: fi\n"
@@ -378,7 +378,7 @@
 #: kdialog.cpp:531
 #, kde-format
 msgid "Do not ask again"
-msgstr ""
+msgstr "??l?? kysy uudelleen"
 
 #: kdialog.cpp:725
 #, kde-format
@@ -386,26 +386,23 @@
 msgstr "Syntaksi: --combobox <teksti> kohde [kohde] ???"
 
 #: kdialog.cpp:747
-#, fuzzy, kde-format
-#| msgid "Syntax: --menu text [tag item] [tag item] ..."
+#, kde-format
 msgid "Syntax: --menu text tag item [tag item] ..."
-msgstr "Syntaksi: --menu teksti [kohde] [kohde] ???"
+msgstr "Syntaksi: --menu teksti tunniste tietue [tunniste tietue] ???"
 
 #: kdialog.cpp:771
-#, fuzzy, kde-format
-#| msgid "Syntax: --checklist text [tag item on/off] [tag item on/off]"
+#, kde-format
 msgid "Syntax: --checklist text tag item on/off [tag item on/off] ..."
 msgstr ""
-"Syntaksi: --checklist teksti [kohde valittu/ei valittu] [kohde valittu/ei "
-"valittu]"
+"Syntaksi: --checklist teksti tunniste tietue on/off [tunniste tietue on/off] "
+"???"
 
 #: kdialog.cpp:789
-#, fuzzy, kde-format
-#| msgid "Syntax: --checklist text [tag item on/off] [tag item on/off]"
+#, kde-format
 msgid "Syntax: --radiolist text tag item on/off [tag item on/off] ..."
 msgstr ""
-"Syntaksi: --checklist teksti [kohde valittu/ei valittu] [kohde valittu/ei "
-"valittu]"
+"Syntaksi: --checklist teksti tunniste tietue on/off [tunniste tietue on/off] "
+"???"
 
 #: kdialog.cpp:820
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdialog-20.12.3/po/ia/kdialog.po 
new/kdialog-21.04.0/po/ia/kdialog.po
--- old/kdialog-20.12.3/po/ia/kdialog.po        2021-03-02 01:33:09.000000000 
+0100
+++ new/kdialog-21.04.0/po/ia/kdialog.po        2021-04-16 10:35:27.000000000 
+0200
@@ -7,7 +7,7 @@
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-10-13 02:36+0200\n"
-"PO-Revision-Date: 2020-12-05 22:56+0100\n"
+"PO-Revision-Date: 2020-11-16 22:11+0100\n"
 "Last-Translator: Giovanni Sora <g.s...@tiscali.it>\n"
 "Language-Team: Interlingua <kde-i18n-...@kde.org>\n"
 "Language: ia\n"
@@ -378,21 +378,21 @@
 #: kdialog.cpp:747
 #, kde-format
 msgid "Syntax: --menu text tag item [tag item] ..."
-msgstr "Syntaxe: --menu texto elemento de scheda [elemento de scheda] ..."
+msgstr "Syntaxe: --menu texto [elemento de scheda] [elemento de scheda] ..."
 
 #: kdialog.cpp:771
 #, kde-format
 msgid "Syntax: --checklist text tag item on/off [tag item on/off] ..."
 msgstr ""
-"Syntaxe: --checklist texto elemento de scheda on/off [elemento de scheda on/"
-"off]..."
+"Syntaxe: --checklist texto [elemento de scheda on/off] [elemento de scheda "
+"on/off] ..."
 
 #: kdialog.cpp:789
 #, kde-format
 msgid "Syntax: --radiolist text tag item on/off [tag item on/off] ..."
 msgstr ""
-"Syntaxe: --checklist texto elemento de scheda on/off [elemento de scheda on/"
-"off]..."
+"Syntaxe: --checklist texto [elemento de scheda on/off] [elemento de scheda "
+"on/off] ..."
 
 #: kdialog.cpp:820
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdialog-20.12.3/po/it/kdialog.po 
new/kdialog-21.04.0/po/it/kdialog.po
--- old/kdialog-20.12.3/po/it/kdialog.po        2021-03-02 01:33:09.000000000 
+0100
+++ new/kdialog-21.04.0/po/it/kdialog.po        2021-04-16 10:35:27.000000000 
+0200
@@ -4,7 +4,7 @@
 # Andrea RIZZI <ari...@pi.infn.it>, 2004.
 # Dario Panico <dareus_persarum...@fastwebnet.it>, 2008.
 # Pino Toscano <toscano.p...@tiscali.it>, 2011.
-# Vincenzo Reale <smart2...@baslug.org>, 2013, 2018, 2019, 2020.
+# Vincenzo Reale <smart212...@gmail.com>, 2013, 2018, 2019, 2020.
 #
 msgid ""
 msgstr ""
@@ -12,7 +12,7 @@
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-10-13 02:36+0200\n"
 "PO-Revision-Date: 2020-10-14 08:13+0200\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"
@@ -29,7 +29,7 @@
 #, kde-format
 msgctxt "EMAIL OF TRANSLATORS"
 msgid "Your emails"
-msgstr "smart2...@baslug.org,,"
+msgstr "smart212...@gmail.com,,"
 
 #: kdialog.cpp:275
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdialog-20.12.3/po/sk/kdialog.po 
new/kdialog-21.04.0/po/sk/kdialog.po
--- old/kdialog-20.12.3/po/sk/kdialog.po        2021-03-02 01:33:09.000000000 
+0100
+++ new/kdialog-21.04.0/po/sk/kdialog.po        2021-04-16 10:35:27.000000000 
+0200
@@ -3,7 +3,7 @@
 # Stanislav Visnovsky <visnov...@kde.org>, 2003, 2004.
 # Richard Fric <richard.f...@kdemail.net>, 2006, 2010.
 # Michal Sulek <misu...@gmail.com>, 2009, 2011.
-# Roman Pahol??k <wizzar...@gmail.com>, 2013, 2016, 2017, 2020.
+# Roman Pahol??k <wizzar...@gmail.com>, 2013, 2016, 2017.
 # Mthw <jari...@hotmail.com>, 2019.
 # Matej Mrenica <matejm98m...@gmail.com>, 2019, 2020.
 # Du??an Kazik <prescot...@gmail.com>, 2020.
@@ -12,14 +12,14 @@
 "Project-Id-Version: kdialog\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-10-13 02:36+0200\n"
-"PO-Revision-Date: 2020-12-20 19:49+0100\n"
-"Last-Translator: Roman Pahol??k <wizzar...@gmail.com>\n"
-"Language-Team: Slovak <kde...@linux.sk>\n"
+"PO-Revision-Date: 2020-07-25 13:37+0200\n"
+"Last-Translator: Matej Mrenica <matejm98m...@gmail.com>\n"
+"Language-Team: Slovak <kde-i18n-...@kde.org>\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 20.07.80\n"
 "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
 
 #, kde-format
@@ -379,19 +379,22 @@
 msgstr "Syntax: --combobox <text> polo??ka [polo??ka] ..."
 
 #: kdialog.cpp:747
-#, kde-format
+#, fuzzy, kde-format
+#| msgid "Syntax: --menu text [tag item] [tag item] ..."
 msgid "Syntax: --menu text tag item [tag item] ..."
-msgstr "Syntax: --menu text polo??ka tagu [polo??ka tagu] ..."
+msgstr "Syntax: --menu text [polo??ka tagu] [polo??ka tagu] ..."
 
 #: kdialog.cpp:771
-#, kde-format
+#, fuzzy, kde-format
+#| msgid "Syntax: --checklist text [tag item on/off] [tag item on/off]"
 msgid "Syntax: --checklist text tag item on/off [tag item on/off] ..."
-msgstr "Syntax: --checklist text polo??ka tagu on/off [polo??ka tagu on/off] 
..."
+msgstr "Syntax: --checklist text [polo??ka tagu on/off] [polo??ka tagu on/off]"
 
 #: kdialog.cpp:789
-#, kde-format
+#, fuzzy, kde-format
+#| msgid "Syntax: --checklist text [tag item on/off] [tag item on/off]"
 msgid "Syntax: --radiolist text tag item on/off [tag item on/off] ..."
-msgstr "Syntax: --checklist text polo??ka tagu on/off [polo??ka tagu on/off] 
..."
+msgstr "Syntax: --checklist text [polo??ka tagu on/off] [polo??ka tagu on/off]"
 
 #: kdialog.cpp:820
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdialog-20.12.3/po/zh_CN/kdialog.po 
new/kdialog-21.04.0/po/zh_CN/kdialog.po
--- old/kdialog-20.12.3/po/zh_CN/kdialog.po     2021-03-02 01:33:09.000000000 
+0100
+++ new/kdialog-21.04.0/po/zh_CN/kdialog.po     2021-04-16 10:35:27.000000000 
+0200
@@ -11,7 +11,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-10-13 02:36+0200\n"
-"PO-Revision-Date: 2021-02-04 12:00\n"
+"PO-Revision-Date: 2021-03-27 17:30\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"

Reply via email to