Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ksshaskpass5 for openSUSE:Factory 
checked in at 2022-02-07 23:37:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ksshaskpass5 (Old)
 and      /work/SRC/openSUSE:Factory/.ksshaskpass5.new.1898 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ksshaskpass5"

Mon Feb  7 23:37:00 2022 rev:124 rq:951878 version:5.24.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/ksshaskpass5/ksshaskpass5.changes        
2022-01-11 21:14:14.244746456 +0100
+++ /work/SRC/openSUSE:Factory/.ksshaskpass5.new.1898/ksshaskpass5.changes      
2022-02-07 23:37:13.342796209 +0100
@@ -1,0 +2,20 @@
+Sat Feb  5 19:50:57 UTC 2022 - Fabian Vogt <[email protected]>
+
+- Update to 5.24.0
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/plasma/5/5.24.0
+- No code changes since 5.23.90
+
+-------------------------------------------------------------------
+Thu Jan 13 20:30:12 UTC 2022 - Fabian Vogt <[email protected]>
+
+- Update to 5.23.90
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/plasma/5/5.23.90
+- Changes since 5.23.5:
+  * Add FreeBSD CI
+  * Add CI linux
+
+-------------------------------------------------------------------

Old:
----
  ksshaskpass-5.23.5.tar.xz
  ksshaskpass-5.23.5.tar.xz.sig

New:
----
  ksshaskpass-5.24.0.tar.xz
  ksshaskpass-5.24.0.tar.xz.sig

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

Other differences:
------------------
++++++ ksshaskpass5.spec ++++++
--- /var/tmp/diff_new_pack.s4HIZO/_old  2022-02-07 23:37:13.890792521 +0100
+++ /var/tmp/diff_new_pack.s4HIZO/_new  2022-02-07 23:37:13.898792467 +0100
@@ -16,17 +16,17 @@
 #
 
 
-%bcond_without lang
+%bcond_without released
 Name:           ksshaskpass5
-Version:        5.23.5
+Version:        5.24.0
 Release:        0
 Summary:        Plasma 5 version of ssh-askpass
 License:        GPL-2.0-or-later
 Group:          System/GUI/KDE
 URL:            http://www.kde.org/
-Source:         
https://download.kde.org/stable/plasma/%{version}/ksshaskpass-%{version}.tar.xz
-%if %{with lang}
-Source1:        
https://download.kde.org/stable/plasma/%{version}/ksshaskpass-%{version}.tar.xz.sig
+Source:         ksshaskpass-%{version}.tar.xz
+%if %{with released}
+Source1:        ksshaskpass-%{version}.tar.xz.sig
 Source2:        plasma.keyring
 %endif
 BuildRequires:  extra-cmake-modules
@@ -56,7 +56,7 @@
 
 %install
   %kf5_makeinstall -C build
-%if %{with lang}
+%if %{with released}
   %kf5_find_lang
 %endif
 
@@ -66,7 +66,7 @@
 %{_libexecdir}/ssh/ksshaskpass
 %doc %lang(en) %{_kf5_mandir}/man1/ksshaskpass.1*
 
-%if %{with lang}
+%if %{with released}
 %files lang -f %{name}.lang
 %endif
 

++++++ ksshaskpass-5.23.5.tar.xz -> ksshaskpass-5.24.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksshaskpass-5.23.5/.gitlab-ci.yml 
new/ksshaskpass-5.24.0/.gitlab-ci.yml
--- old/ksshaskpass-5.23.5/.gitlab-ci.yml       1970-01-01 01:00:00.000000000 
+0100
+++ new/ksshaskpass-5.24.0/.gitlab-ci.yml       2022-02-03 15:32:26.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/ksshaskpass-5.23.5/.kde-ci.yml 
new/ksshaskpass-5.24.0/.kde-ci.yml
--- old/ksshaskpass-5.23.5/.kde-ci.yml  1970-01-01 01:00:00.000000000 +0100
+++ new/ksshaskpass-5.24.0/.kde-ci.yml  2022-02-03 15:32:26.000000000 +0100
@@ -0,0 +1,12 @@
+# SPDX-FileCopyrightText: None
+# SPDX-License-Identifier: CC0-1.0
+
+Dependencies:
+- 'on': ['@all']
+  'require':
+    'frameworks/extra-cmake-modules': '@stable'
+    'frameworks/kcoreaddons': '@stable'
+    'frameworks/ki18n': '@stable'
+    'frameworks/kwallet': '@stable'
+    'frameworks/kwidgetsaddons': '@stable'
+    'frameworks/kdoctools': '@stable'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksshaskpass-5.23.5/CMakeLists.txt 
new/ksshaskpass-5.24.0/CMakeLists.txt
--- old/ksshaskpass-5.23.5/CMakeLists.txt       2022-01-04 09:57:11.000000000 
+0100
+++ new/ksshaskpass-5.24.0/CMakeLists.txt       2022-02-03 15:32:47.000000000 
+0100
@@ -1,6 +1,6 @@
 project(ksshaskpass)
 cmake_minimum_required(VERSION 3.16)
-set(PROJECT_VERSION "5.23.5")
+set(PROJECT_VERSION "5.24.0")
 
 set(QT_MIN_VERSION "5.15.0")
 set(KF5_MIN_VERSION "5.86")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksshaskpass-5.23.5/po/ar/ksshaskpass.po 
new/ksshaskpass-5.24.0/po/ar/ksshaskpass.po
--- old/ksshaskpass-5.23.5/po/ar/ksshaskpass.po 2022-01-04 09:56:53.000000000 
+0100
+++ new/ksshaskpass-5.24.0/po/ar/ksshaskpass.po 2022-02-03 15:32:27.000000000 
+0100
@@ -2,21 +2,22 @@
 # This file is distributed under the same license as the PACKAGE package.
 #
 # Safa Alfulaij <[email protected]>, ????????.
+# Zayed Al-Saidi <[email protected]>, 2021.
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-05-01 00:20+0000\n"
-"PO-Revision-Date: ????????-????-???? ????:????+0300\n"
-"Last-Translator: Safa Alfulaij <[email protected]>\n"
-"Language-Team: Arabic <[email protected]>\n"
+"PO-Revision-Date: 2021-12-19 18:58+0400\n"
+"Last-Translator: Zayed Al-Saidi <[email protected]>\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"
@@ -31,7 +32,7 @@
 #: main.cpp:247 main.cpp:318 main.cpp:338
 #, kde-format
 msgid "Ksshaskpass"
-msgstr ""
+msgstr "Ksshaskpass"
 
 #: main.cpp:249
 #, kde-format
@@ -45,6 +46,9 @@
 "(c) 2008-2010 Armin Berres\n"
 "(c) 2013 Pali Roh??r"
 msgstr ""
+"(c) 2006 Hans van Leeuwen\n"
+"(c) 2008-2010 Armin Berres\n"
+"(c) 2013 Pali Roh??r"
 
 #: main.cpp:252
 #, kde-format
@@ -56,7 +60,7 @@
 #: main.cpp:256 main.cpp:259
 #, kde-format
 msgid "Armin Berres"
-msgstr ""
+msgstr "Armin Berres"
 
 #: main.cpp:256 main.cpp:259
 #, kde-format
@@ -66,7 +70,7 @@
 #: main.cpp:257 main.cpp:260
 #, kde-format
 msgid "Hans van Leeuwen"
-msgstr ""
+msgstr "Hans van Leeuwen"
 
 #: main.cpp:257 main.cpp:260
 #, kde-format
@@ -76,12 +80,12 @@
 #: main.cpp:258 main.cpp:261
 #, kde-format
 msgid "Pali Roh??r"
-msgstr ""
+msgstr "Pali Roh??r"
 
 #: main.cpp:258 main.cpp:261
 #, kde-format
 msgid "Contributor"
-msgstr ""
+msgstr "??????????"
 
 #: main.cpp:266
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksshaskpass-5.23.5/po/zh_CN/ksshaskpass.po 
new/ksshaskpass-5.24.0/po/zh_CN/ksshaskpass.po
--- old/ksshaskpass-5.23.5/po/zh_CN/ksshaskpass.po      2022-01-04 
09:57:11.000000000 +0100
+++ new/ksshaskpass-5.24.0/po/zh_CN/ksshaskpass.po      2022-02-03 
15:32:47.000000000 +0100
@@ -7,7 +7,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-05-01 00:20+0000\n"
-"PO-Revision-Date: 2021-12-22 14:10\n"
+"PO-Revision-Date: 2022-01-08 15:23\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
@@ -18,8 +18,8 @@
 "X-Crowdin-Project: kdeorg\n"
 "X-Crowdin-Project-ID: 269464\n"
 "X-Crowdin-Language: zh-CN\n"
-"X-Crowdin-File: /kf5-stable/messages/ksshaskpass/ksshaskpass.pot\n"
-"X-Crowdin-File-ID: 2623\n"
+"X-Crowdin-File: /kf5-trunk/messages/ksshaskpass/ksshaskpass.pot\n"
+"X-Crowdin-File-ID: 4452\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"

Reply via email to