Script 'mail_helper' called by obssrc
Hello community,

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

Package is "kpeople5"

Mon Jul 11 19:08:56 2022 rev:90 rq:988159 version:5.96.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kpeople5/kpeople5.changes        2022-06-17 
21:21:30.510740693 +0200
+++ /work/SRC/openSUSE:Factory/.kpeople5.new.1523/kpeople5.changes      
2022-07-11 19:10:24.371696576 +0200
@@ -1,0 +2,9 @@
+Sun Jul  3 11:56:07 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:
----
  kpeople-5.95.0.tar.xz
  kpeople-5.95.0.tar.xz.sig

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

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

Other differences:
------------------
++++++ kpeople5.spec ++++++
--- /var/tmp/diff_new_pack.XgJgj0/_old  2022-07-11 19:10:24.815697220 +0200
+++ /var/tmp/diff_new_pack.XgJgj0/_new  2022-07-11 19:10:24.819697226 +0200
@@ -17,14 +17,14 @@
 
 
 %define rname kpeople
-%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:           kpeople5
-Version:        5.95.0
+Version:        5.96.0
 Release:        0
 Summary:        Library for access to contacts and identity holders
 License:        LGPL-2.1-or-later


++++++ kpeople-5.95.0.tar.xz -> kpeople-5.96.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpeople-5.95.0/CMakeLists.txt 
new/kpeople-5.96.0/CMakeLists.txt
--- old/kpeople-5.95.0/CMakeLists.txt   2022-06-09 23:24:33.000000000 +0200
+++ new/kpeople-5.96.0/CMakeLists.txt   2022-07-02 17:57:18.000000000 +0200
@@ -1,19 +1,33 @@
 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 (KPeople 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})
 
-set(REQUIRED_QT_VERSION 5.15.2)
 include(KDEInstallDirs)
+include(KDECMakeSettings)
+include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE)
+
+include(KDEGitCommitHooks)
+include(ECMSetupVersion)
+include(ECMGenerateHeaders)
+include(ECMSetupVersion)
+include(ECMAddTests)
+include(ECMAddQch)
+include(CMakePackageConfigHelpers)
+include(ECMGeneratePriFile)
+include(GenerateExportHeader)
+include(ECMQtDeclareLoggingCategory)
+include(ECMDeprecationSettings)
 
+set(REQUIRED_QT_VERSION 5.15.2)
 find_package(Qt${QT_MAJOR_VERSION} ${REQUIRED_QT_VERSION} CONFIG REQUIRED Gui 
Sql Widgets Qml Quick)
 
 # On non-Apple UNIX DBus integration is required, on Android it does not exist 
and on other platforms it is optional
@@ -30,20 +44,6 @@
 find_package(KF5I18n ${KF_DEP_VERSION} CONFIG REQUIRED)
 find_package(KF5ItemViews ${KF_DEP_VERSION} CONFIG REQUIRED)
 
-include(KDECMakeSettings)
-include(KDEGitCommitHooks)
-include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE)
-
-include(ECMSetupVersion)
-include(ECMGenerateHeaders)
-include(ECMSetupVersion)
-include(ECMAddTests)
-include(ECMAddQch)
-include(CMakePackageConfigHelpers)
-include(ECMGeneratePriFile)
-include(GenerateExportHeader)
-include(ECMQtDeclareLoggingCategory)
-
 option(BUILD_QCH "Build API documentation in QCH format (for e.g. Qt 
Assistant, Qt Creator & KDevelop)" OFF)
 add_feature_info(QCH ${BUILD_QCH} "API documentation in QCH format (for e.g. 
Qt Assistant, Qt Creator & KDevelop)")
 
@@ -59,8 +59,12 @@
 option(ENABLE_EXAMPLES "Build the examples" "ON")
 
 ki18n_install(po)
-add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050f02)
-add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x055900)
+
+ecm_set_disabled_deprecation_versions(
+    QT 5.15.2
+    KF 5.95
+)
+
 add_subdirectory (src)
 if (ENABLE_EXAMPLES)
   add_subdirectory(examples)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpeople-5.95.0/po/zh_CN/kpeople5.po 
new/kpeople-5.96.0/po/zh_CN/kpeople5.po
--- old/kpeople-5.95.0/po/zh_CN/kpeople5.po     2022-06-09 23:24:33.000000000 
+0200
+++ new/kpeople-5.96.0/po/zh_CN/kpeople5.po     2022-07-02 17:57:18.000000000 
+0200
@@ -7,7 +7,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-06-11 00:14+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