Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package rpi-imager for openSUSE:Factory checked in at 2024-04-08 17:39:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rpi-imager (Old) and /work/SRC/openSUSE:Factory/.rpi-imager.new.1905 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rpi-imager" Mon Apr 8 17:39:13 2024 rev:9 rq:1166094 version:1.8.5 Changes: -------- --- /work/SRC/openSUSE:Factory/rpi-imager/rpi-imager.changes 2023-12-07 19:13:40.814507368 +0100 +++ /work/SRC/openSUSE:Factory/.rpi-imager.new.1905/rpi-imager.changes 2024-04-08 17:51:38.348284015 +0200 @@ -1,0 +2,28 @@ +Sun Apr 7 19:57:35 UTC 2024 - Christian Boltz <[email protected]> + +- rpi-imager only supports little-endian architectures, stop trying + to build for (big-endian) s390x + +------------------------------------------------------------------- +Tue Feb 27 19:03:58 UTC 2024 - Scott Bradnick <[email protected]> + +- Adding "Recommends: polkit-gnome" along with a NOTE in the description + since using the GUI as a non-root user will throw an error on the + destination device. + +------------------------------------------------------------------- +Tue Feb 27 16:09:51 UTC 2024 - Scott Bradnick <[email protected]> + +- version 1.8.5 + * Retry on HTTP/2 errors. + * Linux: Fix display of application name and icon on GNOME desktop environment. + * Disable Link Time Optimization as precaution against hard to trace bugs. + +- version 1.8.4 + * OS customisation: Fixed first character being dropped when replacing existing password + * OS customisation: Impose character limits on usernames & hostnames + * i18n: Added Polish translation + * i18n: Updated Catalan, Japanese translations + * cli: Fixed local file passing via --repo + +------------------------------------------------------------------- Old: ---- rpi-imager-1.8.3.tar.gz New: ---- rpi-imager-1.8.5.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rpi-imager.spec ++++++ --- /var/tmp/diff_new_pack.7skzfD/_old 2024-04-08 17:51:38.852302618 +0200 +++ /var/tmp/diff_new_pack.7skzfD/_new 2024-04-08 17:51:38.852302618 +0200 @@ -1,7 +1,7 @@ # # spec file for package rpi-imager # -# 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 @@ -17,7 +17,7 @@ Name: rpi-imager -Version: 1.8.3 +Version: 1.8.5 Release: 0 Summary: Raspberry Pi Imaging Utility License: Apache-2.0 @@ -25,6 +25,7 @@ URL: https://github.com/raspberrypi/rpi-imager Source: https://github.com/raspberrypi/%{name}/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz BuildRequires: cmake +BuildRequires: fdupes BuildRequires: gcc BuildRequires: gcc-c++ BuildRequires: git @@ -44,12 +45,21 @@ BuildRequires: pkgconfig(Qt5Svg) BuildRequires: pkgconfig(libarchive) BuildRequires: pkgconfig(libcurl) +ExcludeArch: s390x +Recommends: polkit-gnome %description +Raspberry Pi Imager is the quick and easy way to install Raspberry Pi OS and +other operating systems to a microSD card, ready to use with your Raspberry +Pi. Watch our 45-second video to learn how to install an operating system +using Raspberry Pi Imager. + +Download and install Raspberry Pi Imager to a computer with an SD card reader. +Put the SD card you'll use with your Raspberry Pi into the reader and run +Raspberry Pi Imager. -Raspberry Pi Imager is the quick and easy way to install Raspberry Pi OS and other operating systems to a microSD card, ready to use with your Raspberry Pi. Watch our 45-second video to learn how to install an operating system using Raspberry Pi Imager. - -Download and install Raspberry Pi Imager to a computer with an SD card reader. Put the SD card you'll use with your Raspberry Pi into the reader and run Raspberry Pi Imager. +NOTE: Relies on polkit when run as regular user. It doesn't have to be + polkit-gnome, but it has a low install base overhead. %prep %autosetup -p1 @@ -68,9 +78,11 @@ pwd pushd linux -desktop-file-install --dir %{buildroot}%{_datadir}/applications/ rpi-imager.desktop -%suse_update_desktop_file rpi-imager -r Settings HardwareSettings -%suse_update_desktop_file rpi-imager -G Imager +desktop-file-install --dir %{buildroot}%{_datadir}/applications/ org.raspberrypi.rpi-imager.desktop +%suse_update_desktop_file org.raspberrypi.rpi-imager -r Settings HardwareSettings +%suse_update_desktop_file org.raspberrypi.rpi-imager -G Imager + +%fdupes %{buildroot} %files %doc README.md ++++++ rpi-imager-1.8.3.tar.gz -> rpi-imager-1.8.5.tar.gz ++++++ /work/SRC/openSUSE:Factory/rpi-imager/rpi-imager-1.8.3.tar.gz /work/SRC/openSUSE:Factory/.rpi-imager.new.1905/rpi-imager-1.8.5.tar.gz differ: char 13, line 1
