Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package dfu-util for openSUSE:Factory checked in at 2022-12-24 14:52:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/dfu-util (Old) and /work/SRC/openSUSE:Factory/.dfu-util.new.1563 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "dfu-util" Sat Dec 24 14:52:18 2022 rev:3 rq:1045115 version:0.11 Changes: -------- --- /work/SRC/openSUSE:Factory/dfu-util/dfu-util.changes 2021-09-21 21:14:21.562721193 +0200 +++ /work/SRC/openSUSE:Factory/.dfu-util.new.1563/dfu-util.changes 2022-12-24 14:55:10.936643587 +0100 @@ -1,0 +2,5 @@ +Fri Dec 23 20:24:26 UTC 2022 - Frank Kunz <mailingli...@kunz-im-inter.net> + +- Add dfuse-pack tool to package + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ dfu-util.spec ++++++ --- /var/tmp/diff_new_pack.LdZSp8/_old 2022-12-24 14:55:11.348645991 +0100 +++ /var/tmp/diff_new_pack.LdZSp8/_new 2022-12-24 14:55:11.352646014 +0100 @@ -1,7 +1,7 @@ # # spec file for package dfu-util # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -42,11 +42,14 @@ %install %make_install +install -m 755 dfuse-pack.py %{buildroot}/%{_bindir}/dfuse-pack +sed -i 's|#!/usr/bin/python|#!/usr/bin/python3|g' %{buildroot}/%{_bindir}/dfuse-pack %files %license COPYING %doc AUTHORS ChangeLog DEVICES.txt README %{_bindir}/dfu-* +%{_bindir}/dfuse-pack %{_mandir}/man1/dfu-util.1%{?ext_man} %{_mandir}/man1/dfu-prefix.1%{?ext_man} %{_mandir}/man1/dfu-suffix.1%{?ext_man}