Hello community,

here is the log from the commit of package kiconthemes for openSUSE:Factory 
checked in at 2015-04-13 20:24:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kiconthemes (Old)
 and      /work/SRC/openSUSE:Factory/.kiconthemes.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kiconthemes"

Changes:
--------
--- /work/SRC/openSUSE:Factory/kiconthemes/kiconthemes.changes  2015-03-16 
09:29:56.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.kiconthemes.new/kiconthemes.changes     
2015-04-13 20:24:30.000000000 +0200
@@ -1,0 +2,13 @@
+Sat Apr  4 14:40:40 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.9.0
+  * KIconDialog can now be shown using the regular
+    QDialog show() and exec() methods
+  * Fix KIconEngine::paint to handle different devicePixelRatios
+  * For more details please see:
+    https://www.kde.org/announcements/kde-frameworks-5.9.0.php
+- Drop no longer needed Requires of the devel subpackage:
+  kconfigwidgets-devel, ki18n-devel, kitemviews-devel and
+  kwidgetsaddons-devel
+
+-------------------------------------------------------------------

Old:
----
  kiconthemes-5.8.0.tar.xz

New:
----
  kiconthemes-5.9.0.tar.xz

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

Other differences:
------------------
++++++ kiconthemes.spec ++++++
--- /var/tmp/diff_new_pack.8WWLsq/_old  2015-04-13 20:24:30.000000000 +0200
+++ /var/tmp/diff_new_pack.8WWLsq/_new  2015-04-13 20:24:30.000000000 +0200
@@ -16,20 +16,21 @@
 #
 
 
+%bcond_without lang
 %define lname   libKF5IconThemes5
-%define _tar_path 5.8
+%define _tar_path 5.9
 Name:           kiconthemes
-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:  kconfigwidgets-devel >= %{kf5_version}
+BuildRequires:  kconfigwidgets-devel >= %{_tar_path}
 BuildRequires:  kf5-filesystem
-BuildRequires:  ki18n-devel >= %{kf5_version}
-BuildRequires:  kitemviews-devel >= %{kf5_version}
-BuildRequires:  kwidgetsaddons-devel >= %{kf5_version}
+BuildRequires:  ki18n-devel >= %{_tar_path}
+BuildRequires:  kitemviews-devel >= %{_tar_path}
+BuildRequires:  kwidgetsaddons-devel >= %{_tar_path}
 BuildRequires:  pkgconfig(Qt5Core) >= 5.2.0
 BuildRequires:  pkgconfig(Qt5DBus) >= 5.2.0
 BuildRequires:  pkgconfig(Qt5Svg) >= 5.2.0
@@ -61,10 +62,6 @@
 Group:          Development/Libraries/KDE
 Requires:       %lname = %{version}
 Requires:       extra-cmake-modules
-Requires:       kconfigwidgets-devel >= %{kf5_version}
-Requires:       ki18n-devel >= %{kf5_version}
-Requires:       kitemviews-devel >= %{kf5_version}
-Requires:       kwidgetsaddons-devel >= %{kf5_version}
 Requires:       pkgconfig(Qt5Widgets) >= 5.2.0
 
 %description devel
@@ -81,15 +78,19 @@
 
 %install
   %kf5_makeinstall -C build
-  %fdupes -s %{buildroot}
+  %fdupes %{buildroot}
 
-  %find_lang %{name}5
+%if %{with lang}
+%find_lang %{name}5
+%endif
 
 %post -n %lname -p /sbin/ldconfig
 
 %postun -n %lname -p /sbin/ldconfig
 
+%if %{with lang}
 %files -n %lname-lang -f %{name}5.lang
+%endif
 
 %files -n %lname
 %defattr(-,root,root)

++++++ kiconthemes-5.8.0.tar.xz -> kiconthemes-5.9.0.tar.xz ++++++
++++ 9542 lines of diff (skipped)


Reply via email to