Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libkdcraw for openSUSE:Factory checked in at 2023-01-07 17:17:19 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libkdcraw (Old) and /work/SRC/openSUSE:Factory/.libkdcraw.new.1563 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libkdcraw" Sat Jan 7 17:17:19 2023 rev:150 rq:1056616 version:22.12.1 Changes: -------- --- /work/SRC/openSUSE:Factory/libkdcraw/libkdcraw.changes 2022-12-09 13:18:38.455275752 +0100 +++ /work/SRC/openSUSE:Factory/.libkdcraw.new.1563/libkdcraw.changes 2023-01-07 17:18:58.265889899 +0100 @@ -1,0 +2,8 @@ +Tue Jan 3 10:21:05 UTC 2023 - Christophe Marin <christo...@krop.fr> + +- Update to 22.12.1 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/gear/22.12.1/ + +------------------------------------------------------------------- Old: ---- libkdcraw-22.12.0.tar.xz libkdcraw-22.12.0.tar.xz.sig New: ---- libkdcraw-22.12.1.tar.xz libkdcraw-22.12.1.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libkdcraw.spec ++++++ --- /var/tmp/diff_new_pack.3XGNGT/_old 2023-01-07 17:18:59.113894958 +0100 +++ /var/tmp/diff_new_pack.3XGNGT/_new 2023-01-07 17:18:59.117894982 +0100 @@ -22,7 +22,7 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without released Name: libkdcraw -Version: 22.12.0 +Version: 22.12.1 Release: 0 Summary: Shared library interface around dcraw License: LGPL-2.0-or-later AND GPL-2.0-or-later AND GPL-3.0-or-later ++++++ libkdcraw-22.12.0.tar.xz -> libkdcraw-22.12.1.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libkdcraw-22.12.0/src/kdcraw.cpp new/libkdcraw-22.12.1/src/kdcraw.cpp --- old/libkdcraw-22.12.0/src/kdcraw.cpp 2022-10-29 17:10:02.000000000 +0200 +++ new/libkdcraw-22.12.1/src/kdcraw.cpp 2022-12-21 20:57:23.000000000 +0100 @@ -357,7 +357,11 @@ d->setProgress(0.3); raw.imgdata.params.output_bps = 16; +#if LIBRAW_COMPILE_CHECK_VERSION_NOTLESS(0, 21) + raw.imgdata.rawparams.shot_select = shotSelect; +#else raw.imgdata.params.shot_select = shotSelect; +#endif ret = raw.unpack(); if (ret != LIBRAW_SUCCESS)