[packages/darktable] - disable checking of narrowing constants - rel 6
baggins
baggins at pld-linux.org
Thu Apr 27 09:35:41 CEST 2017
commit 7edf2a6cdd754abc16cae26499c0ba36479cda52
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Thu Apr 27 09:35:07 2017 +0200
- disable checking of narrowing constants
- rel 6
darktable.spec | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/darktable.spec b/darktable.spec
index 0cfee61..2d648f8 100644
--- a/darktable.spec
+++ b/darktable.spec
@@ -9,7 +9,7 @@ Summary: darktable - a virtual lighttable and darkroom for photographers
Summary(pl.UTF-8): darktable - wirtualny podświetlany stół i ciemnia dla fotografów
Name: darktable
Version: 1.4.2
-Release: 5
+Release: 6
License: GPL v3
Group: X11/Applications/Graphics
Source0: http://downloads.sourceforge.net/darktable/%{name}-%{version}.tar.xz
@@ -88,6 +88,7 @@ darktable to wirtualny podświetlany stół i ciemnia dla fotografów.
%build
install -d build
cd build
+export CXXFLAGS="%{rpmcxxflags} -Wno-narrowing"
%cmake .. \
%{?with_vte:-DAPRIL_FOOLS=ON} \
-DBINARY_PACKAGE_BUILD=ON \
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/darktable.git/commitdiff/7edf2a6cdd754abc16cae26499c0ba36479cda52
More information about the pld-cvs-commit
mailing list