rpms/qtparted/devel qtparted-0.4.5-PED_SECTOR_SIZE.patch, NONE, 1.1 qtparted.spec, 1.15, 1.16

Steven Pritchard (steve) fedora-extras-commits at redhat.com
Fri Jun 2 22:02:25 UTC 2006


Author: steve

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

Modified Files:
	qtparted.spec 
Added Files:
	qtparted-0.4.5-PED_SECTOR_SIZE.patch 
Log Message:
Oops, really add the patch this time.

qtparted-0.4.5-PED_SECTOR_SIZE.patch:

--- NEW FILE qtparted-0.4.5-PED_SECTOR_SIZE.patch ---
--- qtparted-0.4.5/src/qp_libparted.h	2006-06-02 17:49:42.000000000 +0100
+++ qtparted-0.4.5/src/qp_libparted.h	2006-06-02 17:51:18.000000000 +0100
@@ -35,6 +35,10 @@
 #include "qtparted.h"
 #include "qp_devlist.h"
 
+#ifndef PED_SECTOR_SIZE
+#define PED_SECTOR_SIZE PED_SECTOR_SIZE_DEFAULT
+#endif
+
 class QP_PartWidget;
 class QP_ListViewItem;
 class QP_LibParted;


Index: qtparted.spec
===================================================================
RCS file: /cvs/extras/rpms/qtparted/devel/qtparted.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- qtparted.spec	2 Jun 2006 21:09:19 -0000	1.15
+++ qtparted.spec	2 Jun 2006 22:02:24 -0000	1.16
@@ -2,7 +2,7 @@
 
 Name:           qtparted
 Version:        0.4.5
-Release:        7%{?dist}
+Release:        8%{?dist}
 Summary:        Partition Magic clone written in C++ using the Qt toolkit
 
 Group:          Applications/System
@@ -108,6 +108,9 @@
 
 
 %changelog
+* Fri Jun 02 2006 Steven Pritchard <steve at kspei.com> - 0.4.5-8
+- Oops, really add the patch this time.
+
 * Fri Jun 02 2006 Steven Pritchard <steve at kspei.com> - 0.4.5-7
 - Rebuild with qtparted-0.4.5-PED_SECTOR_SIZE.patch (from Paul Howarth).
 




More information about the fedora-extras-commits mailing list