Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package qFlipper for openSUSE:Factory checked in at 2024-02-26 19:44:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/qFlipper (Old) and /work/SRC/openSUSE:Factory/.qFlipper.new.1770 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "qFlipper" Mon Feb 26 19:44:29 2024 rev:4 rq:1150459 version:1.3.3+git0.1699609231.bfce851 Changes: -------- --- /work/SRC/openSUSE:Factory/qFlipper/qFlipper.changes 2023-12-20 21:03:41.577602757 +0100 +++ /work/SRC/openSUSE:Factory/.qFlipper.new.1770/qFlipper.changes 2024-02-26 19:45:33.410268773 +0100 @@ -1,0 +2,7 @@ +Sat Feb 24 15:14:47 UTC 2024 - Ben Greiner <[email protected]> + +- Remove non-fatally failing execution of setup_rules.sh. The actual + udev rules are installed by qmake from installer-assets/udev/ + * gh#flipperdevices/qFlipper#215 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ qFlipper.spec ++++++ --- /var/tmp/diff_new_pack.cwQOb1/_old 2024-02-26 19:45:33.962288729 +0100 +++ /var/tmp/diff_new_pack.cwQOb1/_new 2024-02-26 19:45:33.966288874 +0100 @@ -1,7 +1,7 @@ # # spec file for package qFlipper # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -70,7 +70,8 @@ BuildArch: noarch %description base -Application for updating Flipper Zero firmware - udev rules +Application for updating Flipper Zero firmware - udev rules. +The user must be in the dialout group. %prep %setup -q @@ -80,7 +81,6 @@ sed -i -e "s|^[ \t]*GIT_VERSION = .*|GIT_VERSION = $gitver|" qflipper_common.pri sed -i -e "s|^[ \t]*GIT_COMMIT = .*|GIT_COMMIT = $githash|" qflipper_common.pri sed -i -e "s|^[ \t]*GIT_TIMESTAMP = .*|GIT_TIMESTAMP = $gitdate|" qflipper_common.pri -sed -i -e "s|^RULES_DIR=.*|RULES_DIR=\\\${PREFIX}%{_udevrulesdir}|" setup_rules.sh %build %qmake5 qFlipper.pro -spec linux-g++ CONFIG+=qtquickcompiler DEFINES+=DISABLE_APPLICATION_UPDATES @@ -89,7 +89,6 @@ %install %qmake5_install -echo i | PREFIX=%{buildroot} sh setup_rules.sh %files %license LICENSE @@ -104,7 +103,7 @@ %{_bindir}/qFlipper-cli %files base -%{_prefix}/lib/udev/rules.d/42-flipperzero.rules +%{_udevrulesdir}/42-flipperzero.rules %files libflipperproto %dir %{_prefix}/lib/qFlipper
