Hello community,

here is the log from the commit of package kimageformats for openSUSE:Factory 
checked in at 2016-04-12 19:19:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kimageformats (Old)
 and      /work/SRC/openSUSE:Factory/.kimageformats.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kimageformats"

Changes:
--------
--- /work/SRC/openSUSE:Factory/kimageformats/kimageformats.changes      
2016-03-16 10:29:56.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.kimageformats.new/kimageformats.changes 
2016-04-12 19:19:16.000000000 +0200
@@ -1,0 +2,8 @@
+Mon Apr  4 14:20:47 UTC 2016 - [email protected]
+
+- Update to 5.21.0 (boo#974793)
+  * Upgrade Qt version requirement to 5.4.0
+  * For more details please see:
+    https://www.kde.org/announcements/kde-frameworks-5.21.0.php
+
+-------------------------------------------------------------------

Old:
----
  kimageformats-5.20.0.tar.xz

New:
----
  kimageformats-5.21.0.tar.xz

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

Other differences:
------------------
++++++ kimageformats.spec ++++++
--- /var/tmp/diff_new_pack.atabB0/_old  2016-04-12 19:19:17.000000000 +0200
+++ /var/tmp/diff_new_pack.atabB0/_new  2016-04-12 19:19:17.000000000 +0200
@@ -16,9 +16,9 @@
 #
 
 
-%define _tar_path 5.20
+%define _tar_path 5.21
 Name:           kimageformats
-Version:        5.20.0
+Version:        5.21.0
 Release:        0
 BuildRequires:  cmake >= 2.8.12
 BuildRequires:  extra-cmake-modules >= %{_tar_path}
@@ -27,12 +27,12 @@
 BuildRequires:  openexr
 BuildRequires:  openexr-devel
 BuildRequires:  cmake(KF5Archive) >= %{_tar_path}
-BuildRequires:  cmake(Qt5Gui) >= 5.3.0
-BuildRequires:  cmake(Qt5PrintSupport) >= 5.3.0
-BuildRequires:  cmake(Qt5Test) >= 5.3.0
+BuildRequires:  cmake(Qt5Gui) >= 5.4.0
+BuildRequires:  cmake(Qt5PrintSupport) >= 5.4.0
+BuildRequires:  cmake(Qt5Test) >= 5.4.0
 %requires_ge libQt5Gui5
 %requires_ge libQt5PrintSupport5
-Recommends:     libqt5-qtimageformats >= 5.3.0
+Recommends:     libqt5-qtimageformats >= 5.4.0
 Summary:        Image format plugins for Qt
 License:        LGPL-2.1+
 Group:          System/GUI/KDE

++++++ kimageformats-5.20.0.tar.xz -> kimageformats-5.21.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kimageformats-5.20.0/CMakeLists.txt 
new/kimageformats-5.21.0/CMakeLists.txt
--- old/kimageformats-5.20.0/CMakeLists.txt     2016-03-04 23:17:55.000000000 
+0100
+++ new/kimageformats-5.21.0/CMakeLists.txt     2016-04-03 22:33:17.000000000 
+0200
@@ -3,7 +3,7 @@
 project(KImageFormats)
 
 include(FeatureSummary)
-find_package(ECM 5.20.0  NO_MODULE)
+find_package(ECM 5.21.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -17,7 +17,7 @@
 
 include(CheckIncludeFiles)
 
-set(REQUIRED_QT_VERSION 5.3.0)
+set(REQUIRED_QT_VERSION 5.4.0)
 find_package(Qt5Gui ${REQUIRED_QT_VERSION} REQUIRED NO_MODULE)
 
 find_package(KF5Archive)


Reply via email to