Accepting request 349232 from KDE:Frameworks5

Update to 5.5.1

OBS-URL: https://build.opensuse.org/request/show/349232
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/plasma5-addons?expand=0&rev=16
This commit is contained in:
2015-12-29 11:57:27 +00:00
committed by Git OBS Bridge
4 changed files with 46 additions and 26 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b7672cfea66f08d1fb8732157caf920788b3c5ace20cbe98e662a60a69e6d873
size 2076536

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3486d8bf1e686d33196b342dc5c8d47ce9c3c6e3178ace72faf37ce51bb9a944
size 2111936

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Tue Dec 15 17:49:58 UTC 2015 - hrvoje.senjan@gmail.com
- Update to 5.5.1:
* Bugfix release
* For more details please see:
https://www.kde.org/announcements/plasma-5.5.1.php
-------------------------------------------------------------------
Sat Dec 12 17:32:25 UTC 2015 - hrvoje.senjan@gmail.com
- Update to 5.5.0:
* For more details please see:
https://dot.kde.org/2015/12/08/plasma-55-beautiful-new-artwork
- Move to cmake(...) BuildRequires where possible
-------------------------------------------------------------------
Sun Nov 8 19:01:20 UTC 2015 - hrvoje.senjan@gmail.com

View File

@@ -18,7 +18,7 @@
%bcond_without lang
Name: plasma5-addons
Version: 5.4.3
Version: 5.5.1
Release: 0
Summary: Additional Plasma5 Widgets
License: LGPL-2.1 and GPL-2.0+ and GPL-3.0
@@ -26,37 +26,41 @@ Group: System/GUI/KDE
Url: http://www.kde.org/
Source: kdeplasma-addons-%{version}.tar.xz
Source99: %{name}-rpmlintrc
BuildRequires: kcmutils-devel
BuildRequires: kconfig-devel
BuildRequires: kconfigwidgets-devel
BuildRequires: kcoreaddons-devel
BuildRequires: kdelibs4support-devel
BuildRequires: kf5-filesystem
BuildRequires: ki18n-devel
BuildRequires: kio-devel
BuildRequires: knewstuff-devel
BuildRequires: kross-devel
BuildRequires: krunner-devel
BuildRequires: kservice-devel
BuildRequires: kunitconversion-devel
BuildRequires: libxcb-devel
BuildRequires: plasma-framework-devel
BuildRequires: cmake(KF5Activities) >= 5.8.0
BuildRequires: cmake(KF5Config) >= 5.8.0
BuildRequires: cmake(KF5ConfigWidgets) >= 5.8.0
BuildRequires: cmake(KF5CoreAddons) >= 5.8.0
BuildRequires: cmake(KF5I18n) >= 5.8.0
BuildRequires: cmake(KF5KCMUtils) >= 5.8.0
BuildRequires: cmake(KF5KDELibs4Support) >= 5.8.0
BuildRequires: cmake(KF5KIO) >= 5.8.0
BuildRequires: cmake(KF5Kross) >= 5.8.0
BuildRequires: cmake(KF5NewStuff) >= 5.8.0
BuildRequires: cmake(KF5Plasma) >= 5.8.0
BuildRequires: cmake(KF5Runner) >= 5.8.0
BuildRequires: cmake(KF5Service) >= 5.8.0
BuildRequires: cmake(KF5UnitConversion) >= 5.8.0
%if 0%{?suse_version} > 1314 && "%{suse_version}" != "1320"
BuildRequires: purpose-devel
BuildRequires: cmake(KDEExperimentalPurpose)
%endif
BuildRequires: sonnet-devel
BuildRequires: xz
BuildRequires: pkgconfig(Qt5Core) >= 5.4.0
BuildRequires: pkgconfig(Qt5DBus) >= 5.4.0
BuildRequires: pkgconfig(Qt5Qml) >= 5.4.0
BuildRequires: pkgconfig(Qt5Quick) >= 5.4.0
BuildRequires: pkgconfig(Qt5Widgets) >= 5.4.0
BuildRequires: pkgconfig(Qt5X11Extras) >= 5.4.0
BuildRequires: cmake(Qt5Core) >= 5.4.0
BuildRequires: cmake(Qt5DBus) >= 5.4.0
BuildRequires: cmake(Qt5Gui) >= 5.4.0
BuildRequires: cmake(Qt5Qml) >= 5.4.0
BuildRequires: cmake(Qt5Quick) >= 5.4.0
BuildRequires: cmake(Qt5Widgets) >= 5.4.0
BuildRequires: cmake(Qt5X11Extras) >= 5.4.0
BuildRequires: pkgconfig(gio-2.0)
BuildRequires: pkgconfig(glib-2.0)
BuildRequires: pkgconfig(gobject-2.0)
BuildRequires: pkgconfig(ibus-1.0)
BuildRequires: pkgconfig(x11)
BuildRequires: pkgconfig(xcb)
BuildRequires: pkgconfig(xcb-image)
BuildRequires: pkgconfig(xcb-keysyms)
BuildRequires: pkgconfig(xcb-shm)
%if 0%{?suse_version} > 1314 && "%{suse_version}" != "1320"
Requires: purpose
%endif