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 2025-11-24 14:14:03 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rpi-imager (Old) and /work/SRC/openSUSE:Factory/.rpi-imager.new.14147 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rpi-imager" Mon Nov 24 14:14:03 2025 rev:12 rq:1319630 version:1.9.5 Changes: -------- --- /work/SRC/openSUSE:Factory/rpi-imager/rpi-imager.changes 2025-07-26 13:41:47.646387014 +0200 +++ /work/SRC/openSUSE:Factory/.rpi-imager.new.14147/rpi-imager.changes 2025-11-24 14:16:39.460174054 +0100 @@ -1,0 +2,6 @@ +Wed Nov 19 16:14:35 UTC 2025 - Ana Guerrero <[email protected]> + +- Fix issue in CMakefile. + Add fix_cmake.patch + +------------------------------------------------------------------- New: ---- fix_cmake.patch ----------(New B)---------- New:- Fix issue in CMakefile. Add fix_cmake.patch ----------(New E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rpi-imager.spec ++++++ --- /var/tmp/diff_new_pack.tm59qM/_old 2025-11-24 14:16:40.312209852 +0100 +++ /var/tmp/diff_new_pack.tm59qM/_new 2025-11-24 14:16:40.312209852 +0100 @@ -1,7 +1,7 @@ # # spec file for package rpi-imager # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -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 Patch0: 0000-remove-vendoring.patch +Patch1: fix_cmake.patch BuildRequires: cmake BuildRequires: gcc-c++ ++++++ fix_cmake.patch ++++++ Move line after ${PROJECT_NAME} has been defined --- rpi-imager-1.9.5/src/CMakeLists.txt +++ rpi-imager-1.9.5/src/CMakeLists.txt @@ -668,9 +668,6 @@ configure_file(i18n/translations.qrc "${CMAKE_CURRENT_BINARY_DIR}" COPYONLY) set(SOURCES ${SOURCES} ${CMAKE_CURRENT_BINARY_DIR}/translations.qrc ${QM_FILES}) -# Create an rpi-imager_lupdate target -qt_add_lupdate(TS_FILES ${TRANSLATIONS} SOURCE_TARGETS ${PROJECT_NAME} OPTIONS -no-obsolete -locations none) - if (WIN32) # Adding WIN32 prevents a console window being opened on Windows add_executable(${PROJECT_NAME} WIN32 ${SOURCES} ${HEADERS} ${DEPENDENCIES}) @@ -682,6 +679,9 @@ set_property(TARGET ${PROJECT_NAME} PROPERTY AUTORCC ON) set_property(TARGET ${PROJECT_NAME} PROPERTY AUTOUIC ON) +# Create an rpi-imager_lupdate target +qt_add_lupdate(TS_FILES ${TRANSLATIONS} SOURCE_TARGETS ${PROJECT_NAME} OPTIONS -no-obsolete -locations none) + if(ENABLE_TELEMETRY) add_definitions(-DTELEMETRY_ENABLED_DEFAULT=true) else()
