Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kapptemplate for openSUSE:Factory 
checked in at 2021-12-13 20:42:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kapptemplate (Old)
 and      /work/SRC/openSUSE:Factory/.kapptemplate.new.2520 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kapptemplate"

Mon Dec 13 20:42:44 2021 rev:102 rq:937901 version:21.12.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kapptemplate/kapptemplate.changes        
2021-11-06 18:19:02.476915927 +0100
+++ /work/SRC/openSUSE:Factory/.kapptemplate.new.2520/kapptemplate.changes      
2021-12-13 20:47:35.784527446 +0100
@@ -1,0 +2,25 @@
+Fri Dec  3 19:21:40 UTC 2021 - Christophe Giboudeaux <[email protected]>
+
+- Update to 21.12.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/gear/21.12.0/
+- No code change since 21.11.90
+
+-------------------------------------------------------------------
+Sat Nov 27 10:10:34 UTC 2021 - Christophe Giboudeaux <[email protected]>
+
+- Update to 21.11.90
+  * New feature release
+- No code change since 21.11.80
+
+-------------------------------------------------------------------
+Sat Nov 13 17:54:42 UTC 2021 - Christophe Giboudeaux <[email protected]>
+
+- Update to 21.11.80
+  * New feature release
+- Changes since 21.08.3:
+  * Fix formatting
+  * Update readme/doc
+
+-------------------------------------------------------------------

Old:
----
  kapptemplate-21.08.3.tar.xz
  kapptemplate-21.08.3.tar.xz.sig

New:
----
  kapptemplate-21.12.0.tar.xz
  kapptemplate-21.12.0.tar.xz.sig

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

Other differences:
------------------
++++++ kapptemplate.spec ++++++
--- /var/tmp/diff_new_pack.aSRTXo/_old  2021-12-13 20:47:36.324527791 +0100
+++ /var/tmp/diff_new_pack.aSRTXo/_new  2021-12-13 20:47:36.328527793 +0100
@@ -16,12 +16,11 @@
 #
 
 
-%define kf5_version 5.60.0
 # 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
 Name:           kapptemplate
-Version:        21.08.3
+Version:        21.12.0
 Release:        0
 Summary:        Template for KDE Application Development
 License:        GPL-2.0-only AND GFDL-1.2-only


++++++ kapptemplate-21.08.3.tar.xz -> kapptemplate-21.12.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kapptemplate-21.08.3/CMakeLists.txt 
new/kapptemplate-21.12.0/CMakeLists.txt
--- old/kapptemplate-21.08.3/CMakeLists.txt     2021-10-31 11:30:35.000000000 
+0100
+++ new/kapptemplate-21.12.0/CMakeLists.txt     2021-12-02 22:35:20.000000000 
+0100
@@ -2,8 +2,8 @@
 
 # Release Service version, managed by release script
 set (RELEASE_SERVICE_VERSION_MAJOR "21")
-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_COMPACT_VERSION 
"${RELEASE_SERVICE_VERSION_MAJOR}${RELEASE_SERVICE_VERSION_MINOR}${RELEASE_SERVICE_VERSION_MICRO}")
 
 # Bump KAPPTEMPLATE_BASE_VERSION once new features are added
@@ -13,7 +13,7 @@
 project(kapptemplate VERSION ${KAPPTEMPLATE_VERSION})
 
 set(QT_MIN_VERSION "5.15.0")
-set(KF_MIN_VERSION "5.83.0")
+set(KF_MIN_VERSION "5.85.0")
 
 find_package(ECM ${KF_MIN_VERSION} NO_MODULE REQUIRED)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} 
${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules)
@@ -45,17 +45,14 @@
 )
 
 add_definitions(
-    -DQT_DEPRECATED_WARNINGS
     -DQT_DISABLE_DEPRECATED_BEFORE=0x050F00
-    -DQT_USE_QSTRINGBUILDER
-    -DQT_NO_CAST_TO_ASCII
-#     -DQT_NO_CAST_FROM_ASCII
-    -DQT_NO_CAST_FROM_BYTEARRAY
-    -DQT_STRICT_ITERATORS
-    -DQT_NO_URL_CAST_FROM_STRING
-    -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT
-    -DQT_NO_FOREACH
-    -DQT_NO_KEYWORDS
+    -DQT_DEPRECATED_WARNINGS_SINCE=0x060000
+    -DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x055500
+    -DKF_DEPRECATED_WARNINGS_SINCE=0x060000
+)
+# aded by KDE_COMPILERSETTINGS_LEVEL 5.85
+remove_definitions(
+    -DQT_NO_CAST_FROM_ASCII
 )
 
 add_subdirectory(doc)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kapptemplate-21.08.3/HOWTO_MakeNewtemplate.md 
new/kapptemplate-21.12.0/HOWTO_MakeNewtemplate.md
--- old/kapptemplate-21.08.3/HOWTO_MakeNewtemplate.md   1970-01-01 
01:00:00.000000000 +0100
+++ new/kapptemplate-21.12.0/HOWTO_MakeNewtemplate.md   2021-12-02 
22:35:20.000000000 +0100
@@ -0,0 +1,71 @@
+# How to make a new template
+
+## KAppTemplate and KDevelop placeholders
+
+| Variable | Value |
+| ---      | ---      |
+| `%{APPNAME}`   | used in .kdev4, project name as entered by user ex: MyKApp |
+| `%{APPNAMELC}` | project name in lower case ex: mykapp |
+| `%{APPNAMEUC}` | project name in upper case ex: MYKAPP |
+| `%{PROJECTDIRNAME}` | Equal to `%{APPNAMELC}` for KAppTemplate |
+| `%{CPP_TEMPLATE}` | License header for cpp file |
+| `%{H_TEMPLATE}` | License header for h file |
+| `%{AUTHOR}` | Author name ex: George Ignacious |
+| `%{EMAIL}` |  Author email ex: [email protected] |
+| `%{VERSION}` | Project version ex: 0.1 |
+| `%{CURRENT_YEAR}` | Year at generation time ex: 2017 |
+| `%{dest}` | **deprecated** Used in .kdevtemplate with 
ShowFilesAfterGeneration entry, since KDevelop 5.1.1 supports relative paths 
(again) |
+
+
+##  In the view that lists the templates
+
+kapptemplate -> ChoicePage
+
+or
+
+kdevplatform -> plugins -> appwizard -> ProjectSelectionPage
+
+
+### Template name
+
+The name of the template is the name you write in English in the .kdevtemplate 
file in Name= and which is translated in other languages. This appears in the 
Tree View.
+
+Example:
+
+```ini
+Name=Qt5 GUI Application
+```
+
+### Template description
+
+The description of the template is the comment you write in English in the 
.kdevtemplate file in Comment= and which is translated in other languages.
+
+Example:
+
+```ini
+Comment=Generate a QMake/Qt5 based application with graphical user interface 
(cross-platform)
+```
+
+### Template Category
+
+The template category as it'll appear in the Tree View is extracted from the 
Category= line in the .kdevtemplate file.
+
+Example:
+
+```ini
+Category=Qt/Graphical
+```
+
+### Template preview
+
+A screenshot will help the user to preview the template. This screenshot file 
will be passed as value for the entry Icon= . The file needs to be stored next 
to the .kdevtemplate file and ideally has the same basename as the 
.kdevtemplate file. Screenshot preferred size: 200 pixels width.
+
+Example:
+
+```ini
+Icon=qt5gui.png
+```
+
+KDevelop: templates are tarred using the CMake kdevplatform_add_app_templates 
macro and installed in kdevappwizard/templates.
+Model untars it and extracts the .kdevtemplate files locally in 
$XDG_DATA_HOME/kdevappwizard/template_descriptions (void 
ProjectTemplatesModel::extractTemplateDescriptions())
+Model then read the name and description from there (void 
ProjectTemplatesModel::refresh()).
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kapptemplate-21.08.3/HOWTO_MakeNewtemplate.txt 
new/kapptemplate-21.12.0/HOWTO_MakeNewtemplate.txt
--- old/kapptemplate-21.08.3/HOWTO_MakeNewtemplate.txt  2021-10-31 
11:30:35.000000000 +0100
+++ new/kapptemplate-21.12.0/HOWTO_MakeNewtemplate.txt  1970-01-01 
01:00:00.000000000 +0100
@@ -1,44 +0,0 @@
-KAppTemplate and KDevelop placeholders
-
-%{PROJECTDIRNAME} = %{APPNAMELC} for KAppTemplate
-%{APPNAME}    used in .kdev4, project name as entered by user ex: MyKApp
-%{APPNAMELC}  project name in lower case ex: mykapp
-%{APPNAMEUC}  project name in upper case ex: MYKAPP
-
-%{CPP_TEMPLATE}  license header for cpp file
-%{H_TEMPLATE}    license header for h file
-
-%{AUTHOR}        author name ex: George Ignacious
-%{EMAIL}        author email ex: [email protected]
-%{VERSION}       project version ex: 0.1
-%{CURRENT_YEAR}  year at generation time ex: 2017
-
-Deprecated:
-%{dest}          used in .kdevtemplate with ShowFilesAfterGeneration entry, 
since KDevelop 5.1.1 supports relative paths (again)
-
-
-***** In the view that lists the templates *****
-kapptemplate -> ChoicePage
-or
-kdevplatform -> plugins -> appwizard -> ProjectSelectionPage
-
-
-** Template name
-The name of the template is the name you write in English in the .kdevtemplate 
file in Name= and which is translated in other languages. This appears in the 
Tree View.
-Example: Name=Qt5 GUI Application
-
-** Template description
-The description of the template is the comment you write in English in the 
.kdevtemplate file in Comment= and which is translated in other languages.
-Example: Comment=Generate a QMake/Qt5 based application with graphical user 
interface (cross-platform)
-
-** Template Category
-The template category as it'll appear in the Tree View is extracted from the 
Category= line in the .kdevtemplate file.
-Example: Category=Qt/Graphical
-
-** Template preview
-A screenshot will help the user to preview the template. This screenshot file 
will be passed as value for the entry Icon= . The file needs to be stored next 
to the .kdevtemplate file and ideally has the same basename as the 
.kdevtemplate file. Screenshot preferred size: 200 pixels width.
-Example: Icon=qt5gui.png
-
-KDevelop: templates are tarred using the CMake kdevplatform_add_app_templates 
macro and installed in kdevappwizard/templates.
-Model untars it and extracts the .kdevtemplate files locally in 
$XDG_DATA_HOME/kdevappwizard/template_descriptions (void 
ProjectTemplatesModel::extractTemplateDescriptions())
-Model then read the name and description from there (void 
ProjectTemplatesModel::refresh()).
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kapptemplate-21.08.3/README.md 
new/kapptemplate-21.12.0/README.md
--- old/kapptemplate-21.08.3/README.md  1970-01-01 01:00:00.000000000 +0100
+++ new/kapptemplate-21.12.0/README.md  2021-12-02 22:35:20.000000000 +0100
@@ -0,0 +1,8 @@
+## KAppTemplate
+
+[How to create a new template](./HOWTO_MakeNewtemplate.md)
+
+## License
+
+This project is licensed under GPL-2.0-or-later
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kapptemplate-21.08.3/po/ca/docs/kapptemplate/index.docbook 
new/kapptemplate-21.12.0/po/ca/docs/kapptemplate/index.docbook
--- old/kapptemplate-21.08.3/po/ca/docs/kapptemplate/index.docbook      
2021-11-02 01:14:11.000000000 +0100
+++ new/kapptemplate-21.12.0/po/ca/docs/kapptemplate/index.docbook      
2021-12-03 01:14:04.000000000 +0100
@@ -74,7 +74,7 @@
 ><para
 >Un fitxer <filename
 >README</filename
-> en cada plantilla us permet saber com construir la plantilla. Tamb?? us 
d??na enlla??os per a guies d'aprenentatge relatives al projecte. Despr??s que 
es genera el projecte, la tasca de &kapptemplate; ha finalitzat i haureu de 
construir-lo.</para
+> en cada plantilla us permet saber com construir la plantilla. Tamb?? us dona 
enlla??os per a guies d'aprenentatge relatives al projecte. Despr??s que es 
genera el projecte, la tasca de &kapptemplate; ha finalitzat i haureu de 
construir-lo.</para
 ></note>
 </chapter>
 
@@ -134,7 +134,7 @@
        </mediaobject>
 </screenshot>
 <para
->La quarta i ??ltima p??gina us d??na alguns suggeriments sobre la generaci?? 
de projectes.</para>
+>La quarta i ??ltima p??gina us dona alguns suggeriments sobre la generaci?? 
de projectes.</para>
 <screenshot>
 <screeninfo
 >La quarta p??gina del &kapptemplate;</screeninfo>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kapptemplate-21.08.3/po/ca@valencia/kapptemplate.po 
new/kapptemplate-21.12.0/po/ca@valencia/kapptemplate.po
--- old/kapptemplate-21.08.3/po/ca@valencia/kapptemplate.po     2021-11-02 
01:14:11.000000000 +0100
+++ new/kapptemplate-21.12.0/po/ca@valencia/kapptemplate.po     2021-12-03 
01:14:04.000000000 +0100
@@ -335,3 +335,29 @@
 msgstr ""
 "Aquesta adre??a de correu electr??nic est?? al costat del nom en el cr??dit 
del "
 "??copyright?? dels fitxers del projecte."
+
+#~ msgctxt "Do not translate"
+#~ msgid "Preview"
+#~ msgstr "Preview"
+
+#~ msgctxt "Do not translate"
+#~ msgid "Description"
+#~ msgstr "Description"
+
+#~ msgid ""
+#~ "The extraction of your personal information in file %1 was not successful"
+#~ msgstr ""
+#~ "No s'ha pogut fer l'extracci?? de la vostra informaci?? personal del 
fitxer "
+#~ "%1"
+
+#~ msgid "The file %1 cannot be created."
+#~ msgstr "No s'ha pogut crear el fitxer %1."
+
+#~ msgid ""
+#~ "\n"
+#~ "\n"
+#~ "The file %1 cannot be created."
+#~ msgstr ""
+#~ "\n"
+#~ "\n"
+#~ "No s'ha pogut crear el fitxer %1."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kapptemplate-21.08.3/po/ru/kapptemplate.po 
new/kapptemplate-21.12.0/po/ru/kapptemplate.po
--- old/kapptemplate-21.08.3/po/ru/kapptemplate.po      2021-11-02 
01:14:11.000000000 +0100
+++ new/kapptemplate-21.12.0/po/ru/kapptemplate.po      2021-12-03 
01:14:04.000000000 +0100
@@ -4,19 +4,20 @@
 # Artem Sereda <[email protected]>, 2009.
 # Alexander Potashev <[email protected]>, 2011, 2015, 2019.
 # Alexander Yavorsky <[email protected]>, 2019.
+# ?????????? ???????????????? <[email protected]>, 2021.
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-04-02 00:19+0000\n"
-"PO-Revision-Date: 2019-10-05 14:40+0300\n"
-"Last-Translator: Alexander Potashev <[email protected]>\n"
+"PO-Revision-Date: 2021-10-25 16:43+0300\n"
+"Last-Translator: ?????????? ???????????????? <[email protected]>\n"
 "Language-Team: Russian <[email protected]>\n"
 "Language: ru\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 19.07.70\n"
+"X-Generator: Lokalize 21.08.1\n"
 "Plural-Forms: nplurals=4; plural=n==1 ? 3 : n%10==1 && n%100!=11 ? 0 : n"
 "%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
 "X-Environment: kde\n"
@@ -26,16 +27,15 @@
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
 msgid "Your names"
-msgstr "?????????? ????????????,?????????? ??????????????????????"
+msgstr "?????????? ????????????,?????????? ??????????????????????,?????????? 
????????????????"
 
 #, kde-format
 msgctxt "EMAIL OF TRANSLATORS"
 msgid "Your emails"
-msgstr "[email protected],[email protected]"
+msgstr "[email protected],[email protected],[email protected]"
 
 #: src/application/apptemplatesmodel.cpp:158
-#, fuzzy, kde-format
-#| msgid "Templates Projects"
+#, kde-format
 msgctxt "@title:column"
 msgid "Templates Projects"
 msgstr "?????????????? ????????????????"
@@ -137,8 +137,7 @@
 "?????????????? <b>%1</b><br />."
 
 #: src/application/generatepage.cpp:233
-#, fuzzy, kde-format
-#| msgid "Error"
+#, kde-format
 msgctxt "@title:window"
 msgid "Error"
 msgstr "????????????"
@@ -156,15 +155,13 @@
 "???????????????????? Qt ?? KDE."
 
 #: src/application/kapptemplate.cpp:22
-#, fuzzy, kde-format
-#| msgid "KDE and Qt Template Generator"
+#, kde-format
 msgctxt "@title:window"
 msgid "KDE and Qt Template Generator"
 msgstr "?????????????????? ???????????????? KDE ?? Qt"
 
 #: src/application/kapptemplate.cpp:44
-#, fuzzy, kde-format
-#| msgid "Introduction"
+#, kde-format
 msgctxt "@title:tab"
 msgid "Introduction"
 msgstr "????????????????"
@@ -175,17 +172,15 @@
 msgstr "???????????????????? ???????????????? ??????????????"
 
 #: src/application/kapptemplate.cpp:53
-#, fuzzy, kde-format
-#| msgid "Generate"
+#, kde-format
 msgctxt "@action:button"
 msgid "Generate"
 msgstr "??????????????"
 
 #: src/application/kapptemplate.cpp:80
-#, fuzzy, kde-format
-#| msgid "Your project name is : %1"
+#, kde-format
 msgid "Your project name is: %1"
-msgstr "?????? ?????????????? : %1"
+msgstr "?????? ??????????????: %1"
 
 #. i18n: ectx: label, entry (appName), group (Project)
 #: src/application/kapptemplate.kcfg:11
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kapptemplate-21.08.3/po/zh_CN/kapptemplate.po 
new/kapptemplate-21.12.0/po/zh_CN/kapptemplate.po
--- old/kapptemplate-21.08.3/po/zh_CN/kapptemplate.po   2021-11-02 
01:14:11.000000000 +0100
+++ new/kapptemplate-21.12.0/po/zh_CN/kapptemplate.po   2021-12-03 
01:14:04.000000000 +0100
@@ -9,7 +9,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-04-02 00:19+0000\n"
-"PO-Revision-Date: 2021-10-29 13:28\n"
+"PO-Revision-Date: 2021-11-30 15:24\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"

Reply via email to