commit bluedevil5 for openSUSE:Leap:15.2

2020-05-12 Thread root
Hello community,

here is the log from the commit of package bluedevil5 for openSUSE:Leap:15.2 
checked in at 2020-05-12 11:36:28

Comparing /work/SRC/openSUSE:Leap:15.2/bluedevil5 (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.bluedevil5.new.2738 (New)


Package is "bluedevil5"

Tue May 12 11:36:28 2020 rev:75 rq:801239 version:5.18.5

Changes:

--- /work/SRC/openSUSE:Leap:15.2/bluedevil5/bluedevil5.changes  2020-04-14 
14:19:05.429189822 +0200
+++ /work/SRC/openSUSE:Leap:15.2/.bluedevil5.new.2738/bluedevil5.changes
2020-05-12 11:36:29.740260533 +0200
@@ -1,0 +2,10 @@
+Tue May  5 13:01:51 UTC 2020 - Fabian Vogt 
+
+- Update to 5.18.5
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.18.5.php
+- Changes since 5.18.4.1:
+  * Remove too strict Qt/KF5 deprecation rule
+
+---

Old:

  bluedevil-5.18.4.1.tar.xz
  bluedevil-5.18.4.1.tar.xz.sig

New:

  bluedevil-5.18.5.tar.xz
  bluedevil-5.18.5.tar.xz.sig



Other differences:
--
++ bluedevil5.spec ++
--- /var/tmp/diff_new_pack.50VOKy/_old  2020-05-12 11:36:30.116261323 +0200
+++ /var/tmp/diff_new_pack.50VOKy/_new  2020-05-12 11:36:30.120261331 +0200
@@ -19,15 +19,15 @@
 
 %bcond_without lang
 Name:   bluedevil5
-Version:5.18.4.1
+Version:5.18.5
 Release:0
 Summary:Bluetooth Manager for KDE Plasma
 License:GPL-2.0-or-later
 Group:  Hardware/Other
 URL:http://www.kde.org/
-Source: 
https://download.kde.org/stable/plasma/5.18.4/bluedevil-%{version}.tar.xz
+Source: 
https://download.kde.org/stable/plasma/%{version}/bluedevil-%{version}.tar.xz
 %if %{with lang}
-Source1:
https://download.kde.org/stable/plasma/5.18.4/bluedevil-%{version}.tar.xz.sig
+Source1:
https://download.kde.org/stable/plasma/%{version}/bluedevil-%{version}.tar.xz.sig
 Source2:plasma.keyring
 %endif
 BuildRequires:  extra-cmake-modules

++ bluedevil-5.18.4.1.tar.xz -> bluedevil-5.18.5.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bluedevil-5.18.4.1/CMakeLists.txt 
new/bluedevil-5.18.5/CMakeLists.txt
--- old/bluedevil-5.18.4.1/CMakeLists.txt   2020-03-31 16:01:24.0 
+0200
+++ new/bluedevil-5.18.5/CMakeLists.txt 2020-05-05 16:30:24.0 +0200
@@ -1,7 +1,7 @@
 cmake_minimum_required(VERSION 3.0)
 
 project(bluedevil)
-set(PROJECT_VERSION "5.18.4")
+set(PROJECT_VERSION "5.18.5")
 set(PROJECT_VERSION_MAJOR 5)
 
 set(QT_MIN_VERSION "5.12.0")
@@ -39,10 +39,6 @@
 include(ECMOptionalAddSubdirectory)
 include(FeatureSummary)
 include(KDEClangFormat)
-if (EXISTS "${CMAKE_SOURCE_DIR}/.git")
-   add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x06)
-   add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x054200)
-endif()
 
 include_directories(${CMAKE_CURRENT_BINARY_DIR})
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/bluedevil-5.18.4.1/po/de/plasma_applet_org.kde.plasma.bluetooth.po 
new/bluedevil-5.18.5/po/de/plasma_applet_org.kde.plasma.bluetooth.po
--- old/bluedevil-5.18.4.1/po/de/plasma_applet_org.kde.plasma.bluetooth.po  
2020-03-31 16:00:43.0 +0200
+++ new/bluedevil-5.18.5/po/de/plasma_applet_org.kde.plasma.bluetooth.po
2020-05-05 16:29:51.0 +0200
@@ -1,18 +1,19 @@
 # Burkhard Lück , 2015, 2018, 2020.
+# Frederik Schwarzer , 2020.
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
 "POT-Creation-Date: 2020-01-14 03:37+0100\n"
-"PO-Revision-Date: 2020-02-10 06:10+0100\n"
-"Last-Translator: Burkhard Lück \n"
+"PO-Revision-Date: 2020-04-19 16:54+0200\n"
+"Last-Translator: Frederik Schwarzer \n"
 "Language-Team: German \n"
 "Language: de\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Generator: Lokalize 18.12.3\n"
+"X-Generator: Lokalize 19.12.3\n"
 
 #: package/contents/ui/BluetoothApplet.qml:37
 #, kde-format
@@ -190,7 +191,7 @@
 #: package/contents/ui/FullRepresentation.qml:145
 #, kde-format
 msgid "Available devices"
-msgstr "Verfügbare Gerät"
+msgstr "Verfügbare Geräte"
 
 #: package/contents/ui/logic.js:47
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bluedevil-5.18.4.1/po/en_GB/bluedevil.po 
new/bluedevil-5.18.5/po/en_GB/bluedevil.po
--- old/bluedevil-5.18.4.1/po/en_GB/bluedevil.po2020-03-31 
16:00:44.0 +0200
+++ new/bluedevil-5.18.5/po/en_GB/bluedevil.po  2020-05-05 16:29:53.0 
+0200
@@ -10,7 +10,7 @@
 

commit bluedevil5 for openSUSE:Leap:15.2

2020-04-14 Thread root
Hello community,

here is the log from the commit of package bluedevil5 for openSUSE:Leap:15.2 
checked in at 2020-04-14 14:19:04

Comparing /work/SRC/openSUSE:Leap:15.2/bluedevil5 (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.bluedevil5.new.3248 (New)


Package is "bluedevil5"

Tue Apr 14 14:19:04 2020 rev:74 rq:791346 version:5.18.4.1

Changes:

--- /work/SRC/openSUSE:Leap:15.2/bluedevil5/bluedevil5.changes  2020-03-15 
07:08:45.504869891 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.bluedevil5.new.3248/bluedevil5.changes
2020-04-14 14:19:05.429189822 +0200
@@ -1,0 +2,16 @@
+Tue Mar 31 15:16:23 UTC 2020 - Fabian Vogt 
+
+- Update to 5.18.4.1:
+  * Version fixed
+
+---
+Tue Mar 31 14:47:38 UTC 2020 - Fabian Vogt 
+
+- Update to 5.18.4
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.18.4.php
+- Changes since 5.18.3:
+  * Remove bold formatting of device name
+
+---

Old:

  bluedevil-5.18.3.tar.xz
  bluedevil-5.18.3.tar.xz.sig

New:

  bluedevil-5.18.4.1.tar.xz
  bluedevil-5.18.4.1.tar.xz.sig



Other differences:
--
++ bluedevil5.spec ++
--- /var/tmp/diff_new_pack.Tjw9pt/_old  2020-04-14 14:19:05.769190076 +0200
+++ /var/tmp/diff_new_pack.Tjw9pt/_new  2020-04-14 14:19:05.773190079 +0200
@@ -19,15 +19,15 @@
 
 %bcond_without lang
 Name:   bluedevil5
-Version:5.18.3
+Version:5.18.4.1
 Release:0
 Summary:Bluetooth Manager for KDE Plasma
 License:GPL-2.0-or-later
 Group:  Hardware/Other
 URL:http://www.kde.org/
-Source: 
https://download.kde.org/stable/plasma/%{version}/bluedevil-%{version}.tar.xz
+Source: 
https://download.kde.org/stable/plasma/5.18.4/bluedevil-%{version}.tar.xz
 %if %{with lang}
-Source1:
https://download.kde.org/stable/plasma/%{version}/bluedevil-%{version}.tar.xz.sig
+Source1:
https://download.kde.org/stable/plasma/5.18.4/bluedevil-%{version}.tar.xz.sig
 Source2:plasma.keyring
 %endif
 BuildRequires:  extra-cmake-modules

++ bluedevil-5.18.3.tar.xz -> bluedevil-5.18.4.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bluedevil-5.18.3/CMakeLists.txt 
new/bluedevil-5.18.4.1/CMakeLists.txt
--- old/bluedevil-5.18.3/CMakeLists.txt 2020-03-10 13:53:23.0 +0100
+++ new/bluedevil-5.18.4.1/CMakeLists.txt   2020-03-31 16:01:24.0 
+0200
@@ -1,7 +1,7 @@
 cmake_minimum_required(VERSION 3.0)
 
 project(bluedevil)
-set(PROJECT_VERSION "5.18.3")
+set(PROJECT_VERSION "5.18.4")
 set(PROJECT_VERSION_MAJOR 5)
 
 set(QT_MIN_VERSION "5.12.0")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bluedevil-5.18.3/po/cs/bluedevil.po 
new/bluedevil-5.18.4.1/po/cs/bluedevil.po
--- old/bluedevil-5.18.3/po/cs/bluedevil.po 2020-03-10 13:52:51.0 
+0100
+++ new/bluedevil-5.18.4.1/po/cs/bluedevil.po   2020-03-31 16:00:40.0 
+0200
@@ -2,14 +2,14 @@
 # This file is distributed under the same license as the PACKAGE package.
 # Vít Pelčák , 2010, 2011, 2013, 2014, 2015, 2016, 2017.
 # Tomáš Chvátal , 2012, 2013.
-# Vit Pelcak , 2015, 2017, 2018, 2019.
+# Vit Pelcak , 2015, 2017, 2018, 2019, 2020.
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
 "POT-Creation-Date: 2020-02-22 08:20+0100\n"
-"PO-Revision-Date: 2019-09-30 13:27+0200\n"
+"PO-Revision-Date: 2020-03-25 17:50+0100\n"
 "Last-Translator: Vit Pelcak \n"
 "Language-Team: Czech \n"
 "Language: cs\n"
@@ -17,7 +17,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: Lokalize 19.08.1\n"
+"X-Generator: Lokalize 19.12.3\n"
 "X-Language: cs_CZ\n"
 "X-Source-Language: en_US\n"
 
@@ -903,15 +903,15 @@
 #: wizard/pages/success.cpp:55
 #, kde-format
 msgid "Setup Finished"
-msgstr ""
+msgstr "Nastavení dokončeno"
 
 #: wizard/pages/success.cpp:57
 #, kde-format
 msgid "The device has been set up and can now be used."
-msgstr ""
+msgstr "Zařízení bylo nastaveno a lze jej nyní použít."
 
 #: wizard/pages/success.cpp:60
 #, kde-format
 msgctxt "Placeholder is device name"
 msgid "The device '%1' has been set up and can now be used."
-msgstr ""
\ No newline at end of file
+msgstr "Zařízení '%1' bylo nastaveno a lze jej nyní použít."
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/bluedevil-5.18.3/po/cs/plasma_applet_org.kde.plasma.bluetooth.po 

commit bluedevil5 for openSUSE:Leap:15.2

2020-03-15 Thread root
Hello community,

here is the log from the commit of package bluedevil5 for openSUSE:Leap:15.2 
checked in at 2020-03-15 07:08:44

Comparing /work/SRC/openSUSE:Leap:15.2/bluedevil5 (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.bluedevil5.new.3160 (New)


Package is "bluedevil5"

Sun Mar 15 07:08:44 2020 rev:73 rq:784431 version:5.18.3

Changes:

--- /work/SRC/openSUSE:Leap:15.2/bluedevil5/bluedevil5.changes  2020-03-09 
17:58:43.064619506 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.bluedevil5.new.3160/bluedevil5.changes
2020-03-15 07:08:45.504869891 +0100
@@ -1,0 +2,10 @@
+Tue Mar 10 14:55:30 UTC 2020 - Fabian Vogt 
+
+- Update to 5.18.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.18.3.php
+- Changes since 5.18.2:
+  * Only deprecate up to target frameworks
+
+---

Old:

  bluedevil-5.18.2.tar.xz
  bluedevil-5.18.2.tar.xz.sig

New:

  bluedevil-5.18.3.tar.xz
  bluedevil-5.18.3.tar.xz.sig



Other differences:
--
++ bluedevil5.spec ++
--- /var/tmp/diff_new_pack.25ucV2/_old  2020-03-15 07:08:45.824870082 +0100
+++ /var/tmp/diff_new_pack.25ucV2/_new  2020-03-15 07:08:45.824870082 +0100
@@ -19,7 +19,7 @@
 
 %bcond_without lang
 Name:   bluedevil5
-Version:5.18.2
+Version:5.18.3
 Release:0
 Summary:Bluetooth Manager for KDE Plasma
 License:GPL-2.0-or-later

++ bluedevil-5.18.2.tar.xz -> bluedevil-5.18.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bluedevil-5.18.2/CMakeLists.txt 
new/bluedevil-5.18.3/CMakeLists.txt
--- old/bluedevil-5.18.2/CMakeLists.txt 2020-02-25 13:57:33.0 +0100
+++ new/bluedevil-5.18.3/CMakeLists.txt 2020-03-10 13:53:23.0 +0100
@@ -1,7 +1,7 @@
 cmake_minimum_required(VERSION 3.0)
 
 project(bluedevil)
-set(PROJECT_VERSION "5.18.2")
+set(PROJECT_VERSION "5.18.3")
 set(PROJECT_VERSION_MAJOR 5)
 
 set(QT_MIN_VERSION "5.12.0")
@@ -41,7 +41,7 @@
 include(KDEClangFormat)
 if (EXISTS "${CMAKE_SOURCE_DIR}/.git")
add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x06)
-   add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x06)
+   add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x054200)
 endif()
 
 include_directories(${CMAKE_CURRENT_BINARY_DIR})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bluedevil-5.18.2/po/id/bluedevil.po 
new/bluedevil-5.18.3/po/id/bluedevil.po
--- old/bluedevil-5.18.2/po/id/bluedevil.po 2020-02-25 13:57:08.0 
+0100
+++ new/bluedevil-5.18.3/po/id/bluedevil.po 2020-03-10 13:53:02.0 
+0100
@@ -2,7 +2,7 @@
 # This file is distributed under the same license as the PACKAGE package.
 # Rendiyono Wahyu Saputro , 2015.
 # wantoyo , 2015-2016.
-# Wantoyo , 2016, 2017, 2018, 2019.
+# Wantoyo , 2016, 2017, 2018, 2019, 2020.
 #
 # Translators:
 msgid ""
@@ -10,7 +10,7 @@
 "Project-Id-Version: KDE Frameworks 5 Applications\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
 "POT-Creation-Date: 2020-02-22 08:20+0100\n"
-"PO-Revision-Date: 2019-10-14 08:19+0700\n"
+"PO-Revision-Date: 2020-02-23 14:17+0700\n"
 "Last-Translator: Wantoyo \n"
 "Language-Team: Indonesian \n"
 "Language: id\n"
@@ -18,7 +18,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Lokalize 19.12.0\n"
+"X-Generator: Lokalize 19.12.1\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -908,15 +908,15 @@
 #: wizard/pages/success.cpp:55
 #, kde-format
 msgid "Setup Finished"
-msgstr ""
+msgstr "Pengesetan Selesai"
 
 #: wizard/pages/success.cpp:57
 #, kde-format
 msgid "The device has been set up and can now be used."
-msgstr ""
+msgstr "Perangkat sudah diset dan sekarang bisa digunakan."
 
 #: wizard/pages/success.cpp:60
 #, kde-format
 msgctxt "Placeholder is device name"
 msgid "The device '%1' has been set up and can now be used."
-msgstr ""
\ No newline at end of file
+msgstr "Perangkat '%1' sudah diset dan sekarang bisa digunakan."
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bluedevil-5.18.2/po/zh_CN/bluedevil.po 
new/bluedevil-5.18.3/po/zh_CN/bluedevil.po
--- old/bluedevil-5.18.2/po/zh_CN/bluedevil.po  2020-02-25 13:57:32.0 
+0100
+++ new/bluedevil-5.18.3/po/zh_CN/bluedevil.po  2020-03-10 13:53:22.0 
+0100
@@ -7,7 +7,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
 "POT-Creation-Date: 2020-02-22 08:20+0100\n"
-"PO-Revision-Date: 2020-01-20 21:55\n"
+"PO-Revision-Date: 2020-03-10 10:57\n"
 

commit bluedevil5 for openSUSE:Leap:15.2

2020-03-09 Thread root
Hello community,

here is the log from the commit of package bluedevil5 for openSUSE:Leap:15.2 
checked in at 2020-03-09 17:58:41

Comparing /work/SRC/openSUSE:Leap:15.2/bluedevil5 (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.bluedevil5.new.26092 (New)


Package is "bluedevil5"

Mon Mar  9 17:58:41 2020 rev:72 rq:780701 version:5.18.2

Changes:

--- /work/SRC/openSUSE:Leap:15.2/bluedevil5/bluedevil5.changes  2020-02-27 
06:40:10.445443488 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.bluedevil5.new.26092/bluedevil5.changes   
2020-03-09 17:58:43.064619506 +0100
@@ -1,0 +2,11 @@
+Tue Feb 25 14:07:15 UTC 2020 - Fabian Vogt 
+
+- Update to 5.18.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.18.2.php
+- Changes since 5.18.1:
+  * Set all labels to plain text
+  * Add explicit includes to fix build with Qt 5.11
+
+---

Old:

  bluedevil-5.18.1.tar.xz
  bluedevil-5.18.1.tar.xz.sig

New:

  bluedevil-5.18.2.tar.xz
  bluedevil-5.18.2.tar.xz.sig



Other differences:
--
++ bluedevil5.spec ++
--- /var/tmp/diff_new_pack.T23W46/_old  2020-03-09 17:58:43.380619663 +0100
+++ /var/tmp/diff_new_pack.T23W46/_new  2020-03-09 17:58:43.380619663 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package bluedevil5
 #
-# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 # Copyright (c) 2010 Raymond Wooninck 
 #
 # All modifications and additions to the file contributed by third parties
@@ -19,12 +19,12 @@
 
 %bcond_without lang
 Name:   bluedevil5
-Version:5.18.1
+Version:5.18.2
 Release:0
 Summary:Bluetooth Manager for KDE Plasma
 License:GPL-2.0-or-later
 Group:  Hardware/Other
-Url:http://www.kde.org/
+URL:http://www.kde.org/
 Source: 
https://download.kde.org/stable/plasma/%{version}/bluedevil-%{version}.tar.xz
 %if %{with lang}
 Source1:
https://download.kde.org/stable/plasma/%{version}/bluedevil-%{version}.tar.xz.sig

++ bluedevil-5.18.1.tar.xz -> bluedevil-5.18.2.tar.xz ++
 4545 lines of diff (skipped)





commit bluedevil5 for openSUSE:Leap:15.2

2020-02-26 Thread root
Hello community,

here is the log from the commit of package bluedevil5 for openSUSE:Leap:15.2 
checked in at 2020-02-27 06:40:10

Comparing /work/SRC/openSUSE:Leap:15.2/bluedevil5 (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.bluedevil5.new.26092 (New)


Package is "bluedevil5"

Thu Feb 27 06:40:10 2020 rev:71 rq:778297 version:5.18.1

Changes:

--- /work/SRC/openSUSE:Leap:15.2/bluedevil5/bluedevil5.changes  2020-02-13 
14:40:42.217652268 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.bluedevil5.new.26092/bluedevil5.changes   
2020-02-27 06:40:10.445443488 +0100
@@ -1,0 +2,23 @@
+Tue Feb 18 14:05:54 UTC 2020 - Fabian Vogt 
+
+- Update to 5.18.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.18.1.php
+- No code changes since 5.18.0
+
+---
+Thu Feb  6 15:10:02 UTC 2020 - Fabian Vogt 
+
+- Update to 5.18.0
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.18.0.php
+- No code changes since 5.17.90
+
+---
+Thu Jan 23 11:19:41 UTC 2020 - Christophe Giboudeaux 
+
+- Replace %make_jobs with %cmake_build
+
+---

Old:

  bluedevil-5.17.90.tar.xz
  bluedevil-5.17.90.tar.xz.sig

New:

  bluedevil-5.18.1.tar.xz
  bluedevil-5.18.1.tar.xz.sig



Other differences:
--
++ bluedevil5.spec ++
--- /var/tmp/diff_new_pack.1URgkk/_old  2020-02-27 06:40:10.769444163 +0100
+++ /var/tmp/diff_new_pack.1URgkk/_new  2020-02-27 06:40:10.773444172 +0100
@@ -19,15 +19,15 @@
 
 %bcond_without lang
 Name:   bluedevil5
-Version:5.17.90
+Version:5.18.1
 Release:0
 Summary:Bluetooth Manager for KDE Plasma
 License:GPL-2.0-or-later
 Group:  Hardware/Other
 Url:http://www.kde.org/
-Source: 
https://download.kde.org/unstable/plasma/%{version}/bluedevil-%{version}.tar.xz
+Source: 
https://download.kde.org/stable/plasma/%{version}/bluedevil-%{version}.tar.xz
 %if %{with lang}
-Source1:
https://download.kde.org/unstable/plasma/%{version}/bluedevil-%{version}.tar.xz.sig
+Source1:
https://download.kde.org/stable/plasma/%{version}/bluedevil-%{version}.tar.xz.sig
 Source2:plasma.keyring
 %endif
 BuildRequires:  extra-cmake-modules
@@ -69,7 +69,7 @@
 
 %build
 %cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=%{_kf5_localedir}
-%make_jobs
+%cmake_build
 
 %install
 %kf5_makeinstall -C build

++ bluedevil-5.17.90.tar.xz -> bluedevil-5.18.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bluedevil-5.17.90/CMakeLists.txt 
new/bluedevil-5.18.1/CMakeLists.txt
--- old/bluedevil-5.17.90/CMakeLists.txt2020-01-16 13:06:44.0 
+0100
+++ new/bluedevil-5.18.1/CMakeLists.txt 2020-02-18 13:54:05.0 +0100
@@ -1,7 +1,7 @@
 cmake_minimum_required(VERSION 3.0)
 
 project(bluedevil)
-set(PROJECT_VERSION "5.17.90")
+set(PROJECT_VERSION "5.18.1")
 set(PROJECT_VERSION_MAJOR 5)
 
 set(QT_MIN_VERSION "5.12.0")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bluedevil-5.17.90/po/da/bluedevil.po 
new/bluedevil-5.18.1/po/da/bluedevil.po
--- old/bluedevil-5.17.90/po/da/bluedevil.po2020-01-16 13:06:10.0 
+0100
+++ new/bluedevil-5.18.1/po/da/bluedevil.po 2020-02-18 13:53:31.0 
+0100
@@ -1,13 +1,13 @@
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
-# Martin Schlander , 2015, 2016, 2017, 2018.
+# Martin Schlander , 2015, 2016, 2017, 2018, 2020.
 # scootergrisen, 2017.
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
 "POT-Creation-Date: 2020-01-14 03:37+0100\n"
-"PO-Revision-Date: 2018-12-06 20:25+0100\n"
+"PO-Revision-Date: 2020-01-19 16:23+0100\n"
 "Last-Translator: Martin Schlander \n"
 "Language-Team: Danish \n"
 "Language: da\n"
@@ -15,7 +15,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Generator: Lokalize 2.0\n"
+"X-Generator: Lokalize 18.12.3\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -371,20 +371,15 @@
 msgstr "Kontrolpanel-modul til Bluetooth-enheder"
 
 #: kcmodule/devices/devices.cpp:218
-#, fuzzy, kde-format
-#| msgid ""
-#| "Are you sure that you want to remove device \"%1\" from the list of known "
-#| "devices?"
+#, kde-format
 msgid ""
 "Are you sure that you want to remove %1 device from the list of known "
 "devices?"
 msgid_plural ""
 

commit bluedevil5 for openSUSE:Leap:15.2

2020-02-13 Thread root
Hello community,

here is the log from the commit of package bluedevil5 for openSUSE:Leap:15.2 
checked in at 2020-02-13 14:40:38

Comparing /work/SRC/openSUSE:Leap:15.2/bluedevil5 (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.bluedevil5.new.26092 (New)


Package is "bluedevil5"

Thu Feb 13 14:40:38 2020 rev:70 rq:773224 version:5.17.90

Changes:

--- /work/SRC/openSUSE:Leap:15.2/bluedevil5/bluedevil5.changes  2020-01-15 
14:48:43.337353086 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.bluedevil5.new.26092/bluedevil5.changes   
2020-02-13 14:40:42.217652268 +0100
@@ -1,0 +2,23 @@
+Thu Jan 16 14:04:14 UTC 2020 - Fabian Vogt 
+
+- Update to 5.17.90
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.17.90.php
+- Changes since 5.17.5:
+  * KF5_MIN_VERSION for plasma 5.18 is KF5 5.66.0
+  * [plasmoid] Show device battery percentage
+  * [Wizard] Show notification instead of finished page when pairing succeeds
+  * [Wizard] Allow choosing device by double click
+  * [applet] Make details text fully opaque and normal style
+  * Get icon size from QStyle
+  * Remove some unused includes
+  * make it compile without deprecated methods
+  * Port old style connects
+  * Add KDEClangFormat cmake support
+  * Pluralize the i18n() message
+  * Enable removing multiple devices at once
+  * Use a more appropriate and user-friendly type of messagebox for device 
removal
+  * Make it compile without deprecated method
+
+---

Old:

  bluedevil-5.17.5.tar.xz
  bluedevil-5.17.5.tar.xz.sig

New:

  bluedevil-5.17.90.tar.xz
  bluedevil-5.17.90.tar.xz.sig



Other differences:
--
++ bluedevil5.spec ++
--- /var/tmp/diff_new_pack.OZLdLy/_old  2020-02-13 14:40:42.857652618 +0100
+++ /var/tmp/diff_new_pack.OZLdLy/_new  2020-02-13 14:40:42.861652620 +0100
@@ -19,15 +19,15 @@
 
 %bcond_without lang
 Name:   bluedevil5
-Version:5.17.5
+Version:5.17.90
 Release:0
 Summary:Bluetooth Manager for KDE Plasma
 License:GPL-2.0-or-later
 Group:  Hardware/Other
 Url:http://www.kde.org/
-Source: 
https://download.kde.org/stable/plasma/%{version}/bluedevil-%{version}.tar.xz
+Source: 
https://download.kde.org/unstable/plasma/%{version}/bluedevil-%{version}.tar.xz
 %if %{with lang}
-Source1:
https://download.kde.org/stable/plasma/%{version}/bluedevil-%{version}.tar.xz.sig
+Source1:
https://download.kde.org/unstable/plasma/%{version}/bluedevil-%{version}.tar.xz.sig
 Source2:plasma.keyring
 %endif
 BuildRequires:  extra-cmake-modules

++ bluedevil-5.17.5.tar.xz -> bluedevil-5.17.90.tar.xz ++
 16515 lines of diff (skipped)