rpms/basket/devel basket-0.5.0-64bits.patch, NONE, 1.1 basket.spec, 1.1, 1.2

Aurelien Bompard (abompard) fedora-extras-commits at redhat.com
Mon Oct 17 04:01:33 UTC 2005


Author: abompard

Update of /cvs/extras/rpms/basket/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25402

Modified Files:
	basket.spec 
Added Files:
	basket-0.5.0-64bits.patch 
Log Message:
- add patch for x86_64

basket-0.5.0-64bits.patch:

--- NEW FILE basket-0.5.0-64bits.patch ---
--- ./src/item.cpp.64bits	2005-10-17 05:48:29.000000000 +0200
+++ ./src/item.cpp	2005-10-17 05:49:55.000000000 +0200
@@ -422,8 +422,8 @@
 	if (selected == m_isSelected)
 		return;
 
-	DEBUG_WIN << QString(selected ? "Add" : "Remove") + " selected item " + QString::number((int)this) +
-	             "; b.lastIn=" + QString::number((int)(parentBasket()->lastInsertedItem()));
+	DEBUG_WIN << QString(selected ? "Add" : "Remove") + " selected item " + QString::number((unsigned long)this) +
+	             "; b.lastIn=" + QString::number((unsigned long)(parentBasket()->lastInsertedItem()));
 
 	m_isSelected = selected;
 	if (selected) {


Index: basket.spec
===================================================================
RCS file: /cvs/extras/rpms/basket/devel/basket.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- basket.spec	16 Oct 2005 16:11:00 -0000	1.1
+++ basket.spec	17 Oct 2005 04:01:12 -0000	1.2
@@ -1,9 +1,10 @@
 Name:           basket
 Summary:        Notes taker for KDE
 Version:        0.5.0
-Release:        3%{?dist}
+Release:        4%{?dist}
 URL:           	http://basket.kde.org/
 Source0:        http://basket.kde.org/downloads/basket-0.5.0.tar.gz
+Patch0:         basket-0.5.0-64bits.patch
 License:        GPL
 
 Group:          Applications/Productivity
@@ -19,7 +20,8 @@
 
 
 %prep
-%setup -q 
+%setup -q
+%patch0 -p0 -b .64bits
 
 
 %build
@@ -88,6 +90,9 @@
 
 
 %changelog
+* Mon Oct 17 2005 Aurelien Bompard <gauret[AT]free.fr> 0.5.0-4
+- add patch for 64 bits
+
 * Fri Oct 14 2005 Aurelien Bompard <gauret[AT]free.fr> 0.5.0-3
 - don't add the extension to the icon, it's useless
 - touch the icon dir in post and postun




More information about the fedora-extras-commits mailing list