Hello community,

here is the log from the commit of package kf5umbrella for openSUSE:Factory 
checked in at 2014-03-10 12:18:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kf5umbrella (Old)
 and      /work/SRC/openSUSE:Factory/.kf5umbrella.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kf5umbrella"

Changes:
--------
--- /work/SRC/openSUSE:Factory/kf5umbrella/kf5umbrella.changes  2014-02-28 
16:23:47.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.kf5umbrella.new/kf5umbrella.changes     
2014-03-10 12:18:25.000000000 +0100
@@ -1,0 +2,9 @@
+Tue Mar  4 16:40:10 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 4.97.0:
+  * Buildsystem fixes
+  * For more details please see:
+    http://www.kde.org/announcements/announce-frameworks5-alpha2.php
+- Added license and readme to %doc
+
+-------------------------------------------------------------------

Old:
----
  kf5umbrella-4.96.0.tar.xz

New:
----
  kf5umbrella-4.97.0.tar.xz

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

Other differences:
------------------
++++++ kf5umbrella.spec ++++++
--- /var/tmp/diff_new_pack.hg5sxt/_old  2014-03-10 12:18:27.000000000 +0100
+++ /var/tmp/diff_new_pack.hg5sxt/_new  2014-03-10 12:18:27.000000000 +0100
@@ -17,10 +17,10 @@
 
 
 Name:           kf5umbrella
-Version:        4.96.0
+Version:        4.97.0
 Release:        0
 BuildRequires:  cmake >= 2.8.12
-BuildRequires:  extra-cmake-modules >= 0.0.10
+BuildRequires:  extra-cmake-modules >= 0.0.11
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
 BuildRequires:  pkgconfig(Qt5Core) >= 5.2.0
@@ -52,6 +52,7 @@
 
 %files
 %defattr(-,root,root)
+%doc COPYING* README*
 %{_kf5_libdir}/cmake/KF5/
 
 %changelog

++++++ kf5umbrella-4.96.0.tar.xz -> kf5umbrella-4.97.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kf5umbrella-4.96.0/CMakeLists.txt 
new/kf5umbrella-4.97.0/CMakeLists.txt
--- old/kf5umbrella-4.96.0/CMakeLists.txt       2014-02-05 00:02:37.000000000 
+0100
+++ new/kf5umbrella-4.97.0/CMakeLists.txt       2014-03-01 12:50:45.000000000 
+0100
@@ -1,7 +1,7 @@
 
 cmake_minimum_required(VERSION 2.8.12)
 
-find_package(ECM 0.0.10 REQUIRED CONFIG)
+find_package(ECM 0.0.11 REQUIRED CONFIG)
 
 set(CMAKE_MODULE_PATH ${ECM_KDE_MODULE_DIR})
 
@@ -10,9 +10,10 @@
 
 include(CMakePackageConfigHelpers)
 
+set(KF5_VERSION "4.97.0")
 write_basic_package_version_file(
   "${CMAKE_CURRENT_BINARY_DIR}/KF5ConfigVersion.cmake"
-  VERSION 5.0.0
+  VERSION ${KF5_VERSION}
   COMPATIBILITY AnyNewerVersion
 )
 

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

Reply via email to