SPECS: qt.spec - fix uic errors on UI files with classes with :: i...
djurban
djurban at pld-linux.org
Thu Sep 15 20:38:34 CEST 2005
Author: djurban Date: Thu Sep 15 18:38:34 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- fix uic errors on UI files with classes with :: in them, patch by Aaron Seigo
---- Files affected:
SPECS:
qt.spec (1.342 -> 1.343)
---- Diffs:
================================================================
Index: SPECS/qt.spec
diff -u SPECS/qt.spec:1.342 SPECS/qt.spec:1.343
--- SPECS/qt.spec:1.342 Mon Sep 12 13:58:31 2005
+++ SPECS/qt.spec Thu Sep 15 20:38:28 2005
@@ -28,7 +28,7 @@
Summary(pt_BR): Estrutura para rodar aplicaçőes GUI Qt
Name: qt
Version: %{_ver}
-Release: 1
+Release: 2
Epoch: 6
License: GPL/QPL
Group: X11/Libraries
@@ -61,6 +61,7 @@
Patch12: %{name}-x11-free-quiet.patch
Patch13: %{name}-x11-mono.patch
Patch14: %{name}-x11-qfontdatabase_x11.patch
+Patch15: %{name}-uic_colon_fix.patch
URL: http://www.trolltech.com/products/qt/
Icon: qt.xpm
%{?with_ibase:BuildRequires: Firebird-devel >= 1.5.0}
@@ -674,6 +675,7 @@
%patch12 -p1
%patch13 -p1
%patch14 -p1
+%patch15 -p0
install %{SOURCE6} ./apply_patches
chmod +x ./apply_patches
@@ -1255,6 +1257,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.343 2005/09/15 18:38:28 djurban
+- fix uic errors on UI files with classes with :: in them, patch by Aaron Seigo
+
Revision 1.342 2005/09/12 11:58:31 pluto
- updated to 3.3.5 (bugfixes).
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/qt.spec?r1=1.342&r2=1.343&f=u
More information about the pld-cvs-commit
mailing list