Hello community,

here is the log from the commit of package kdesu for openSUSE:Factory checked 
in at 2020-10-12 13:54:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kdesu (Old)
 and      /work/SRC/openSUSE:Factory/.kdesu.new.3486 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kdesu"

Mon Oct 12 13:54:30 2020 rev:83 rq:840813 version:5.75.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kdesu/kdesu.changes      2020-09-18 
14:40:03.591930555 +0200
+++ /work/SRC/openSUSE:Factory/.kdesu.new.3486/kdesu.changes    2020-10-12 
13:55:59.570132996 +0200
@@ -1,0 +2,9 @@
+Mon Oct  5 08:33:07 UTC 2020 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Update to 5.75.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/kde-frameworks-5.75.0
+- No code change since 5.74.0
+
+-------------------------------------------------------------------

Old:
----
  kdesu-5.74.0.tar.xz
  kdesu-5.74.0.tar.xz.sig

New:
----
  kdesu-5.75.0.tar.xz
  kdesu-5.75.0.tar.xz.sig

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

Other differences:
------------------
++++++ kdesu.spec ++++++
--- /var/tmp/diff_new_pack.whKUpp/_old  2020-10-12 13:56:01.502133801 +0200
+++ /var/tmp/diff_new_pack.whKUpp/_new  2020-10-12 13:56:01.502133801 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5Su5
-%define _tar_path 5.74
+%define _tar_path 5.75
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:           kdesu
-Version:        5.74.0
+Version:        5.75.0
 Release:        0
 Summary:        User interface for running shell commands with root privileges
 License:        LGPL-2.1-or-later


++++++ kdesu-5.74.0.tar.xz -> kdesu-5.75.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdesu-5.74.0/CMakeLists.txt 
new/kdesu-5.75.0/CMakeLists.txt
--- old/kdesu-5.74.0/CMakeLists.txt     2020-09-06 12:22:07.000000000 +0200
+++ new/kdesu-5.75.0/CMakeLists.txt     2020-10-04 20:43:37.000000000 +0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.74.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.74.0") # handled by release scripts
+set(KF5_VERSION "5.75.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.75.0") # handled by release scripts
 project(KDESu VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.74.0  NO_MODULE)
+find_package(ECM 5.75.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL "https://commits.kde.org/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdesu-5.74.0/po/ca/kdesud5.po 
new/kdesu-5.75.0/po/ca/kdesud5.po
--- old/kdesu-5.74.0/po/ca/kdesud5.po   2020-09-06 12:22:07.000000000 +0200
+++ new/kdesu-5.75.0/po/ca/kdesud5.po   2020-10-04 20:43:37.000000000 +0200
@@ -7,7 +7,7 @@
 # Antoni Bella Pérez <antonibel...@yahoo.com>, 2014.
 msgid ""
 msgstr ""
-"Project-Id-Version: kdesud5\n"
+"Project-Id-Version: kdesu\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-08-09 02:04+0200\n"
 "PO-Revision-Date: 2014-06-25 15:58+0200\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdesu-5.74.0/po/ca@valencia/kdesud5.po 
new/kdesu-5.75.0/po/ca@valencia/kdesud5.po
--- old/kdesu-5.74.0/po/ca@valencia/kdesud5.po  2020-09-06 12:22:07.000000000 
+0200
+++ new/kdesu-5.75.0/po/ca@valencia/kdesud5.po  2020-10-04 20:43:37.000000000 
+0200
@@ -7,7 +7,7 @@
 # Antoni Bella Pérez <antonibel...@yahoo.com>, 2014.
 msgid ""
 msgstr ""
-"Project-Id-Version: kdesud5\n"
+"Project-Id-Version: kdesu\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-08-09 02:04+0200\n"
 "PO-Revision-Date: 2014-06-25 15:58+0200\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdesu-5.74.0/po/ro/kdesud5.po 
new/kdesu-5.75.0/po/ro/kdesud5.po
--- old/kdesu-5.74.0/po/ro/kdesud5.po   2020-09-06 12:22:07.000000000 +0200
+++ new/kdesu-5.75.0/po/ro/kdesud5.po   2020-10-04 20:43:37.000000000 +0200
@@ -1,14 +1,14 @@
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
+# Sergiu Bivol <ser...@cip.md>, 2014.
 #
-# Sergiu Bivol <ser...@ase.md>, 2014.
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-08-09 02:04+0200\n"
 "PO-Revision-Date: 2014-08-16 14:50+0300\n"
-"Last-Translator: Sergiu Bivol <ser...@ase.md>\n"
+"Last-Translator: Sergiu Bivol <ser...@cip.md>\n"
 "Language-Team: Romanian <kde-i18n...@kde.org>\n"
 "Language: ro\n"
 "MIME-Version: 1.0\n"
@@ -16,7 +16,6 @@
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=3; plural=n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < "
 "20)) ? 1 : 2;\n"
-"X-Generator: Lokalize 1.5\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -26,7 +25,7 @@
 #, kde-format
 msgctxt "EMAIL OF TRANSLATORS"
 msgid "Your emails"
-msgstr "ser...@ase.md"
+msgstr "ser...@cip.md"
 
 #: kdesud.cpp:271
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdesu-5.74.0/po/se/kdesud5.po 
new/kdesu-5.75.0/po/se/kdesud5.po
--- old/kdesu-5.74.0/po/se/kdesud5.po   2020-09-06 12:22:07.000000000 +0200
+++ new/kdesu-5.75.0/po/se/kdesud5.po   2020-10-04 20:43:37.000000000 +0200
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: kdesud\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 02:55+0200\n"
+"POT-Creation-Date: 2020-08-09 02:04+0200\n"
 "PO-Revision-Date: 2007-12-10 05:00+0100\n"
 "Last-Translator: Børre Gaup <boe...@skolelinux.no>\n"
 "Language-Team: Northern Sami <l10n...@lister.huftis.org>\n"
@@ -29,27 +29,27 @@
 msgid "Your emails"
 msgstr "boe...@skolelinux.no"
 
-#: kdesud.cpp:274
+#: kdesud.cpp:271
 #, kde-format
 msgid "KDE su daemon"
 msgstr "KDE su daemon"
 
-#: kdesud.cpp:275
+#: kdesud.cpp:272
 #, kde-format
 msgid "Daemon used by kdesu"
 msgstr "Deamona maid kdesu geavaha"
 
-#: kdesud.cpp:277
+#: kdesud.cpp:274
 #, kde-format
 msgid "Copyright (c) 1999,2000 Geert Jansen"
 msgstr "Copyright © 1999–2000 Geert Jansen"
 
-#: kdesud.cpp:278
+#: kdesud.cpp:275
 #, kde-format
 msgid "Geert Jansen"
 msgstr "Geert Jansen"
 
-#: kdesud.cpp:278
+#: kdesud.cpp:275
 #, kde-format
 msgid "Author"
 msgstr "Čálli"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdesu-5.74.0/po/zh_CN/kdesud5.po 
new/kdesu-5.75.0/po/zh_CN/kdesud5.po
--- old/kdesu-5.74.0/po/zh_CN/kdesud5.po        2020-09-06 12:22:07.000000000 
+0200
+++ new/kdesu-5.75.0/po/zh_CN/kdesud5.po        2020-10-04 20:43:37.000000000 
+0200
@@ -7,7 +7,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-08-09 02:04+0200\n"
-"PO-Revision-Date: 2020-09-05 05:17\n"
+"PO-Revision-Date: 2020-09-23 12:18\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"


Reply via email to