diff --git a/libyui-qt.spec b/libyui-qt.spec index 917965e..9d938d3 100644 --- a/libyui-qt.spec +++ b/libyui-qt.spec @@ -13,7 +13,7 @@ Name: %{libname}-qt Version: 2.46.13 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Qt User Interface for %{libname} License: LGPLv2 or LGPLv3 @@ -83,6 +83,7 @@ for %{name}. %{__mkdir} -p %{_cmake_build_subdir} pushd %{_cmake_build_subdir} %cmake \ + -DENABLE_WERROR=OFF \ -DYPREFIX=%{_prefix} \ -DLIB_DIR=%{_libdir} \ -DCMAKE_BUILD_TYPE=RELEASE \ @@ -132,6 +133,9 @@ popd %changelog +* Mon Aug 10 2015 Björn Esser - 2.46.13-8 +- disable '-Werror' + * Wed Jul 29 2015 Fedora Release Engineering - 2.46.13-7 - Rebuilt for https://fedoraproject.org/wiki/Changes/F23Boost159