Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ART for openSUSE:Factory checked in at 2024-10-10 22:11:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ART (Old) and /work/SRC/openSUSE:Factory/.ART.new.19354 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ART" Thu Oct 10 22:11:26 2024 rev:23 rq:1206636 version:1.24 Changes: -------- --- /work/SRC/openSUSE:Factory/ART/ART.changes 2024-08-06 09:46:33.176157288 +0200 +++ /work/SRC/openSUSE:Factory/.ART.new.19354/ART.changes 2024-10-10 22:11:28.958282302 +0200 @@ -1,0 +2,14 @@ +Thu Oct 10 07:03:48 UTC 2024 - Paolo Stivanin <i...@paolostivanin.com> + +- Update to 1.24: + * colorcorrection: allow user-defined order of CTL plugins + * improved bundle scripts to allow including the ART-imageio plugins + * imgiomanager: only print error messages when settings->verbose > 0 + * better keyboard navigation for emptying the trash + * file browser: improved keyboard navigation when applying filters + * added preliminary support for Canon R5markII and R1 + * fixed raw crop for ILCE-7CR and ILCE-7RM5 in 16-shot pixel shift mode + * added linear rec 709 icc profile +- Add fix-missing-lm.patch. + +------------------------------------------------------------------- Old: ---- ART-1.23.tar.xz ART-1.23.tar.xz.asc New: ---- ART-1.24.tar.xz ART-1.24.tar.xz.asc fix-missing-lm.patch BETA DEBUG BEGIN: New: * added linear rec 709 icc profile - Add fix-missing-lm.patch. BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ART.spec ++++++ --- /var/tmp/diff_new_pack.v2zGhm/_old 2024-10-10 22:11:29.874320426 +0200 +++ /var/tmp/diff_new_pack.v2zGhm/_new 2024-10-10 22:11:29.874320426 +0200 @@ -21,7 +21,7 @@ %endif Name: ART -Version: 1.23 +Version: 1.24 Release: 0 Summary: Rawtherapee fork with masks and simplified UI License: GPL-3.0-only @@ -30,6 +30,7 @@ Source1: https://bitbucket.org/agriggio/art/downloads/%{name}-%{version}.tar.xz.asc # https://keys.openpgp.org/vks/v1/by-fingerprint/942FCFB1CBE1E38928A1A6BEA94D951156835A5D Source2: %{name}.keyring +Patch0: fix-missing-lm.patch BuildRequires: OpenColorIO-devel %if 0%{?suse_version} > 1590 BuildRequires: ctl-devel ++++++ ART-1.23.tar.xz -> ART-1.24.tar.xz ++++++ /work/SRC/openSUSE:Factory/ART/ART-1.23.tar.xz /work/SRC/openSUSE:Factory/.ART.new.19354/ART-1.24.tar.xz differ: char 27, line 1 ++++++ fix-missing-lm.patch ++++++ --- ART-1.24/rtengine/CMakeLists.txt.orig 2024-10-10 09:00:11.656798999 +0200 +++ ART-1.24/rtengine/CMakeLists.txt 2024-10-10 09:00:45.723663142 +0200 @@ -233,6 +233,7 @@ ${LENSFUN_LIBRARIES} ${RSVG_LIBRARIES} ${EXIV2_LIBRARIES} + m ) if(LCMS_FAST_FLOAT AND NOT LCMS_FAST_FLOAT_SYSTEM) target_link_libraries(rtengine lcms2_fast_float)