Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package darktable for openSUSE:Factory checked in at 2023-12-25 19:05:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/darktable (Old) and /work/SRC/openSUSE:Factory/.darktable.new.28375 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "darktable" Mon Dec 25 19:05:09 2023 rev:109 rq:1134723 version:4.6.0 Changes: -------- --- /work/SRC/openSUSE:Factory/darktable/darktable.changes 2023-09-02 22:07:53.619779562 +0200 +++ /work/SRC/openSUSE:Factory/.darktable.new.28375/darktable.changes 2023-12-25 19:05:19.445534375 +0100 @@ -1,0 +2,11 @@ +Sat Dec 23 09:58:05 UTC 2023 - Andreas Schneider <a...@cryptomilk.org> + +- Build with system libraw + +------------------------------------------------------------------- +Sat Dec 23 09:32:45 UTC 2023 - Andreas Schneider <a...@cryptomilk.org> + +- Update to version 4.6.0 + https://github.com/darktable-org/darktable/releases/tag/release-4.6.0 + +------------------------------------------------------------------- Old: ---- darktable-4.4.2.tar.xz darktable-4.4.2.tar.xz.asc New: ---- darktable-4.6.0.tar.xz darktable-4.6.0.tar.xz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ darktable.spec ++++++ --- /var/tmp/diff_new_pack.YEiqbL/_old 2023-12-25 19:05:20.409569556 +0100 +++ /var/tmp/diff_new_pack.YEiqbL/_new 2023-12-25 19:05:20.413569702 +0100 @@ -72,6 +72,14 @@ %bcond_with libheif %endif +%if 0%{?suse_version} >= 1550 || 0%{?fedora} >= 38 +%bcond_without libraw +%global _use_system_libraw "ON" +%else +%bcond_with libraw +%global _use_system_libraw "ON" +%endif + %ifarch ppc64le # The OpenCL kernels don't compile on ppc64le and if you get # them compiled there are funny runtime issues. @@ -111,7 +119,7 @@ %endif Name: darktable -Version: 4.4.2 +Version: 4.6.0 Release: 0 %global pkg_name darktable %global pkg_version %{version} @@ -193,6 +201,9 @@ %if %{with jxl} BuildRequires: pkgconfig(libjxl) >= 0.7.0 %endif +%if %{with libraw} +BuildRequires: pkgconfig(libraw) >= 0.21 +%endif BuildRequires: pkgconfig(librsvg-2.0) BuildRequires: pkgconfig(libsecret-1) BuildRequires: pkgconfig(libwebp) @@ -299,6 +310,7 @@ -DUSE_OPENMP="%{_use_openmp}" \\\ -DUSE_GMIC="%{_use_gmic}" \\\ -DUSE_AVIF="%{_use_avif}" \\\ + -DDONT_USE_INTERNAL_LIBRAW="%{_use_system_libraw}" \\\ -DBUILD_NOISE_TOOLS=ON \\\ -DBUILD_CURVE_TOOLS=ON ++++++ darktable-4.4.2.tar.xz -> darktable-4.6.0.tar.xz ++++++ ++++ 718362 lines of diff (skipped) ++++++ darktable.dsc ++++++ --- /var/tmp/diff_new_pack.YEiqbL/_old 2023-12-25 19:05:22.941661960 +0100 +++ /var/tmp/diff_new_pack.YEiqbL/_new 2023-12-25 19:05:22.989663712 +0100 @@ -4,7 +4,7 @@ Priority: optional Binary: darktable darktable-tools-basecurve darktable-tools-noise Architecture: any-amd64 any-arm64 any-ppc64el -Version: 4.4.2-1.1 +Version: 4.6.0-1.1 Homepage: http://www.darktable.org/ # libavif-dev (>= 0.9.1), Build-Depends: cmake (>= 3.18), ++++++ debian.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/debian/changelog new/debian/changelog --- old/debian/changelog 2023-09-01 11:57:26.541145426 +0200 +++ new/debian/changelog 2023-12-23 10:34:24.000000000 +0100 @@ -1,10 +1,15 @@ +darktable (4.6.0-1.1) experimental; urgency=medium + + * Update to version 4.6.0 + https://github.com/darktable-org/darktable/releases/tag/release-4.6.0 + darktable (4.4.2-1.1) experimental; urgency=medium * Update to version 4.4.2 https://github.com/darktable-org/darktable/releases/tag/release-4.4.2 darktable (4.4.1-1.2) experimental; urgency=medium -. + * Fix build on Debian unstable * Fix build on Ubuntu 22.04 * Fix build on Ubuntu 22.10 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/debian/control new/debian/control --- old/debian/control 2023-09-01 11:55:52.903605437 +0200 +++ new/debian/control 2023-12-23 10:33:28.000000000 +0100 @@ -45,7 +45,7 @@ libwebp-dev, lsb-release, xsltproc -Standards-Version: 4.4.2 +Standards-Version: 4.6.0 Homepage: http://www.darktable.org/ Vcs-Git: https://salsa.debian.org/debian-phototools-team/darktable.git Vcs-Browser: https://salsa.debian.org/debian-phototools-team/darktable