rpms/qtparted/FC-5 qtparted-0.4.5-PED_SECTOR_SIZE.patch, NONE, 1.1 qtparted.spec, 1.12, 1.13

Steven Pritchard (steve) fedora-extras-commits at redhat.com
Wed Aug 30 18:37:53 UTC 2006


Author: steve

Update of /cvs/extras/rpms/qtparted/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25182

Modified Files:
	qtparted.spec 
Added Files:
	qtparted-0.4.5-PED_SECTOR_SIZE.patch 
Log Message:
Sync with devel.

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/FC-5/qtparted.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- qtparted.spec	13 Feb 2006 18:16:37 -0000	1.12
+++ qtparted.spec	30 Aug 2006 18:37:53 -0000	1.13
@@ -2,7 +2,7 @@
 
 Name:           qtparted
 Version:        0.4.5
-Release:        4%{?dist}
+Release:        9%{?dist}
 Summary:        Partition Magic clone written in C++ using the Qt toolkit
 
 Group:          Applications/System
@@ -13,6 +13,7 @@
 Source2:        %{name}.consoleapp
 Source3:        %{name}.qtpartedrc
 Patch0:         %{name}-desktop.patch
+Patch1:         qtparted-0.4.5-PED_SECTOR_SIZE.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  qt-devel >= 1:3.1.0, parted-devel >= 1.6.6
@@ -28,7 +29,7 @@
 %prep
 %setup -q
 %patch0 -p0
-
+%patch1 -p1
 
 %build
 export QTDIR="%{qtdir}"
@@ -107,6 +108,21 @@
 
 
 %changelog
+* Mon Aug 28 2006 Steven Pritchard <steve at kspei.com> - 0.4.5-9
+- Rebuild.
+
+* 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).
+
+* Sat May 20 2006 Steven Pritchard <steve at kspei.com> - 0.4.5-6
+- Rebuild.
+
+* Fri Apr 14 2006 Steven Pritchard <steve at kspei.com> - 0.4.5-5
+- Rebuild.
+
 * Mon Feb 13 2006 Steven Pritchard <steve at kspei.com> - 0.4.5-4
 - Rebuild.
 




More information about the scm-commits mailing list