rpms/aqhbci-qt-tools/devel aqhbci-qt-tools-build.patch, NONE, 1.1 aqhbci-qt-tools.spec, 1.5, 1.6

Bill Nottingham (notting) fedora-extras-commits at redhat.com
Wed Mar 23 04:35:53 UTC 2005


Author: notting

Update of /cvs/extras/rpms/aqhbci-qt-tools/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30412

Modified Files:
	aqhbci-qt-tools.spec 
Added Files:
	aqhbci-qt-tools-build.patch 
Log Message:
fix build


aqhbci-qt-tools-build.patch:

--- NEW FILE aqhbci-qt-tools-build.patch ---
--- aqhbci-qt-tools-1.0.1beta/src/libs/dialogs/wizard.cpp.foo	2005-03-22 23:07:15.000000000 -0500
+++ aqhbci-qt-tools-1.0.1beta/src/libs/dialogs/wizard.cpp	2005-03-22 23:07:39.000000000 -0500
@@ -333,7 +333,7 @@
   }
 
   if (rv) {
-    DBG_NOTICE(0, "Pushing page %08x", (unsigned int)p);
+    DBG_NOTICE(0, "Pushing page %08x", (unsigned long)p);
     _pagesDone.push_front(p);
   }
   return rv;
@@ -399,7 +399,7 @@
     bool rv;
 
     p=_pagesDone.front();
-    DBG_NOTICE(0, "Undoing page %08x", (unsigned int)(p));
+    DBG_NOTICE(0, "Undoing page %08x", (unsigned long)(p));
     rv=_undoPage(p);
     if (!rv)
       _pagesDone.pop_front();


Index: aqhbci-qt-tools.spec
===================================================================
RCS file: /cvs/extras/rpms/aqhbci-qt-tools/devel/aqhbci-qt-tools.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- aqhbci-qt-tools.spec	15 Mar 2005 18:58:13 -0000	1.5
+++ aqhbci-qt-tools.spec	23 Mar 2005 04:35:51 -0000	1.6
@@ -1,8 +1,9 @@
 Name: aqhbci-qt-tools
 Summary: Setup wizard and debugger for the HBCI backend for the Aqbanking library
 Version: 1.0.1beta
-Release: 3
+Release: 4
 Source: http://download.sourceforge.net/aqhbci/%{name}-%{version}.tar.gz
+Patch: aqhbci-qt-tools-build.patch
 Group: System Environment/Libraries
 License: GPL
 URL: http://sourceforge.net/projects/aqhbci
@@ -16,6 +17,7 @@
 
 %prep
 %setup -q
+%patch -p1
 
 %build
 [ -z "$QTDIR" ] && . /etc/profile.d/qt.sh
@@ -37,6 +39,9 @@
 %{_datadir}/%{name}/
 
 %changelog
+* Tue Mar 22 2005  Bill Nottingham <notting at redhat.com> 1.0.1beta-4
+- fix build on x86-64
+
 * Tue Mar 15 2005  Bill Nottingham <notting at redhat.com> 1.0.1beta-3
 - buildreq qt-devel
 




More information about the scm-commits mailing list