0.9.0-3
- fix FTBFS on f23/gcc5 - drop deprecated configure flags
This commit is contained in:
parent
92662405db
commit
6ce9c08dcb
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
Name: pinentry
|
Name: pinentry
|
||||||
Version: 0.9.0
|
Version: 0.9.0
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: Collection of simple PIN or passphrase entry dialogs
|
Summary: Collection of simple PIN or passphrase entry dialogs
|
||||||
|
|
||||||
# qt & qt4 subpackage have different license, see subpackage definitions
|
# qt & qt4 subpackage have different license, see subpackage definitions
|
||||||
@ -67,11 +67,15 @@ This package contains the Qt4 GUI based version of the PIN entry dialog.
|
|||||||
%patch2 -p1
|
%patch2 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
|
%if 0%{?fedora} > 22
|
||||||
|
# FTBFS on f23/gcc5 without this
|
||||||
|
CXXFLAGS="%{optflags} -std=c++11"
|
||||||
|
%endif
|
||||||
|
|
||||||
%configure \
|
%configure \
|
||||||
--disable-rpath \
|
--disable-rpath \
|
||||||
--disable-dependency-tracking \
|
--disable-dependency-tracking \
|
||||||
--disable-pinentry-gtk \
|
|
||||||
--disable-pinentry-qt \
|
|
||||||
--without-libcap \
|
--without-libcap \
|
||||||
--enable-pinentry-gtk2 \
|
--enable-pinentry-gtk2 \
|
||||||
--enable-pinentry-qt4
|
--enable-pinentry-qt4
|
||||||
@ -126,6 +130,10 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Mar 13 2015 Rex Dieter <rdieter@fedoraproject.org> - 0.9.0-3
|
||||||
|
- fix FTBFS on f23/gcc5
|
||||||
|
- drop deprecated configure flags
|
||||||
|
|
||||||
* Sat Feb 21 2015 Till Maas <opensource@till.name> - 0.9.0-2
|
* Sat Feb 21 2015 Till Maas <opensource@till.name> - 0.9.0-2
|
||||||
- Rebuilt for Fedora 23 Change
|
- Rebuilt for Fedora 23 Change
|
||||||
https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
|
https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
|
||||||
|
Loading…
Reference in New Issue
Block a user