Hello community,

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

Package is "kwindowsystem"

Changes:
--------
--- /work/SRC/openSUSE:Factory/kwindowsystem/kwindowsystem.changes      
2015-03-16 09:34:15.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.kwindowsystem.new/kwindowsystem.changes 
2015-04-13 20:27:13.000000000 +0200
@@ -1,0 +2,9 @@
+Sat Apr  4 14:40:56 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.9.0
+  * Add a dummy Wayland implementation for KWindowSystemPrivate
+  * KWindowSystem::icon with NETWinInfo not bound to platform X11.
+  * For more details please see:
+    https://www.kde.org/announcements/kde-frameworks-5.9.0.php
+
+-------------------------------------------------------------------

Old:
----
  kwindowsystem-5.8.0.tar.xz

New:
----
  kwindowsystem-5.9.0.tar.xz

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

Other differences:
------------------
++++++ kwindowsystem.spec ++++++
--- /var/tmp/diff_new_pack.ng8HEO/_old  2015-04-13 20:27:13.000000000 +0200
+++ /var/tmp/diff_new_pack.ng8HEO/_new  2015-04-13 20:27:13.000000000 +0200
@@ -16,16 +16,19 @@
 #
 
 
+%bcond_without lang
 %define lname   libKF5WindowSystem5
-%define _tar_path 5.8
+%define _tar_path 5.9
 Name:           kwindowsystem
-Version:        %{_tar_path}.0
+Version:        5.9.0
 Release:        0
 BuildRequires:  cmake >= 2.8.12
-BuildRequires:  extra-cmake-modules >= 1.8.0
+BuildRequires:  extra-cmake-modules >= %{_tar_path}
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
+%if %{with lang}
 BuildRequires:  libqt5-linguist-devel >= 5.2.0
+%endif
 BuildRequires:  pkgconfig(Qt5Test) >= 5.2.0
 BuildRequires:  pkgconfig(Qt5Widgets) >= 5.2.0
 BuildRequires:  pkgconfig(Qt5X11Extras) >= 5.2.0
@@ -52,7 +55,9 @@
 %package -n %lname
 Summary:        KDE Access to window manager
 Group:          System/GUI/KDE
+%if %{with lang}
 Recommends:     %lname-lang = %{version}
+%endif
 %requires_ge libQt5Widgets5
 %requires_ge libQt5X11Extras5
 
@@ -91,15 +96,19 @@
 
 %install
   %kf5_makeinstall -C build
-  %fdupes %{buildroot}%{_kf5_sharedir}
+  %fdupes %{buildroot}
 
-  %find_lang %{name}5 --with-qt --without-mo
+%if %{with lang}
+%find_lang %{name}5 --with-qt --without-mo
+%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)

++++++ kwindowsystem-5.8.0.tar.xz -> kwindowsystem-5.9.0.tar.xz ++++++
++++ 1684 lines of diff (skipped)


Reply via email to