Hello community,

here is the log from the commit of package darktable for openSUSE:Factory 
checked in at 2019-03-26 22:34:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/darktable (Old)
 and      /work/SRC/openSUSE:Factory/.darktable.new.25356 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "darktable"

Tue Mar 26 22:34:41 2019 rev:78 rq:688851 version:2.6.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/darktable/darktable.changes      2019-03-21 
09:53:00.658793553 +0100
+++ /work/SRC/openSUSE:Factory/.darktable.new.25356/darktable.changes   
2019-03-26 22:35:07.749662095 +0100
@@ -101,0 +102,6 @@
+Thu Jan 24 18:59:18 UTC 2019 - Jan Engelhardt <[email protected]>
+
+- Remove idempotent %if..%endif guards around %package
+- Replace make install and make use of %make_install in its stead.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ darktable.spec ++++++
--- /var/tmp/diff_new_pack.HApTI2/_old  2019-03-26 22:35:09.389661388 +0100
+++ /var/tmp/diff_new_pack.HApTI2/_new  2019-03-26 22:35:09.393661386 +0100
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -178,7 +178,6 @@
 digital negatives in a database and can show them through a zoomable
 lighttable. It also enables developing raw images and enhance them.
 
-%if %{with basecurve_tool}
 %package tools-basecurve
 Summary:        The basecurve tool from tools/basecurve/
 Group:          Productivity/Graphics/Viewers
@@ -194,7 +193,6 @@
 This package provides the basecurve tool from tools/basecurve/.
 Another option to solve the same problem might be the darktable-chart module
 from the darktable package.
-%endif
 
 %package tools-noise
 Summary:        Noise profiling tools to support new cameras
@@ -313,9 +311,9 @@
 #/ suse branch
 %else
 # fedora branch
-make install DESTDIR="%{buildroot}" -C %{_target_platform}
+%make_install -C %{_target_platform}
 %if %{with basecurve_tool}
-make install DESTDIR="%{buildroot}" -C tools/basecurve/%{_target_platform}
+%make_install -C tools/basecurve/%{_target_platform}
 %endif
 #/ fedora branch
 %endif



Reply via email to