rpms/parted/devel parted-1.9.0-dasd-fixes.patch, 1.1, 1.2 parted.spec, 1.154, 1.155

Hans de Goede jwrdegoede at fedoraproject.org
Fri Nov 6 08:45:49 UTC 2009


Author: jwrdegoede

Update of /cvs/extras/rpms/parted/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11028

Modified Files:
	parted-1.9.0-dasd-fixes.patch parted.spec 
Log Message:
* Fri Nov  6 2009 Hans de Goede <hdegoede at redhat.com> 1.9.0-21
- Fix a compiler warning which is causing build errors (#532425)


parted-1.9.0-dasd-fixes.patch:
 arch/linux.c       |    8 ++
 arch/linux.c.orig  |only
 arch/linux.c.rej   |only
 arch/linux.c~      |only
 arch/linux.h       |    6 --
 arch/linux.h.orig  |only
 arch/linux.h.rej   |only
 arch/linux.h~      |only
 labels/dasd.c      |  154 ++++++++++++++++++++++++++++-------------------------
 labels/dasd.c.orig |only
 labels/dasd.c.rej  |only
 labels/dasd.c~     |only
 12 files changed, 91 insertions(+), 77 deletions(-)

Index: parted-1.9.0-dasd-fixes.patch
===================================================================
RCS file: /cvs/extras/rpms/parted/devel/parted-1.9.0-dasd-fixes.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- parted-1.9.0-dasd-fixes.patch	3 Nov 2009 12:07:15 -0000	1.1
+++ parted-1.9.0-dasd-fixes.patch	6 Nov 2009 08:45:49 -0000	1.2
@@ -434,10 +434,11 @@ diff -ur parted-1.9.0.orig/libparted/lab
  static void
  dasd_partition_destroy (PedPartition* part)
  {
-@@ -650,8 +662,9 @@
+@@ -650,9 +662,9 @@
+ static PedAlignment*
  dasd_get_partition_alignment(const PedDisk *disk)
  {
-         DasdDiskSpecific* disk_specific = disk->disk_specific;
+-        DasdDiskSpecific* disk_specific = disk->disk_specific;
 +        LinuxSpecific *arch_specific = LINUX_SPECIFIC(disk->dev);
          PedSector sector_size =
 -                disk_specific->real_sector_size / disk->dev->sector_size;


Index: parted.spec
===================================================================
RCS file: /cvs/extras/rpms/parted/devel/parted.spec,v
retrieving revision 1.154
retrieving revision 1.155
diff -u -p -r1.154 -r1.155
--- parted.spec	3 Nov 2009 12:07:15 -0000	1.154
+++ parted.spec	6 Nov 2009 08:45:49 -0000	1.155
@@ -4,7 +4,7 @@
 Summary: The GNU disk partition manipulation program
 Name:    parted
 Version: 1.9.0
-Release: 20%{?dist}
+Release: 21%{?dist}
 License: GPLv3+
 Group:   Applications/System
 URL:     http://www.gnu.org/software/parted
@@ -147,6 +147,9 @@ fi
 %{_exec_prefix}/%{_lib}/pkgconfig/libparted.pc
 
 %changelog
+* Fri Nov  6 2009 Hans de Goede <hdegoede at redhat.com> 1.9.0-21
+- Fix a compiler warning which is causing build errors (#532425)
+
 * Tue Nov  3 2009 Hans de Goede <hdegoede at redhat.com> 1.9.0-20
 - Fix error when creating a fresh dasd disk (#532425)
 - Rewrite dasd disk duplication patches, as the old old ones conflicted




More information about the fedora-extras-commits mailing list