Hello community,

here is the log from the commit of package kemoticons for openSUSE:Factory 
checked in at 2014-06-10 14:36:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kemoticons (Old)
 and      /work/SRC/openSUSE:Factory/.kemoticons.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kemoticons"

Changes:
--------
--- /work/SRC/openSUSE:Factory/kemoticons/kemoticons.changes    2014-05-14 
20:27:07.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.kemoticons.new/kemoticons.changes       
2014-06-10 14:36:48.000000000 +0200
@@ -1,0 +2,10 @@
+Sun Jun  1 18:02:25 UTC 2014 - [email protected]
+
+- Update to 4.100.0
+  * API improvements and cleanups
+  * Buildsystem fixes
+  * For more details please see:
+    http://www.kde.org/announcements/announce-frameworks5-beta3.php
+- Add baselibs.conf
+
+-------------------------------------------------------------------

Old:
----
  kemoticons-4.99.0.tar.xz

New:
----
  baselibs.conf
  kemoticons-4.100.0.tar.xz

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

Other differences:
------------------
++++++ kemoticons.spec ++++++
--- /var/tmp/diff_new_pack.DzQNNn/_old  2014-06-10 14:36:49.000000000 +0200
+++ /var/tmp/diff_new_pack.DzQNNn/_new  2014-06-10 14:36:49.000000000 +0200
@@ -18,10 +18,10 @@
 
 %define lname   libKF5Emoticons5
 Name:           kemoticons
-Version:        4.99.0
+Version:        4.100.0
 Release:        0
 BuildRequires:  cmake >= 2.8.12
-BuildRequires:  extra-cmake-modules >= 0.0.13
+BuildRequires:  extra-cmake-modules >= 0.0.14
 BuildRequires:  fdupes
 BuildRequires:  karchive-devel >= %{_kf5_version}
 BuildRequires:  kconfig-devel >= %{_kf5_version}
@@ -34,7 +34,8 @@
 License:        LGPL-2.1+
 Group:          System/GUI/KDE
 Url:            http://www.kde.org
-Source0:        kemoticons-%{version}.tar.xz
+Source:         
http://download.kde.org/unstable/frameworks/%{version}/%{name}-%{version}.tar.xz
+Source1:        baselibs.conf
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -85,15 +86,9 @@
 %defattr(-,root,root)
 %doc COPYING* README*
 %{_kf5_libdir}/libKF5Emoticons.so.*
-%{_kf5_plugindir}/emoticonstheme_adium.so
-%{_kf5_plugindir}/emoticonstheme_kde.so
-%{_kf5_plugindir}/emoticonstheme_pidgin.so
-%{_kf5_plugindir}/emoticonstheme_xmpp.so
-%{_kf5_servicesdir}/emoticonstheme_adium.desktop
-%{_kf5_servicesdir}/emoticonstheme_kde.desktop
-%{_kf5_servicesdir}/emoticonstheme_pidgin.desktop
-%{_kf5_servicesdir}/emoticonstheme_xmpp.desktop
-%{_kf5_servicetypesdir}/kemoticonsTheme.desktop
+%{_kf5_plugindir}/
+%{_kf5_servicesdir}/
+%{_kf5_servicetypesdir}/
 %{_kf5_sharedir}/emoticons/
 
 %files devel

++++++ baselibs.conf ++++++
libKF5Emoticons5
kemoticons-devel
        requires "libKF5Emoticons5-<targettype> = <version>"
++++++ kemoticons-4.99.0.tar.xz -> kemoticons-4.100.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kemoticons-4.99.0/CMakeLists.txt 
new/kemoticons-4.100.0/CMakeLists.txt
--- old/kemoticons-4.99.0/CMakeLists.txt        2014-05-04 20:58:20.000000000 
+0200
+++ new/kemoticons-4.100.0/CMakeLists.txt       2014-06-01 12:39:45.000000000 
+0200
@@ -2,7 +2,7 @@
 
 project(KEmoticons)
 
-find_package(ECM 0.0.13 REQUIRED NO_MODULE)
+find_package(ECM 0.0.14 REQUIRED NO_MODULE)
 
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR} 
${CMAKE_CURRENT_SOURCE_DIR}/cmake)
 
@@ -19,8 +19,8 @@
 include(ECMGenerateHeaders)
 include(ECMPackageConfigHelpers)
 
-set(KF5_VERSION "4.99.0") # handled by release scripts
-set(KF5_DEP_VERSION "4.99.0") # handled by release scripts
+set(KF5_VERSION "4.100.0") # handled by release scripts
+set(KF5_DEP_VERSION "4.100.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KEMOTICONS
                         VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kemoticons_version.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kemoticons-4.99.0/autotests/CMakeLists.txt 
new/kemoticons-4.100.0/autotests/CMakeLists.txt
--- old/kemoticons-4.99.0/autotests/CMakeLists.txt      2014-05-04 
20:58:20.000000000 +0200
+++ new/kemoticons-4.100.0/autotests/CMakeLists.txt     2014-06-01 
12:39:45.000000000 +0200
@@ -3,15 +3,12 @@
 find_package(Qt5Test REQUIRED)
 macro(kemoticons_unit_tests)
    foreach(_testname ${ARGN})
-      add_executable(${_testname} ${_testname}.cpp)
-      add_test(kemoticons-${_testname} ${_testname})
-      target_link_libraries(${_testname} Qt5::Test KF5::Emoticons)
-      ecm_mark_as_test(${_testname})
+      ecm_add_test(${_testname}.cpp TEST_NAME kemoticons-${_testname} 
LINK_LIBRARIES Qt5::Test KF5::Emoticons)
    endforeach()
 endmacro()
 
 kemoticons_unit_tests(kemoticontest)
 
-target_compile_definitions(kemoticontest PRIVATE
+target_compile_definitions(kemoticons-kemoticontest PRIVATE
     LOCAL_THEMES_DIR="${KEmoticons_SOURCE_DIR}/themes")
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kemoticons-4.99.0/src/providers/adium/CMakeLists.txt 
new/kemoticons-4.100.0/src/providers/adium/CMakeLists.txt
--- old/kemoticons-4.99.0/src/providers/adium/CMakeLists.txt    2014-05-04 
20:58:20.000000000 +0200
+++ new/kemoticons-4.100.0/src/providers/adium/CMakeLists.txt   2014-06-01 
12:39:45.000000000 +0200
@@ -13,5 +13,14 @@
 
 ########### install files ###############
 
-install(TARGETS emoticonstheme_adium DESTINATION ${PLUGIN_INSTALL_DIR})
-install(FILES emoticonstheme_adium.desktop DESTINATION  
${SERVICES_INSTALL_DIR})
+set_target_properties(emoticonstheme_adium PROPERTIES
+    OUTPUT_NAME "adium"
+)
+install(
+    TARGETS emoticonstheme_adium
+    DESTINATION ${PLUGIN_INSTALL_DIR}/kf5/emoticonsthemes
+)
+install(
+    FILES emoticonstheme_adium.desktop
+    DESTINATION ${SERVICES_INSTALL_DIR}
+)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kemoticons-4.99.0/src/providers/adium/emoticonstheme_adium.desktop 
new/kemoticons-4.100.0/src/providers/adium/emoticonstheme_adium.desktop
--- old/kemoticons-4.99.0/src/providers/adium/emoticonstheme_adium.desktop      
2014-05-04 20:58:20.000000000 +0200
+++ new/kemoticons-4.100.0/src/providers/adium/emoticonstheme_adium.desktop     
2014-06-01 12:39:45.000000000 +0200
@@ -159,6 +159,6 @@
 Comment[zh_CN]=使用 Adium 表情主题的类库
 Comment[zh_TW]=使用 Adium 表情圖示主題的函式庫
 X-KDE-ServiceTypes=KEmoticons
-X-KDE-Library=emoticonstheme_adium
+X-KDE-Library=kf5/emoticonsthemes/adium
 X-KDE-EmoticonsFileName=Emoticons.plist
 X-KDE-Priority=8
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kemoticons-4.99.0/src/providers/kde/CMakeLists.txt 
new/kemoticons-4.100.0/src/providers/kde/CMakeLists.txt
--- old/kemoticons-4.99.0/src/providers/kde/CMakeLists.txt      2014-05-04 
20:58:20.000000000 +0200
+++ new/kemoticons-4.100.0/src/providers/kde/CMakeLists.txt     2014-06-01 
12:39:45.000000000 +0200
@@ -12,5 +12,14 @@
 )
 ########### install files ###############
 
-install(TARGETS emoticonstheme_kde DESTINATION ${PLUGIN_INSTALL_DIR})
-install(FILES emoticonstheme_kde.desktop DESTINATION  ${SERVICES_INSTALL_DIR})
+set_target_properties(emoticonstheme_kde PROPERTIES
+    OUTPUT_NAME "kde"
+)
+install(
+    TARGETS emoticonstheme_kde
+    DESTINATION ${PLUGIN_INSTALL_DIR}/kf5/emoticonsthemes
+)
+install(
+    FILES emoticonstheme_kde.desktop
+    DESTINATION ${SERVICES_INSTALL_DIR}
+)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kemoticons-4.99.0/src/providers/kde/emoticonstheme_kde.desktop 
new/kemoticons-4.100.0/src/providers/kde/emoticonstheme_kde.desktop
--- old/kemoticons-4.99.0/src/providers/kde/emoticonstheme_kde.desktop  
2014-05-04 20:58:20.000000000 +0200
+++ new/kemoticons-4.100.0/src/providers/kde/emoticonstheme_kde.desktop 
2014-06-01 12:39:45.000000000 +0200
@@ -147,6 +147,6 @@
 Comment[zh_CN]=使用 KDE 表情主题的类库
 Comment[zh_TW]=使用 KDE 表情圖示主題的函式庫
 X-KDE-ServiceTypes=KEmoticons
-X-KDE-Library=emoticonstheme_kde
+X-KDE-Library=kf5/emoticonsthemes/kde
 X-KDE-EmoticonsFileName=emoticons.xml
 X-KDE-Priority=10
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kemoticons-4.99.0/src/providers/pidgin/CMakeLists.txt 
new/kemoticons-4.100.0/src/providers/pidgin/CMakeLists.txt
--- old/kemoticons-4.99.0/src/providers/pidgin/CMakeLists.txt   2014-05-04 
20:58:20.000000000 +0200
+++ new/kemoticons-4.100.0/src/providers/pidgin/CMakeLists.txt  2014-06-01 
12:39:45.000000000 +0200
@@ -8,5 +8,14 @@
 
 ########### install files ###############
 
-install(TARGETS emoticonstheme_pidgin DESTINATION ${PLUGIN_INSTALL_DIR})
-install(FILES emoticonstheme_pidgin.desktop DESTINATION  
${SERVICES_INSTALL_DIR})
+set_target_properties(emoticonstheme_pidgin PROPERTIES
+    OUTPUT_NAME "pidgin"
+)
+install(
+    TARGETS emoticonstheme_pidgin
+    DESTINATION ${PLUGIN_INSTALL_DIR}/kf5/emoticonsthemes
+)
+install(
+    FILES emoticonstheme_pidgin.desktop
+    DESTINATION ${SERVICES_INSTALL_DIR}
+)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kemoticons-4.99.0/src/providers/pidgin/emoticonstheme_pidgin.desktop 
new/kemoticons-4.100.0/src/providers/pidgin/emoticonstheme_pidgin.desktop
--- old/kemoticons-4.99.0/src/providers/pidgin/emoticonstheme_pidgin.desktop    
2014-05-04 20:58:20.000000000 +0200
+++ new/kemoticons-4.100.0/src/providers/pidgin/emoticonstheme_pidgin.desktop   
2014-06-01 12:39:45.000000000 +0200
@@ -162,6 +162,6 @@
 Comment[zh_CN]=使用 Pidgin 表情主题的类库
 Comment[zh_TW]=使用 Pidgin 表情圖示主題的函式庫
 X-KDE-ServiceTypes=KEmoticons
-X-KDE-Library=emoticonstheme_pidgin
+X-KDE-Library=kf5/emoticonsthemes/pidgin
 X-KDE-EmoticonsFileName=theme
 X-KDE-Priority=7
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kemoticons-4.99.0/src/providers/xmpp/CMakeLists.txt 
new/kemoticons-4.100.0/src/providers/xmpp/CMakeLists.txt
--- old/kemoticons-4.99.0/src/providers/xmpp/CMakeLists.txt     2014-05-04 
20:58:20.000000000 +0200
+++ new/kemoticons-4.100.0/src/providers/xmpp/CMakeLists.txt    2014-06-01 
12:39:45.000000000 +0200
@@ -13,5 +13,14 @@
 
 ########### install files ###############
 
-install(TARGETS emoticonstheme_xmpp DESTINATION ${PLUGIN_INSTALL_DIR})
-install(FILES emoticonstheme_xmpp.desktop DESTINATION  ${SERVICES_INSTALL_DIR})
+set_target_properties(emoticonstheme_xmpp PROPERTIES
+    OUTPUT_NAME "xmpp"
+)
+install(
+    TARGETS emoticonstheme_xmpp
+    DESTINATION ${PLUGIN_INSTALL_DIR}/kf5/emoticonsthemes
+)
+install(
+    FILES emoticonstheme_xmpp.desktop
+    DESTINATION ${SERVICES_INSTALL_DIR}
+)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kemoticons-4.99.0/src/providers/xmpp/emoticonstheme_xmpp.desktop 
new/kemoticons-4.100.0/src/providers/xmpp/emoticonstheme_xmpp.desktop
--- old/kemoticons-4.99.0/src/providers/xmpp/emoticonstheme_xmpp.desktop        
2014-05-04 20:58:20.000000000 +0200
+++ new/kemoticons-4.100.0/src/providers/xmpp/emoticonstheme_xmpp.desktop       
2014-06-01 12:39:45.000000000 +0200
@@ -161,6 +161,6 @@
 Comment[zh_CN]=使用 XMPP 表情主题的类库
 Comment[zh_TW]=使用 XMPP 表情圖示主題的函式庫
 X-KDE-ServiceTypes=KEmoticons
-X-KDE-Library=emoticonstheme_xmpp
+X-KDE-Library=kf5/emoticonsthemes/xmpp
 X-KDE-EmoticonsFileName=icondef.xml
 X-KDE-Priority=9

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to