rpms/parted/devel parted-1.9.0-pop-push-error.patch, 1.1, 1.2 parted.spec, 1.135, 1.136

Lubomir Rintel lkundrak at fedoraproject.org
Sat Jul 18 10:33:16 UTC 2009


Author: lkundrak

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

Modified Files:
	parted-1.9.0-pop-push-error.patch parted.spec 
Log Message:
* Sat Jul 18 2009 Lubomir Rintel <lkundrak at v3.sk> - 1.9.0-3.20090610git32dc
- Fix a typo in the errno patch


parted-1.9.0-pop-push-error.patch:
 disk.c |   86 ++++++++++++++++++++++++++++++++++++++++++-----------------------
 1 file changed, 56 insertions(+), 30 deletions(-)

Index: parted-1.9.0-pop-push-error.patch
===================================================================
RCS file: /cvs/pkgs/rpms/parted/devel/parted-1.9.0-pop-push-error.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- parted-1.9.0-pop-push-error.patch	10 Jul 2009 13:16:25 -0000	1.1
+++ parted-1.9.0-pop-push-error.patch	18 Jul 2009 10:33:15 -0000	1.2
@@ -1,4 +1,4 @@
-From fd2df92bbaaa5926b0c67916a5947af102cac20c Mon Sep 17 00:00:00 2001
+From 72866a8b24da93e982142304c614d08bae5589c7 Mon Sep 17 00:00:00 2001
 From: Joel Granados Moreno <jgranado at redhat.com>
 Date: Thu, 11 Jun 2009 17:05:39 +0200
 Subject: [PATCH] return errro on push or pop update mode.
@@ -8,7 +8,7 @@ Subject: [PATCH] return errro on push or
  1 files changed, 56 insertions(+), 29 deletions(-)
 
 diff --git a/libparted/disk.c b/libparted/disk.c
-index 3269b9d..6884c83 100644
+index 5fb8060..8bab741 100644
 --- a/libparted/disk.c
 +++ b/libparted/disk.c
 @@ -54,8 +54,8 @@
@@ -31,7 +31,7 @@ index 3269b9d..6884c83 100644
 +		goto error_destroy_new_part;
  	ret = _disk_raw_add (disk, new_part);
 -	_disk_pop_update_mode (disk);
-+	if (_disk_pop_update_mode (disk))
++	if (!_disk_pop_update_mode (disk))
 +		goto error_destroy_new_part;
  	if (!ret)
  		goto error_destroy_new_part;
@@ -276,5 +276,5 @@ index 3269b9d..6884c83 100644
  }
  
 -- 
-1.6.0.6
+1.6.3.3
 


Index: parted.spec
===================================================================
RCS file: /cvs/pkgs/rpms/parted/devel/parted.spec,v
retrieving revision 1.135
retrieving revision 1.136
diff -u -p -r1.135 -r1.136
--- parted.spec	13 Jul 2009 18:18:16 -0000	1.135
+++ parted.spec	18 Jul 2009 10:33:15 -0000	1.136
@@ -4,7 +4,7 @@
 Summary: The GNU disk partition manipulation program
 Name:    parted
 Version: 1.9.0
-Release: 2.20090610git32dc%{?dist}
+Release: 3.20090610git32dc%{?dist}
 License: GPLv3+
 Group:   Applications/System
 URL:     http://www.gnu.org/software/parted
@@ -128,6 +128,9 @@ fi
 %{_exec_prefix}/%{_lib}/pkgconfig/libparted.pc
 
 %changelog
+* Sat Jul 18 2009 Lubomir Rintel <lkundrak at v3.sk> - 1.9.0-3.20090610git32dc
+- Fix a typo in the errno patch
+
 * Mon Jul 13 2009 Joel Granados <jgranado at redhat.com> - 1.9.0-2.20090610git32dc
 - Correctly number the snapshot.
 




More information about the scm-commits mailing list