Hello community,

here is the log from the commit of package kwayland.3666 for 
openSUSE:13.2:Update checked in at 2015-04-14 11:40:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:13.2:Update/kwayland.3666 (Old)
 and      /work/SRC/openSUSE:13.2:Update/.kwayland.3666.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kwayland.3666"

Changes:
--------
New Changes file:

--- /dev/null   2015-03-12 01:14:30.992027505 +0100
+++ /work/SRC/openSUSE:13.2:Update/.kwayland.3666.new/kwayland.changes  
2015-04-14 11:40:16.000000000 +0200
@@ -0,0 +1,81 @@
+-------------------------------------------------------------------
+Thu Mar 19 17:42:36 UTC 2015 - [email protected]
+
+- Update to 5.2.2:
+  * Bugfix release
+  * For more details please see:
+    https://www.kde.org/announcements/plasma-5.2.2.php
+
+-------------------------------------------------------------------
+Fri Feb 20 02:43:56 UTC 2015 - [email protected]
+
+- Update to 5.2.1:
+  * Bugfix release
+  * For more details please see:
+    https://www.kde.org/announcements/plasma-5.2.1.php
+
+-------------------------------------------------------------------
+Mon Jan 26 19:49:22 UTC 2015 - [email protected]
+
+- Update to 5.2 Final:
+  * For more details please see:
+    https://www.kde.org/announcements/plasma-5.2.0.php
+
+-------------------------------------------------------------------
+Tue Jan 13 16:35:03 UTC 2015 - [email protected]
+
+- Update to 5.2 Beta aka 5.1.95:
+  * Undo changes to Plasma desktop layout
+  * Smarter sorting of results in KRunner
+  * Breeze window decoration theme adds a new look to your
+    desktop and is now used by default
+  * New white mouse cursor theme for Breeze.
+  * New plasma widgets: 15 puzzle, web browser, show desktop
+  * Over 300 bugs fixed throughout Plasma modules.
+  * For more details please see:
+    https://www.kde.org/announcements/plasma-5.1.95.php
+- Drop 0001-Do-not-find-unused-Wayland-components.patch, upstreamed
+- Build the server shlib
+
+-------------------------------------------------------------------
+Thu Dec 11 17:59:57 UTC 2014 - [email protected]
+
+- Update to 5.1.2:
+  * Bugfix release
+  * For more details please see:
+    https://www.kde.org/announcements/plasma-5.1.2.php
+
+-------------------------------------------------------------------
+Thu Nov  6 20:14:15 UTC 2014 - [email protected]
+
+- Update to 5.1.1:
+  * Bugfix release
+  * For more details please see:
+    https://www.kde.org/announcements/plasma-5.1.1.php
+
+-------------------------------------------------------------------
+Mon Nov  3 19:48:17 UTC 2014 - [email protected]
+
+- Added 0001-Do-not-find-unused-Wayland-components.patch to drop
+  not needed BuildRequires, pkgconfig(wayland-egl)
+
+-------------------------------------------------------------------
+Thu Oct  9 21:24:32 UTC 2014 - [email protected]
+
+- Update to 5.1 Final:
+  * Bugfixes since RC1
+  * For more details please see:
+    https://www.kde.org/announcements/plasma-5.1.0.php
+
+-------------------------------------------------------------------
+Thu Sep 25 22:38:46 UTC 2014 - [email protected]
+
+- Update to 5.0.95:
+   * Minor API improvements since last update
+
+-------------------------------------------------------------------
+Mon Sep 22 22:08:10 UTC 2014 - [email protected]
+
+- Activate KWayland package - KDE bindings for Wayland protocol and
+  library
+

New:
----
  baselibs.conf
  kwayland-5.2.2.tar.xz
  kwayland.changes
  kwayland.spec

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

Other differences:
------------------
++++++ kwayland.spec ++++++
#
# spec file for package kwayland
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


%define kwayland_server 1
Name:           kwayland
Version:        5.2.2
Release:        0
Summary:        KDE Wayland library
License:        LGPL-2.1+
Group:          Development/Libraries/KDE
Url:            http://www.kde.org
Source:         %{name}-%{version}.tar.xz
Source1:        baselibs.conf
BuildRequires:  cmake >= 2.8.12
BuildRequires:  extra-cmake-modules >= 1.4.0
BuildRequires:  fdupes
BuildRequires:  kf5-filesystem
BuildRequires:  wayland-devel >= 1.3.0
BuildRequires:  pkgconfig(Qt5Gui) >= 5.2.0
BuildRequires:  pkgconfig(Qt5Test) >= 5.2.0
BuildRoot:      %{_tmppath}/%{name}-%{version}-build

%description
KWayland provides a Qt-style Client and Server library wrapper for the Wayland 
libraries.

%package -n libKF5WaylandClient5
Summary:        KDE Wayland library
Group:          Development/Libraries/KDE

%description -n libKF5WaylandClient5
KWayland provides a Qt-style Client and Server library wrapper for the Wayland 
libraries.

%package -n libKF5WaylandServer5
Summary:        KDE Wayland library
Group:          Development/Libraries/KDE

%description -n libKF5WaylandServer5
KWayland provides a Qt-style Client and Server library wrapper for the Wayland 
libraries.

%package devel
Summary:        KDE Wayland library: Build Environment
Group:          Development/Libraries/KDE
Requires:       extra-cmake-modules >= 1.2.0
Requires:       libKF5WaylandClient5 = %{version}
Requires:       pkgconfig(Qt5Gui) >= 5.2.0
%if %kwayland_server
Requires:       libKF5WaylandServer5 = %{version}
%endif

%description devel
KWayland provides a Qt-style Client and Server library wrapper for the Wayland 
libraries.

%prep
%setup -q

%build
  %cmake_kf5 -d build
  %make_jobs

%install
  %kf5_makeinstall -C build

%post -n libKF5WaylandClient5 -p /sbin/ldconfig

%postun -n libKF5WaylandClient5 -p /sbin/ldconfig

%if %kwayland_server
%post -n libKF5WaylandServer5 -p /sbin/ldconfig

%postun -n libKF5WaylandServer5 -p /sbin/ldconfig
%endif

%files -n libKF5WaylandClient5
%defattr(-,root,root)
%doc COPYING*
%{_kf5_libdir}/libKF5WaylandClient.so.*

%if %kwayland_server
%files -n libKF5WaylandServer5
%defattr(-,root,root)
%doc COPYING*
%{_kf5_libdir}/libKF5WaylandServer.so.*
%endif

%files devel
%defattr(-,root,root)
%{_kf5_libdir}/libKF5WaylandClient.so
%if %kwayland_server
%{_kf5_libdir}/libKF5WaylandServer.so
%endif
%{_kf5_libdir}/cmake/KF5Wayland/
%{_kf5_includedir}/

%changelog
++++++ baselibs.conf ++++++
libKF5WaylandClient5
libKF5WaylandServer5
kwayland-devel
        requires "libKF5WaylandClient5-<targettype> = <version>"
        requires "libKF5WaylandServer5-<targettype> = <version>"

Reply via email to