rpms/gparted/F-9 .cvsignore, 1.14, 1.15 gparted-console.apps, 1.2, 1.3 gparted-refresh_crash-fix.patch, 1.2, 1.3 gparted.spec, 1.38, 1.39 sources, 1.14, 1.15 gparted-dont-lock-hal.patch, 1.3, NONE

Deji Akingunola (deji) fedora-extras-commits at redhat.com
Wed Apr 30 19:01:19 UTC 2008


Author: deji

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

Modified Files:
	.cvsignore gparted-console.apps 
	gparted-refresh_crash-fix.patch gparted.spec sources 
Removed Files:
	gparted-dont-lock-hal.patch 
Log Message:
* Wed Apr 30 2008 Deji Akingunola <dakingun at gmail.com> - 0.3.7-1
- New upstream version



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/gparted/F-9/.cvsignore,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- .cvsignore	28 Apr 2008 21:28:58 -0000	1.14
+++ .cvsignore	30 Apr 2008 19:00:36 -0000	1.15
@@ -1 +1 @@
-gparted-0.3.6.tar.gz
+gparted-0.3.7.tar.bz2


Index: gparted-console.apps
===================================================================
RCS file: /cvs/extras/rpms/gparted/F-9/gparted-console.apps,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gparted-console.apps	16 Apr 2007 19:25:44 -0000	1.2
+++ gparted-console.apps	30 Apr 2008 19:00:36 -0000	1.3
@@ -1,3 +1,3 @@
 USER=root
-PROGRAM=/usr/bin/run-gparted
+PROGRAM=/usr/sbin/gparted
 SESSION=true

gparted-refresh_crash-fix.patch:

Index: gparted-refresh_crash-fix.patch
===================================================================
RCS file: /cvs/extras/rpms/gparted/F-9/gparted-refresh_crash-fix.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gparted-refresh_crash-fix.patch	9 Feb 2008 04:09:19 -0000	1.2
+++ gparted-refresh_crash-fix.patch	30 Apr 2008 19:00:36 -0000	1.3
@@ -1,6 +1,6 @@
---- include/Win_GParted.h	2006-11-25 09:56:30.000000000 -0500
-+++ include/Win_GParted.h.new	2007-10-30 00:37:29.000000000 -0400
-@@ -233,6 +233,7 @@
+--- include/Win_GParted.h	2008-04-29 10:17:27.000000000 -0400
++++ include/Win_GParted.h.new	2008-04-30 09:43:49.000000000 -0400
+@@ -238,6 +238,7 @@
  	unsigned short new_count;//new_count keeps track of the new created partitions
  	FS fs ;
  	bool OPERATIONSLIST_OPEN ;
@@ -8,9 +8,9 @@
  									
  	GParted_Core gparted_core ;
  	std::vector<Gtk::Label *> device_info ;
---- src/Win_GParted.cc	2008-02-04 09:35:47.000000000 -0500
-+++ src/Win_GParted.cc.new	2008-02-07 15:34:30.000000000 -0500
-@@ -260,7 +260,8 @@
+--- src/Win_GParted.cc	2008-04-29 10:17:27.000000000 -0400
++++ src/Win_GParted.cc.new	2008-04-30 09:42:28.000000000 -0400
+@@ -263,7 +263,8 @@
  	combo_devices .pack_start( treeview_devices_columns .device ) ;
  	combo_devices .pack_start( treeview_devices_columns .size, false ) ;
  	
@@ -20,7 +20,7 @@
  
  	hbox_toolbar .pack_start( combo_devices, Gtk::PACK_SHRINK ) ;
  }
-@@ -502,6 +503,7 @@
+@@ -510,6 +511,7 @@
  
  void Win_GParted::refresh_combo_devices()
  {
@@ -28,7 +28,7 @@
  	liststore_devices ->clear() ;
  	
  	menu = manage( new Gtk::Menu() ) ;
-@@ -538,6 +540,7 @@
+@@ -546,6 +548,7 @@
  		menubar_main .items()[ 0 ] .get_submenu() ->items()[ 1 ] .set_submenu( *menu ) ;
  	}
  	
@@ -36,7 +36,7 @@
  	combo_devices .set_active( current_device ) ;
  }
  
-@@ -916,13 +919,8 @@
+@@ -929,13 +932,8 @@
  
  void Win_GParted::combo_devices_changed()
  {


Index: gparted.spec
===================================================================
RCS file: /cvs/extras/rpms/gparted/F-9/gparted.spec,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- gparted.spec	28 Apr 2008 21:28:58 -0000	1.38
+++ gparted.spec	30 Apr 2008 19:00:36 -0000	1.39
@@ -1,22 +1,19 @@
 Summary:	Gnome Partition Editor
 Name:		gparted
-Version:	0.3.6
+Version:	0.3.7
 Release:	1%{?dist}
 Group:		Applications/System
 License:	GPLv2+
 URL:		http://gparted.sourceforge.net
-Source0:	http://dl.sf.net/sourceforge/%{name}/%{name}-%{version}.tar.gz
-Source1:	run-gparted
-Source2:	gparted-console.apps
-Source3:	gparted-pam.d
-Patch0:		gparted-dont-lock-hal.patch
-Patch1:		gparted-refresh_crash-fix.patch
+Source0:	http://dl.sf.net/sourceforge/%{name}/%{name}-%{version}.tar.bz2
+Source1:	gparted-console.apps
+Source2:	gparted-pam.d
+Patch0:		gparted-refresh_crash-fix.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:	gtkmm24-devel parted-devel 
 BuildRequires:	e2fsprogs-devel gettext perl(XML::Parser) 
 BuildRequires:	desktop-file-utils
 Requires:	hal >= 0.5.9
-Requires:	vim-common
 
 %description
 GParted stands for Gnome Partition Editor and is a graphical frontend to
@@ -27,8 +24,7 @@
 
 %prep
 %setup -q
-%patch0 -p0 -b .hal
-%patch1 -p0 -b .refresh
+%patch0 -p0 -b .refresh
 
 %build
 %configure
@@ -44,21 +40,17 @@
 	--mode 0644				         \
         --add-category X-Fedora                          \
         %{buildroot}%{_datadir}/applications/%{name}.desktop
-
-# Create a helper script to launch gparted using hal-lock
-cp %{SOURCE1} %{buildroot}%{_bindir}/
-chmod 755 %{buildroot}%{_bindir}/run-gparted
+sed -i 's#sbin#bin#' %{buildroot}%{_datadir}/applications/fedora-%{name}.desktop
 
 #### consolehelper stuff
-mkdir -p %{buildroot}%{_sbindir}
-mv %{buildroot}%{_bindir}/gparted %{buildroot}%{_sbindir}/
+mkdir -p %{buildroot}%{_bindir}
 ln -s consolehelper %{buildroot}%{_bindir}/gparted
 
 mkdir -p %{buildroot}%{_sysconfdir}/security/console.apps
-cp %{SOURCE2} %{buildroot}%{_sysconfdir}/security/console.apps/gparted
+cp %{SOURCE1} %{buildroot}%{_sysconfdir}/security/console.apps/gparted
 
 mkdir -p %{buildroot}%{_sysconfdir}/pam.d
-cp %{SOURCE3} %{buildroot}%{_sysconfdir}/pam.d/gparted
+cp %{SOURCE2} %{buildroot}%{_sysconfdir}/pam.d/gparted
 
 %find_lang %{name}
 
@@ -76,32 +68,30 @@
 %defattr(-,root,root,-)
 %doc AUTHORS COPYING ChangeLog README
 %{_bindir}/gparted
-%{_bindir}/run-gparted
 %{_sbindir}/gparted
+%{_sbindir}/gpartedbin
 %{_datadir}/applications/fedora-gparted.desktop
 %{_datadir}/pixmaps/gparted.png
+%{_mandir}/man8/gparted.*
 %config(noreplace) %{_sysconfdir}/pam.d/gparted
 %config(noreplace) %{_sysconfdir}/security/console.apps/gparted
 
 %changelog
-* Mon Apr 28 2008 Deji Akingunola <dakingun at gmail.com> - 0.3.6-1
-- New Release
-
-* Thu Feb 07 2008 Deji Akingunola <dakingun at gmail.com> - 0.3.5-1
+* Wed Apr 30 2008 Deji Akingunola <dakingun at gmail.com> - 0.3.7-1
 - New upstream version
 
-* Fri Jan 04 2008 Adam Tkac <atkac redhat com> - 0.3.3-16
-- rebuild against new parted
+* Fri Mar 28 2008 Deji Akingunola <dakingun at gmail.com> - 0.3.6-1
+- New upstream version
 
-* Fri Dec 28 2007 Deji Akingunola <dakingun at gmail.com> - 0.3.3-15
-- Explicitly require vim-common (Bug #426769)
+* Thu Feb 07 2008 Deji Akingunola <dakingun at gmail.com> - 0.3.5-1
+- New upstream version
 
 * Thu Nov 22 2007 Deji Akingunola <dakingun at gmail.com> - 0.3.3-14
 - Fix to detect full path to device/partition pathname (Bug #395071)
 
 * Tue Oct 30 2007 Deji Akingunola <dakingun at gmail.com> - 0.3.3-13
-- Fix crash after refresh bug (Bug #309251, Fix by Jim Hayward)
-- Fix to use realpath properly (Bug #313281, Fix by Jim Hayward)
+- Fix crash after refresh bug (Bug #309251, patch by Jim Hayward)
+- Fix to use realpath properly (Bug #313281, patch by Jim Hayward)
 
 * Wed Aug 22 2007 Deji Akingunola <dakingun at gmail.com> - 0.3.3-12
 - Rebuild
@@ -203,7 +193,7 @@
 * Fri Nov 25 2005 Deji Akingunola <dakingun at gmail.com> - 0.0.9-2
 - Add more buildrequires and cleanup spec file
 
-* Fri Nov 25 2005 Deji Akingunola <dakingun at gmail.com> - 0.0.9-1
+* Fri Nov 25 2005 Deji Akingunola <dakingun at gmail.com> - 0.0.9-1 
 - Update to latest released version
 
 * Wed Oct 26 2005 Deji Akingunola <dakingun at gmail.com> - 0.0.8-1


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/gparted/F-9/sources,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- sources	28 Apr 2008 21:28:58 -0000	1.14
+++ sources	30 Apr 2008 19:00:36 -0000	1.15
@@ -1 +1 @@
-9f163a7d699bb664b2293593deb88d15  gparted-0.3.6.tar.gz
+6a96ab9b8871a58b6ca74941c30ab812  gparted-0.3.7.tar.bz2


--- gparted-dont-lock-hal.patch DELETED ---




More information about the fedora-extras-commits mailing list