rev 5889 - trunk/packages/qt4-x11/debian
Brian Nelson
pyro at alioth.debian.org
Thu Apr 12 19:13:39 UTC 2007
Author: pyro
Date: 2007-04-12 19:13:38 +0000 (Thu, 12 Apr 2007)
New Revision: 5889
Modified:
trunk/packages/qt4-x11/debian/changelog
trunk/packages/qt4-x11/debian/rules
Log:
* New upstream release
- Fixes build failures when QT_NO_DEBUG_OUTPUT defined
(Closes: #418832)
- Fixes broken signal/slot connection in QSvgRenderer
(Closes: #411292)
Modified: trunk/packages/qt4-x11/debian/changelog
===================================================================
--- trunk/packages/qt4-x11/debian/changelog 2007-04-11 19:33:31 UTC (rev 5888)
+++ trunk/packages/qt4-x11/debian/changelog 2007-04-12 19:13:38 UTC (rev 5889)
@@ -1,3 +1,13 @@
+qt4-x11 (4.2.3-1) unstable; urgency=low
+
+ * New upstream release
+ - Fixes build failures when QT_NO_DEBUG_OUTPUT defined
+ (Closes: #418832)
+ - Fixes broken signal/slot connection in QSvgRenderer
+ (Closes: #411292)
+
+ -- Brian Nelson <pyro at debian.org> Thu, 12 Apr 2007 12:38:06 -0400
+
qt4-x11 (4.2.2-2) unstable; urgency=high
* debian/patches/04_utf8_bug_fix.dpatch: new patch to fix the "UTF-8
Modified: trunk/packages/qt4-x11/debian/rules
===================================================================
--- trunk/packages/qt4-x11/debian/rules 2007-04-11 19:33:31 UTC (rev 5888)
+++ trunk/packages/qt4-x11/debian/rules 2007-04-12 19:13:38 UTC (rev 5889)
@@ -20,7 +20,7 @@
DEB_MAKE_CLEAN_TARGET := confclean distclean
DEB_DH_MAKESHLIBS_ARGS_ALL := -V
-DEB_INSTALL_CHANGELOGS_ALL := changes-4.2.2
+DEB_INSTALL_CHANGELOGS_ALL := changes-4.2.3
ifeq ($(DEB_HOST_ARCH),arm)
EXTRA_CONFIGURE_OPTS += -DQT_QLOCALE_USES_FCVT
More information about the pkg-kde-commits
mailing list