- (re)fix qconfig-multilib.h for sparc64

This commit is contained in:
Rex Dieter 2008-07-17 12:40:39 +00:00
parent e41dcd8d24
commit 4318b1a15d
2 changed files with 5 additions and 2 deletions

View File

@ -16,7 +16,7 @@
# include <QtCore/qconfig-s390x.h>
#elif defined(__s390__)
# include <QtCore/qconfig-s390.h>
#elif defined(__sparc64__)
#elif defined(__sparc__) && defined (__arch64__)
# include <QtCore/qconfig-sparc64.h>
#elif defined(__sparc__)
# include <QtCore/qconfig-sparc.h>

View File

@ -8,7 +8,7 @@ Name: qt
Name: qt4
%endif
Version: 4.4.0
Release: 12%{?dist}
Release: 13%{?dist}
# GPLv2 exceptions(see GPL_EXCEPTIONS*.txt)
License: GPLv3 or GPLv2 with exceptions or QPL
@ -773,6 +773,9 @@ gtk-update-icon-cache -q %{_datadir}/icons/hicolor 2> /dev/null ||:
%changelog
* Thu Jul 17 2008 Rex Dieter <rdieter@fedoraproject.org> 4.4.0-13
- (re)fix qconfig-multilib.h for sparc64
* Fri Jul 11 2008 Rex Dieter <rdieter@fedoraproject.org> 4.4.0-12
- qt-copy-patches-20080711