Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package darktable for openSUSE:Factory 
checked in at 2021-02-18 20:40:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/darktable (Old)
 and      /work/SRC/openSUSE:Factory/.darktable.new.28504 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "darktable"

Thu Feb 18 20:40:38 2021 rev:94 rq:873201 version:3.4.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/darktable/darktable.changes      2021-02-07 
15:24:30.742232980 +0100
+++ /work/SRC/openSUSE:Factory/.darktable.new.28504/darktable.changes   
2021-02-18 20:52:42.163455828 +0100
@@ -1,0 +2,10 @@
+Wed Feb 10 17:05:34 UTC 2021 - Andreas Schneider <[email protected]>
+
+- Build with internal lua on Fedora 33 and newer
+
+-------------------------------------------------------------------
+Mon Feb  8 06:41:57 UTC 2021 - Andreas Schneider <[email protected]>
+
+- Use pkgconfig BuildRequires for more libraries
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ darktable.spec ++++++
--- /var/tmp/diff_new_pack.wRYyQD/_old  2021-02-18 20:52:43.239456839 +0100
+++ /var/tmp/diff_new_pack.wRYyQD/_new  2021-02-18 20:52:43.243456843 +0100
@@ -18,6 +18,24 @@
 
 %bcond_with clang
 
+%if 0%{?fedora_version} >= 33
+%bcond_without use_intree_lua
+%else
+%bcond_with    use_intree_lua
+%endif
+
+%if %{with use_intree_lua}
+%define _dont_use_intree_lua OFF
+%else
+%define _dont_use_intree_lua ON
+%endif
+
+%if 0%{?suse_version} || 0%{?fedora_version} >= 33
+%bcond_without cmake_macros
+%else
+%bcond_with    cmake_macros
+%endif
+
 %if 0%{?suse_version} || 0%{?fedora_version} >= 33
 %bcond_without cmake_macros
 %else
@@ -136,11 +154,19 @@
 # libraries deps
 BuildRequires:  cups-devel
 BuildRequires:  libjpeg-devel
-BuildRequires:  libtiff-devel
-BuildRequires:  libxml2-devel
+BuildRequires:  pkgconfig(libtiff-4)
+BuildRequires:  pkgconfig(libxml-2.0)
 #
-BuildRequires:  lua-devel >= 5.3
+%if 0%{?suse_version} >= 1550
+BuildRequires:  pkgconfig(lua5.3)
+%else
+BuildRequires:  pkgconfig(lua)
+%endif
+%if 0%{?fedora_version} == 31
 BuildRequires:  pugixml-devel
+%else
+BuildRequires:  pkgconfig(pugixml)
+%endif
 #
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(GraphicsMagick)
@@ -260,7 +286,9 @@
 sed -i -e 's, \"external/CL/\*\.h\" , ,' src/CMakeLists.txt
 
 # Remove bundled lua
+%if %{without use_intree_lua}
 rm -rf src/external/lua/
+%endif
 
 %build
 %global cmake_options \\\
@@ -292,7 +320,7 @@
 #suse branch
 %cmake \
   -DCLANG_OPENCL_INCLUDE_DIR=${_OPENCL_INCLUDE_DIR} \
-  -DDONT_USE_INTERNAL_LUA=ON \
+  -DDONT_USE_INTERNAL_LUA=%{_dont_use_intree_lua} \
   %ifarch aarch64
   -DTESTBUILD_OPENCL_PROGRAMS=OFF \
   %endif
@@ -308,7 +336,7 @@
 mkdir %{_target_platform}
 pushd %{_target_platform}
 %cmake \
-  -DDONT_USE_INTERNAL_LUA=ON \
+  -DDONT_USE_INTERNAL_LUA=%{_dont_use_intree_lua} \
   %ifarch aarch64
   -DTESTBUILD_OPENCL_PROGRAMS=OFF \
   %endif


++++++ darktable.dsc ++++++
--- /var/tmp/diff_new_pack.wRYyQD/_old  2021-02-18 20:52:43.311456906 +0100
+++ /var/tmp/diff_new_pack.wRYyQD/_new  2021-02-18 20:52:43.315456910 +0100
@@ -4,7 +4,7 @@
 Priority: optional
 Binary: darktable darktable-tools-basecurve darktable-tools-noise
 Architecture: any-amd64 any-arm64
-Version: 3.4.0-1.1
+Version: 3.4.1-1.1
 Homepage: http://www.darktable.org/
 Build-Depends: cmake,
                debhelper (>= 10),

++++++ debian.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/debian/changelog new/debian/changelog
--- old/debian/changelog        2020-12-24 10:17:56.938535316 +0100
+++ new/debian/changelog        2021-02-06 17:01:24.713625904 +0100
@@ -1,3 +1,9 @@
+darktable (3.4.1-1.1) experimental; urgency=medium
+
+  * Update to version 3.4.1
+    https://github.com/darktable-org/darktable/releases/tag/release-3.4.1
+
+ -- Andreas Schneider <[email protected]>  Thu, 04 Feb 2021 14:29:34 -0000
 darktable (3.4.0-1.1) experimental; urgency=medium
 
   * Update to version 3.4.0

Reply via email to