Accepting request 349201 from KDE:Frameworks5
Update to 5.5.1 OBS-URL: https://build.opensuse.org/request/show/349201 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bluedevil5?expand=0&rev=13
This commit is contained in:
commit
57c5f14072
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:7364cf95850fb30cbf487ab8e01686b82d5c7817fe45046f75bdc654a846f413
|
|
||||||
size 129024
|
|
3
bluedevil-5.5.1.tar.xz
Normal file
3
bluedevil-5.5.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:27f18ad0c776e8b0d3809f3defb2172b7b9dc587dc7d50271094d726fd162d26
|
||||||
|
size 132812
|
@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 15 17:49:46 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:30:58 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 18:09:42 UTC 2015 - hrvoje.senjan@gmail.com
|
Sun Nov 8 18:09:42 UTC 2015 - hrvoje.senjan@gmail.com
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
%bcond_without lang
|
%bcond_without lang
|
||||||
Name: bluedevil5
|
Name: bluedevil5
|
||||||
Version: 5.4.3
|
Version: 5.5.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Bluetooth Manager for KDE
|
Summary: Bluetooth Manager for KDE
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
@ -28,23 +28,24 @@ Url: http://www.kde.org/
|
|||||||
Source: bluedevil-%{version}.tar.xz
|
Source: bluedevil-%{version}.tar.xz
|
||||||
Source99: %{name}-rpmlintrc
|
Source99: %{name}-rpmlintrc
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: bluez-qt-devel >= %{version}
|
BuildRequires: extra-cmake-modules
|
||||||
BuildRequires: kcoreaddons-devel
|
|
||||||
BuildRequires: kdbusaddons-devel
|
|
||||||
BuildRequires: kded-devel
|
|
||||||
BuildRequires: kf5-filesystem
|
BuildRequires: kf5-filesystem
|
||||||
BuildRequires: ki18n-devel
|
|
||||||
BuildRequires: kiconthemes-devel
|
|
||||||
BuildRequires: kio-devel
|
|
||||||
BuildRequires: knotifications-devel
|
|
||||||
BuildRequires: kwidgetsaddons-devel
|
|
||||||
BuildRequires: kwindowsystem-devel
|
|
||||||
BuildRequires: plasma-framework-devel
|
|
||||||
BuildRequires: shared-mime-info
|
BuildRequires: shared-mime-info
|
||||||
BuildRequires: pkgconfig(Qt5Core) >= 5.4.0
|
BuildRequires: cmake(KDED)
|
||||||
BuildRequires: pkgconfig(Qt5DBus) >= 5.4.0
|
BuildRequires: cmake(KF5BluezQt)
|
||||||
BuildRequires: pkgconfig(Qt5Qml) >= 5.4.0
|
BuildRequires: cmake(KF5CoreAddons)
|
||||||
BuildRequires: pkgconfig(Qt5Widgets) >= 5.4.0
|
BuildRequires: cmake(KF5DBusAddons)
|
||||||
|
BuildRequires: cmake(KF5I18n)
|
||||||
|
BuildRequires: cmake(KF5IconThemes)
|
||||||
|
BuildRequires: cmake(KF5KIO)
|
||||||
|
BuildRequires: cmake(KF5Notifications)
|
||||||
|
BuildRequires: cmake(KF5Plasma)
|
||||||
|
BuildRequires: cmake(KF5WidgetsAddons)
|
||||||
|
BuildRequires: cmake(KF5WindowSystem)
|
||||||
|
BuildRequires: cmake(Qt5Core) >= 5.4.0
|
||||||
|
BuildRequires: cmake(Qt5DBus) >= 5.4.0
|
||||||
|
BuildRequires: cmake(Qt5Qml) >= 5.4.0
|
||||||
|
BuildRequires: cmake(Qt5Widgets) >= 5.4.0
|
||||||
Requires: bluez-qt-imports >= %{version}
|
Requires: bluez-qt-imports >= %{version}
|
||||||
Requires: bluez-qt-udev >= %{version}
|
Requires: bluez-qt-udev >= %{version}
|
||||||
# atop of the bluez itself, we also need bluez-obexd for kio_obexftp and both send/receive
|
# atop of the bluez itself, we also need bluez-obexd for kio_obexftp and both send/receive
|
||||||
@ -86,7 +87,6 @@ Bluetooth daemon for KDE, handling connections.
|
|||||||
%{_kf5_applicationsdir}/org.kde.bluedevil*.desktop
|
%{_kf5_applicationsdir}/org.kde.bluedevil*.desktop
|
||||||
%{_kf5_sharedir}/bluedevilwizard/
|
%{_kf5_sharedir}/bluedevilwizard/
|
||||||
%{_kf5_bindir}/bluedevil-*
|
%{_kf5_bindir}/bluedevil-*
|
||||||
%{_kf5_libdir}/libexec/
|
|
||||||
%{_kf5_sharedir}/remoteview/
|
%{_kf5_sharedir}/remoteview/
|
||||||
%{_kf5_notifydir}/
|
%{_kf5_notifydir}/
|
||||||
%{_kf5_plugindir}/
|
%{_kf5_plugindir}/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user