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-04-23 22:44:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libkdcraw (Old) and /work/SRC/openSUSE:Factory/.libkdcraw.new.1533 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libkdcraw" Sun Apr 23 22:44:39 2023 rev:153 rq:1080709 version:23.04.0 Changes: -------- --- /work/SRC/openSUSE:Factory/libkdcraw/libkdcraw.changes 2023-03-03 22:26:56.887036527 +0100 +++ /work/SRC/openSUSE:Factory/.libkdcraw.new.1533/libkdcraw.changes 2023-04-23 22:46:06.426251597 +0200 @@ -1,0 +2,20 @@ +Sat Apr 15 08:46:30 UTC 2023 - Christophe Marin <christo...@krop.fr> + +- Update to 23.04.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/gear/23.04.0/ + +------------------------------------------------------------------- +Fri Mar 31 16:42:36 UTC 2023 - Christophe Marin <christo...@krop.fr> + +- Update to 23.03.90 + * New feature release + +------------------------------------------------------------------- +Fri Mar 17 20:44:20 UTC 2023 - Christophe Marin <christo...@krop.fr> + +- Update to 23.03.80 + * New feature release + +------------------------------------------------------------------- Old: ---- libkdcraw-22.12.3.tar.xz libkdcraw-22.12.3.tar.xz.sig New: ---- libkdcraw-23.04.0.tar.xz libkdcraw-23.04.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libkdcraw.spec ++++++ --- /var/tmp/diff_new_pack.fbK05s/_old 2023-04-23 22:46:07.238256184 +0200 +++ /var/tmp/diff_new_pack.fbK05s/_new 2023-04-23 22:46:07.242256208 +0200 @@ -18,11 +18,9 @@ %define _so 5 %define lname libKF5KDcraw -# Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA) -%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without released Name: libkdcraw -Version: 22.12.3 +Version: 23.04.0 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 @@ -79,7 +77,7 @@ %autosetup -p1 %build - %cmake_kf5 -d build -- -DENABLE_LCMS2=true -DENABLE_RAWSPEED=true + %cmake_kf5 -d build %cmake_build %install ++++++ libkdcraw-22.12.3.tar.xz -> libkdcraw-23.04.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libkdcraw-22.12.3/src/CMakeLists.txt new/libkdcraw-23.04.0/src/CMakeLists.txt --- old/libkdcraw-22.12.3/src/CMakeLists.txt 2022-12-21 20:57:23.000000000 +0100 +++ new/libkdcraw-23.04.0/src/CMakeLists.txt 2023-03-09 21:17:02.000000000 +0100 @@ -85,7 +85,7 @@ install(FILES "${CMAKE_CURRENT_BINARY_DIR}/libkdcraw_version.h" - DESTINATION "${KDE_INSTALL_INCLUDEDIR_KF}" + DESTINATION "${KDCRAW_INSTALL_INCLUDEDIR}" COMPONENT Devel ) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libkdcraw-22.12.3/src/rawdecodingsettings.cpp new/libkdcraw-23.04.0/src/rawdecodingsettings.cpp --- old/libkdcraw-22.12.3/src/rawdecodingsettings.cpp 2022-12-21 20:57:23.000000000 +0100 +++ new/libkdcraw-23.04.0/src/rawdecodingsettings.cpp 2023-03-09 21:17:02.000000000 +0100 @@ -66,50 +66,9 @@ { } -RawDecodingSettings& RawDecodingSettings::operator=(const RawDecodingSettings& o) -{ - fixColorsHighlights = o.fixColorsHighlights; - autoBrightness = o.autoBrightness; - sixteenBitsImage = o.sixteenBitsImage; - brightness = o.brightness; - RAWQuality = o.RAWQuality; - inputColorSpace = o.inputColorSpace; - outputColorSpace = o.outputColorSpace; - RGBInterpolate4Colors = o.RGBInterpolate4Colors; - DontStretchPixels = o.DontStretchPixels; - unclipColors = o.unclipColors; - whiteBalance = o.whiteBalance; - customWhiteBalance = o.customWhiteBalance; - customWhiteBalanceGreen = o.customWhiteBalanceGreen; - halfSizeColorImage = o.halfSizeColorImage; - enableBlackPoint = o.enableBlackPoint; - blackPoint = o.blackPoint; - enableWhitePoint = o.enableWhitePoint; - whitePoint = o.whitePoint; - NRType = o.NRType; - NRThreshold = o.NRThreshold; - enableCACorrection = o.enableCACorrection; - caMultiplier[0] = o.caMultiplier[0]; - caMultiplier[1] = o.caMultiplier[1]; - medianFilterPasses = o.medianFilterPasses; - inputProfile = o.inputProfile; - outputProfile = o.outputProfile; - deadPixelMap = o.deadPixelMap; - whiteBalanceArea = o.whiteBalanceArea; - - //-- Extended demosaicing settings ---------------------------------------------------------- +RawDecodingSettings::RawDecodingSettings(const RawDecodingSettings& o) = default; - dcbIterations = o.dcbIterations; - dcbEnhanceFl = o.dcbEnhanceFl; - eeciRefine = o.eeciRefine; - esMedPasses = o.esMedPasses; - NRChroThreshold = o.NRChroThreshold; - expoCorrection = o.expoCorrection; - expoCorrectionShift = o.expoCorrectionShift; - expoCorrectionHighlight = o.expoCorrectionHighlight; - - return *this; -} +RawDecodingSettings& RawDecodingSettings::operator=(const RawDecodingSettings& o) = default; bool RawDecodingSettings::operator==(const RawDecodingSettings& o) const { diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libkdcraw-22.12.3/src/rawdecodingsettings.h new/libkdcraw-23.04.0/src/rawdecodingsettings.h --- old/libkdcraw-22.12.3/src/rawdecodingsettings.h 2022-12-21 20:57:23.000000000 +0100 +++ new/libkdcraw-23.04.0/src/rawdecodingsettings.h 2023-03-09 21:17:02.000000000 +0100 @@ -146,6 +146,7 @@ */ RawDecodingSettings(); + RawDecodingSettings(const RawDecodingSettings& prm); /** Equivalent to the copy constructor */ RawDecodingSettings& operator=(const RawDecodingSettings& prm);