rpms/gparted/F-8 gparted-realpath-fix.patch, 1.1, 1.2 gparted.spec, 1.33, 1.34

Deji Akingunola (deji) fedora-extras-commits at redhat.com
Thu Nov 22 05:33:37 UTC 2007


Author: deji

Update of /cvs/extras/rpms/gparted/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15882

Modified Files:
	gparted-realpath-fix.patch gparted.spec 
Log Message:
* Thu Nov 22 2007 Deji Akingunola <dakingun at gmail.com> - 0.3.3-14
- Fix to detect full path to device/partition pathnames (Bug #395071)


gparted-realpath-fix.patch:

Index: gparted-realpath-fix.patch
===================================================================
RCS file: /cvs/extras/rpms/gparted/F-8/gparted-realpath-fix.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gparted-realpath-fix.patch	30 Oct 2007 05:11:26 -0000	1.1
+++ gparted-realpath-fix.patch	22 Nov 2007 05:33:33 -0000	1.2
@@ -1,6 +1,6 @@
 --- src/GParted_Core.cc	2006-12-05 14:39:31.000000000 -0500
-+++ src/GParted_Core.cc.new	2007-10-30 00:29:11.000000000 -0400
-@@ -487,12 +487,15 @@
++++ src/GParted_Core.cc.new	2007-11-22 00:01:43.000000000 -0500
+@@ -487,19 +487,23 @@
  		while ( getline( proc_partitions, line ) )
  			if ( sscanf( line .c_str(), "%*d %*d %*d %255s", c_str ) == 1 )
  			{
@@ -17,9 +17,9 @@
  				     line != c_str )
  				{
  					//because we can make no assumption about which path libparted will detect
-@@ -500,6 +503,8 @@
+ 					//we add all combinations.
  					alternate_paths[ c_str ] = line ;
- 					alternate_paths[ line ] = c_str ;
+-					alternate_paths[ line ] = c_str ;
  				}
 +				if ( real_path )
 +				  free( real_path ) ;


Index: gparted.spec
===================================================================
RCS file: /cvs/extras/rpms/gparted/F-8/gparted.spec,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- gparted.spec	30 Oct 2007 05:11:26 -0000	1.33
+++ gparted.spec	22 Nov 2007 05:33:33 -0000	1.34
@@ -1,7 +1,7 @@
 Summary:	Gnome Partition Editor
 Name:		gparted
 Version:	0.3.3
-Release:	13%{?dist}
+Release:	14%{?dist}
 Group:		Applications/System
 License:	GPLv2+
 URL:		http://gparted.sourceforge.net
@@ -87,6 +87,9 @@
 %config(noreplace) %{_sysconfdir}/security/console.apps/gparted
 
 %changelog
+* Thu Nov 22 2007 Deji Akingunola <dakingun at gmail.com> - 0.3.3-14
+- Fix to detect full path to device/partition pathnames (Bug #395071)
+
 * Tue Oct 30 2007 Deji Akingunola <dakingun at gmail.com> - 0.3.3-13
 - Fix crash after refresh bug (Bug #309251, patch by Jim Hayward)
 - Fix to use realpath properly (Bug #313281, patch by Jim Hayward)




More information about the fedora-extras-commits mailing list