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-10-18 21:58:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kemoticons (Old)
 and      /work/SRC/openSUSE:Factory/.kemoticons.new.1890 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kemoticons"

Mon Oct 18 21:58:36 2021 rev:94 rq:924434 version:5.87.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kemoticons/kemoticons.changes    2021-09-16 
23:15:46.419866763 +0200
+++ /work/SRC/openSUSE:Factory/.kemoticons.new.1890/kemoticons.changes  
2021-10-18 22:00:20.138012990 +0200
@@ -1,0 +2,10 @@
+Sun Oct  3 20:33:44 UTC 2021 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Update to 5.87.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.87.0
+- Changes since 5.86.0:
+  * Add Gitlab CI configuration
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ kemoticons.spec ++++++
--- /var/tmp/diff_new_pack.CHMxsB/_old  2021-10-18 22:00:20.638013351 +0200
+++ /var/tmp/diff_new_pack.CHMxsB/_new  2021-10-18 22:00:20.642013354 +0200
@@ -17,7 +17,7 @@
 
 
 %define lname   libKF5Emoticons5
-%define _tar_path 5.86
+%define _tar_path 5.87
 # 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.86.0
+Version:        5.87.0
 Release:        0
 Summary:        Emoticon to graphical emoticon text converter
 License:        LGPL-2.1-or-later


++++++ kemoticons-5.86.0.tar.xz -> kemoticons-5.87.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kemoticons-5.86.0/.gitlab-ci.yml 
new/kemoticons-5.87.0/.gitlab-ci.yml
--- old/kemoticons-5.86.0/.gitlab-ci.yml        1970-01-01 01:00:00.000000000 
+0100
+++ new/kemoticons-5.87.0/.gitlab-ci.yml        2021-10-02 14:17:33.000000000 
+0200
@@ -0,0 +1,5 @@
+# SPDX-FileCopyrightText: 2020 Volker Krause <vkra...@kde.org>
+# SPDX-License-Identifier: CC0-1.0
+
+include:
+  - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/linux.yml
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kemoticons-5.86.0/.kde-ci.yml 
new/kemoticons-5.87.0/.kde-ci.yml
--- old/kemoticons-5.86.0/.kde-ci.yml   1970-01-01 01:00:00.000000000 +0100
+++ new/kemoticons-5.87.0/.kde-ci.yml   2021-10-02 14:17:33.000000000 +0200
@@ -0,0 +1,9 @@
+Dependencies:
+- 'on': ['Linux', 'FreeBSD', 'Windows', 'macOS']
+  'require':
+    'frameworks/extra-cmake-modules': '@same'
+    'frameworks/karchive' : '@same'
+    'frameworks/kservice' : '@same'
+
+Options:
+  test-before-installing: True
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kemoticons-5.86.0/CMakeLists.txt 
new/kemoticons-5.87.0/CMakeLists.txt
--- old/kemoticons-5.86.0/CMakeLists.txt        2021-09-04 17:44:18.000000000 
+0200
+++ new/kemoticons-5.87.0/CMakeLists.txt        2021-10-02 14:17:33.000000000 
+0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.16)
 
-set(KF_VERSION "5.86.0") # handled by release scripts
-set(KF_DEP_VERSION "5.86.0") # handled by release scripts
+set(KF_VERSION "5.87.0") # handled by release scripts
+set(KF_DEP_VERSION "5.87.0") # handled by release scripts
 project(KEmoticons VERSION ${KF_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.86.0  NO_MODULE)
+find_package(ECM 5.87.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/kemoticons-5.86.0/src/providers/adium/emoticonstheme_adium.desktop 
new/kemoticons-5.87.0/src/providers/adium/emoticonstheme_adium.desktop
--- old/kemoticons-5.86.0/src/providers/adium/emoticonstheme_adium.desktop      
2021-09-04 17:44:18.000000000 +0200
+++ new/kemoticons-5.87.0/src/providers/adium/emoticonstheme_adium.desktop      
2021-10-02 14:17:33.000000000 +0200
@@ -80,7 +80,7 @@
 Name[vi]=Ch??? ????? h??nh bi???u c???m Adium
 Name[wa]=Tinme di xhin??yes Adium
 Name[x-test]=xxAdium Emoticons Themexx
-Name[zh_CN]=Adium ????????????
+Name[zh_CN]=Adium ??????????????????
 Name[zh_TW]=Adium ??????????????????
 Comment=Library to use Adium emoticons theme
 Comment[ar]=?????????? ???????????????? ?????? ???????????????? ??????????????
@@ -161,7 +161,7 @@
 Comment[vi]=Th?? vi???n ????? s??? d???ng ch??? ????? h??nh bi???u c???m Adium
 Comment[wa]=Livreye pos eploy?? l' tinme di xhin??yes Adium
 Comment[x-test]=xxLibrary to use Adium emoticons themexx
-Comment[zh_CN]=?????? Adium ?????????????????????
+Comment[zh_CN]=Adium ????????????????????????????????????
 Comment[zh_TW]=?????? Adium ??????????????????????????????
 X-KDE-ServiceTypes=KEmoticons
 X-KDE-Library=kf5/emoticonsthemes/adium
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kemoticons-5.86.0/src/providers/kde/emoticonstheme_kde.desktop 
new/kemoticons-5.87.0/src/providers/kde/emoticonstheme_kde.desktop
--- old/kemoticons-5.86.0/src/providers/kde/emoticonstheme_kde.desktop  
2021-09-04 17:44:18.000000000 +0200
+++ new/kemoticons-5.87.0/src/providers/kde/emoticonstheme_kde.desktop  
2021-10-02 14:17:33.000000000 +0200
@@ -151,7 +151,7 @@
 Comment[vi]=Th?? vi???n ????? s??? d???ng ch??? ????? h??nh bi???u c???m KDE
 Comment[wa]=Livreye pos eploy?? l' tinme di xhin??yes KDE
 Comment[x-test]=xxLibrary to use KDE emoticons themexx
-Comment[zh_CN]=?????? KDE ?????????????????????
+Comment[zh_CN]=KDE ????????????????????????????????????
 Comment[zh_TW]=?????? KDE ??????????????????????????????
 X-KDE-ServiceTypes=KEmoticons
 X-KDE-Library=kf5/emoticonsthemes/kde
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kemoticons-5.86.0/src/providers/pidgin/emoticonstheme_pidgin.desktop 
new/kemoticons-5.87.0/src/providers/pidgin/emoticonstheme_pidgin.desktop
--- old/kemoticons-5.86.0/src/providers/pidgin/emoticonstheme_pidgin.desktop    
2021-09-04 17:44:18.000000000 +0200
+++ new/kemoticons-5.87.0/src/providers/pidgin/emoticonstheme_pidgin.desktop    
2021-10-02 14:17:33.000000000 +0200
@@ -81,7 +81,7 @@
 Name[vi]=Ch??? ????? h??nh bi???u c???m Pidgin
 Name[wa]=Tinme di xhin??yes Pidgin
 Name[x-test]=xxPidgin Emoticons Themexx
-Name[zh_CN]=Pidgin ????????????
+Name[zh_CN]=Pidgin ??????????????????
 Name[zh_TW]=Pidgin ??????????????????
 Comment=Library to use Pidgin emoticons theme
 Comment[ar]=?????????? ???????????????? ?????? ???????????????? ????????????
@@ -163,7 +163,7 @@
 Comment[vi]=Th?? vi???n ????? s??? d???ng ch??? ????? h??nh bi???u c???m Pidgin
 Comment[wa]=Livreye pos eploy?? l' tinme di xhin??yes Pidgin
 Comment[x-test]=xxLibrary to use Pidgin emoticons themexx
-Comment[zh_CN]=?????? Pidgin ?????????????????????
+Comment[zh_CN]=Pidgin ????????????????????????????????????
 Comment[zh_TW]=?????? Pidgin ??????????????????????????????
 X-KDE-ServiceTypes=KEmoticons
 X-KDE-Library=kf5/emoticonsthemes/pidgin
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kemoticons-5.86.0/src/providers/xmpp/emoticonstheme_xmpp.desktop 
new/kemoticons-5.87.0/src/providers/xmpp/emoticonstheme_xmpp.desktop
--- old/kemoticons-5.86.0/src/providers/xmpp/emoticonstheme_xmpp.desktop        
2021-09-04 17:44:18.000000000 +0200
+++ new/kemoticons-5.87.0/src/providers/xmpp/emoticonstheme_xmpp.desktop        
2021-10-02 14:17:33.000000000 +0200
@@ -81,7 +81,7 @@
 Name[vi]=Ch??? ????? h??nh bi???u c???m XMPP
 Name[wa]=Tinme di xhin??yes XMPP
 Name[x-test]=xxXMPP Emoticons Themexx
-Name[zh_CN]=XMPP ????????????
+Name[zh_CN]=XMPP ??????????????????
 Name[zh_TW]=XMPP ??????????????????
 Comment=Library to use XMPP emoticons theme
 Comment[ar]=?????????? ???????????????? ?????? ???????????????? ??XMPP??
@@ -163,7 +163,7 @@
 Comment[vi]=Th?? vi???n ????? s??? d???ng ch??? ????? h??nh bi???u c???m XMPP
 Comment[wa]=Livreye pos eploy?? l' tinme di xhin??yes XMPP
 Comment[x-test]=xxLibrary to use XMPP emoticons themexx
-Comment[zh_CN]=?????? XMPP ?????????????????????
+Comment[zh_CN]=XMPP ????????????????????????????????????
 Comment[zh_TW]=?????? XMPP ??????????????????????????????
 X-KDE-ServiceTypes=KEmoticons
 X-KDE-Library=kf5/emoticonsthemes/xmpp

Reply via email to