Author: evgeni Date: 2014-01-10 21:38:20 +0000 (Fri, 10 Jan 2014) New Revision: 14767
Removed: packages/trunk/pokerth/debian/patches/01_restore_qt4_compat.patch Modified: packages/trunk/pokerth/debian/ packages/trunk/pokerth/debian/changelog packages/trunk/pokerth/debian/patches/series Log: import 1.1.1 Property changes on: packages/trunk/pokerth/debian ___________________________________________________________________ Modified: svn-bp:origUrl - http://pkg-games.alioth.debian.org/tarballs/pokerth_1.1.0.orig.tar.bz2 + http://pkg-games.alioth.debian.org/tarballs/pokerth_1.1.1.orig.tar.bz2 Modified: packages/trunk/pokerth/debian/changelog =================================================================== --- packages/trunk/pokerth/debian/changelog 2014-01-10 21:37:22 UTC (rev 14766) +++ packages/trunk/pokerth/debian/changelog 2014-01-10 21:38:20 UTC (rev 14767) @@ -1,3 +1,9 @@ +pokerth (1.1.1-1) UNRELEASED; urgency=medium + + * New upstream bugfix release. + + -- Evgeni Golov <[email protected]> Fri, 10 Jan 2014 22:37:13 +0100 + pokerth (1.1.0-2) unstable; urgency=medium * Restore compatibility with Qt4, patch by freespacer@#PokerTH. Deleted: packages/trunk/pokerth/debian/patches/01_restore_qt4_compat.patch =================================================================== --- packages/trunk/pokerth/debian/patches/01_restore_qt4_compat.patch 2014-01-10 21:37:22 UTC (rev 14766) +++ packages/trunk/pokerth/debian/patches/01_restore_qt4_compat.patch 2014-01-10 21:38:20 UTC (rev 14767) @@ -1,27 +0,0 @@ -diff -rup PokerTH-1.1-src.orig/src/gui/qt/chattools/chattools.h PokerTH-1.1-src/src/gui/qt/chattools/chattools.h ---- PokerTH-1.1-src.orig/src/gui/qt/chattools/chattools.h 2013-12-22 17:58:01.952816236 +0100 -+++ PokerTH-1.1-src/src/gui/qt/chattools/chattools.h 2013-12-23 00:26:16.359116352 +0100 -@@ -33,7 +33,9 @@ - - #include <string> - #include <QtCore> -+#if (QT_VERSION >= QT_VERSION_CHECK(5,0,0)) - #include <QtWidgets> -+#endif - #include <QtGui> - #include <boost/shared_ptr.hpp> - -diff -rup PokerTH-1.1-src.orig/src/pokerth.cpp PokerTH-1.1-src/src/pokerth.cpp ---- PokerTH-1.1-src.orig/src/pokerth.cpp 2013-12-22 17:58:02.001816231 +0100 -+++ PokerTH-1.1-src/src/pokerth.cpp 2013-12-23 00:26:16.358116399 +0100 -@@ -34,7 +34,9 @@ - #include <ctime> - #include <qapplication.h> - -+#if (QT_VERSION >= QT_VERSION_CHECK(5,0,0)) - #include <QtWidgets> -+#endif - #include <QtGui> - #include <QtCore> - - Modified: packages/trunk/pokerth/debian/patches/series =================================================================== --- packages/trunk/pokerth/debian/patches/series 2014-01-10 21:37:22 UTC (rev 14766) +++ packages/trunk/pokerth/debian/patches/series 2014-01-10 21:38:20 UTC (rev 14767) @@ -1,2 +1 @@ -01_restore_qt4_compat.patch 03_use_--as-needed.patch _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

