Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kemoticons for openSUSE:Factory 
checked in at 2021-09-16 23:13:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kemoticons (Old)
 and      /work/SRC/openSUSE:Factory/.kemoticons.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kemoticons"

Thu Sep 16 23:13:58 2021 rev:93 rq:919189 version:5.86.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kemoticons/kemoticons.changes    2021-08-16 
10:11:53.079077480 +0200
+++ /work/SRC/openSUSE:Factory/.kemoticons.new.1899/kemoticons.changes  
2021-09-16 23:15:46.419866763 +0200
@@ -1,0 +2,15 @@
+Wed Sep 15 08:24:05 UTC 2021 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Drop the unneeded baselibs.conf.
+
+-------------------------------------------------------------------
+Mon Sep  6 06:22:04 UTC 2021 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Update to 5.86.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.86.0
+- Changes since 5.85.0:
+  * replace "MacOSX" with "macOS"
+
+-------------------------------------------------------------------

Old:
----
  baselibs.conf
  kemoticons-5.85.0.tar.xz
  kemoticons-5.85.0.tar.xz.sig

New:
----
  kemoticons-5.86.0.tar.xz
  kemoticons-5.86.0.tar.xz.sig

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

Other differences:
------------------
++++++ kemoticons.spec ++++++
--- /var/tmp/diff_new_pack.IANwMU/_old  2021-09-16 23:15:46.995867359 +0200
+++ /var/tmp/diff_new_pack.IANwMU/_new  2021-09-16 23:15:46.999867363 +0200
@@ -17,7 +17,7 @@
 
 
 %define lname   libKF5Emoticons5
-%define _tar_path 5.85
+%define _tar_path 5.86
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
@@ -25,7 +25,7 @@
 # Only needed for the package signature condition
 %bcond_without lang
 Name:           kemoticons
-Version:        5.85.0
+Version:        5.86.0
 Release:        0
 Summary:        Emoticon to graphical emoticon text converter
 License:        LGPL-2.1-or-later
@@ -36,7 +36,6 @@
 Source1:        
https://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz.sig
 Source2:        frameworks.keyring
 %endif
-Source99:       baselibs.conf
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem


++++++ kemoticons-5.85.0.tar.xz -> kemoticons-5.86.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kemoticons-5.85.0/CMakeLists.txt 
new/kemoticons-5.86.0/CMakeLists.txt
--- old/kemoticons-5.85.0/CMakeLists.txt        2021-07-28 11:33:56.000000000 
+0200
+++ new/kemoticons-5.86.0/CMakeLists.txt        2021-09-04 17:44:18.000000000 
+0200
@@ -1,18 +1,18 @@
 cmake_minimum_required(VERSION 3.16)
 
-set(KF_VERSION "5.85.0") # handled by release scripts
-set(KF_DEP_VERSION "5.85.0") # handled by release scripts
+set(KF_VERSION "5.86.0") # handled by release scripts
+set(KF_DEP_VERSION "5.86.0") # handled by release scripts
 project(KEmoticons VERSION ${KF_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.85.0  NO_MODULE)
+find_package(ECM 5.86.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} ${CMAKE_CURRENT_SOURCE_DIR}/cmake)
 
-set(REQUIRED_QT_VERSION 5.15.0)
+set(REQUIRED_QT_VERSION 5.15.2)
 find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED Gui DBus)
 
 include(KDEInstallDirs)
@@ -47,7 +47,7 @@
 
 # the strings throughout this library are used to search resources
 # so they don't need translations
-add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050f00)
+add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050f02)
 add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x055100)
 add_subdirectory(src)
 add_subdirectory(themes)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kemoticons-5.85.0/metainfo.yaml 
new/kemoticons-5.86.0/metainfo.yaml
--- old/kemoticons-5.85.0/metainfo.yaml 2021-07-28 11:33:56.000000000 +0200
+++ new/kemoticons-5.86.0/metainfo.yaml 2021-09-04 17:44:18.000000000 +0200
@@ -6,7 +6,7 @@
     - name: Linux
     - name: FreeBSD
     - name: Windows
-    - name: MacOSX
+    - name: macOS
 portingAid: false
 deprecated: false
 release: true
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kemoticons-5.85.0/src/core/kemoticons.cpp 
new/kemoticons-5.86.0/src/core/kemoticons.cpp
--- old/kemoticons-5.85.0/src/core/kemoticons.cpp       2021-07-28 
11:33:56.000000000 +0200
+++ new/kemoticons-5.86.0/src/core/kemoticons.cpp       2021-09-04 
17:44:18.000000000 +0200
@@ -117,7 +117,7 @@
         return theme;
     };
 
-    for (const KPluginMetaData &plugin : qAsConst(m_plugins)) {
+    for (const KPluginMetaData &plugin : std::as_const(m_plugins)) {
         const QString fName = 
plugin.rawData().value(QStringLiteral("X-KDE-EmoticonsFileName")).toString();
         const QString path = 
QStandardPaths::locate(QStandardPaths::GenericDataLocation, 
QLatin1String("emoticons/") + name + QLatin1Char('/') + fName);
 
@@ -129,7 +129,7 @@
         }
     }
     // KF6: remove support for old plugins
-    for (const KService::Ptr &service : qAsConst(m_oldStylePlugins)) {
+    for (const KService::Ptr &service : std::as_const(m_oldStylePlugins)) {
         const QString fName = 
service->property(QStringLiteral("X-KDE-EmoticonsFileName")).toString();
         const QString path = 
QStandardPaths::locate(QStandardPaths::GenericDataLocation, 
QLatin1String("emoticons/") + name + QLatin1Char('/') + fName);
 
@@ -275,13 +275,13 @@
         if (currentEntry->isDirectory()) {
             currentDir = dynamic_cast<const KArchiveDirectory *>(currentEntry);
 
-            for (const KPluginMetaData &plugin : qAsConst(d->m_plugins)) {
+            for (const KPluginMetaData &plugin : std::as_const(d->m_plugins)) {
                 const QString fName = 
plugin.rawData().value(QStringLiteral("X-KDE-EmoticonsFileName")).toString();
                 if (currentDir && currentDir->entry(fName) != nullptr) {
                     foundThemes.append(currentDir->name());
                 }
             }
-            for (const KService::Ptr &service : 
qAsConst(d->m_oldStylePlugins)) {
+            for (const KService::Ptr &service : 
std::as_const(d->m_oldStylePlugins)) {
                 const QString fName = 
service->property(QStringLiteral("X-KDE-EmoticonsFileName")).toString();
                 if (currentDir && currentDir->entry(fName) != nullptr) {
                     foundThemes.append(currentDir->name());

Reply via email to