rev 6411 - in branches/kde4/packages/qt4-x11/debian: . patches

Sune Vuorela pusling-guest at alioth.debian.org
Thu May 31 21:48:06 UTC 2007


Author: pusling-guest
Date: 2007-05-31 21:48:05 +0000 (Thu, 31 May 2007)
New Revision: 6411

Removed:
   branches/kde4/packages/qt4-x11/debian/patches/00_0173-streaming-operators-fix.dpatch
Modified:
   branches/kde4/packages/qt4-x11/debian/changelog
   branches/kde4/packages/qt4-x11/debian/patches/00list
   branches/kde4/packages/qt4-x11/debian/rules
Log:
adapt to 4.3.0 - kicking off a test build now


Modified: branches/kde4/packages/qt4-x11/debian/changelog
===================================================================
--- branches/kde4/packages/qt4-x11/debian/changelog	2007-05-31 12:19:36 UTC (rev 6410)
+++ branches/kde4/packages/qt4-x11/debian/changelog	2007-05-31 21:48:05 UTC (rev 6411)
@@ -1,6 +1,7 @@
-qt4-x11 (4.3.0~rc1-1) experimental; urgency=low
+qt4-x11 (4.3.0-1) experimental; urgency=low
 
   * New upstream release.
+    * Fixes a QListView issue. (Closes: 419654)
 
   [Sune Vuorela]
   * Remove 04_utf8_bug_fix: Merged upstream.
@@ -8,14 +9,12 @@
   * Update libqt4-core.install. Add libQtScript.
   * Update rules:
     * Add utils.mk to use list-missing.
-    * Comment DEB_INSTALL_CHANGELOGS_ALL. There is no changes file with
-      Qt 4.3.0 rc1.
     * Cleaning seems to fail a bit. Trying to hack around that in clean::
       target.
 
   [Fathi Boudra]
   * Redo 30_arm_ftbfs_fixes to fix another FTBFS. Add arm target to configure
-    script. Thanks to Sune Vuorela and Aurelien Jarno.
+    script. Thanks to Sune Vuorela and Aurelien Jarno. (Closes: #426129)
   * Remove 71_hppa_inotify_fix: Merged upstream.
   * Update patches:
     * 02_launch_assistant-qt4
@@ -27,7 +26,6 @@
       of warnings compiling.
     * 00_0167-fix-group-reading: In big user environments, getgrgid_r() needs
       more memory than sysconf() returns.
-    * 00_0173-streaming-operators-fix: Fixes build of KDE with release-build Qt.
     * 00_0175-fix-s390-qatomic: Fix s390(x) build.
     * 00_0176-coverity-fixes: Fix various obvious memory leaks.
   * Rename disable opengl visibility patch. It is not alpha architecture only.

Deleted: branches/kde4/packages/qt4-x11/debian/patches/00_0173-streaming-operators-fix.dpatch

Modified: branches/kde4/packages/qt4-x11/debian/patches/00list
===================================================================
--- branches/kde4/packages/qt4-x11/debian/patches/00list	2007-05-31 12:19:36 UTC (rev 6410)
+++ branches/kde4/packages/qt4-x11/debian/patches/00list	2007-05-31 21:48:05 UTC (rev 6411)
@@ -1,6 +1,5 @@
 00_0163-fix-gcc43-support
 00_0167-fix-group-reading
-00_0173-streaming-operators-fix
 00_0175-fix-s390-qatomic
 00_0176-coverity-fixes
 01_qmake_for_debian

Modified: branches/kde4/packages/qt4-x11/debian/rules
===================================================================
--- branches/kde4/packages/qt4-x11/debian/rules	2007-05-31 12:19:36 UTC (rev 6410)
+++ branches/kde4/packages/qt4-x11/debian/rules	2007-05-31 21:48:05 UTC (rev 6411)
@@ -21,8 +21,7 @@
 DEB_MAKE_CLEAN_TARGET := confclean distclean
 DEB_DH_MAKESHLIBS_ARGS_ALL := -V
 
-# There is no changes file with Qt4.3.0rc1
-#DEB_INSTALL_CHANGELOGS_ALL := changes-4.2.3
+DEB_INSTALL_CHANGELOGS_ALL := changes-4.3.0
 
 ifeq ($(DEB_HOST_ARCH),arm)
 	EXTRA_CONFIGURE_OPTS += -DQT_QLOCALE_USES_FCVT




More information about the pkg-kde-commits mailing list