Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package darktable for openSUSE:Factory 
checked in at 2022-12-29 13:09:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/darktable (Old)
 and      /work/SRC/openSUSE:Factory/.darktable.new.1563 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "darktable"

Thu Dec 29 13:09:35 2022 rev:104 rq:1045657 version:4.2.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/darktable/darktable.changes      2022-09-19 
16:04:05.710271922 +0200
+++ /work/SRC/openSUSE:Factory/.darktable.new.1563/darktable.changes    
2022-12-29 13:09:38.893124410 +0100
@@ -1,0 +2,15 @@
+Thu Dec 22 14:14:41 UTC 2022 - Marcus Rueckert <[email protected]>
+
+- Switch rpmbuild from GraphicsMagick to ImageMagick
+
+-------------------------------------------------------------------
+Wed Dec 21 12:24:28 UTC 2022 - Andreas Schneider <[email protected]>
+
+- Update to version 4.2.0
+  https://github.com/darktable-org/darktable/releases/tag/release-4.2.0
+- New BuildRequires:
+  pkgconfig(libheif)
+  pkgconfig(libjxl)
+  pkgconfig(tinfo)
+
+-------------------------------------------------------------------

Old:
----
  darktable-4.0.1.tar.xz
  darktable-4.0.1.tar.xz.asc

New:
----
  darktable-4.2.0.tar.xz
  darktable-4.2.0.tar.xz.asc

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ darktable.spec ++++++
--- /var/tmp/diff_new_pack.OptfsX/_old  2022-12-29 13:09:39.533128189 +0100
+++ /var/tmp/diff_new_pack.OptfsX/_new  2022-12-29 13:09:39.537128214 +0100
@@ -36,12 +36,6 @@
 %bcond_with    cmake_macros
 %endif
 
-%if 0%{?suse_version} || 0%{?fedora}
-%bcond_without cmake_macros
-%else
-%bcond_with    cmake_macros
-%endif
-
 %if 0%{?is_opensuse} || 0%{?fedora}
 %bcond_without osmgpsmap
 %bcond_without flickcurl
@@ -58,12 +52,24 @@
 %bcond_with    avif
 %endif
 
+%if 0%{?suse_version} >= 1550 || 0%{?fedora} >= 37
+%bcond_without jxl
+%else
+%bcond_with    jxl
+%endif
+
 %if 0%{?suse_version} >= 1550
 %bcond_without gmic
 %else
 %bcond_with    gmic
 %endif
 
+%if 0%{?suse_version}
+%bcond_without libheif
+%else
+%bcond_with    libheif
+%endif
+
 %ifarch ppc64le
 # The OpenCL kernels don't compile on ppc64le and if you get
 # them compiled there are funny runtime issues.
@@ -103,10 +109,10 @@
 %endif
 
 Name:           darktable
-Version:        4.0.1
+Version:        4.2.0
 Release:        0
-%define pkg_name darktable
-%define pkg_version %{version}
+%global pkg_name darktable
+%global pkg_version %{version}
 URL:            http://www.darktable.org/
 Source0:        
https://github.com/darktable-org/darktable/releases/download/release-%{version}/%{pkg_name}-%{version}.tar.xz
 Source1:        
https://github.com/darktable-org/darktable/releases/download/release-%{version}/%{pkg_name}-%{version}.tar.xz.asc
@@ -121,7 +127,7 @@
 ExclusiveArch:  x86_64 aarch64 ppc64le
 # build time tools
 BuildRequires:  clang
-BuildRequires:  cmake >= 3.4
+BuildRequires:  cmake >= 3.18
 BuildRequires:  fdupes
 BuildRequires:  llvm-devel
 %if 0%{?fedora}
@@ -158,7 +164,7 @@
 BuildRequires:  pkgconfig(pugixml)
 #
 BuildRequires:  pkgconfig
-BuildRequires:  pkgconfig(GraphicsMagick)
+BuildRequires:  pkgconfig(ImageMagick)
 BuildRequires:  pkgconfig(OpenEXR)
 BuildRequires:  pkgconfig(atk)
 BuildRequires:  pkgconfig(colord)
@@ -171,13 +177,19 @@
 BuildRequires:  pkgconfig(gdk-pixbuf-2.0)
 BuildRequires:  pkgconfig(gio-2.0)
 BuildRequires:  pkgconfig(glib-2.0)
-BuildRequires:  pkgconfig(gtk+-3.0) >= 3.22
+BuildRequires:  pkgconfig(gtk+-3.0) >= 3.24.5
 BuildRequires:  pkgconfig(iso-codes)
 BuildRequires:  pkgconfig(json-glib-1.0)
 BuildRequires:  pkgconfig(lcms2)
-BuildRequires:  pkgconfig(lensfun)
+BuildRequires:  pkgconfig(lensfun) >= 0.3.2
 BuildRequires:  pkgconfig(libcurl)
 BuildRequires:  pkgconfig(libgphoto2)
+%if %{with libheif}
+BuildRequires:  pkgconfig(libheif)
+%endif
+%if %{with jxl}
+BuildRequires:  pkgconfig(libjxl) >= 0.7.0
+%endif
 BuildRequires:  pkgconfig(librsvg-2.0)
 BuildRequires:  pkgconfig(libsecret-1)
 BuildRequires:  pkgconfig(libwebp)
@@ -187,6 +199,7 @@
 BuildRequires:  pkgconfig(pango)
 BuildRequires:  pkgconfig(sdl2)
 BuildRequires:  pkgconfig(sqlite3)
+BuildRequires:  pkgconfig(tinfo)
 %if %{with opencl}
 BuildRequires:  opencl-headers
 %endif
@@ -199,7 +212,7 @@
 # /gmic
 %endif
 %if %{with avif}
-BuildRequires:  libavif-devel
+BuildRequires:  libavif-devel >= 0.9.0
 %endif
 BuildRequires:  portmidi-devel
 

++++++ darktable-4.0.1.tar.xz -> darktable-4.2.0.tar.xz ++++++
++++ 758200 lines of diff (skipped)

++++++ darktable.dsc ++++++
--- /var/tmp/diff_new_pack.OptfsX/_old  2022-12-29 13:09:41.769141396 +0100
+++ /var/tmp/diff_new_pack.OptfsX/_new  2022-12-29 13:09:41.773141420 +0100
@@ -4,10 +4,10 @@
 Priority: optional
 Binary: darktable darktable-tools-basecurve darktable-tools-noise
 Architecture: any-amd64 any-arm64
-Version: 4.0.1-1.1
+Version: 4.2.0-1.1
 Homepage: http://www.darktable.org/
-#               libavif-dev (>= 0.8.2),
-Build-Depends: cmake,
+#               libavif-dev (>= 0.9.1),
+Build-Depends: cmake (>= 3.18),
                debhelper (>= 10),
                intltool,
                iso-codes,
@@ -25,7 +25,7 @@
                libgmic-dev,
                libgphoto2-dev,
                libgraphicsmagick1-dev,
-               libgtk-3-dev (>= 3.22),
+               libgtk-3-dev (>= 3.24.5),
                libheif-dev,
                libjpeg-dev,
                libjson-glib-dev,
@@ -44,9 +44,11 @@
                libsoup2.4-dev,
                libsqlite3-dev,
                libtiff-dev,
+               libtinfo-dev,
                libwebp-dev,
                xsltproc
 Standards-Version: 3.9.8
 Package-List:
  darktable deb graphics optional arch=any-amd64,any-arm64
+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        2022-09-12 09:58:00.166296345 +0200
+++ new/debian/changelog        2022-12-21 13:27:18.414150609 +0100
@@ -1,3 +1,9 @@
+darktable (4.2.0-1.1) experimental; urgency=medium
+
+  * Update to version 4.2.0
+    https://github.com/darktable-org/darktable/releases/tag/release-4.2.0
+
+ -- Andreas Schneider <[email protected]>  Wed, 21 Dec 2022 12:27:00 -0000
 darktable (4.0.1-1.1) experimental; urgency=medium
 
   * Update to version 4.0.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/debian/control new/debian/control
--- old/debian/control  2021-12-26 19:36:29.639148116 +0100
+++ new/debian/control  2022-12-21 14:50:25.962473000 +0100
@@ -3,8 +3,8 @@
 Priority: optional
 Maintainer: Debian PhotoTools Maintainers 
<[email protected]>
 Uploaders: David Bremner <[email protected]>
-#               libavif-dev (>= 0.8.2),
-Build-Depends: cmake,
+#               libavif-dev (>= 0.9.1),
+Build-Depends: cmake (>= 3.18),
                debhelper (>= 10),
                intltool,
                iso-codes,
@@ -22,7 +22,7 @@
                libgmic-dev,
                libgphoto2-dev,
                libgraphicsmagick1-dev,
-               libgtk-3-dev (>= 3.22),
+               libgtk-3-dev (>= 3.24.5),
                libheif-dev,
                libjpeg-dev,
                libjson-glib-dev,
@@ -41,6 +41,7 @@
                libsoup2.4-dev,
                libsqlite3-dev,
                libtiff-dev,
+               libtinfo-dev,
                libwebp-dev,
                xsltproc
 Standards-Version: 4.1.2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/debian/darktable.install new/debian/darktable.install
--- old/debian/darktable.install        2021-12-24 17:56:49.738399118 +0100
+++ new/debian/darktable.install        2022-12-21 13:59:06.130051566 +0100
@@ -29,4 +29,5 @@
 /usr/share/darktable/luarc
 /usr/share/darktable/gdb_commands
 /usr/share/darktable/noiseprofiles.json
+/usr/share/darktable/wb_presets.json
 /usr/share/darktable/darktablerc

Reply via email to