Updated the mirrored textures patch for Qt >= 4.8

This commit is contained in:
Kalev Lember 2011-07-22 18:55:29 +03:00
parent afd7c12405
commit eff0fb5a80
2 changed files with 5 additions and 2 deletions

View File

@ -6,7 +6,7 @@ Index: src/display/mapcanvas.cpp
m_room_gllist = glGenLists(1);
glNewList(m_room_gllist, GL_COMPILE);
glBegin(GL_QUADS);
+#if QT_VERSION < 0x040600
+#if (QT_VERSION < 0x040700 || QT_VERSION >= 0x040800)
glTexCoord2d(0, 1);
glVertex3d(0.0, 0.0, 0.0);
glTexCoord2d(0, 0);

View File

@ -1,6 +1,6 @@
Name: mmapper
Version: 2.1.0
Release: 3%{?dist}
Release: 4%{?dist}
Summary: Graphical MUME mapper
Group: Amusements/Games
@ -80,6 +80,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%changelog
* Fri Jul 22 2011 Kalev Lember <kalevlember@gmail.com> - 2.1.0-4
- Updated the mirrored textures patch for Qt >= 4.8
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild