Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kdesu for openSUSE:Factory checked 
in at 2022-07-11 19:08:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kdesu (Old)
 and      /work/SRC/openSUSE:Factory/.kdesu.new.1523 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kdesu"

Mon Jul 11 19:08:39 2022 rev:104 rq:988132 version:5.96.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kdesu/kdesu.changes      2022-06-17 
21:21:00.566724454 +0200
+++ /work/SRC/openSUSE:Factory/.kdesu.new.1523/kdesu.changes    2022-07-11 
19:09:51.967649568 +0200
@@ -1,0 +2,9 @@
+Sun Jul  3 11:55:54 UTC 2022 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Update to 5.96.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.96.0
+- No code change since 5.95.0
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ kdesu.spec ++++++
--- /var/tmp/diff_new_pack.HP9Igt/_old  2022-07-11 19:09:52.323650085 +0200
+++ /var/tmp/diff_new_pack.HP9Igt/_new  2022-07-11 19:09:52.327650090 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5Su5
-%define _tar_path 5.95
+%define _tar_path 5.96
 # 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 released
 Name:           kdesu
-Version:        5.95.0
+Version:        5.96.0
 Release:        0
 Summary:        User interface for running shell commands with root privileges
 License:        LGPL-2.1-or-later


++++++ kdesu-5.95.0.tar.xz -> kdesu-5.96.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdesu-5.95.0/CMakeLists.txt 
new/kdesu-5.96.0/CMakeLists.txt
--- old/kdesu-5.95.0/CMakeLists.txt     2022-06-09 23:18:24.000000000 +0200
+++ new/kdesu-5.96.0/CMakeLists.txt     2022-07-02 17:51:00.000000000 +0200
@@ -1,22 +1,29 @@
 cmake_minimum_required(VERSION 3.16)
 
-set(KF_VERSION "5.95.0") # handled by release scripts
-set(KF_DEP_VERSION "5.95.0") # handled by release scripts
+set(KF_VERSION "5.96.0") # handled by release scripts
+set(KF_DEP_VERSION "5.96.0") # handled by release scripts
 project(KDESu VERSION ${KF_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.95.0  NO_MODULE)
+find_package(ECM 5.96.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)
+set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH})
 
+include(KDEInstallDirs)
+include(KDECMakeSettings)
+include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE)
 
-set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH})
+include(ECMGenerateExportHeader)
+include(ECMSetupVersion)
+include(ECMGenerateHeaders)
+include(ECMMarkNonGuiExecutable)
+include(ECMQtDeclareLoggingCategory)
+include(ECMAddQch)
+include(ECMDeprecationSettings)
 
 set(REQUIRED_QT_VERSION 5.15.2)
-include(KDEInstallDirs)
 find_package(Qt${QT_MAJOR_VERSION}Core ${REQUIRED_QT_VERSION} REQUIRED 
NO_MODULE)
-include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE)
-include(KDECMakeSettings)
 
 find_package(KF5Config ${KF_DEP_VERSION} REQUIRED)
 find_package(KF5CoreAddons ${KF_DEP_VERSION} REQUIRED)
@@ -27,14 +34,6 @@
 find_package(X11)
 set(HAVE_X11 ${X11_FOUND})
 
-
-include(ECMGenerateExportHeader)
-include(ECMSetupVersion)
-include(ECMGenerateHeaders)
-include(ECMMarkNonGuiExecutable)
-include(ECMQtDeclareLoggingCategory)
-include(ECMAddQch)
-
 set(EXCLUDE_DEPRECATED_BEFORE_AND_AT 0 CACHE STRING "Control the range of 
deprecated API excluded from the build [default=0].")
 
 option(KDESU_USE_SUDO_DEFAULT "Set On to use sudo instead of su [default=Off]" 
Off)
@@ -56,8 +55,11 @@
                         VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kdesu_version.h"
                         PACKAGE_VERSION_FILE 
"${CMAKE_CURRENT_BINARY_DIR}/KF5SuConfigVersion.cmake"
                         SOVERSION 5)
-add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050f02)
-add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x055100)
+ecm_set_disabled_deprecation_versions(
+    QT 5.15.2
+    KF 5.95
+)
+
 ki18n_install(po)
 add_subdirectory(src)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdesu-5.95.0/po/bg/kdesud5.po 
new/kdesu-5.96.0/po/bg/kdesud5.po
--- old/kdesu-5.95.0/po/bg/kdesud5.po   1970-01-01 01:00:00.000000000 +0100
+++ new/kdesu-5.96.0/po/bg/kdesud5.po   2022-07-02 17:51:00.000000000 +0200
@@ -0,0 +1,50 @@
+# Mincho Kondarev <mkonda...@yahoo.de>, 2022.
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n";
+"POT-Creation-Date: 2022-02-01 00:40+0000\n"
+"PO-Revision-Date: 2022-05-20 20:52+0200\n"
+"Last-Translator: Mincho Kondarev <mkonda...@yahoo.de>\n"
+"Language-Team: Bulgarian <kde-i18n-...@kde.org>\n"
+"Language: bg\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
+"X-Generator: Lokalize 22.04.0\n"
+
+#, kde-format
+msgctxt "NAME OF TRANSLATORS"
+msgid "Your names"
+msgstr "?????????? ????????????????"
+
+#, kde-format
+msgctxt "EMAIL OF TRANSLATORS"
+msgid "Your emails"
+msgstr "mkonda...@yahoo.de"
+
+#: kdesud.cpp:322
+#, kde-format
+msgid "KDE su daemon"
+msgstr "su ?????????? ???? KDE"
+
+#: kdesud.cpp:324
+#, kde-format
+msgid "Daemon used by kdesu"
+msgstr "??????????, ?????????????????? ???? kdesu"
+
+#: kdesud.cpp:326
+#, kde-format
+msgid "Copyright (c) 1999,2000 Geert Jansen"
+msgstr "???????????????? ?????????? (c) 1999,2000 Geert Jansen"
+
+#: kdesud.cpp:327
+#, kde-format
+msgid "Geert Jansen"
+msgstr "Geert Jansen"
+
+#: kdesud.cpp:327
+#, kde-format
+msgid "Author"
+msgstr "??????????"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdesu-5.95.0/po/ca@valencia/kdesud5.po 
new/kdesu-5.96.0/po/ca@valencia/kdesud5.po
--- old/kdesu-5.95.0/po/ca@valencia/kdesud5.po  2022-06-09 23:18:24.000000000 
+0200
+++ new/kdesu-5.96.0/po/ca@valencia/kdesud5.po  2022-07-02 17:51:00.000000000 
+0200
@@ -39,7 +39,7 @@
 #: kdesud.cpp:324
 #, kde-format
 msgid "Daemon used by kdesu"
-msgstr "Dimoni utilisat pel kdesu"
+msgstr "Dimoni utilitzat pel kdesu"
 
 #: kdesud.cpp:326
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdesu-5.95.0/po/zh_CN/kdesud5.po 
new/kdesu-5.96.0/po/zh_CN/kdesud5.po
--- old/kdesu-5.95.0/po/zh_CN/kdesud5.po        2022-06-09 23:18:24.000000000 
+0200
+++ new/kdesu-5.96.0/po/zh_CN/kdesud5.po        2022-07-02 17:51:00.000000000 
+0200
@@ -7,7 +7,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-02-01 00:40+0000\n"
-"PO-Revision-Date: 2022-06-05 04:17\n"
+"PO-Revision-Date: 2022-07-02 10:59\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"

Reply via email to