Hello community,

here is the log from the commit of package kwin5 for openSUSE:Factory checked 
in at 2014-10-01 11:22:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kwin5 (Old)
 and      /work/SRC/openSUSE:Factory/.kwin5.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kwin5"

Changes:
--------
--- /work/SRC/openSUSE:Factory/kwin5/kwin5.changes      2014-09-12 
17:05:46.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.kwin5.new/kwin5.changes 2014-10-01 
11:22:57.000000000 +0200
@@ -1,0 +2,29 @@
+Fri Sep 26 08:52:28 UTC 2014 - [email protected]
+
+- Update to 5.0.95:
+   * Minor changes in internal kwayland usage
+- Install translations
+- BuildRequire kwayland-devel >= 5.0.95
+- Raise BuildRequired KF5 versions to 5.2.0
+- Install translations
+- Add rpmlintrc file for file-not-in-%lang warnings: we don't use
+  find_lang macro as it doesn't searches in subdirectories
+
+-------------------------------------------------------------------
+Tue Sep 23 17:45:46 UTC 2014 - [email protected]
+
+- Update to 5.0.95~git20140923 (rb8837b6):
+   * Add support for explicit command stream synchronization
+   * Add support for EGL_EXT_platform_x11
+   * Add support for EGL_EXT_platform_wayland
+   * Fix misaligned combo box in window rules kcm
+   * Remove Client::getWMHints in favor of functionality in NETWinInfo
+   * Add WM2Activities to supported properties
+   * Refactor the swap completion interface
+   * Add an X11EventFilter class
+   * Add support for GLX in Xcb::Extensions
+   * Add support for GLX_INTEL_swap_event
+   * wayland_client and wayland_server moved to kwayland
+- Add kwayland-devel BuildRequires
+
+-------------------------------------------------------------------

Old:
----
  kwin-5.0.95~git20140911.tar.xz

New:
----
  kwin-5.0.95.tar.xz
  kwin5-rpmlintrc

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

Other differences:
------------------
++++++ kwin5.spec ++++++
--- /var/tmp/diff_new_pack.z0zeuH/_old  2014-10-01 11:22:58.000000000 +0200
+++ /var/tmp/diff_new_pack.z0zeuH/_new  2014-10-01 11:22:58.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           kwin5
-Version:        5.0.95~git20140911
+Version:        5.0.95
 Release:        0
 Summary:        KDE Window Manager
 License:        GPL-2.0+
@@ -25,30 +25,34 @@
 Url:            http://www.kde.org
 Source:         kwin-%{version}.tar.xz
 Source1:        baselibs.conf
+Source99:       %{name}-rpmlintrc
 BuildRequires:  extra-cmake-modules >= 0.0.11
-BuildRequires:  kactivities5-devel
-BuildRequires:  kcmutils-devel
-BuildRequires:  kcompletion-devel
-BuildRequires:  kconfig-devel
-BuildRequires:  kconfigwidgets-devel
-BuildRequires:  kcoreaddons-devel
-BuildRequires:  kcrash-devel
-BuildRequires:  kdeclarative-devel
-BuildRequires:  kdoctools-devel
+BuildRequires:  kactivities5-devel >= 5.2.0
+BuildRequires:  kcmutils-devel >= 5.2.0
+BuildRequires:  kcompletion-devel >= 5.2.0
+BuildRequires:  kconfig-devel >= 5.2.0
+BuildRequires:  kconfigwidgets-devel >= 5.2.0
+BuildRequires:  kcoreaddons-devel >= 5.2.0
+BuildRequires:  kcrash-devel >= 5.2.0
+BuildRequires:  kdeclarative-devel >= 5.2.0
+BuildRequires:  kdoctools-devel >= 5.2.0
 BuildRequires:  kf5-filesystem
-BuildRequires:  kglobalaccel-devel
-BuildRequires:  ki18n-devel
-BuildRequires:  kinit-devel
-BuildRequires:  kio-devel
-BuildRequires:  knewstuff-devel
-BuildRequires:  knotifications-devel
-BuildRequires:  kservice-devel
-BuildRequires:  kwidgetsaddons-devel
-BuildRequires:  kwindowsystem-devel
-BuildRequires:  kxmlgui-devel
+BuildRequires:  kglobalaccel-devel >= 5.2.0
+BuildRequires:  ki18n-devel >= 5.2.0
+%if 0%{?suse_version} > 1310
+BuildRequires:  kwayland-devel >= 5.0.95
+%endif
+BuildRequires:  kinit-devel >= 5.2.0
+BuildRequires:  kio-devel >= 5.2.0
+BuildRequires:  knewstuff-devel >= 5.2.0
+BuildRequires:  knotifications-devel >= 5.2.0
+BuildRequires:  kservice-devel >= 5.2.0
+BuildRequires:  kwidgetsaddons-devel >= 5.2.0
+BuildRequires:  kwindowsystem-devel >= 5.2.0
+BuildRequires:  kxmlgui-devel >= 5.2.0
 BuildRequires:  libepoxy-devel
 BuildRequires:  libxcb-devel
-BuildRequires:  plasma-framework-devel
+BuildRequires:  plasma-framework-devel >= 5.2.0
 BuildRequires:  xz
 BuildRequires:  pkgconfig(Qt5Concurrent) >= 5.3.0
 BuildRequires:  pkgconfig(Qt5DBus) >= 5.3.0
@@ -121,12 +125,15 @@
 KWin is the window manager of the K desktop environment.
 This package provides development files.
 
-
+%lang_package
 %prep
 %setup -q -n kwin-%{version}
+# requirement on 5.3.0 has been added due to several patches to KWindowSystem. 
we know
+# we have the patches, thus we cheat here
+sed -i 's|set(KF5_MIN_VERSION "5.3.0")|set(KF5_MIN_VERSION "5.2.0")|g' 
CMakeLists.txt
 
 %build
-  %cmake_kf5 -d build -- -DBUILD_po=OFF
+  %cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=share/locale/kf5
   %make_jobs
 
 %install
@@ -188,4 +195,9 @@
 %{_kf5_libdir}/cmake/
 %{_kf5_libdir}/libkdecorations.so
 
+%files lang
+%defattr(-,root,root)
+%doc COPYING*
+%{_kf5_localedir}/
+
 %changelog

++++++ kwin-5.0.95~git20140911.tar.xz -> kwin-5.0.95.tar.xz ++++++
++++ 574047 lines of diff (skipped)

++++++ kwin5-rpmlintrc ++++++
# we don't use find_lang macro as it doesn't searches in subdirectories
addFilter("file-not-in-%lang .*")--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to