macros.qt5: fix %qt5_ldflags macro

This commit is contained in:
Rex Dieter 2016-02-13 06:55:22 -06:00
parent 1d4447d073
commit 8f4e73873a
2 changed files with 5 additions and 2 deletions

View File

@ -18,7 +18,7 @@
%_qt5_sysconfdir %{_qt5_settingsdir} %_qt5_sysconfdir %{_qt5_settingsdir}
%_qt5_translationdir %{_datadir}/qt5/translations %_qt5_translationdir %{_datadir}/qt5/translations
%_qt5_ldflags %{?__global_ldflags} @@QT5_RPM_LD_FLAGS@ %_qt5_ldflags %{?__global_ldflags} @@QT5_RPM_LD_FLAGS@@
%_qt5_optflags %{optflags} @@QT5_RPM_OPT_FLAGS@@ %_qt5_optflags %{optflags} @@QT5_RPM_OPT_FLAGS@@
%_qt5_qmake_flags \\\ %_qt5_qmake_flags \\\

View File

@ -44,7 +44,7 @@
Summary: Qt5 - QtBase components Summary: Qt5 - QtBase components
Name: qt5-qtbase Name: qt5-qtbase
Version: 5.6.0 Version: 5.6.0
Release: 0.24.%{prerelease}%{?dist} Release: 0.25.%{prerelease}%{?dist}
# See LGPL_EXCEPTIONS.txt, for exception details # See LGPL_EXCEPTIONS.txt, for exception details
License: LGPLv2 with exceptions or GPLv3 with exceptions License: LGPLv2 with exceptions or GPLv3 with exceptions
@ -930,6 +930,9 @@ fi
%changelog %changelog
* Sat Feb 13 2016 Rex Dieter <rdieter@fedoraproject.org> 5.6.0-0.25.beta
- macros.qt5: fix %%qt5_ldflags macro
* Thu Feb 11 2016 Than Ngo <than@redhat.com> - 5.6.0-0.24.beta * Thu Feb 11 2016 Than Ngo <than@redhat.com> - 5.6.0-0.24.beta
- fix build issue with gcc6 - fix build issue with gcc6
- fix check for alsa 1.1.x - fix check for alsa 1.1.x