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 2021-04-24 23:07:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ktp-auth-handler (Old)
 and      /work/SRC/openSUSE:Factory/.ktp-auth-handler.new.12324 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ktp-auth-handler"

Sat Apr 24 23:07:55 2021 rev:25 rq:887742 version:21.04.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/ktp-auth-handler/ktp-auth-handler.changes        
2021-03-08 15:14:21.257806208 +0100
+++ 
/work/SRC/openSUSE:Factory/.ktp-auth-handler.new.12324/ktp-auth-handler.changes 
    2021-04-24 23:08:54.743374372 +0200
@@ -1,0 +2,23 @@
+Fri Apr 16 16:12:49 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:41:15 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:29:13 UTC 2021 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Update to 21.03.80
+  * New feature release
+- No code change since 20.12.3
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ ktp-auth-handler.spec ++++++
--- /var/tmp/diff_new_pack.FiWQNB/_old  2021-04-24 23:08:55.203375023 +0200
+++ /var/tmp/diff_new_pack.FiWQNB/_new  2021-04-24 23:08:55.207375028 +0200
@@ -21,13 +21,17 @@
 %{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:           ktp-auth-handler
-Version:        20.12.3
+Version:        21.04.0
 Release:        0
 Summary:        Telepathy auth handler
 License:        LGPL-2.1-or-later
 Group:          Productivity/Networking/Instant Messenger
 URL:            
https://community.kde.org/Real-Time_Communication_and_Collaboration
 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:  fdupes
 BuildRequires:  libqca-qt5-devel
@@ -40,10 +44,10 @@
 BuildRequires:  cmake(KF5Wallet)
 BuildRequires:  cmake(KF5WidgetsAddons)
 BuildRequires:  cmake(KTp)
-BuildRequires:  cmake(Qt5Core) >= 5.3.0
-BuildRequires:  cmake(Qt5DBus) >= 5.3.0
-BuildRequires:  cmake(Qt5Gui) >= 5.3.0
-BuildRequires:  cmake(Qt5Network) >= 5.3.0
+BuildRequires:  cmake(Qt5Core)
+BuildRequires:  cmake(Qt5DBus)
+BuildRequires:  cmake(Qt5Gui)
+BuildRequires:  cmake(Qt5Network)
 BuildRequires:  pkgconfig(accounts-qt5)
 BuildRequires:  pkgconfig(libsignon-qt5)
 Requires:       libqca-qt5-plugins
@@ -51,18 +55,15 @@
 Recommends:     %{name}-lang
 Obsoletes:      %{name}5 < %{version}
 Provides:       %{name}5 = %{version}
-%if %{with lang}
-Source1:        
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
-Source2:        applications.keyring
-%endif
 
 %description
-Telepathy-auth-handler provides UI/KWallet integration for passwords and SSL 
errors on account connect
+Telepathy-auth-handler provides UI/KWallet integration for passwords and
+SSL errors on account connect.
 
 %lang_package
 
 %prep
-%setup -q
+%autosetup -p1
 
 %build
   %cmake_kf5 -d build


++++++ ktp-auth-handler-20.12.3.tar.xz -> ktp-auth-handler-21.04.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktp-auth-handler-20.12.3/CMakeLists.txt 
new/ktp-auth-handler-21.04.0/CMakeLists.txt
--- old/ktp-auth-handler-20.12.3/CMakeLists.txt 2021-03-02 01:49:59.000000000 
+0100
+++ new/ktp-auth-handler-21.04.0/CMakeLists.txt 2021-04-16 10:44:45.000000000 
+0200
@@ -1,9 +1,9 @@
 project(ktp-auth-handler)
 
 # 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(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)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktp-auth-handler-20.12.3/po/ia/ktp-auth-handler.po 
new/ktp-auth-handler-21.04.0/po/ia/ktp-auth-handler.po
--- old/ktp-auth-handler-20.12.3/po/ia/ktp-auth-handler.po      2021-03-02 
01:49:59.000000000 +0100
+++ new/ktp-auth-handler-21.04.0/po/ia/ktp-auth-handler.po      2021-04-16 
10:44:45.000000000 +0200
@@ -7,7 +7,7 @@
 "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: 2020-11-23 22:38+0100\n"
+"PO-Revision-Date: 2020-11-15 21:26+0100\n"
 "Last-Translator: Giovanni Sora <g.s...@tiscali.it>\n"
 "Language-Team: Interlingua <kde-i18n-...@kde.org>\n"
 "Language: ia\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-auth-handler-20.12.3/po/zh_CN/ktp-auth-handler.po 
new/ktp-auth-handler-21.04.0/po/zh_CN/ktp-auth-handler.po
--- old/ktp-auth-handler-20.12.3/po/zh_CN/ktp-auth-handler.po   2021-03-02 
01:49:59.000000000 +0100
+++ new/ktp-auth-handler-21.04.0/po/zh_CN/ktp-auth-handler.po   2021-04-16 
10:44:45.000000000 +0200
@@ -8,7 +8,7 @@
 "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: 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