commit darktable for openSUSE:Factory
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-09-02 22:07:23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/darktable (Old) and /work/SRC/openSUSE:Factory/.darktable.new.1766 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "darktable" Sat Sep 2 22:07:23 2023 rev:108 rq:1108440 version:4.4.2 Changes: -------- --- /work/SRC/openSUSE:Factory/darktable/darktable.changes 2023-07-12 17:28:41.071056532 +0200 +++ /work/SRC/openSUSE:Factory/.darktable.new.1766/darktable.changes 2023-09-02 22:07:53.619779562 +0200 @@ -1,0 +2,6 @@ +Mon Aug 21 07:33:56 UTC 2023 - Michal Kubecek <mkubecek@suse.cz> + +- Update to version 4.4.2 + https://github.com/darktable-org/darktable/releases/tag/release-4.4.2 + +------------------------------------------------------------------- Old: ---- darktable-4.4.1.tar.xz darktable-4.4.1.tar.xz.asc New: ---- darktable-4.4.2.tar.xz darktable-4.4.2.tar.xz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ darktable.spec ++++++ --- /var/tmp/diff_new_pack.nVKy0U/_old 2023-09-02 22:07:57.563920499 +0200 +++ /var/tmp/diff_new_pack.nVKy0U/_new 2023-09-02 22:07:57.567920642 +0200 @@ -111,7 +111,7 @@ %endif Name: darktable -Version: 4.4.1 +Version: 4.4.2 Release: 0 %global pkg_name darktable %global pkg_version %{version} ++++++ darktable-4.4.1.tar.xz -> darktable-4.4.2.tar.xz ++++++ ++++ 29157 lines of diff (skipped) ++++++ darktable.dsc ++++++ --- /var/tmp/diff_new_pack.nVKy0U/_old 2023-09-02 22:07:59.115975959 +0200 +++ /var/tmp/diff_new_pack.nVKy0U/_new 2023-09-02 22:07:59.119976101 +0200 @@ -3,12 +3,15 @@ Section: graphics Priority: optional Binary: darktable darktable-tools-basecurve darktable-tools-noise -Architecture: any-amd64 any-arm64 -Version: 4.4.1-1.1 +Architecture: any-amd64 any-arm64 any-ppc64el +Version: 4.4.2-1.1 Homepage: http://www.darktable.org/ # libavif-dev (>= 0.9.1), Build-Depends: cmake (>= 3.18), debhelper (>= 10), + gcc (>= 12), + gcc-13 | gcc-12, + g++-13 | g++-12, intltool, iso-codes, libcairo2-dev, @@ -19,9 +22,6 @@ libexiv2-dev, libflickcurl-dev, libglib2.0-dev, - clang (>= 13), - libclang-dev (>= 13), - llvm-dev (>= 13), libgmic-dev, libgphoto2-dev, libgraphicsmagick1-dev, @@ -32,6 +32,7 @@ liblcms2-dev, liblensfun-dev, liblua5.4-dev | liblua5.3-dev, + libncurses-dev, libopenexr-dev, libopenjp2-7-dev, libosmgpsmap-1.0-dev, @@ -44,11 +45,11 @@ libsoup2.4-dev, libsqlite3-dev, libtiff-dev, - libtinfo-dev, libwebp-dev, + lsb-release, xsltproc Standards-Version: 3.9.8 Package-List: - darktable deb graphics optional arch=any-amd64,any-arm64 + darktable deb graphics optional arch=any-amd64,any-arm64,any-ppc64el DEBTRANSFORM-RELEASE: 1 ++++++ debian.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/debian/changelog new/debian/changelog --- old/debian/changelog 2023-07-05 12:14:02.767138122 +0200 +++ new/debian/changelog 2023-09-01 11:57:26.541145426 +0200 @@ -1,3 +1,19 @@ +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 + * Disable test-building OpenCL kernels + * Drop unneeded LLVM build-deps + * Enable PPC64EL builds + + -- Roman Lebedev <lebedev.ri@gmail.com> Sat, 29 Jul 2023 23:31:16 +0300 + darktable (4.4.1-1.1) experimental; urgency=medium * Update to version 4.4.1 @@ -811,7 +827,7 @@ SLT-A37/A57, Leica X1/X2, Sony DSC-RX100 * Build with libtiff5 (Closes: #682588). * Switch to debhelper compat 9, for hardening support - + -- David Bremner <bremner@debian.org> Fri, 27 Jul 2012 06:59:38 -0300 darktable (1.0.4-1) unstable; urgency=low diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/debian/control new/debian/control --- old/debian/control 2023-07-05 12:14:38.643421047 +0200 +++ new/debian/control 2023-09-01 11:55:52.903605437 +0200 @@ -6,6 +6,9 @@ # libavif-dev (>= 0.9.1), Build-Depends: cmake (>= 3.18), debhelper (>= 10), + gcc (>= 12), + gcc-13 | gcc-12, + g++-13 | g++-12, intltool, iso-codes, libcairo2-dev, @@ -16,9 +19,6 @@ libexiv2-dev, libflickcurl-dev, libglib2.0-dev, - clang (>= 13), - libclang-dev (>= 13), - llvm-dev (>= 13), libgmic-dev, libgphoto2-dev, libgraphicsmagick1-dev, @@ -29,6 +29,7 @@ liblcms2-dev, liblensfun-dev, liblua5.4-dev | liblua5.3-dev, + libncurses-dev, libopenexr-dev, libopenjp2-7-dev, libosmgpsmap-1.0-dev, @@ -41,16 +42,16 @@ libsoup2.4-dev, libsqlite3-dev, libtiff-dev, - libtinfo-dev, libwebp-dev, + lsb-release, xsltproc -Standards-Version: 4.4.1 +Standards-Version: 4.4.2 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 Package: darktable -Architecture: any-amd64 any-arm64 +Architecture: any-amd64 any-arm64 any-ppc64el Depends: ${shlibs:Depends}, ${misc:Depends}, libjs-prototype, libjs-scriptaculous, fonts-roboto, iso-codes Replaces: darktable-plugins-legacy (<< 0.9), darktable-plugins-experimental (<< 1.0~) Breaks: darktable-plugins-legacy (<< 0.9), darktable-plugins-experimental (<< 1.0~) @@ -74,7 +75,7 @@ scientifically acquired images or output of renderers (high dynamic range). Package: darktable-tools-basecurve -Architecture: any-amd64 any-arm64 +Architecture: any-amd64 any-arm64 any-ppc64el Priority: optional Depends: darktable, ${shlibs:Depends}, ${misc:Depends}, dcraw, exiftool, graphicsmagick-imagemagick-compat Description: The basecurve tool from tools/basecurve/ @@ -87,7 +88,7 @@ from the darktable package. Package: darktable-tools-noise -Architecture: any-amd64 any-arm64 +Architecture: any-amd64 any-arm64 any-ppc64el Priority: optional Depends: darktable, ${shlibs:Depends}, ${misc:Depends}, dcraw, exiftool, graphicsmagick-imagemagick-compat Description: Noise profiling tools to support new camerasNoise profiling tools to support new cameras diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/debian/rules new/debian/rules --- old/debian/rules 2021-12-24 22:34:09.510963485 +0100 +++ new/debian/rules 2023-07-29 22:57:15.000000000 +0200 @@ -16,6 +16,16 @@ export DEB_CXXFLAGS_MAINT_APPEND=-O3 endif +DISTRIBUTION := $(shell lsb_release -si) +CODENAME := $(shell lsb_release -sc) + +ifneq (,$(filter Ubuntu,$(DISTRIBUTION))) + ifneq (,$(filter jammy,$(CODENAME))) + export CC=gcc-12 + export CXX=g++-12 + endif +endif + %: dh $@ --parallel @@ -30,7 +40,7 @@ ln -s /usr/share/doc/darktable debian/darktable-tools-noise/usr/share/doc/darktable-tools-noise override_dh_auto_configure: src/version_gen.c - dh_auto_configure -- -DCMAKE_INSTALL_DATAROOTDIR="share" -DCMAKE_INSTALL_LIBEXECDIR="lib" -DCMAKE_INSTALL_DOCDIR="share/doc/darktable" -DCMAKE_SKIP_RPATH=OFF -DCMAKE_BUILD_TYPE=Release -DBINARY_PACKAGE_BUILD=1 -DRAWSPEED_ENABLE_LTO=OFF -DUSE_OPENCL=ON -DBUILD_NOISE_TOOLS=ON -DBUILD_CURVE_TOOLS=ON -DDONT_USE_INTERNAL_LUA=Off + dh_auto_configure -- -DCMAKE_INSTALL_DATAROOTDIR="share" -DCMAKE_INSTALL_LIBEXECDIR="lib" -DCMAKE_INSTALL_DOCDIR="share/doc/darktable" -DCMAKE_SKIP_RPATH=OFF -DCMAKE_BUILD_TYPE=Release -DBINARY_PACKAGE_BUILD=1 -DRAWSPEED_ENABLE_LTO=OFF -DUSE_OPENCL=ON -DBUILD_NOISE_TOOLS=ON -DBUILD_CURVE_TOOLS=ON -DDONT_USE_INTERNAL_LUA=Off -DTESTBUILD_OPENCL_PROGRAMS=OFF describe-current-version: git describe --tags upstream | sed 's,^release-,,;s,-,+,;s,-,~,;'
participants (1)
-
Source-Sync