Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ktp-auth-handler for 
openSUSE:Factory checked in at 2022-04-24 00:19:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ktp-auth-handler (Old)
 and      /work/SRC/openSUSE:Factory/.ktp-auth-handler.new.1538 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ktp-auth-handler"

Sun Apr 24 00:19:42 2022 rev:38 rq:971554 version:22.04.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/ktp-auth-handler/ktp-auth-handler.changes        
2022-03-11 11:45:40.406904168 +0100
+++ 
/work/SRC/openSUSE:Factory/.ktp-auth-handler.new.1538/ktp-auth-handler.changes  
    2022-04-24 00:20:12.120289417 +0200
@@ -1,0 +2,23 @@
+Mon Apr 18 07:52:23 UTC 2022 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Update to 22.04.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/gear/22.04.0/
+
+-------------------------------------------------------------------
+Fri Apr  8 18:20:58 UTC 2022 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Update to 22.03.90
+  * New feature release
+
+-------------------------------------------------------------------
+Wed Mar 23 08:14:48 UTC 2022 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Update to 22.03.80
+  * New feature release
+- Changes since 21.12.3:
+  * build: Pass the version to project()
+  * Add CI
+
+-------------------------------------------------------------------

Old:
----
  ktp-auth-handler-21.12.3.tar.xz
  ktp-auth-handler-21.12.3.tar.xz.sig

New:
----
  ktp-auth-handler-22.04.0.tar.xz
  ktp-auth-handler-22.04.0.tar.xz.sig

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

Other differences:
------------------
++++++ ktp-auth-handler.spec ++++++
--- /var/tmp/diff_new_pack.BHrphk/_old  2022-04-24 00:20:12.600289780 +0200
+++ /var/tmp/diff_new_pack.BHrphk/_new  2022-04-24 00:20:12.604289783 +0200
@@ -20,7 +20,7 @@
 %{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without released
 Name:           ktp-auth-handler
-Version:        21.12.3
+Version:        22.04.0
 Release:        0
 Summary:        Telepathy auth handler
 License:        LGPL-2.1-or-later


++++++ ktp-auth-handler-21.12.3.tar.xz -> ktp-auth-handler-22.04.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktp-auth-handler-21.12.3/.gitlab-ci.yml 
new/ktp-auth-handler-22.04.0/.gitlab-ci.yml
--- old/ktp-auth-handler-21.12.3/.gitlab-ci.yml 1970-01-01 01:00:00.000000000 
+0100
+++ new/ktp-auth-handler-22.04.0/.gitlab-ci.yml 2022-04-12 23:11:14.000000000 
+0200
@@ -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/ktp-auth-handler-21.12.3/.kde-ci.yml 
new/ktp-auth-handler-22.04.0/.kde-ci.yml
--- old/ktp-auth-handler-21.12.3/.kde-ci.yml    1970-01-01 01:00:00.000000000 
+0100
+++ new/ktp-auth-handler-22.04.0/.kde-ci.yml    2022-04-12 23:11:14.000000000 
+0200
@@ -0,0 +1,13 @@
+# SPDX-FileCopyrightText: None
+# SPDX-License-Identifier: CC0-1.0
+
+Dependencies:
+- 'on': ['@all']
+  'require':
+    'frameworks/extra-cmake-modules': '@stable'
+    'frameworks/kwallet': '@stable'
+    'frameworks/ki18n': '@stable'
+    'frameworks/kio': '@stable'
+    'frameworks/kwidgetaddons': '@stable'
+    'network/kaccounts-integration': '@same'
+    'network/ktp-common-internals': '@same'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktp-auth-handler-21.12.3/CMakeLists.txt 
new/ktp-auth-handler-22.04.0/CMakeLists.txt
--- old/ktp-auth-handler-21.12.3/CMakeLists.txt 2022-03-01 01:15:06.000000000 
+0100
+++ new/ktp-auth-handler-22.04.0/CMakeLists.txt 2022-04-15 02:19:42.000000000 
+0200
@@ -1,12 +1,12 @@
-project(ktp-auth-handler)
+cmake_minimum_required(VERSION 3.16)
 
 # KDE Application Version, managed by release script
-set(RELEASE_SERVICE_VERSION_MAJOR "21")
-set(RELEASE_SERVICE_VERSION_MINOR "12")
-set(RELEASE_SERVICE_VERSION_MICRO "3")
+set(RELEASE_SERVICE_VERSION_MAJOR "22")
+set(RELEASE_SERVICE_VERSION_MINOR "04")
+set(RELEASE_SERVICE_VERSION_MICRO "0")
 set(KTP_AUTH_HANDLER_VERSION 
"${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}.${RELEASE_SERVICE_VERSION_MICRO}")
 
-cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
+project(ktp-auth-handler VERSION ${KTP_AUTH_HANDLER_VERSION})
 
 find_package(Qt5 5.3 CONFIG REQUIRED COMPONENTS DBus Gui Core Network) 
#Network for QSsl
 
@@ -15,9 +15,6 @@
 
 find_package(KF5 5.0 REQUIRED COMPONENTS Wallet WidgetsAddons I18n KIO)
 
-cmake_policy(SET CMP0002 OLD)
-
-set(IS_KTP_INTERNAL_MODULE TRUE)
 find_package (TelepathyQt5 0.8.9 REQUIRED)
 find_package (KTp REQUIRED)
 find_package (Qca-qt5 REQUIRED)
@@ -45,7 +42,6 @@
 include(KDEInstallDirs)
 include(KDECMakeSettings)
 include(KDECompilerSettings NO_POLICY_SCOPE)
-include(ECMPackageConfigHelpers)
 include(ECMMarkNonGuiExecutable)
 include(CMakePackageConfigHelpers)
 include(FeatureSummary)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktp-auth-handler-21.12.3/po/ar/ktp-auth-handler.po 
new/ktp-auth-handler-22.04.0/po/ar/ktp-auth-handler.po
--- old/ktp-auth-handler-21.12.3/po/ar/ktp-auth-handler.po      2022-03-01 
01:15:06.000000000 +0100
+++ new/ktp-auth-handler-22.04.0/po/ar/ktp-auth-handler.po      2022-04-15 
02:19:42.000000000 +0200
@@ -2,21 +2,22 @@
 # This file is distributed under the same license as the PACKAGE package.
 #
 # Safa Alfulaij <safa1996alful...@gmail.com>, ????????.
+# Zayed Al-Saidi <zayed.alsa...@gmail.com>, 2022.
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2019-05-20 03:11+0200\n"
-"PO-Revision-Date: ????????-????-???? ????:????+0300\n"
-"Last-Translator: Safa Alfulaij <safa1996alful...@gmail.com>\n"
-"Language-Team: Arabic <d...@arabeyes.org>\n"
+"PO-Revision-Date: 2022-02-07 09:14+0400\n"
+"Last-Translator: Zayed Al-Saidi <zayed.alsa...@gmail.com>\n"
+"Language-Team: ar\n"
 "Language: ar\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 "
 "&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
-"X-Generator: Lokalize 2.0\n"
+"X-Generator: Lokalize 21.07.70\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -36,12 +37,12 @@
 #: main.cpp:51
 #, kde-format
 msgid "Telepathy Authentication Handler"
-msgstr ""
+msgstr "?????????? ?????????????? ????????????"
 
 #: main.cpp:54
 #, kde-format
 msgid "David Edmundson"
-msgstr ""
+msgstr "David Edmundson"
 
 #: main.cpp:54 main.cpp:55
 #, kde-format
@@ -51,7 +52,7 @@
 #: main.cpp:55
 #, kde-format
 msgid "Daniele E. Domenichelli"
-msgstr ""
+msgstr "Daniele E. Domenichelli"
 
 #: tls-cert-verifier-op.cpp:89
 #, kde-format
@@ -76,6 +77,8 @@
 "The server failed the authenticity check (%1).\n"
 "\n"
 msgstr ""
+"?????? ???????????? ???? ???????????? ???? ?????????????????? (%1).\n"
+"\n"
 
 #: tls-cert-verifier-op.cpp:156 tls-cert-verifier-op.cpp:174
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-auth-handler-21.12.3/po/ca@valencia/ktp-auth-handler.po 
new/ktp-auth-handler-22.04.0/po/ca@valencia/ktp-auth-handler.po
--- old/ktp-auth-handler-21.12.3/po/ca@valencia/ktp-auth-handler.po     
2022-03-01 01:15:06.000000000 +0100
+++ new/ktp-auth-handler-22.04.0/po/ca@valencia/ktp-auth-handler.po     
2022-04-15 02:19:42.000000000 +0200
@@ -39,7 +39,7 @@
 #: main.cpp:51
 #, kde-format
 msgid "Telepathy Authentication Handler"
-msgstr "Gestor d'autenticaci?? del Telepathy"
+msgstr "Gestor d'autenticaci?? de Telepathy"
 
 #: main.cpp:54
 #, kde-format
@@ -64,11 +64,11 @@
 #: tls-cert-verifier-op.cpp:102
 #, kde-format
 msgid ""
-"The SSL/TLS support plugin is not available. Certificate validation cannot "
-"be done."
+"The SSL/TLS support plugin is not available. Certificate validation cannot be 
"
+"done."
 msgstr ""
-"El connector de la funcionalitat SSL/TLS no est?? disponible. No es pot fer "
-"la validaci?? del certificat."
+"El connector de la funcionalitat SSL/TLS no est?? disponible. No es pot fer 
la "
+"validaci?? del certificat."
 
 #: tls-cert-verifier-op.cpp:120
 #, kde-format
@@ -108,7 +108,7 @@
 #, kde-format
 msgid ""
 "Would you like to accept this certificate forever without being prompted?"
-msgstr "Voleu acceptar aquest certificat per sempre sense que se vos demane?"
+msgstr "Voleu acceptar este certificat per sempre sense que se vos demane?"
 
 #: tls-cert-verifier-op.cpp:175
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-auth-handler-21.12.3/po/zh_CN/ktp-auth-handler.po 
new/ktp-auth-handler-22.04.0/po/zh_CN/ktp-auth-handler.po
--- old/ktp-auth-handler-21.12.3/po/zh_CN/ktp-auth-handler.po   2022-03-01 
01:15:06.000000000 +0100
+++ new/ktp-auth-handler-22.04.0/po/zh_CN/ktp-auth-handler.po   2022-04-15 
02:19:42.000000000 +0200
@@ -7,8 +7,8 @@
 msgstr ""
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 03:11+0200\n"
-"PO-Revision-Date: 2022-02-26 05:18\n"
+"POT-Creation-Date: 2019-08-30 07:46+0200\n"
+"PO-Revision-Date: 2022-04-14 15:36\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"

Reply via email to