Hello community, here is the log from the commit of package kemoticons for openSUSE:Factory checked in at 2015-02-16 15:05:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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 2015-01-29 12:51:32.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.kemoticons.new/kemoticons.changes 2015-02-16 17:31:02.000000000 +0100 @@ -1,0 +2,7 @@ +Sun Feb 8 18:15:20 UTC 2015 - [email protected] + +- Update to 5.7.0 + * For more details please see: + https://www.kde.org/announcements/kde-frameworks-5.7.0.php + +------------------------------------------------------------------- Old: ---- kemoticons-5.6.0.tar.xz New: ---- kemoticons-5.7.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kemoticons.spec ++++++ --- /var/tmp/diff_new_pack.W2rkwB/_old 2015-02-16 17:31:02.000000000 +0100 +++ /var/tmp/diff_new_pack.W2rkwB/_new 2015-02-16 17:31:02.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package kemoticons # -# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,12 +17,13 @@ %define lname libKF5Emoticons5 +%define _tar_path 5.7 Name: kemoticons -Version: 5.6.0 +Version: %{_tar_path}.0 Release: 0 %define kf5_version %{version} BuildRequires: cmake >= 2.8.12 -BuildRequires: extra-cmake-modules >= 1.6.0 +BuildRequires: extra-cmake-modules >= 1.7.0 BuildRequires: fdupes BuildRequires: karchive-devel >= %{kf5_version} BuildRequires: kconfig-devel >= %{kf5_version} @@ -35,7 +36,7 @@ License: LGPL-2.1+ Group: System/GUI/KDE Url: http://www.kde.org -Source: http://download.kde.org/stable/frameworks/5.6/%{name}-%{version}.tar.xz +Source: http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz Source1: baselibs.conf BuildRoot: %{_tmppath}/%{name}-%{version}-build ++++++ kemoticons-5.6.0.tar.xz -> kemoticons-5.7.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kemoticons-5.6.0/CMakeLists.txt new/kemoticons-5.7.0/CMakeLists.txt --- old/kemoticons-5.6.0/CMakeLists.txt 2014-12-31 15:22:51.000000000 +0100 +++ new/kemoticons-5.7.0/CMakeLists.txt 2015-01-23 21:30:00.000000000 +0100 @@ -2,7 +2,7 @@ project(KEmoticons) -find_package(ECM 1.6.0 REQUIRED NO_MODULE) +find_package(ECM 1.7.0 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 "5.6.0") # handled by release scripts -set(KF5_DEP_VERSION "5.6.0") # handled by release scripts +set(KF5_VERSION "5.7.0") # handled by release scripts +set(KF5_DEP_VERSION "5.7.0") # handled by release scripts ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KEMOTICONS VERSION_HEADER "${CMAKE_CURRENT_BINARY_DIR}/kemoticons_version.h" @@ -33,7 +33,7 @@ find_package(KF5CoreAddons ${KF5_DEP_VERSION} REQUIRED) install(FILES ${CMAKE_CURRENT_BINARY_DIR}/kemoticons_version.h - DESTINATION ${KF5_INCLUDE_INSTALL_DIR} COMPONENT Devel ) + DESTINATION ${KDE_INSTALL_INCLUDEDIR_KF5} COMPONENT Devel ) # the strings throughout this library are used to search ressources @@ -46,7 +46,7 @@ add_subdirectory(tests) # create a Config.cmake and a ConfigVersion.cmake file and install them -set(CMAKECONFIG_INSTALL_DIR "${CMAKECONFIG_INSTALL_PREFIX}/KF5Emoticons") +set(CMAKECONFIG_INSTALL_DIR "${KDE_INSTALL_CMAKEPACKAGEDIR}/KF5Emoticons") install(EXPORT KF5EmoticonsTargets DESTINATION "${CMAKECONFIG_INSTALL_DIR}" FILE KF5EmoticonsTargets.cmake NAMESPACE KF5:: ) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kemoticons-5.6.0/src/core/CMakeLists.txt new/kemoticons-5.7.0/src/core/CMakeLists.txt --- old/kemoticons-5.6.0/src/core/CMakeLists.txt 2014-12-31 15:22:51.000000000 +0100 +++ new/kemoticons-5.7.0/src/core/CMakeLists.txt 2015-01-23 21:30:00.000000000 +0100 @@ -10,7 +10,7 @@ generate_export_header(KF5Emoticons BASE_NAME KEmoticons) add_library(KF5::Emoticons ALIAS KF5Emoticons) -target_include_directories(KF5Emoticons INTERFACE "$<INSTALL_INTERFACE:${KF5_INCLUDE_INSTALL_DIR}/KEmoticons>") +target_include_directories(KF5Emoticons INTERFACE "$<INSTALL_INTERFACE:${KDE_INSTALL_INCLUDEDIR_KF5}/KEmoticons>") target_link_libraries(KF5Emoticons PUBLIC @@ -26,7 +26,7 @@ EXPORT_NAME Emoticons ) -install(FILES kemoticonsTheme.desktop DESTINATION ${SERVICETYPES_INSTALL_DIR}) +install(FILES kemoticonsTheme.desktop DESTINATION ${KDE_INSTALL_KSERVICETYPES5DIR}) ecm_generate_headers(KEmoticons_HEADERS HEADER_NAMES @@ -43,10 +43,10 @@ install(FILES ${CMAKE_CURRENT_BINARY_DIR}/kemoticons_export.h ${KEmoticons_HEADERS} - DESTINATION ${KF5_INCLUDE_INSTALL_DIR}/KEmoticons + DESTINATION ${KDE_INSTALL_INCLUDEDIR_KF5}/KEmoticons COMPONENT Devel ) include(ECMGeneratePriFile) -ecm_generate_pri_file(BASE_NAME KEmoticons LIB_NAME KF5Emoticons DEPS "widgets KService" FILENAME_VAR PRI_FILENAME INCLUDE_INSTALL_DIR ${KF5_INCLUDE_INSTALL_DIR}/KEmoticons) +ecm_generate_pri_file(BASE_NAME KEmoticons LIB_NAME KF5Emoticons DEPS "widgets KService" FILENAME_VAR PRI_FILENAME INCLUDE_INSTALL_DIR ${KDE_INSTALL_INCLUDEDIR_KF5}/KEmoticons) install(FILES ${PRI_FILENAME} DESTINATION ${ECM_MKSPECS_INSTALL_DIR}) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kemoticons-5.6.0/src/integrationplugin/CMakeLists.txt new/kemoticons-5.7.0/src/integrationplugin/CMakeLists.txt --- old/kemoticons-5.6.0/src/integrationplugin/CMakeLists.txt 2014-12-31 15:22:51.000000000 +0100 +++ new/kemoticons-5.7.0/src/integrationplugin/CMakeLists.txt 2015-01-23 21:30:00.000000000 +0100 @@ -12,4 +12,4 @@ ) install(TARGETS KEmoticonsIntegrationPlugin - DESTINATION ${PLUGIN_INSTALL_DIR}/kf5) + DESTINATION ${KDE_INSTALL_PLUGINDIR}/kf5) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kemoticons-5.6.0/src/providers/adium/CMakeLists.txt new/kemoticons-5.7.0/src/providers/adium/CMakeLists.txt --- old/kemoticons-5.6.0/src/providers/adium/CMakeLists.txt 2014-12-31 15:22:51.000000000 +0100 +++ new/kemoticons-5.7.0/src/providers/adium/CMakeLists.txt 2015-01-23 21:30:00.000000000 +0100 @@ -18,9 +18,9 @@ ) install( TARGETS emoticonstheme_adium - DESTINATION ${PLUGIN_INSTALL_DIR}/kf5/emoticonsthemes + DESTINATION ${KDE_INSTALL_PLUGINDIR}/kf5/emoticonsthemes ) install( FILES emoticonstheme_adium.desktop - DESTINATION ${SERVICES_INSTALL_DIR} + DESTINATION ${KDE_INSTALL_KSERVICES5DIR} ) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kemoticons-5.6.0/src/providers/kde/CMakeLists.txt new/kemoticons-5.7.0/src/providers/kde/CMakeLists.txt --- old/kemoticons-5.6.0/src/providers/kde/CMakeLists.txt 2014-12-31 15:22:51.000000000 +0100 +++ new/kemoticons-5.7.0/src/providers/kde/CMakeLists.txt 2015-01-23 21:30:00.000000000 +0100 @@ -17,9 +17,9 @@ ) install( TARGETS emoticonstheme_kde - DESTINATION ${PLUGIN_INSTALL_DIR}/kf5/emoticonsthemes + DESTINATION ${KDE_INSTALL_PLUGINDIR}/kf5/emoticonsthemes ) install( FILES emoticonstheme_kde.desktop - DESTINATION ${SERVICES_INSTALL_DIR} + DESTINATION ${KDE_INSTALL_KSERVICES5DIR} ) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kemoticons-5.6.0/src/providers/pidgin/CMakeLists.txt new/kemoticons-5.7.0/src/providers/pidgin/CMakeLists.txt --- old/kemoticons-5.6.0/src/providers/pidgin/CMakeLists.txt 2014-12-31 15:22:51.000000000 +0100 +++ new/kemoticons-5.7.0/src/providers/pidgin/CMakeLists.txt 2015-01-23 21:30:00.000000000 +0100 @@ -13,9 +13,9 @@ ) install( TARGETS emoticonstheme_pidgin - DESTINATION ${PLUGIN_INSTALL_DIR}/kf5/emoticonsthemes + DESTINATION ${KDE_INSTALL_PLUGINDIR}/kf5/emoticonsthemes ) install( FILES emoticonstheme_pidgin.desktop - DESTINATION ${SERVICES_INSTALL_DIR} + DESTINATION ${KDE_INSTALL_KSERVICES5DIR} ) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kemoticons-5.6.0/src/providers/xmpp/CMakeLists.txt new/kemoticons-5.7.0/src/providers/xmpp/CMakeLists.txt --- old/kemoticons-5.6.0/src/providers/xmpp/CMakeLists.txt 2014-12-31 15:22:51.000000000 +0100 +++ new/kemoticons-5.7.0/src/providers/xmpp/CMakeLists.txt 2015-01-23 21:30:00.000000000 +0100 @@ -18,9 +18,9 @@ ) install( TARGETS emoticonstheme_xmpp - DESTINATION ${PLUGIN_INSTALL_DIR}/kf5/emoticonsthemes + DESTINATION ${KDE_INSTALL_PLUGINDIR}/kf5/emoticonsthemes ) install( FILES emoticonstheme_xmpp.desktop - DESTINATION ${SERVICES_INSTALL_DIR} + DESTINATION ${KDE_INSTALL_KSERVICES5DIR} ) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kemoticons-5.6.0/themes/CMakeLists.txt new/kemoticons-5.7.0/themes/CMakeLists.txt --- old/kemoticons-5.6.0/themes/CMakeLists.txt 2014-12-31 15:22:51.000000000 +0100 +++ new/kemoticons-5.7.0/themes/CMakeLists.txt 2015-01-23 21:30:00.000000000 +0100 @@ -2,7 +2,7 @@ DIRECTORY Glass DESTINATION - ${SHARE_INSTALL_PREFIX}/emoticons/ + ${KDE_INSTALL_DATAROOTDIR}/emoticons/ FILES_MATCHING PATTERN "*.png" PATTERN "emoticons.xml" -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
