Script 'mail_helper' called by obssrc
Hello community,

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

Package is "kmag"

Mon Dec 13 20:39:34 2021 rev:122 rq:937966 version:21.12.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kmag/kmag.changes        2021-11-06 
18:15:35.772808947 +0100
+++ /work/SRC/openSUSE:Factory/.kmag.new.2520/kmag.changes      2021-12-13 
20:40:39.980457663 +0100
@@ -1,0 +2,25 @@
+Fri Dec  3 19:22:12 UTC 2021 - Christophe Giboudeaux <christo...@krop.fr>
+
+- 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:11:06 UTC 2021 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Update to 21.11.90
+  * New feature release
+- No code change since 21.11.80
+
+-------------------------------------------------------------------
+Sat Nov 13 17:55:28 UTC 2021 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Update to 21.11.80
+  * New feature release
+- Changes since 21.08.3:
+  * Add FreeBSD CI
+  * Add CI Linux
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ kmag.spec ++++++
--- /var/tmp/diff_new_pack.eROk4z/_old  2021-12-13 20:40:40.580457737 +0100
+++ /var/tmp/diff_new_pack.eROk4z/_new  2021-12-13 20:40:40.584457737 +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:           kmag
-Version:        21.08.3
+Version:        21.12.0
 Release:        0
 Summary:        Screen Magnifier
 License:        GPL-2.0-only


++++++ kmag-21.08.3.tar.xz -> kmag-21.12.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmag-21.08.3/.gitlab-ci.yml 
new/kmag-21.12.0/.gitlab-ci.yml
--- old/kmag-21.08.3/.gitlab-ci.yml     1970-01-01 01:00:00.000000000 +0100
+++ new/kmag-21.12.0/.gitlab-ci.yml     2021-12-02 22:25:09.000000000 +0100
@@ -0,0 +1,6 @@
+# SPDX-FileCopyrightText: None
+# SPDX-License-Identifier: CC0-1.0
+
+include:
+  - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/linux.yml
+  - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/freebsd.yml
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmag-21.08.3/.kde-ci.yml new/kmag-21.12.0/.kde-ci.yml
--- old/kmag-21.08.3/.kde-ci.yml        1970-01-01 01:00:00.000000000 +0100
+++ new/kmag-21.12.0/.kde-ci.yml        2021-12-02 22:25:09.000000000 +0100
@@ -0,0 +1,11 @@
+# SPDX-FileCopyrightText: None
+# SPDX-License-Identifier: CC0-1.0
+
+Dependencies:
+- 'on': ['@all']
+  'require':
+    'frameworks/extra-cmake-modules': '@stable'
+    'frameworks/kdoctools': '@stable'
+    'frameworks/ki18n': '@stable'
+    'frameworks/kio': '@stable'
+    'frameworks/kxmlgui': '@stable'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmag-21.08.3/CMakeLists.txt 
new/kmag-21.12.0/CMakeLists.txt
--- old/kmag-21.08.3/CMakeLists.txt     2021-10-31 11:21:25.000000000 +0100
+++ new/kmag-21.12.0/CMakeLists.txt     2021-12-02 22:25:09.000000000 +0100
@@ -2,14 +2,14 @@
 
 # KDE Application 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_VERSION 
"${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}.${RELEASE_SERVICE_VERSION_MICRO}")
 
 project(kmag VERSION ${RELEASE_SERVICE_VERSION})
 
 set(QT_MIN_VERSION "5.15.0")
-set(KF5_MIN_VERSION "5.83.0")
+set(KF5_MIN_VERSION "5.85.0")
 
 find_package(ECM ${KF5_MIN_VERSION} REQUIRED NO_MODULE)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH})
@@ -44,17 +44,12 @@
 )
 
 add_definitions(
-    -DQT_DEPRECATED_WARNINGS
-    -DQT_NO_CAST_TO_ASCII
-    -DQT_NO_CAST_FROM_ASCII
-    -DQT_NO_URL_CAST_FROM_STRING
-    -DQT_NO_CAST_FROM_BYTEARRAY
-    -DQT_NO_SIGNALS_SLOTS_KEYWORDS
-    -DQT_USE_QSTRINGBUILDER
-    -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT
+    -DQT_DISABLE_DEPRECATED_BEFORE=0x050F00
+    -DQT_DEPRECATED_WARNINGS_SINCE=0x060000
+    -DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x055600
+    -DKF_DEPRECATED_WARNINGS_SINCE=0x060000
 )
-set(CMAKE_CXX_STANDARD 17)
-set(CMAKE_CXX_STANDARD_REQUIRED ON)
+
 add_subdirectory( doc )
 add_subdirectory( pics )
 add_subdirectory( src )
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmag-21.08.3/po/ca@valencia/kmag.po 
new/kmag-21.12.0/po/ca@valencia/kmag.po
--- old/kmag-21.08.3/po/ca@valencia/kmag.po     2021-11-02 01:09:34.000000000 
+0100
+++ new/kmag-21.12.0/po/ca@valencia/kmag.po     2021-12-03 01:10:29.000000000 
+0100
@@ -571,3 +571,6 @@
 #, kde-format
 msgid "Some tips"
 msgstr "Alguns consells"
+
+#~ msgid "File to open"
+#~ msgstr "Fitxer a obrir"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmag-21.08.3/po/ia/kmag.po 
new/kmag-21.12.0/po/ia/kmag.po
--- old/kmag-21.08.3/po/ia/kmag.po      2021-11-02 01:09:34.000000000 +0100
+++ new/kmag-21.12.0/po/ia/kmag.po      2021-12-03 01:10:29.000000000 +0100
@@ -7,7 +7,7 @@
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-06-30 00:12+0000\n"
-"PO-Revision-Date: 2021-08-02 23:07+0200\n"
+"PO-Revision-Date: 2021-11-29 23:09+0100\n"
 "Last-Translator: giovanni <g.s...@tiscali.it>\n"
 "Language-Team: Interlingua <kde-i18n-...@kde.org>\n"
 "Language: ia\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 21.04.3\n"
+"X-Generator: Lokalize 21.08.3\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -130,6 +130,9 @@
 "display. Stopping the update will zero the processing power required (CPU "
 "usage)"
 msgstr ""
+"Pulsar sur iste icone <b>startara</p> / <b>stoppara</b> a actualisar le "
+"monstrator. Stoppar actualisar reducera a zero le usage de potentia de "
+"processar requirite (CPU)"
 
 #: kmag.cpp:136
 #, kde-format
@@ -162,6 +165,8 @@
 "Click on this button to copy the current zoomed view to the clipboard which "
 "you can paste in other applications."
 msgstr ""
+"Pulsa sur iste button per copiar le vista currentemente sub zoom al are de "
+"transferentia que tu pote collar in altere applicationes."
 
 #: kmag.cpp:151
 #, kde-format
@@ -181,12 +186,12 @@
 #: kmag.cpp:162
 #, kde-format
 msgid "Magnify around the mouse cursor"
-msgstr ""
+msgstr "Aggrandi circa le cursor de mus"
 
 #: kmag.cpp:163
 #, kde-format
 msgid "If selected, the area around the mouse cursor is magnified"
-msgstr ""
+msgstr "Si seligite, le area circa le cursor de mus es aggrandite"
 
 #: kmag.cpp:167
 #, kde-format
@@ -201,17 +206,17 @@
 #: kmag.cpp:172
 #, kde-format
 msgid "Magnify around the keyboard focus"
-msgstr ""
+msgstr "Aggrandi circa le foco de claviero"
 
 #: kmag.cpp:173
 #, kde-format
 msgid "If selected, the area around the keyboard cursor is magnified"
-msgstr ""
+msgstr "Si seligite, le area circa le cursor de claviero es aggrandite"
 
 #: kmag.cpp:177
 #, kde-format
 msgid "Se&lection Window Mode"
-msgstr ""
+msgstr "Modo de fenestra de Se&lection"
 
 #: kmag.cpp:181
 #, kde-format
@@ -221,12 +226,12 @@
 #: kmag.cpp:182
 #, kde-format
 msgid "Show a window for selecting the magnified area"
-msgstr ""
+msgstr "Monstra un fenestrape seliger le area aggrandite"
 
 #: kmag.cpp:184
 #, kde-format
 msgid "&Whole Screen Mode"
-msgstr ""
+msgstr "Modo de Sc&hermo Complete"
 
 #: kmag.cpp:188
 #, kde-format
@@ -236,12 +241,13 @@
 #: kmag.cpp:189
 #, kde-format
 msgid "Magnify the whole screen"
-msgstr ""
+msgstr "Aggrandi le schermo complete"
 
 #: kmag.cpp:190
 #, kde-format
 msgid "Click on this button to fit the zoom view to the zoom window."
 msgstr ""
+"Pulsa sur iste button proo adaptar le vista de zoom al fenestra de zoom."
 
 #: kmag.cpp:192
 #, kde-format
@@ -271,12 +277,12 @@
 #: kmag.cpp:206
 #, kde-format
 msgid "The KMagnifier Window stays on top of other windows."
-msgstr ""
+msgstr "Le Fenestra de KMagnifier remane super le altere fenestras."
 
 #: kmag.cpp:209
 #, kde-format
 msgid "Click on this button to <b>zoom-in</b> on the selected region."
-msgstr ""
+msgstr "Pulsa sur iste button per <b>aggrandir</b> sur le region seligite."
 
 #: kmag.cpp:211
 #, kde-format
@@ -286,7 +292,7 @@
 #: kmag.cpp:214
 #, kde-format
 msgid "Select the zoom factor."
-msgstr ""
+msgstr "Selige le factor de zoom."
 
 #: kmag.cpp:215
 #, kde-format
@@ -296,7 +302,7 @@
 #: kmag.cpp:218
 #, kde-format
 msgid "Click on this button to <b>zoom-out</b> on the selected region."
-msgstr ""
+msgstr "Pulsa sur iste button per <b>diminuer</b> sur le region seligite."
 
 #: kmag.cpp:220
 #, kde-format
@@ -324,6 +330,8 @@
 "Select the refresh rate. The higher the rate, the more computing power (CPU) "
 "will be needed."
 msgstr ""
+"Selige le rata de refresc. Le rata plus alte, le plus potentia de computar "
+"(CPU) essera necessitate."
 
 #: kmag.cpp:233
 #, kde-format
@@ -339,12 +347,12 @@
 #: kmag.cpp:238
 #, kde-format
 msgid "Select a mode to simulate various types of color-blindness."
-msgstr ""
+msgstr "Selige un modo a simular varie typos de cecitate de color."
 
 #: kmag.cpp:239
 #, kde-format
 msgid "Color-blindness Simulation Mode"
-msgstr ""
+msgstr "Modo de simulation de cecitate de color"
 
 #: kmag.cpp:571
 #, kde-format
@@ -357,6 +365,8 @@
 "Unable to save temporary file (before uploading to the network file you "
 "specified)."
 msgstr ""
+"Incapace a salveguardar file temporanee (ante incargar al filel de rete qu "
+"tu specificava)."
 
 #: kmag.cpp:586 kmag.cpp:591 kmag.cpp:601
 #, kde-format
@@ -388,6 +398,8 @@
 "Unable to save file. Please check if you have permission to write to the "
 "directory."
 msgstr ""
+"Incapace a salveguardar file. Pro favor tu verifica situ ha permissiones a "
+"scriber al directorio."
 
 #: kmag.cpp:619
 #, kde-format
@@ -468,6 +480,8 @@
 "This is the main window which shows the contents of the selected region. The "
 "contents will be magnified according to the zoom level that is set."
 msgstr ""
+"Isto es le fenestra principal que monstra le contentos del region seligite. "
+"Le contentos essera aggrandite secunde le nivello de zoom que non es fixate."
 
 #: main.cpp:46
 #, kde-format
@@ -516,6 +530,8 @@
 "Rework of the user interface, improved selection window, speed optimization, "
 "rotation, bug fixes"
 msgstr ""
+"Revider le interfacie de usator, fenestra de selection meliorate, "
+"optimisation de velocitate, rotation, correctiones de error."
 
 #: main.cpp:57
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmag-21.08.3/po/zh_CN/kmag.po 
new/kmag-21.12.0/po/zh_CN/kmag.po
--- old/kmag-21.08.3/po/zh_CN/kmag.po   2021-11-02 01:09:34.000000000 +0100
+++ new/kmag-21.12.0/po/zh_CN/kmag.po   2021-12-03 01:10:29.000000000 +0100
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-06-30 00:12+0000\n"
-"PO-Revision-Date: 2021-10-29 13:27\n"
+"PO-Revision-Date: 2021-11-30 15:23\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmag-21.08.3/src/kmagselrect.h 
new/kmag-21.12.0/src/kmagselrect.h
--- old/kmag-21.08.3/src/kmagselrect.h  2021-10-31 11:21:25.000000000 +0100
+++ new/kmag-21.12.0/src/kmagselrect.h  2021-12-02 22:25:09.000000000 +0100
@@ -34,7 +34,7 @@
 
     explicit KMagSelWinCorner ( QWidget * parent = nullptr );
 
-    virtual ~KMagSelWinCorner();
+    ~KMagSelWinCorner() override;
 
 Q_SIGNALS:
 
@@ -58,7 +58,7 @@
 
     explicit KMagSelWin ( QWidget * parent = nullptr );
 
-    virtual ~KMagSelWin();
+    ~KMagSelWin() override;
 
     void setSelRect ( const QRect & selRect );
     QRect getSelRect ();
@@ -107,7 +107,7 @@
     KMagSelRect(int left, int top, int width, int height,
       QWidget *selWindowParent=nullptr);
 
-    virtual ~KMagSelRect();
+    ~KMagSelRect() override;
 
     bool visible() const;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmag-21.08.3/src/kmagzoomview.h 
new/kmag-21.12.0/src/kmagzoomview.h
--- old/kmag-21.08.3/src/kmagzoomview.h 2021-10-31 11:21:25.000000000 +0100
+++ new/kmag-21.12.0/src/kmagzoomview.h 2021-12-02 22:25:09.000000000 +0100
@@ -58,7 +58,7 @@
     explicit KMagZoomView(QWidget *parent = nullptr, const char *name=nullptr);
 
     /// Destructor for the main view
-    ~KMagZoomView();
+    ~KMagZoomView() override;
 
     /// Toggles the refreshing of the window
     void toggleRefresh();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmag-21.08.3/src/org.kde.kmag.appdata.xml 
new/kmag-21.12.0/src/org.kde.kmag.appdata.xml
--- old/kmag-21.08.3/src/org.kde.kmag.appdata.xml       2021-10-31 
11:21:25.000000000 +0100
+++ new/kmag-21.12.0/src/org.kde.kmag.appdata.xml       2021-12-02 
22:25:09.000000000 +0100
@@ -88,6 +88,7 @@
     <p xml:lang="fi">KMag on pieni Linux-ty??kalu n??yt??n osan 
suurentamiseksi. KMagista on hy??ty?? heikkon??k??isille, kuvia tarkoin 
tutkiville tai esimerkiksi verkkokehityst?? tekeville.</p>
     <p xml:lang="fr">KMag est un petit utilitaire Linux qui permet de zoomer 
sur une partie de l'??cran. KMag est tr??s utile pour les personnes atteintes 
de d??ficiences visuelles ou travaillant dans les domaines de l'analyse 
d'images, du d??veloppement Web, etc.</p>
     <p xml:lang="gl">KMag ?? unha pequena utilidade para Linux para aumentar 
unha parte da pantalla. KMag ?? moi ??til para a xente con discapacidades 
visuais e para traballadores dos campos de an??lise de imaxes, desenvolvemento 
web, etc.</p>
+    <p xml:lang="ia">KMag es un parve utilitate per Linux per aggrandir un 
parte de schermo. KMag es multe utile per gente con dishabilitates visual e 
illos travaliante in le campos del analysis de image, disveloppamento web 
etc.</p>
     <p xml:lang="id">KMag adalah utilitas kecil buat Linux untuk memperbesar 
bagian layar. KMag sangat berguna bagi para penyandang cacat visual dan bagi 
mereka yang bekerja di bidang analisis gambar, pengembangan web, dll.</p>
     <p xml:lang="it">KMag ?? un piccolo programma per ingrandire una parte 
dello schermo. ?? molto utile alle persone con disabilit?? visive e per quelli 
che lavorano nel campo dell'analisi delle immagini, dello sviluppo web ecc.</p>
     <p xml:lang="ko">KMag??? ???????????? ?????? ??????????????????. ?????? 
????????? ?????? ???????????? ????????? ??????, ??? ?????? ?????? 
???????????????.</p>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmag-21.08.3/src/org.kde.kmag.desktop 
new/kmag-21.12.0/src/org.kde.kmag.desktop
--- old/kmag-21.08.3/src/org.kde.kmag.desktop   2021-10-31 11:21:25.000000000 
+0100
+++ new/kmag-21.12.0/src/org.kde.kmag.desktop   2021-12-02 22:25:09.000000000 
+0100
@@ -160,7 +160,7 @@
 Comment[fi]=N??yt??nsuurennusty??kalu
 Comment[fr]=Un outil loupe d'??cran
 Comment[gl]=Unha ferramenta de aumento da pantalla.
-Comment[ia]=Un insrumento per aggrandir le schermo
+Comment[ia]=Un instrumento per aggrandir le schermo
 Comment[it]=Uno strumento per l'ingrandimento dello schermo
 Comment[ko]=?????? ????????? ??????
 Comment[nl]=Een hulpmiddel als vergrootglas op het scherm

Reply via email to