Hello community,

here is the log from the commit of package kemoticons for openSUSE:Factory 
checked in at 2014-05-14 20:26:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-04-02 
17:22:08.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.kemoticons.new/kemoticons.changes       
2014-05-14 20:27:07.000000000 +0200
@@ -1,0 +2,9 @@
+Sun May  4 01:41:09 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 4.99.0
+  * API improvements and cleanups
+  * Buildsystem fixes
+  * For more details please see:
+    http://www.kde.org/announcements/announce-frameworks5-beta2.php
+
+-------------------------------------------------------------------

Old:
----
  kemoticons-4.98.0.tar.xz

New:
----
  kemoticons-4.99.0.tar.xz

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

Other differences:
------------------
++++++ kemoticons.spec ++++++
--- /var/tmp/diff_new_pack.9tbtz6/_old  2014-05-14 20:27:09.000000000 +0200
+++ /var/tmp/diff_new_pack.9tbtz6/_new  2014-05-14 20:27:09.000000000 +0200
@@ -18,10 +18,10 @@
 
 %define lname   libKF5Emoticons5
 Name:           kemoticons
-Version:        4.98.0
+Version:        4.99.0
 Release:        0
 BuildRequires:  cmake >= 2.8.12
-BuildRequires:  extra-cmake-modules >= 0.0.12
+BuildRequires:  extra-cmake-modules >= 0.0.13
 BuildRequires:  fdupes
 BuildRequires:  karchive-devel >= %{_kf5_version}
 BuildRequires:  kconfig-devel >= %{_kf5_version}
@@ -94,7 +94,7 @@
 %{_kf5_servicesdir}/emoticonstheme_pidgin.desktop
 %{_kf5_servicesdir}/emoticonstheme_xmpp.desktop
 %{_kf5_servicetypesdir}/kemoticonsTheme.desktop
-%{_kf5_datadir}/emoticons/
+%{_kf5_sharedir}/emoticons/
 
 %files devel
 %defattr(-,root,root)

++++++ kemoticons-4.98.0.tar.xz -> kemoticons-4.99.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kemoticons-4.98.0/CMakeLists.txt 
new/kemoticons-4.99.0/CMakeLists.txt
--- old/kemoticons-4.98.0/CMakeLists.txt        2014-03-29 08:16:54.000000000 
+0100
+++ new/kemoticons-4.99.0/CMakeLists.txt        2014-05-04 20:58:20.000000000 
+0200
@@ -2,7 +2,7 @@
 
 project(KEmoticons)
 
-find_package(ECM 0.0.12 REQUIRED NO_MODULE)
+find_package(ECM 0.0.13 REQUIRED NO_MODULE)
 
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR} 
${CMAKE_CURRENT_SOURCE_DIR}/cmake)
 
@@ -19,19 +19,20 @@
 include(ECMGenerateHeaders)
 include(ECMPackageConfigHelpers)
 
-set(KF5_VERSION "4.98.0")
+set(KF5_VERSION "4.99.0") # handled by release scripts
+set(KF5_DEP_VERSION "4.99.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KEMOTICONS
                         VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kemoticons_version.h"
                         PACKAGE_VERSION_FILE 
"${CMAKE_CURRENT_BINARY_DIR}/KF5EmoticonsConfigVersion.cmake"
                         SOVERSION 5)
 
-find_package(KF5Archive ${KF5_VERSION} REQUIRED)
-find_package(KF5Config ${KF5_VERSION} REQUIRED)
-find_package(KF5Service ${KF5_VERSION} REQUIRED)
+find_package(KF5Archive ${KF5_DEP_VERSION} REQUIRED)
+find_package(KF5Config ${KF5_DEP_VERSION} REQUIRED)
+find_package(KF5Service ${KF5_DEP_VERSION} REQUIRED)
 
 install(FILES ${CMAKE_CURRENT_BINARY_DIR}/kemoticons_version.h
-        DESTINATION ${INCLUDE_INSTALL_DIR} COMPONENT Devel )
+        DESTINATION ${KF5_INCLUDE_INSTALL_DIR} COMPONENT Devel )
 
 
 # the strings throughout this library are used to search ressources
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kemoticons-4.98.0/KF5EmoticonsConfig.cmake.in 
new/kemoticons-4.99.0/KF5EmoticonsConfig.cmake.in
--- old/kemoticons-4.98.0/KF5EmoticonsConfig.cmake.in   2014-03-29 
08:16:54.000000000 +0100
+++ new/kemoticons-4.99.0/KF5EmoticonsConfig.cmake.in   2014-05-04 
20:58:20.000000000 +0200
@@ -1,7 +1,7 @@
 @PACKAGE_INIT@
 
-find_dependency(KF5Archive "@KF5_VERSION@")
-find_dependency(KF5Service "@KF5_VERSION@")
+find_dependency(KF5Archive "@KF5_DEP_VERSION@")
+find_dependency(KF5Service "@KF5_DEP_VERSION@")
 
 find_dependency(Qt5Gui @REQUIRED_QT_VERSION@)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kemoticons-4.98.0/kemoticons.yaml 
new/kemoticons-4.99.0/kemoticons.yaml
--- old/kemoticons-4.98.0/kemoticons.yaml       2014-03-29 08:16:54.000000000 
+0100
+++ new/kemoticons-4.99.0/kemoticons.yaml       1970-01-01 01:00:00.000000000 
+0100
@@ -1 +0,0 @@
-tier: 3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kemoticons-4.98.0/metainfo.yaml 
new/kemoticons-4.99.0/metainfo.yaml
--- old/kemoticons-4.98.0/metainfo.yaml 1970-01-01 01:00:00.000000000 +0100
+++ new/kemoticons-4.99.0/metainfo.yaml 2014-05-04 20:58:20.000000000 +0200
@@ -0,0 +1,9 @@
+maintainer:
+description: Support for emoticons and emoticons themes
+tier: 3
+type: functional
+platforms:
+    - name: All
+portingAid: false
+deprecated: false
+release: true
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kemoticons-4.98.0/src/core/CMakeLists.txt 
new/kemoticons-4.99.0/src/core/CMakeLists.txt
--- old/kemoticons-4.98.0/src/core/CMakeLists.txt       2014-03-29 
08:16:54.000000000 +0100
+++ new/kemoticons-4.99.0/src/core/CMakeLists.txt       2014-05-04 
20:58:20.000000000 +0200
@@ -10,7 +10,7 @@
 generate_export_header(KF5Emoticons BASE_NAME KEmoticons)
 add_library(KF5::Emoticons ALIAS KF5Emoticons)
 
-target_include_directories(KF5Emoticons INTERFACE 
"$<INSTALL_INTERFACE:${INCLUDE_INSTALL_DIR}/KEmoticons>")
+target_include_directories(KF5Emoticons INTERFACE 
"$<INSTALL_INTERFACE:${KF5_INCLUDE_INSTALL_DIR}/KEmoticons>")
 
 target_link_libraries(KF5Emoticons
 PUBLIC
@@ -38,15 +38,15 @@
 )
 
 
-install(TARGETS KF5Emoticons EXPORT KF5EmoticonsTargets 
${INSTALL_TARGETS_DEFAULT_ARGS})
+install(TARGETS KF5Emoticons EXPORT KF5EmoticonsTargets 
${KF5_INSTALL_TARGETS_DEFAULT_ARGS})
 
 install(FILES
   ${CMAKE_CURRENT_BINARY_DIR}/kemoticons_export.h
   ${KEmoticons_HEADERS}
-  DESTINATION ${INCLUDE_INSTALL_DIR}/KEmoticons
+  DESTINATION ${KF5_INCLUDE_INSTALL_DIR}/KEmoticons
   COMPONENT Devel
 )
 
 include(ECMGeneratePriFile)
-ecm_generate_pri_file(BASE_NAME KEmoticons LIB_NAME KF5Emoticons DEPS "widgets 
KService" FILENAME_VAR PRI_FILENAME)
+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)
 install(FILES ${PRI_FILENAME} DESTINATION ${ECM_MKSPECS_INSTALL_DIR})

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to