Accepting request 414726 from KDE:Frameworks5

Update to 5.7.2

OBS-URL: https://build.opensuse.org/request/show/414726
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bluedevil5?expand=0&rev=23
This commit is contained in:
Dominique Leuenberger 2016-08-08 11:51:17 +00:00 committed by Git OBS Bridge
commit 35175c77fb
5 changed files with 32 additions and 11 deletions

View File

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

3
bluedevil-5.7.2.tar.xz Normal file
View File

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

View File

@ -1,2 +0,0 @@
# we don't use find_lang macro as it doesn't searches in subdirectories
addFilter("file-not-in-%lang .*")

View File

@ -1,3 +1,26 @@
-------------------------------------------------------------------
Wed Jul 20 08:54:13 UTC 2016 - hrvoje.senjan@gmail.com
- Update to 5.7.2
* New bugfix release
* For more details please see:
https://www.kde.org/announcements/plasma-5.7.2.php
-------------------------------------------------------------------
Wed Jul 13 06:13:22 UTC 2016 - hrvoje.senjan@gmail.com
- Update to 5.7.1
* New bugfix release
* For more details please see:
https://www.kde.org/announcements/plasma-5.7.1.php
-------------------------------------------------------------------
Tue Jul 5 11:08:22 UTC 2016 - wbauer@tmo.at
- Use the new %kf5_find_lang macro to create the file list for the
lang package
- Remove rpmlintrc file, it is not needed any more now
-------------------------------------------------------------------
Thu Jun 30 12:02:16 UTC 2016 - hrvoje.senjan@gmail.com

View File

@ -19,14 +19,13 @@
%bcond_without lang
Name: bluedevil5
Version: 5.7.0
Version: 5.7.2
Release: 0
Summary: Bluetooth Manager for KDE
License: GPL-2.0+
Group: Hardware/Other
Url: http://www.kde.org/
Source: bluedevil-%{version}.tar.xz
Source99: %{name}-rpmlintrc
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: extra-cmake-modules
BuildRequires: kf5-filesystem
@ -68,11 +67,14 @@ Bluetooth daemon for KDE, handling connections.
%setup -q -n bluedevil-%{version}
%build
%cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=share/locale/kf5
%cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=%{_kf5_localedir}
%make_jobs
%install
%kf5_makeinstall -C build
%if %{with lang}
%kf5_find_lang
%endif
%post
%mime_database_post
@ -95,9 +97,7 @@ Bluetooth daemon for KDE, handling connections.
%{_kf5_plasmadir}/
%if %{with lang}
%files lang
%defattr(-,root,root)
%{_kf5_localedir}/
%files lang -f %{name}.lang
%endif
%changelog