Hello community, here is the log from the commit of package brickv for openSUSE:Leap:15.2 checked in at 2020-02-16 18:29:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/brickv (Old) and /work/SRC/openSUSE:Leap:15.2/.brickv.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "brickv" Sun Feb 16 18:29:40 2020 rev:1 rq:771182 version:2.4.11 Changes: -------- New Changes file: --- /dev/null 2019-12-19 10:12:34.003146842 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.brickv.new.26092/brickv.changes 2020-02-16 18:29:41.278760957 +0100 @@ -0,0 +1,64 @@ +------------------------------------------------------------------- +Sun Jan 5 11:00:43 UTC 2020 - Frank Kunz <[email protected]> + +- 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 + +------------------------------------------------------------------- +Mon Oct 14 17:08:20 UTC 2019 - Frank Kunz <[email protected]> + +- fix review comment to use full path for source location +- fix review comment to remove buildroot and defattr + +------------------------------------------------------------------- +Mon Sep 30 18:00:37 UTC 2019 - Frank Kunz <[email protected]> + +- added doc files + +------------------------------------------------------------------- +Mon Sep 30 13:48:52 UTC 2019 - Frank Kunz <[email protected]> + +- Remove shebang from files where not needed + (0002-Fix-shebang.patch) +- Add support to overwrite iso codes and local providers + (0001-Support-to-use-local-iso-codes-and-mobile-providers-.patch) +- Force UTF-8 for build scripts +- Switch off source service + +------------------------------------------------------------------- +Sat Sep 28 10:40:10 UTC 2019 - Frank Kunz <[email protected]> + +- install udev rule +- install desktop file + +------------------------------------------------------------------- +Sat Sep 28 09:01:17 UTC 2019 - Frank Kunz <[email protected]> + +- fix install command + +------------------------------------------------------------------- +Sat Sep 28 08:28:50 UTC 2019 - Frank Kunz <[email protected]> + +- use mobile providers list and iso codes provided by the distribution + (0001-SUSE-Use-local-providers-and-iso-codes.patch) +- add requied python packages dependencies +- use fdupes macro for cleanup duplicated files + +------------------------------------------------------------------- +Wed Sep 25 16:47:31 UTC 2019 - Frank Kunz <[email protected]> + +- intial version 2.4.9 New: ---- _service brickv.changes brickv.spec v2.4.11.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ brickv.spec ++++++ # # 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 # 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 https://bugs.opensuse.org/ # Name: brickv Version: 2.4.11 Release: 0 Summary: Tinkerforge Brick Viewer License: GPL-2.0-only Group: Development/Tools/Debuggers URL: http://www.tinkerforge.com Source0: https://github.com/Tinkerforge/brickv/archive/v%{version}.tar.gz BuildRequires: fdupes 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-tzlocal BuildArch: noarch %description Small Qt GUI to control and test all Bricks and Bricklets from Tinkerforge. %prep %setup -q %build export SERVICEPROVIDERS_XML_PATH=/usr/share/mobile-broadband-provider-info/serviceproviders.xml export ISOCODES_JSON_PATH=/usr/share/iso-codes/json/iso_3166-1.json # force UTF-8 for build scripts export LANG=C.UTF-8 pushd src python3 build_src.py # remove no more needed build scripts rm -f build_src.py brickv/plugin_system/plugins/red/build_extra.py brickv/plugin_system/plugins/red/build_scripts.py popd %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}/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 %fdupes -s %{buildroot}%{python3_sitelib}/brickv/ %suse_update_desktop_file -r %{name} Development Debugger %files -n %{name} %doc src/changelog README.rst %{_bindir}/%{name} %{python3_sitelib}/brickv* %{_libexecdir}/udev/rules.d/*.rules /usr/share/pixmaps/* /usr/share/applications/* %changelog ++++++ _service ++++++ <services> <service name="download_files" mode="disabled"/> </services>
