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-02-17 18:10:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kemoticons (Old)
 and      /work/SRC/openSUSE:Factory/.kemoticons.new.28504 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kemoticons"

Wed Feb 17 18:10:47 2021 rev:86 rq:871692 version:5.79.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kemoticons/kemoticons.changes    2021-01-13 
18:17:40.425064090 +0100
+++ /work/SRC/openSUSE:Factory/.kemoticons.new.28504/kemoticons.changes 
2021-02-17 18:11:57.821961401 +0100
@@ -1,0 +2,9 @@
+Mon Feb  8 08:46:17 UTC 2021 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Update to 5.79.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/kde-frameworks-5.79.0
+- No code change since 5.78.0
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ kemoticons.spec ++++++
--- /var/tmp/diff_new_pack.EsIAK7/_old  2021-02-17 18:11:58.401961876 +0100
+++ /var/tmp/diff_new_pack.EsIAK7/_new  2021-02-17 18:11:58.405961879 +0100
@@ -17,7 +17,7 @@
 
 
 %define lname   libKF5Emoticons5
-%define _tar_path 5.78
+%define _tar_path 5.79
 # 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.78.0
+Version:        5.79.0
 Release:        0
 Summary:        Emoticon to graphical emoticon text converter
 License:        LGPL-2.1-or-later


++++++ kemoticons-5.78.0.tar.xz -> kemoticons-5.79.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kemoticons-5.78.0/.gitignore 
new/kemoticons-5.79.0/.gitignore
--- old/kemoticons-5.78.0/.gitignore    2021-01-02 13:26:00.000000000 +0100
+++ new/kemoticons-5.79.0/.gitignore    2021-01-30 18:32:14.000000000 +0100
@@ -20,3 +20,4 @@
 CMakeLists.txt.user*
 *.unc-backup*
 .cmake/
+/.clang-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kemoticons-5.78.0/CMakeLists.txt 
new/kemoticons-5.79.0/CMakeLists.txt
--- old/kemoticons-5.78.0/CMakeLists.txt        2021-01-02 13:26:00.000000000 
+0100
+++ new/kemoticons-5.79.0/CMakeLists.txt        2021-01-30 18:32:14.000000000 
+0100
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.78.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.78.0") # handled by release scripts
-project(KEmoticons VERSION ${KF5_VERSION})
+set(KF_VERSION "5.79.0") # handled by release scripts
+set(KF_DEP_VERSION "5.79.0") # handled by release scripts
+project(KEmoticons VERSION ${KF_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.78.0  NO_MODULE)
+find_package(ECM 5.79.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)
 
@@ -36,10 +36,10 @@
                         PACKAGE_VERSION_FILE 
"${CMAKE_CURRENT_BINARY_DIR}/KF5EmoticonsConfigVersion.cmake"
                         SOVERSION 5)
 
-find_package(KF5Archive ${KF5_DEP_VERSION} REQUIRED)
-find_package(KF5Config ${KF5_DEP_VERSION} REQUIRED)
-find_package(KF5Service ${KF5_DEP_VERSION} REQUIRED)
-find_package(KF5CoreAddons ${KF5_DEP_VERSION} REQUIRED)
+find_package(KF5Archive ${KF_DEP_VERSION} REQUIRED)
+find_package(KF5Config ${KF_DEP_VERSION} REQUIRED)
+find_package(KF5Service ${KF_DEP_VERSION} REQUIRED)
+find_package(KF5CoreAddons ${KF_DEP_VERSION} REQUIRED)
 
 install(FILES ${CMAKE_CURRENT_BINARY_DIR}/kemoticons_version.h
         DESTINATION ${KDE_INSTALL_INCLUDEDIR_KF5} COMPONENT Devel )
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kemoticons-5.78.0/KF5EmoticonsConfig.cmake.in 
new/kemoticons-5.79.0/KF5EmoticonsConfig.cmake.in
--- old/kemoticons-5.78.0/KF5EmoticonsConfig.cmake.in   2021-01-02 
13:26:00.000000000 +0100
+++ new/kemoticons-5.79.0/KF5EmoticonsConfig.cmake.in   2021-01-30 
18:32:14.000000000 +0100
@@ -3,7 +3,7 @@
 include(CMakeFindDependencyMacro)
 find_dependency(Qt5Gui @REQUIRED_QT_VERSION@)
 
-find_dependency(KF5Service "@KF5_DEP_VERSION@")
+find_dependency(KF5Service "@KF_DEP_VERSION@")
 
 include("${CMAKE_CURRENT_LIST_DIR}/KF5EmoticonsTargets.cmake")
 @PACKAGE_INCLUDE_QCHTARGETS@
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kemoticons-5.78.0/src/core/CMakeLists.txt 
new/kemoticons-5.79.0/src/core/CMakeLists.txt
--- old/kemoticons-5.78.0/src/core/CMakeLists.txt       2021-01-02 
13:26:00.000000000 +0100
+++ new/kemoticons-5.79.0/src/core/CMakeLists.txt       2021-01-30 
18:32:14.000000000 +0100
@@ -21,7 +21,7 @@
 ecm_generate_export_header(KF5Emoticons
     BASE_NAME KEmoticons
     GROUP_BASE_NAME KF
-    VERSION ${KF5_VERSION}
+    VERSION ${KF_VERSION}
     DEPRECATED_BASE_VERSION 0
     DEPRECATION_VERSIONS 5.0
     EXCLUDE_DEPRECATED_BEFORE_AND_AT ${EXCLUDE_DEPRECATED_BEFORE_AND_AT}
@@ -70,7 +70,7 @@
         KF5Emoticons_QCH
         NAME KEmoticons
         BASE_NAME KF5Emoticons
-        VERSION ${KF5_VERSION}
+        VERSION ${KF_VERSION}
         ORG_DOMAIN org.kde
         SOURCES # using only public headers, to cover only public API
             ${KEmoticons_HEADERS}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kemoticons-5.78.0/src/providers/adium/emoticonstheme_adium.desktop 
new/kemoticons-5.79.0/src/providers/adium/emoticonstheme_adium.desktop
--- old/kemoticons-5.78.0/src/providers/adium/emoticonstheme_adium.desktop      
2021-01-02 13:26:00.000000000 +0100
+++ new/kemoticons-5.79.0/src/providers/adium/emoticonstheme_adium.desktop      
2021-01-30 18:32:14.000000000 +0100
@@ -3,6 +3,7 @@
 Name=Adium Emoticons Theme
 Name[ar]=?????? ???????????????? ??????????????
 Name[as]=Adium Emoticons ?????????
+Name[ast]=Estilu de fustaxes d'Adium
 Name[az]=Adium Smaylikl'r Toplusu
 Name[be@latin]=Maty?? smajlika?? dla ???Adium???
 Name[bg]=???????? ?? ???????????? Adium
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kemoticons-5.78.0/src/providers/kde/emoticonstheme_kde.desktop 
new/kemoticons-5.79.0/src/providers/kde/emoticonstheme_kde.desktop
--- old/kemoticons-5.78.0/src/providers/kde/emoticonstheme_kde.desktop  
2021-01-02 13:26:00.000000000 +0100
+++ new/kemoticons-5.79.0/src/providers/kde/emoticonstheme_kde.desktop  
2021-01-30 18:32:14.000000000 +0100
@@ -2,6 +2,7 @@
 Type=Service
 Name=KDE Emoticons Theme
 Name[ar]=?????? ???????????????? ??????????
+Name[ast]=Estilu de fustaxes de KDE
 Name[az]=KDE Smaylikl??r M??vzusu
 Name[bg]=???????? ?? ???????????? KDE
 Name[bn]=??????.??????.???. ????????????-??????????????? ?????????
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kemoticons-5.78.0/src/providers/pidgin/emoticonstheme_pidgin.desktop 
new/kemoticons-5.79.0/src/providers/pidgin/emoticonstheme_pidgin.desktop
--- old/kemoticons-5.78.0/src/providers/pidgin/emoticonstheme_pidgin.desktop    
2021-01-02 13:26:00.000000000 +0100
+++ new/kemoticons-5.79.0/src/providers/pidgin/emoticonstheme_pidgin.desktop    
2021-01-30 18:32:14.000000000 +0100
@@ -3,6 +3,7 @@
 Name=Pidgin Emoticons Theme
 Name[ar]=?????? ???????????????? ????????????
 Name[as]=Pidgin Emoticons ?????????
+Name[ast]=Estilu de fustaxes de Pidgin
 Name[az]=Pidgin Smaylikl??r Toplusu 
 Name[be@latin]=Maty?? smajlika?? dla ???Pidgin???
 Name[bg]=???????? ?? ???????????? Pidgin
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kemoticons-5.78.0/src/providers/xmpp/emoticonstheme_xmpp.desktop 
new/kemoticons-5.79.0/src/providers/xmpp/emoticonstheme_xmpp.desktop
--- old/kemoticons-5.78.0/src/providers/xmpp/emoticonstheme_xmpp.desktop        
2021-01-02 13:26:00.000000000 +0100
+++ new/kemoticons-5.79.0/src/providers/xmpp/emoticonstheme_xmpp.desktop        
2021-01-30 18:32:14.000000000 +0100
@@ -3,6 +3,7 @@
 Name=XMPP Emoticons Theme
 Name[ar]=?????? ???????????????? ??XMPP??
 Name[as]=XMPP Emoticons ?????????
+Name[ast]=Estilu de fustaxes de XMPP
 Name[az]=XMPP Smaylikl??r M??vzusu
 Name[be@latin]=Maty?? smajlika?? dla ???XMPP???
 Name[bg]=???????? ?? ???????????? XMPP

Reply via email to