Hello community,

here is the log from the commit of package kemoticons for openSUSE:Factory 
checked in at 2015-04-13 20:25:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-03-16 
09:31:51.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.kemoticons.new/kemoticons.changes       
2015-04-13 20:25:31.000000000 +0200
@@ -1,0 +2,9 @@
+Sat Apr  4 14:40:47 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.9.0
+  * For more details please see:
+    https://www.kde.org/announcements/kde-frameworks-5.9.0.php
+- Drop no longer needed karchive-devel Requires of the
+  devel subpackage
+
+-------------------------------------------------------------------

Old:
----
  kemoticons-5.8.0.tar.xz

New:
----
  kemoticons-5.9.0.tar.xz

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

Other differences:
------------------
++++++ kemoticons.spec ++++++
--- /var/tmp/diff_new_pack.gMHVfD/_old  2015-04-13 20:25:32.000000000 +0200
+++ /var/tmp/diff_new_pack.gMHVfD/_new  2015-04-13 20:25:32.000000000 +0200
@@ -17,18 +17,18 @@
 
 
 %define lname   libKF5Emoticons5
-%define _tar_path 5.8
+%define _tar_path 5.9
 Name:           kemoticons
-Version:        %{_tar_path}.0
+Version:        5.9.0
 Release:        0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12
-BuildRequires:  extra-cmake-modules >= 1.8.0
+BuildRequires:  extra-cmake-modules >= %{_tar_path}
 BuildRequires:  fdupes
-BuildRequires:  karchive-devel >= %{kf5_version}
-BuildRequires:  kconfig-devel >= %{kf5_version}
+BuildRequires:  karchive-devel >= %{_tar_path}
+BuildRequires:  kconfig-devel >= %{_tar_path}
 BuildRequires:  kf5-filesystem
-BuildRequires:  kservice-devel >= %{kf5_version}
+BuildRequires:  kservice-devel >= %{_tar_path}
 BuildRequires:  pkgconfig(Qt5Gui) >= 5.2.0
 BuildRequires:  pkgconfig(Qt5Test) >= 5.2.0
 BuildRequires:  pkgconfig(Qt5Widgets) >= 5.2.0
@@ -60,8 +60,8 @@
 Group:          Development/Libraries/KDE
 Requires:       %lname = %{version}
 Requires:       extra-cmake-modules
-Requires:       karchive-devel >= %{kf5_version}
-Requires:       kservice-devel >= %{kf5_version}
+Requires:       karchive-devel >= %{_tar_path}
+Requires:       kservice-devel >= %{_tar_path}
 Requires:       pkgconfig(Qt5Gui) >= 5.2.0
 
 %description devel
@@ -78,7 +78,7 @@
 
 %install
   %kf5_makeinstall -C build
-  %fdupes -s %{buildroot}
+  %fdupes %{buildroot}
 
 %post -n %lname -p /sbin/ldconfig
 

++++++ kemoticons-5.8.0.tar.xz -> kemoticons-5.9.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kemoticons-5.8.0/CMakeLists.txt 
new/kemoticons-5.9.0/CMakeLists.txt
--- old/kemoticons-5.8.0/CMakeLists.txt 2015-02-25 15:19:22.000000000 +0100
+++ new/kemoticons-5.9.0/CMakeLists.txt 2015-04-04 13:48:19.000000000 +0200
@@ -2,7 +2,7 @@
 
 project(KEmoticons)
 
-find_package(ECM 1.8.0 REQUIRED NO_MODULE)
+find_package(ECM 5.9.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.8.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.8.0") # handled by release scripts
+set(KF5_VERSION "5.9.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.9.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-5.8.0/KF5EmoticonsConfig.cmake.in 
new/kemoticons-5.9.0/KF5EmoticonsConfig.cmake.in
--- old/kemoticons-5.8.0/KF5EmoticonsConfig.cmake.in    2015-02-25 
15:19:22.000000000 +0100
+++ new/kemoticons-5.9.0/KF5EmoticonsConfig.cmake.in    2015-04-04 
13:48:19.000000000 +0200
@@ -1,8 +1,7 @@
 @PACKAGE_INIT@
 
-find_dependency(KF5Archive "@KF5_DEP_VERSION@")
-find_dependency(KF5Service "@KF5_DEP_VERSION@")
-
 find_dependency(Qt5Gui @REQUIRED_QT_VERSION@)
 
+find_dependency(KF5Service "@KF5_DEP_VERSION@")
+
 include("${CMAKE_CURRENT_LIST_DIR}/KF5EmoticonsTargets.cmake")


Reply via email to