From 3ff0c8f6eec67160e9f3600a8192d37551b524df Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 20 May 2016 11:42:00 -0500 Subject: [PATCH] -Wno-deprecated-declarations (typo missed trailing 's') Since we've effectively not been using it properly, maybe it's not needed anymore? -- rex --- qt5-qtbase.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/qt5-qtbase.spec b/qt5-qtbase.spec index 67ed23f..bd5871e 100644 --- a/qt5-qtbase.spec +++ b/qt5-qtbase.spec @@ -34,7 +34,7 @@ %if 0%{?fedora} > 23 # gcc6: FTBFS -%global qt5_deprecated_flag -Wno-deprecated-declaration +%global qt5_deprecated_flag -Wno-deprecated-declarations # gcc6: Qt assumes this in places %global qt5_null_flag -fno-delete-null-pointer-checks %ifarch armv7hl @@ -59,7 +59,7 @@ Summary: Qt5 - QtBase components Name: qt5-qtbase Version: 5.6.0 -Release: 19%{?prerelease:.%{prerelease}}%{?dist} +Release: 20%{?prerelease:.%{prerelease}}%{?dist} # See LGPL_EXCEPTIONS.txt, for exception details License: LGPLv2 with exceptions or GPLv3 with exceptions @@ -971,6 +971,9 @@ fi %changelog +* Fri May 20 2016 Rex Dieter - 5.6.0-20 +- -Wno-deprecated-declarations (typo missed trailing 's') + * Fri May 13 2016 Rex Dieter - 5.6.0-19 - pull in upstream drag-n-drop related fixes (QTBUG-45812, QTBUG-51215)