Hello community,

here is the log from the commit of package kemoticons for openSUSE:Factory 
checked in at 2017-07-05 23:50:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kemoticons (Old)
 and      /work/SRC/openSUSE:Factory/.kemoticons.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kemoticons"

Wed Jul  5 23:50:21 2017 rev:41 rq:502942 version:5.35.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kemoticons/kemoticons.changes    2017-06-01 
16:19:20.984363653 +0200
+++ /work/SRC/openSUSE:Factory/.kemoticons.new/kemoticons.changes       
2017-07-05 23:50:23.288270644 +0200
@@ -1,0 +2,10 @@
+Sun Jun 11 09:27:43 CEST 2017 - [email protected]
+
+- Update to 5.35.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.35.0.php
+- Changes since 5.34.0:
+  * Fix: Qt5::DBus is only privately used
+
+-------------------------------------------------------------------

Old:
----
  kemoticons-5.34.0.tar.xz

New:
----
  kemoticons-5.35.0.tar.xz

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

Other differences:
------------------
++++++ kemoticons.spec ++++++
--- /var/tmp/diff_new_pack.eTsTYq/_old  2017-07-05 23:50:23.848191778 +0200
+++ /var/tmp/diff_new_pack.eTsTYq/_new  2017-07-05 23:50:23.848191778 +0200
@@ -17,9 +17,9 @@
 
 
 %define lname   libKF5Emoticons5
-%define _tar_path 5.34
+%define _tar_path 5.35
 Name:           kemoticons
-Version:        5.34.0
+Version:        5.35.0
 Release:        0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0

++++++ kemoticons-5.34.0.tar.xz -> kemoticons-5.35.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kemoticons-5.34.0/CMakeLists.txt 
new/kemoticons-5.35.0/CMakeLists.txt
--- old/kemoticons-5.34.0/CMakeLists.txt        2017-05-06 10:32:41.000000000 
+0200
+++ new/kemoticons-5.35.0/CMakeLists.txt        2017-06-03 10:58:20.000000000 
+0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.34.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.34.0") # handled by release scripts
+set(KF5_VERSION "5.35.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.35.0") # handled by release scripts
 project(KEmoticons VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.34.0  NO_MODULE)
+find_package(ECM 5.35.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/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.34.0/src/core/CMakeLists.txt 
new/kemoticons-5.35.0/src/core/CMakeLists.txt
--- old/kemoticons-5.34.0/src/core/CMakeLists.txt       2017-05-06 
10:32:41.000000000 +0200
+++ new/kemoticons-5.35.0/src/core/CMakeLists.txt       2017-06-03 
10:58:20.000000000 +0200
@@ -16,10 +16,10 @@
 target_link_libraries(KF5Emoticons
 PUBLIC
     Qt5::Gui # for QImageReader, QPixmap
-    Qt5::DBus
     KF5::Service     # for KService::Ptr, KServiceTypeTrader
 PRIVATE
     KF5::Archive    # for KTar, KZip
+    Qt5::DBus
 )
 
 set_target_properties(KF5Emoticons PROPERTIES


Reply via email to