commit plasma5-desktop for openSUSE:Factory
Hello community, here is the log from the commit of package plasma5-desktop for openSUSE:Factory checked in at 2015-05-29 10:25:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/plasma5-desktop (Old) and /work/SRC/openSUSE:Factory/.plasma5-desktop.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "plasma5-desktop" Changes: -------- --- /work/SRC/openSUSE:Factory/plasma5-desktop/plasma5-desktop.changes 2015-05-11 19:31:23.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.plasma5-desktop.new/plasma5-desktop.changes 2015-05-29 10:25:40.000000000 +0200 @@ -1,0 +2,15 @@ +Fri May 22 15:30:12 UTC 2015 - hrvoje.senjan@gmail.com + +- Update to 5.3.1: + * Bugfix release + * For more details please see: + https://www.kde.org/announcements/plasma-5.3.1.php +- Add pkgconfig(xorg-evdev) BuildRequires +- Add 0001-Require-xorg-evdev-2.8.99.1.patch + +------------------------------------------------------------------- +Tue May 19 01:18:11 UTC 2015 - hrvoje.senjan@gmail.com + +- Require ksysguard5, kmenuedit5 and kinfocenter5 instead of recommending + +------------------------------------------------------------------- Old: ---- plasma-desktop-5.3.0.tar.xz New: ---- 0001-Require-xorg-evdev-2.8.99.1.patch plasma-desktop-5.3.1.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ plasma5-desktop.spec ++++++ --- /var/tmp/diff_new_pack.IaA368/_old 2015-05-29 10:25:41.000000000 +0200 +++ /var/tmp/diff_new_pack.IaA368/_new 2015-05-29 10:25:41.000000000 +0200 @@ -18,7 +18,7 @@ %bcond_without lang Name: plasma5-desktop -Version: 5.3.0 +Version: 5.3.1 Release: 0 Summary: The KDE Plasma Workspace Components License: GPL-2.0 @@ -26,6 +26,8 @@ Url: http://www.kde.org/ Source: plasma-desktop-%{version}.tar.xz Source99: %{name}-rpmlintrc +# PATCH-FIX-UPSTREAM 0001-Require-xorg-evdev-2.8.99.1.patch +Patch0: 0001-Require-xorg-evdev-2.8.99.1.patch # PATCHES 100-200 and above are from upstream 5.3 branch # PATCHES 201-300 and above are from upstream master/5.4 branch BuildRequires: attica-qt5-devel >= 5.9.0 @@ -73,6 +75,7 @@ BuildRequires: pkgconfig(Qt5Widgets) >= 5.4.0 BuildRequires: pkgconfig(Qt5X11Extras) >= 5.4.0 BuildRequires: pkgconfig(x11) +BuildRequires: pkgconfig(xorg-evdev) BuildRequires: pkgconfig(xorg-server) BuildRequires: pkgconfig(xorg-synaptics) %ifarch %arm aarch64 @@ -91,9 +94,12 @@ # hardcode versions of plasma-framework-componets and plasma-framework-private packages, as upstream doesn't keep backwards compability there %requires_ge plasma-framework-components %requires_ge plasma-framework-private +%if 0%{?suse_version} > 1320 +Requires: kinfocenter5 +Requires: kmenuedit5 +Requires: ksysguard5 +%endif Recommends: plasma5-addons -Recommends: kmenuedit5 -Recommends: kinfocenter5 %if %{with lang} Recommends: %{name}-lang %endif @@ -127,6 +133,7 @@ %lang_package %prep %setup -q -n plasma-desktop-%{version} +%patch0 -p1 %build %cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=share/locale/kf5 @@ -225,7 +232,7 @@ %defattr(-,root,root) %{_kf5_localedir}/ %doc %lang(pt_BR) %{_kf5_htmldir}/pt_BR/ -%doc %lang(de) %{_kf5_htmldir}/de/ +%doc %lang(ca) %{_kf5_htmldir}/ca/ %doc %lang(it) %{_kf5_htmldir}/it/ %doc %lang(nl) %{_kf5_htmldir}/nl/ %doc %lang(ru) %{_kf5_htmldir}/ru/ ++++++ 0001-Require-xorg-evdev-2.8.99.1.patch ++++++
From 0a63e5499aa826ce5092c6e29b956caa13e481c1 Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan <hrvoje.senjan@gmail.com> Date: Sat, 23 May 2015 19:49:11 +0200 Subject: [PATCH 1/1] Require xorg-evdev >= 2.8.99.1
It's the first release with EVDEV_PROP_SCROLL_DISTANCE property CCMAIL: yue.liu@mail.com --- cmake/modules/FindEvdev.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/modules/FindEvdev.cmake b/cmake/modules/FindEvdev.cmake index ee4795eb0579c7edf89356d08731350b80d080a0..153128a90fab1816f32e372e362821ba1fce2a2d 100644 --- a/cmake/modules/FindEvdev.cmake +++ b/cmake/modules/FindEvdev.cmake @@ -32,7 +32,7 @@ # SUCH DAMAGE. find_package(PkgConfig) -pkg_check_modules(PC_EVDEV xorg-evdev) +pkg_check_modules(PC_EVDEV xorg-evdev>=2.8.99.1) find_path(Evdev_INCLUDE_DIRS NAMES evdev-properties.h -- 2.4.1 ++++++ plasma-desktop-5.3.0.tar.xz -> plasma-desktop-5.3.1.tar.xz ++++++ ++++ 85268 lines of diff (skipped)
participants (1)
-
root@hilbert.suse.de