From a3bce7a02ee754cec03492b6c328dbc6e3a480aa84d5e3edb77ac25ed5f22d0d Mon Sep 17 00:00:00 2001 From: Fabian Vogt Date: Thu, 15 Sep 2016 09:13:32 +0000 Subject: [PATCH 01/10] osc copypac from project:KDE:Unstable:Frameworks package:bluedevil5 revision:111 OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5:LTS/bluedevil5?expand=0&rev=1 --- _service | 12 ++ ...l-5.7.90git~20160915T095217~d26b50c.tar.xz | 3 + _service:set_version:bluedevil5.spec | 103 ++++++++++++++++++ bluedevil-5.7.4.tar.xz | 3 - bluedevil5-rpmlintrc | 2 + bluedevil5.changes | 84 -------------- bluedevil5.spec | 44 ++++---- 7 files changed, 142 insertions(+), 109 deletions(-) create mode 100644 _service create mode 100644 _service:recompress:tar_scm:bluedevil-5.7.90git~20160915T095217~d26b50c.tar.xz create mode 100644 _service:set_version:bluedevil5.spec delete mode 100644 bluedevil-5.7.4.tar.xz create mode 100644 bluedevil5-rpmlintrc diff --git a/_service b/_service new file mode 100644 index 0000000..22006a9 --- /dev/null +++ b/_service @@ -0,0 +1,12 @@ + + + git://anongit.kde.org/bluedevil.git + git + 5.7.90git~%ci~%h + + + *.tar + xz + + + \ No newline at end of file diff --git a/_service:recompress:tar_scm:bluedevil-5.7.90git~20160915T095217~d26b50c.tar.xz b/_service:recompress:tar_scm:bluedevil-5.7.90git~20160915T095217~d26b50c.tar.xz new file mode 100644 index 0000000..bc435df --- /dev/null +++ b/_service:recompress:tar_scm:bluedevil-5.7.90git~20160915T095217~d26b50c.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a82a7b76e35f8db7634195a5a2d58026b2bdb7f991602faa5145ac40baaf8e65 +size 62492 diff --git a/_service:set_version:bluedevil5.spec b/_service:set_version:bluedevil5.spec new file mode 100644 index 0000000..4a2aefa --- /dev/null +++ b/_service:set_version:bluedevil5.spec @@ -0,0 +1,103 @@ +# +# spec file for package bluedevil5 +# +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2010 Raymond Wooninck +# +# 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/ +# + + +%bcond_without lang +Name: bluedevil5 +Version: 5.7.90git~20160915T095217~d26b50c +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 +BuildRequires: shared-mime-info +BuildRequires: cmake(KDED) +BuildRequires: cmake(KF5BluezQt) +BuildRequires: cmake(KF5CoreAddons) +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 >= %{_plasma5_version} +Requires: bluez-qt-udev >= %{_plasma5_version} +# atop of the bluez itself, we also need bluez-obexd for kio_obexftp and both send/receive +Requires: bluez +# for connecting A2DP profile +Recommends: pulseaudio-module-bluetooth +%if %{with lang} +Recommends: %{name}-lang +%endif +Supplements: packageand(bluez:plasma5-workspace) +Conflicts: bluedevil +Requires(post): shared-mime-info +Requires(postun): shared-mime-info + +%description +Bluetooth daemon for KDE, handling connections. + +%lang_package +%prep +%setup -q -n bluedevil-%{version} + +%build +%cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=share/locale/kf5 +%make_jobs + +%install +%kf5_makeinstall -C build + +%post +/usr/bin/update-mime-database %{_datadir}/mime > /dev/null 2>&1 || : + +%postun +/usr/bin/update-mime-database %{_datadir}/mime > /dev/null 2>&1 || : + +%files +%defattr(-,root,root,-) +%doc README +%{_kf5_sharedir}/mime/packages/bluedevil-mime.xml +%{_kf5_applicationsdir}/org.kde.bluedevil*.desktop +%{_kf5_sharedir}/bluedevilwizard/ +%{_kf5_bindir}/bluedevil-* +%{_kf5_sharedir}/remoteview/ +%{_kf5_notifydir}/ +%{_kf5_plugindir}/ +%{_kf5_servicesdir}/ +%{_kf5_qmldir}/ +%{_kf5_plasmadir}/ + +%if %{with lang} +%files lang +%defattr(-,root,root) +%{_kf5_localedir}/ +%endif + +%changelog diff --git a/bluedevil-5.7.4.tar.xz b/bluedevil-5.7.4.tar.xz deleted file mode 100644 index 6b2b2d0..0000000 --- a/bluedevil-5.7.4.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c9566f70f92759a332542be2c691e0d9f26164708f26a81f9ccad9f40b6dd038 -size 139356 diff --git a/bluedevil5-rpmlintrc b/bluedevil5-rpmlintrc new file mode 100644 index 0000000..cc4ae51 --- /dev/null +++ b/bluedevil5-rpmlintrc @@ -0,0 +1,2 @@ +# we don't use find_lang macro as it doesn't searches in subdirectories +addFilter("file-not-in-%lang .*") \ No newline at end of file diff --git a/bluedevil5.changes b/bluedevil5.changes index 17ad791..8966986 100644 --- a/bluedevil5.changes +++ b/bluedevil5.changes @@ -1,87 +1,3 @@ -------------------------------------------------------------------- -Fri Aug 26 20:36:41 UTC 2016 - fabian@ritter-vogt.de - -- Update to 5.7.4 - * New bugfix release - * For more details please see: - https://www.kde.org/announcements/plasma-5.7.4.php - -------------------------------------------------------------------- -Fri Aug 12 23:34:51 UTC 2016 - hrvoje.senjan@gmail.com - -- Adjust filelist for the plasmoid appdata, installed with KF > 5.25.0 - -------------------------------------------------------------------- -Tue Aug 2 11:35:49 UTC 2016 - hrvoje.senjan@gmail.com - -- Update to 5.7.3 - * New bugfix release - * For more details please see: - https://www.kde.org/announcements/plasma-5.7.3.php - -------------------------------------------------------------------- -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 - -- Update to 5.7.0 - * New feature release - * For more details please see: - https://www.kde.org/announcements/plasma-5.7.0.php - -------------------------------------------------------------------- -Sun May 15 16:50:09 UTC 2016 - hrvoje.senjan@gmail.com - -- Update to 5.6.4 - * New bugfix release - * For more details please see: - https://www.kde.org/announcements/plasma-5.6.4.php - -------------------------------------------------------------------- -Tue Apr 19 20:45:24 UTC 2016 - hrvoje.senjan@gmail.com - -- Update to 5.6.3 - * New bugfix release - * For more details please see: - https://www.kde.org/announcements/plasma-5.6.3.php - -------------------------------------------------------------------- -Tue Apr 5 15:53:40 UTC 2016 - hrvoje.senjan@gmail.com - -- Update to 5.6.2 - * New bugfix release - * For more details please see: - https://www.kde.org/announcements/plasma-5.6.2.php - -------------------------------------------------------------------- -Tue Mar 29 16:20:32 UTC 2016 - hrvoje.senjan@gmail.com - -- Update to 5.6.1 - * New bugfix release - * For more details please see: - https://www.kde.org/announcements/plasma-5.6.1.php - ------------------------------------------------------------------- Sun Mar 20 09:19:17 UTC 2016 - hrvoje.senjan@gmail.com diff --git a/bluedevil5.spec b/bluedevil5.spec index 9580159..f256886 100644 --- a/bluedevil5.spec +++ b/bluedevil5.spec @@ -2,6 +2,7 @@ # spec file for package bluedevil5 # # Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2010 Raymond Wooninck # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,34 +19,35 @@ %bcond_without lang Name: bluedevil5 -Version: 5.7.4 +Version: 5.6.0 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 BuildRequires: shared-mime-info -BuildRequires: cmake(KDED) >= 5.25.0 -BuildRequires: cmake(KF5BluezQt) >= 5.25.0 -BuildRequires: cmake(KF5CoreAddons) >= 5.25.0 -BuildRequires: cmake(KF5DBusAddons) >= 5.25.0 -BuildRequires: cmake(KF5I18n) >= 5.25.0 -BuildRequires: cmake(KF5IconThemes) >= 5.25.0 -BuildRequires: cmake(KF5KIO) >= 5.25.0 -BuildRequires: cmake(KF5Notifications) >= 5.25.0 -BuildRequires: cmake(KF5Plasma) >= 5.25.0 -BuildRequires: cmake(KF5WidgetsAddons) >= 5.25.0 -BuildRequires: cmake(KF5WindowSystem) >= 5.25.0 +BuildRequires: cmake(KDED) +BuildRequires: cmake(KF5BluezQt) +BuildRequires: cmake(KF5CoreAddons) +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-udev >= %{version} +Requires: bluez-qt-imports >= %{_plasma5_version} +Requires: bluez-qt-udev >= %{_plasma5_version} # atop of the bluez itself, we also need bluez-obexd for kio_obexftp and both send/receive Requires: bluez # for connecting A2DP profile @@ -66,20 +68,17 @@ Bluetooth daemon for KDE, handling connections. %setup -q -n bluedevil-%{version} %build -%cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=%{_kf5_localedir} +%cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=share/locale/kf5 %make_jobs %install %kf5_makeinstall -C build -%if %{with lang} -%kf5_find_lang -%endif %post -%mime_database_post +/usr/bin/update-mime-database %{_datadir}/mime > /dev/null 2>&1 || : %postun -%mime_database_postun +/usr/bin/update-mime-database %{_datadir}/mime > /dev/null 2>&1 || : %files %defattr(-,root,root,-) @@ -94,10 +93,11 @@ Bluetooth daemon for KDE, handling connections. %{_kf5_servicesdir}/ %{_kf5_qmldir}/ %{_kf5_plasmadir}/ -%{_kf5_appstreamdir}/ %if %{with lang} -%files lang -f %{name}.lang +%files lang +%defattr(-,root,root) +%{_kf5_localedir}/ %endif %changelog From f3bff61a27b151c9ae90a7309ce30e4b3edad5f8dffd52d52935c3d2931aaace Mon Sep 17 00:00:00 2001 From: Fabian Vogt Date: Thu, 15 Sep 2016 17:09:30 +0000 Subject: [PATCH 02/10] Update to Plasma 5.7.95 OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5:LTS/bluedevil5?expand=0&rev=2 --- _service | 12 -- ...l-5.7.90git~20160915T095217~d26b50c.tar.xz | 3 - _service:set_version:bluedevil5.spec | 103 ------------------ bluedevil-5.7.95.tar.xz | 3 + bluedevil5.changes | 100 +++++++++++++++++ bluedevil5.spec | 4 +- 6 files changed, 105 insertions(+), 120 deletions(-) delete mode 100644 _service delete mode 100644 _service:recompress:tar_scm:bluedevil-5.7.90git~20160915T095217~d26b50c.tar.xz delete mode 100644 _service:set_version:bluedevil5.spec create mode 100644 bluedevil-5.7.95.tar.xz diff --git a/_service b/_service deleted file mode 100644 index 22006a9..0000000 --- a/_service +++ /dev/null @@ -1,12 +0,0 @@ - - - git://anongit.kde.org/bluedevil.git - git - 5.7.90git~%ci~%h - - - *.tar - xz - - - \ No newline at end of file diff --git a/_service:recompress:tar_scm:bluedevil-5.7.90git~20160915T095217~d26b50c.tar.xz b/_service:recompress:tar_scm:bluedevil-5.7.90git~20160915T095217~d26b50c.tar.xz deleted file mode 100644 index bc435df..0000000 --- a/_service:recompress:tar_scm:bluedevil-5.7.90git~20160915T095217~d26b50c.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a82a7b76e35f8db7634195a5a2d58026b2bdb7f991602faa5145ac40baaf8e65 -size 62492 diff --git a/_service:set_version:bluedevil5.spec b/_service:set_version:bluedevil5.spec deleted file mode 100644 index 4a2aefa..0000000 --- a/_service:set_version:bluedevil5.spec +++ /dev/null @@ -1,103 +0,0 @@ -# -# spec file for package bluedevil5 -# -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. -# Copyright (c) 2010 Raymond Wooninck -# -# 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/ -# - - -%bcond_without lang -Name: bluedevil5 -Version: 5.7.90git~20160915T095217~d26b50c -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 -BuildRequires: shared-mime-info -BuildRequires: cmake(KDED) -BuildRequires: cmake(KF5BluezQt) -BuildRequires: cmake(KF5CoreAddons) -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 >= %{_plasma5_version} -Requires: bluez-qt-udev >= %{_plasma5_version} -# atop of the bluez itself, we also need bluez-obexd for kio_obexftp and both send/receive -Requires: bluez -# for connecting A2DP profile -Recommends: pulseaudio-module-bluetooth -%if %{with lang} -Recommends: %{name}-lang -%endif -Supplements: packageand(bluez:plasma5-workspace) -Conflicts: bluedevil -Requires(post): shared-mime-info -Requires(postun): shared-mime-info - -%description -Bluetooth daemon for KDE, handling connections. - -%lang_package -%prep -%setup -q -n bluedevil-%{version} - -%build -%cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=share/locale/kf5 -%make_jobs - -%install -%kf5_makeinstall -C build - -%post -/usr/bin/update-mime-database %{_datadir}/mime > /dev/null 2>&1 || : - -%postun -/usr/bin/update-mime-database %{_datadir}/mime > /dev/null 2>&1 || : - -%files -%defattr(-,root,root,-) -%doc README -%{_kf5_sharedir}/mime/packages/bluedevil-mime.xml -%{_kf5_applicationsdir}/org.kde.bluedevil*.desktop -%{_kf5_sharedir}/bluedevilwizard/ -%{_kf5_bindir}/bluedevil-* -%{_kf5_sharedir}/remoteview/ -%{_kf5_notifydir}/ -%{_kf5_plugindir}/ -%{_kf5_servicesdir}/ -%{_kf5_qmldir}/ -%{_kf5_plasmadir}/ - -%if %{with lang} -%files lang -%defattr(-,root,root) -%{_kf5_localedir}/ -%endif - -%changelog diff --git a/bluedevil-5.7.95.tar.xz b/bluedevil-5.7.95.tar.xz new file mode 100644 index 0000000..780226c --- /dev/null +++ b/bluedevil-5.7.95.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ec94e4f25ac64aca61d2bf2dc8c597f6b6fedf141001b0908f7f918d4f37be9 +size 140996 diff --git a/bluedevil5.changes b/bluedevil5.changes index 8966986..18588ac 100644 --- a/bluedevil5.changes +++ b/bluedevil5.changes @@ -1,3 +1,103 @@ +------------------------------------------------------------------- +Thu Sep 15 15:53:55 UTC 2016 - fabian@ritter-vogt.de + +- Update to 5.7.95 (Plasma 5.8 Beta) + * New LTS feature release + * For more details please see: + https://www.kde.org/announcements/plasma-5.7.95.php + +------------------------------------------------------------------- +Tue Sep 13 17:42:09 UTC 2016 - fabian@ritter-vogt.de + +- Update to 5.7.5 + * New bugfix release + * For more details please see: + https://www.kde.org/announcements/plasma-5.7.5.php + +------------------------------------------------------------------- +Fri Aug 26 20:36:41 UTC 2016 - fabian@ritter-vogt.de + +- Update to 5.7.4 + * New bugfix release + * For more details please see: + https://www.kde.org/announcements/plasma-5.7.4.php + +------------------------------------------------------------------- +Fri Aug 12 23:34:51 UTC 2016 - hrvoje.senjan@gmail.com + +- Adjust filelist for the plasmoid appdata, installed with KF > 5.25.0 + +------------------------------------------------------------------- +Tue Aug 2 11:35:49 UTC 2016 - hrvoje.senjan@gmail.com + +- Update to 5.7.3 + * New bugfix release + * For more details please see: + https://www.kde.org/announcements/plasma-5.7.3.php + +------------------------------------------------------------------- +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 + +- Update to 5.7.0 + * New feature release + * For more details please see: + https://www.kde.org/announcements/plasma-5.7.0.php + +------------------------------------------------------------------- +Sun May 15 16:50:09 UTC 2016 - hrvoje.senjan@gmail.com + +- Update to 5.6.4 + * New bugfix release + * For more details please see: + https://www.kde.org/announcements/plasma-5.6.4.php + +------------------------------------------------------------------- +Tue Apr 19 20:45:24 UTC 2016 - hrvoje.senjan@gmail.com + +- Update to 5.6.3 + * New bugfix release + * For more details please see: + https://www.kde.org/announcements/plasma-5.6.3.php + +------------------------------------------------------------------- +Tue Apr 5 15:53:40 UTC 2016 - hrvoje.senjan@gmail.com + +- Update to 5.6.2 + * New bugfix release + * For more details please see: + https://www.kde.org/announcements/plasma-5.6.2.php + +------------------------------------------------------------------- +Tue Mar 29 16:20:32 UTC 2016 - hrvoje.senjan@gmail.com + +- Update to 5.6.1 + * New bugfix release + * For more details please see: + https://www.kde.org/announcements/plasma-5.6.1.php + ------------------------------------------------------------------- Sun Mar 20 09:19:17 UTC 2016 - hrvoje.senjan@gmail.com diff --git a/bluedevil5.spec b/bluedevil5.spec index f256886..d539d13 100644 --- a/bluedevil5.spec +++ b/bluedevil5.spec @@ -19,13 +19,13 @@ %bcond_without lang Name: bluedevil5 -Version: 5.6.0 +Version: 5.7.95 Release: 0 Summary: Bluetooth Manager for KDE License: GPL-2.0+ Group: Hardware/Other Url: http://www.kde.org/ -Source: bluedevil-%{version}.tar.xz +Source: http://download.kde.org/unstable/plasma/%{version}/bluedevil-%{version}.tar.xz Source99: %{name}-rpmlintrc BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: extra-cmake-modules From 1c3d392c50e0b2d600f2ca8f33c6d39f1c31e532422ebbcde1b62553f1ffd716 Mon Sep 17 00:00:00 2001 From: Fabian Vogt Date: Thu, 15 Sep 2016 17:56:05 +0000 Subject: [PATCH 03/10] OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5:LTS/bluedevil5?expand=0&rev=3 --- bluedevil5.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/bluedevil5.spec b/bluedevil5.spec index d539d13..b66711a 100644 --- a/bluedevil5.spec +++ b/bluedevil5.spec @@ -93,6 +93,7 @@ Bluetooth daemon for KDE, handling connections. %{_kf5_servicesdir}/ %{_kf5_qmldir}/ %{_kf5_plasmadir}/ +%{_kf5_appstreamdir}/*.xml %if %{with lang} %files lang From 96dc89d34ce100c2dcfc6e1c74476b15c2ccf90eb955c459016a783ab9532508 Mon Sep 17 00:00:00 2001 From: Fabian Vogt Date: Thu, 15 Sep 2016 19:19:27 +0000 Subject: [PATCH 04/10] OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5:LTS/bluedevil5?expand=0&rev=4 --- bluedevil5.spec | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/bluedevil5.spec b/bluedevil5.spec index b66711a..3ceebf5 100644 --- a/bluedevil5.spec +++ b/bluedevil5.spec @@ -68,17 +68,20 @@ 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 -/usr/bin/update-mime-database %{_datadir}/mime > /dev/null 2>&1 || : +%mime_database_post %postun -/usr/bin/update-mime-database %{_datadir}/mime > /dev/null 2>&1 || : +%mime_database_postun %files %defattr(-,root,root,-) @@ -96,9 +99,7 @@ Bluetooth daemon for KDE, handling connections. %{_kf5_appstreamdir}/*.xml %if %{with lang} -%files lang -%defattr(-,root,root) -%{_kf5_localedir}/ +%files lang -f %{name}.lang %endif %changelog From af1d3360ccc92f77f2dd545ce4b5765dd11615671cfafae5c5d48e6ab7ed931f Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Sat, 17 Sep 2016 17:55:46 +0000 Subject: [PATCH 05/10] Use the right, existing macro OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5:LTS/bluedevil5?expand=0&rev=5 --- bluedevil5.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bluedevil5.spec b/bluedevil5.spec index 3ceebf5..aef37ab 100644 --- a/bluedevil5.spec +++ b/bluedevil5.spec @@ -46,8 +46,8 @@ 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 >= %{_plasma5_version} -Requires: bluez-qt-udev >= %{_plasma5_version} +Requires: bluez-qt-imports >= %{version} +Requires: bluez-qt-udev >= %{version} # atop of the bluez itself, we also need bluez-obexd for kio_obexftp and both send/receive Requires: bluez # for connecting A2DP profile From ef44d18f02a73287bc8baaf7dc744696019678849c48e6885f011ed9e0076a0d Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Sat, 17 Sep 2016 17:57:09 +0000 Subject: [PATCH 06/10] OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5:LTS/bluedevil5?expand=0&rev=6 --- bluedevil5.spec | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/bluedevil5.spec b/bluedevil5.spec index aef37ab..87d0391 100644 --- a/bluedevil5.spec +++ b/bluedevil5.spec @@ -31,17 +31,17 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: extra-cmake-modules BuildRequires: kf5-filesystem BuildRequires: shared-mime-info -BuildRequires: cmake(KDED) -BuildRequires: cmake(KF5BluezQt) -BuildRequires: cmake(KF5CoreAddons) -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(KDED) >= 5.25.0 +BuildRequires: cmake(KF5BluezQt) >= 5.25.0 +BuildRequires: cmake(KF5CoreAddons) >= 5.25.0 +BuildRequires: cmake(KF5DBusAddons) >= 5.25.0 +BuildRequires: cmake(KF5I18n) >= 5.25.0 +BuildRequires: cmake(KF5IconThemes) >= 5.25.0 +BuildRequires: cmake(KF5KIO) >= 5.25.0 +BuildRequires: cmake(KF5Notifications) >= 5.25.0 +BuildRequires: cmake(KF5Plasma) >= 5.25.0 +BuildRequires: cmake(KF5WidgetsAddons) >= 5.25.0 +BuildRequires: cmake(KF5WindowSystem) >= 5.25.0 BuildRequires: cmake(Qt5Core) >= 5.4.0 BuildRequires: cmake(Qt5DBus) >= 5.4.0 BuildRequires: cmake(Qt5Qml) >= 5.4.0 From 38f40ebb857a328eea2ad5399934e7c22efac508c9824efe32d4bf94be4c780b Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Sat, 17 Sep 2016 18:37:23 +0000 Subject: [PATCH 07/10] OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5:LTS/bluedevil5?expand=0&rev=7 --- bluedevil5.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/bluedevil5.spec b/bluedevil5.spec index 87d0391..43a8e5f 100644 --- a/bluedevil5.spec +++ b/bluedevil5.spec @@ -26,7 +26,6 @@ License: GPL-2.0+ Group: Hardware/Other Url: http://www.kde.org/ Source: http://download.kde.org/unstable/plasma/%{version}/bluedevil-%{version}.tar.xz -Source99: %{name}-rpmlintrc BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: extra-cmake-modules BuildRequires: kf5-filesystem From dea4114faded31f7177b1d23d2c598439ebf5966546053cd836f5c1edd65d231 Mon Sep 17 00:00:00 2001 From: Fabian Vogt Date: Fri, 23 Sep 2016 07:53:37 +0000 Subject: [PATCH 08/10] OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5:LTS/bluedevil5?expand=0&rev=8 --- bluedevil5-rpmlintrc | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 bluedevil5-rpmlintrc diff --git a/bluedevil5-rpmlintrc b/bluedevil5-rpmlintrc deleted file mode 100644 index cc4ae51..0000000 --- a/bluedevil5-rpmlintrc +++ /dev/null @@ -1,2 +0,0 @@ -# we don't use find_lang macro as it doesn't searches in subdirectories -addFilter("file-not-in-%lang .*") \ No newline at end of file From e3c3a8b7e3906e16ac1d43a746ee604eef3004ba0fedce957c4f9b705261e815 Mon Sep 17 00:00:00 2001 From: Antonio Larrosa Date: Sat, 1 Oct 2016 22:14:59 +0000 Subject: [PATCH 09/10] Accepting request 432184 from home:Vogtinator:branches:KDE:Frameworks5:LTS OBS-URL: https://build.opensuse.org/request/show/432184 OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5:LTS/bluedevil5?expand=0&rev=9 --- bluedevil-5.7.95.tar.xz | 3 --- bluedevil-5.8.0.tar.xz | 3 +++ bluedevil5.changes | 8 ++++++++ bluedevil5.spec | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 bluedevil-5.7.95.tar.xz create mode 100644 bluedevil-5.8.0.tar.xz diff --git a/bluedevil-5.7.95.tar.xz b/bluedevil-5.7.95.tar.xz deleted file mode 100644 index 780226c..0000000 --- a/bluedevil-5.7.95.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9ec94e4f25ac64aca61d2bf2dc8c597f6b6fedf141001b0908f7f918d4f37be9 -size 140996 diff --git a/bluedevil-5.8.0.tar.xz b/bluedevil-5.8.0.tar.xz new file mode 100644 index 0000000..2e7bbf7 --- /dev/null +++ b/bluedevil-5.8.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a218440c232ffddd9852fbdf6bc37818b343509708f19107c53f4bc6c85aeae6 +size 141044 diff --git a/bluedevil5.changes b/bluedevil5.changes index 18588ac..1d56308 100644 --- a/bluedevil5.changes +++ b/bluedevil5.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Sep 29 16:36:28 UTC 2016 - fabian@ritter-vogt.de + +- Update to 5.8.0 + * New LTS feature release + * For more details please see: + https://www.kde.org/announcements/plasma-5.8.0.php + ------------------------------------------------------------------- Thu Sep 15 15:53:55 UTC 2016 - fabian@ritter-vogt.de diff --git a/bluedevil5.spec b/bluedevil5.spec index 43a8e5f..faeea08 100644 --- a/bluedevil5.spec +++ b/bluedevil5.spec @@ -19,7 +19,7 @@ %bcond_without lang Name: bluedevil5 -Version: 5.7.95 +Version: 5.8.0 Release: 0 Summary: Bluetooth Manager for KDE License: GPL-2.0+ From 5dcdc4b3aa8707bec963b1fd1e6e1eff4f83a8ab26b3853b2f380b42fb631f0d Mon Sep 17 00:00:00 2001 From: Fabian Vogt Date: Sun, 2 Oct 2016 08:45:18 +0000 Subject: [PATCH 10/10] Remove source URLs temporarily OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5:LTS/bluedevil5?expand=0&rev=10 --- bluedevil5.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bluedevil5.spec b/bluedevil5.spec index faeea08..28b170a 100644 --- a/bluedevil5.spec +++ b/bluedevil5.spec @@ -25,7 +25,7 @@ Summary: Bluetooth Manager for KDE License: GPL-2.0+ Group: Hardware/Other Url: http://www.kde.org/ -Source: http://download.kde.org/unstable/plasma/%{version}/bluedevil-%{version}.tar.xz +Source: bluedevil-%{version}.tar.xz BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: extra-cmake-modules BuildRequires: kf5-filesystem