commit brickv for openSUSE:Factory

2020-08-21 Thread root
Hello community,

here is the log from the commit of package brickv for openSUSE:Factory checked 
in at 2020-08-21 19:08:59

Comparing /work/SRC/openSUSE:Factory/brickv (Old)
 and  /work/SRC/openSUSE:Factory/.brickv.new.3399 (New)


Package is "brickv"

Fri Aug 21 19:08:59 2020 rev:5 rq:828389 version:2.4.14

Changes:

--- /work/SRC/openSUSE:Factory/brickv/brickv.changes2020-08-20 
22:30:19.308023219 +0200
+++ /work/SRC/openSUSE:Factory/.brickv.new.3399/brickv.changes  2020-08-21 
19:10:07.980568511 +0200
@@ -1,0 +2,20 @@
+Thu Aug 20 12:22:23 UTC 2020 - Frank Kunz 
+
+- Update to new upstream version 2.4.14:
+  - Fix monoflop handling to cover full uint32 duration range
+  - Better indicate disconnected state
+  - Highlight timeout error counter > 0 in bold red
+  - Fix slider/spinbox mismatch on auto-reconnect in DC Brick plugin
+  - Avoid UI jumps on value changes in Energy Monitor Bricklet plugin
+  - Add extra checkbox to avoid accidental port number changes
+  - Handle all errors while downloading firmware updates
+  version 2.4.13:
+  - Fix race condition in RED Brick program state tracking
+  - Report actual cause for connection errors
+  - Don't reset RED Brick tab on every enumerate callback (fixes tab reset on
+selecting the Server Monitoring tab)
+  - Ensure that all dialogs have proper close buttons
+  - Fix close buttons for for detached tabs
+  - Fix race condition in RED Brick overview sorting
+
+---

Old:

  v2.4.12.tar.gz

New:

  v2.4.14.tar.gz



Other differences:
--
++ brickv.spec ++
--- /var/tmp/diff_new_pack.KJ6h2u/_old  2020-08-21 19:10:12.500571196 +0200
+++ /var/tmp/diff_new_pack.KJ6h2u/_new  2020-08-21 19:10:12.504571199 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   brickv
-Version:2.4.12
+Version:2.4.14
 Release:0
 Summary:Tinkerforge Brick Viewer
 License:GPL-2.0-only

++ v2.4.12.tar.gz -> v2.4.14.tar.gz ++
/work/SRC/openSUSE:Factory/brickv/v2.4.12.tar.gz 
/work/SRC/openSUSE:Factory/.brickv.new.3399/v2.4.14.tar.gz differ: char 13, 
line 1




commit brickv for openSUSE:Factory

2020-08-20 Thread root
Hello community,

here is the log from the commit of package brickv for openSUSE:Factory checked 
in at 2020-08-20 22:30:18

Comparing /work/SRC/openSUSE:Factory/brickv (Old)
 and  /work/SRC/openSUSE:Factory/.brickv.new.3399 (New)


Package is "brickv"

Thu Aug 20 22:30:18 2020 rev:4 rq:828025 version:2.4.12

Changes:

--- /work/SRC/openSUSE:Factory/brickv/brickv.changes2020-03-25 
23:51:05.932007820 +0100
+++ /work/SRC/openSUSE:Factory/.brickv.new.3399/brickv.changes  2020-08-20 
22:30:19.308023219 +0200
@@ -1,0 +2,6 @@
+Wed Aug 19 08:28:08 UTC 2020 - Dominique Leuenberger 
+
+- Use proper %{_udevrulesdir} instead of (wrong)
+  %{_libexecdir}/udev/rules.d.
+
+---



Other differences:
--
++ brickv.spec ++
--- /var/tmp/diff_new_pack.p2Fza8/_old  2020-08-20 22:30:20.008023547 +0200
+++ /var/tmp/diff_new_pack.p2Fza8/_new  2020-08-20 22:30:20.008023547 +0200
@@ -58,7 +58,7 @@
 %install
 pushd src
 python3 setup.py install --root=%{buildroot} --prefix=/usr
-install -m 644 -D -t %{buildroot}%{_libexecdir}/udev/rules.d 
build_data/linux/%{name}/lib/udev/rules.d/99-tinkerforge-brickv.rules
+install -m 644 -D -t %{buildroot}%{_udevrulesdir} 
build_data/linux/%{name}/lib/udev/rules.d/99-tinkerforge-brickv.rules
 install -m 644 -D -t %{buildroot}/usr/share/pixmaps 
build_data/linux/%{name}/usr/share/pixmaps/brickv-icon.png
 install -m 644 -D -t %{buildroot}/usr/share/applications 
build_data/linux/%{name}/usr/share/applications/%{name}.desktop
 popd
@@ -69,7 +69,7 @@
 %doc src/changelog README.rst
 %{_bindir}/%{name}
 %{python3_sitelib}/brickv*
-%{_libexecdir}/udev/rules.d/*.rules
+%{_udevrulesdir}/*.rules
 /usr/share/pixmaps/*
 /usr/share/applications/*
 




commit brickv for openSUSE:Factory

2020-03-25 Thread root
Hello community,

here is the log from the commit of package brickv for openSUSE:Factory checked 
in at 2020-03-25 23:50:03

Comparing /work/SRC/openSUSE:Factory/brickv (Old)
 and  /work/SRC/openSUSE:Factory/.brickv.new.3160 (New)


Package is "brickv"

Wed Mar 25 23:50:03 2020 rev:3 rq:788318 version:2.4.12

Changes:

--- /work/SRC/openSUSE:Factory/brickv/brickv.changes2020-01-07 
23:53:05.020022907 +0100
+++ /work/SRC/openSUSE:Factory/.brickv.new.3160/brickv.changes  2020-03-25 
23:51:05.932007820 +0100
@@ -1,0 +2,18 @@
+Wed Mar 25 09:01:06 UTC 2020 - Bernhard Wiedemann 
+
+- Update to new upstream version 2.4.12:
+  - make build reproducible (boo#1041090)
+  - Fix Server Monitoring support for Ambient Light 3.0 and IO-4 Bricklet 2.0
+  - Fix WIFI Extension 2.0 no-encryption configuration
+  - Add checkbox for setting the WIFI Extension 2.0 mesh password, old 
password is
+not shown anymore
+  - Improve firmware update error handling
+  - Fix RS485 Bricklet Modbus slave logic for write-multiple-registers function
+  - Improve RS485 Bricklet input field history handling
+  - Fix Data Logger support for Color Bricklet 2.0
+  - Improve corner case handling in enumerate callback logic
+  - Fix error handling for RED Brick file upload
+  - Fix maximum number of LEDs for LED Strip Bricklet 2.0
+  - Show milliseconds in GPS Bricklet 2.0 timestamp
+
+---

Old:

  v2.4.11.tar.gz

New:

  v2.4.12.tar.gz



Other differences:
--
++ brickv.spec ++
--- /var/tmp/diff_new_pack.iEaQhW/_old  2020-03-25 23:51:10.916006501 +0100
+++ /var/tmp/diff_new_pack.iEaQhW/_new  2020-03-25 23:51:10.944006494 +0100
@@ -18,7 +18,7 @@
 
 
 Name:   brickv
-Version:2.4.11
+Version:2.4.12
 Release:0
 Summary:Tinkerforge Brick Viewer
 License:GPL-2.0-only

++ v2.4.11.tar.gz -> v2.4.12.tar.gz ++
/work/SRC/openSUSE:Factory/brickv/v2.4.11.tar.gz 
/work/SRC/openSUSE:Factory/.brickv.new.3160/v2.4.12.tar.gz differ: char 13, 
line 1




commit brickv for openSUSE:Factory

2020-01-07 Thread root
Hello community,

here is the log from the commit of package brickv for openSUSE:Factory checked 
in at 2020-01-07 23:52:39

Comparing /work/SRC/openSUSE:Factory/brickv (Old)
 and  /work/SRC/openSUSE:Factory/.brickv.new.6675 (New)


Package is "brickv"

Tue Jan  7 23:52:39 2020 rev:2 rq:761278 version:2.4.11

Changes:

--- /work/SRC/openSUSE:Factory/brickv/brickv.changes2019-10-21 
12:28:03.363937256 +0200
+++ /work/SRC/openSUSE:Factory/.brickv.new.6675/brickv.changes  2020-01-07 
23:53:05.020022907 +0100
@@ -1,0 +2,20 @@
+Sun Jan  5 11:00:43 UTC 2020 - Frank Kunz 
+
+- Update to new upstream version 2.4.11:
+- Make Thermal Imaging Bricklet image view detachable
+- Fix firmware auto-update for Co-MCU Bricklets
+- Avoid potential config file writing collision between two Brick Viewer
+  instances on Linux and macOS
+- Notarize Brick Viewer app to make it ready for macOS 10.15
+- Fix potential crash in WIFI Extension 2.0 firmware update detection logic
+- Fix exception hook for Python 3.8
+- Prefer hPa over mbar and Tesla over Gauss
+- Add Data Logger support for RS232 Bricklet 2.0 data reading
+- Add Server Monitoring support for Humidity Bricklet 2.0 temperature value
+- Lower Hardened Runtime restrictions to make ctypes work again on macOS
+- Fix encoding issues in Server Monitoring script
+- remove integrated upstream patches
+   0001-Support-to-use-local-iso-codes-and-mobile-providers-.patch
+   0002-Fix-shebang.patch
+
+---

Old:

  0001-Support-to-use-local-iso-codes-and-mobile-providers-.patch
  0002-Fix-shebang.patch
  v2.4.9.tar.gz

New:

  v2.4.11.tar.gz



Other differences:
--
++ brickv.spec ++
--- /var/tmp/diff_new_pack.vWtb2T/_old  2020-01-07 23:53:07.400024143 +0100
+++ /var/tmp/diff_new_pack.vWtb2T/_new  2020-01-07 23:53:07.404024145 +0100
@@ -1,6 +1,7 @@
 #
 # spec file for package brickv
 #
+# Copyright (c) 2020 SUSE LLC
 # Copyright (c) 2019 Frank Kunz
 #
 # All modifications and additions to the file contributed by third parties
@@ -12,27 +13,28 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
+#
+
 
 Name:   brickv
-Version:2.4.9
+Version:2.4.11
 Release:0
 Summary:Tinkerforge Brick Viewer
 License:GPL-2.0-only
 Group:  Development/Tools/Debuggers
-Url:http://www.tinkerforge.com
+URL:http://www.tinkerforge.com
 Source0:
https://github.com/Tinkerforge/brickv/archive/v%{version}.tar.gz
-Patch0: 0001-Support-to-use-local-iso-codes-and-mobile-providers-.patch
-Patch1: 0002-Fix-shebang.patch
-BuildRequires:  python3-setuptools
-BuildRequires:  python3-rpm-macros
-BuildRequires:  python3-qt5
 BuildRequires:  fdupes
-BuildRequires:  mobile-broadband-provider-info
 BuildRequires:  iso-codes
+BuildRequires:  mobile-broadband-provider-info
+BuildRequires:  python3-qt5
+BuildRequires:  python3-rpm-macros
+BuildRequires:  python3-setuptools
 BuildRequires:  update-desktop-files
+Requires:   python3-pytz
 Requires:   python3-qt5
 Requires:   python3-serial
-Requires:   python3-pytz
 Requires:   python3-tzlocal
 BuildArch:  noarch
 
@@ -41,8 +43,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
 
 %build
 export 
SERVICEPROVIDERS_XML_PATH=/usr/share/mobile-broadband-provider-info/serviceproviders.xml
@@ -73,5 +73,4 @@
 /usr/share/pixmaps/*
 /usr/share/applications/*
 
-
 %changelog

++ v2.4.9.tar.gz -> v2.4.11.tar.gz ++
/work/SRC/openSUSE:Factory/brickv/v2.4.9.tar.gz 
/work/SRC/openSUSE:Factory/.brickv.new.6675/v2.4.11.tar.gz differ: char 14, 
line 1