diff --git a/.cvsignore b/.cvsignore index 58ffb7a..daf4568 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -gparted-0.3.5.tar.bz2 +gparted-0.3.6.tar.gz diff --git a/gparted-dont-lock-hal.patch b/gparted-dont-lock-hal.patch index caa2029..45898cd 100644 --- a/gparted-dont-lock-hal.patch +++ b/gparted-dont-lock-hal.patch @@ -1,6 +1,6 @@ ---- src/GParted_Core.cc 2008-02-04 09:35:47.000000000 -0500 -+++ src/GParted_Core.cc.new 2008-02-07 15:26:32.000000000 -0500 -@@ -38,8 +38,6 @@ +--- src/GParted_Core.cc 2008-03-26 11:00:50.000000000 -0400 ++++ src/GParted_Core.cc.new 2008-03-28 17:26:10.000000000 -0400 +@@ -39,8 +39,6 @@ #include "../include/ufs.h" #include @@ -9,7 +9,7 @@ #include std::vector libparted_messages ; //see ped_exception_handler() -@@ -47,13 +45,6 @@ +@@ -48,13 +46,6 @@ namespace GParted { @@ -23,7 +23,7 @@ GParted_Core::GParted_Core() { lp_device = NULL ; -@@ -63,44 +54,6 @@ +@@ -64,44 +55,6 @@ ped_exception_set_handler( ped_exception_handler ) ; @@ -68,7 +68,7 @@ //get valid flags ... for ( PedPartitionFlag flag = ped_partition_flag_next( static_cast( NULL ) ) ; flag ; -@@ -2332,8 +2285,6 @@ +@@ -2372,8 +2325,6 @@ if ( p_filesystem ) delete p_filesystem ; diff --git a/gparted-realpath-fix.patch b/gparted-realpath-fix.patch deleted file mode 100644 index daad905..0000000 --- a/gparted-realpath-fix.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- src/GParted_Core.cc 2008-02-04 09:35:47.000000000 -0500 -+++ src/GParted_Core.cc.new2 2008-02-07 15:57:14.000000000 -0500 -@@ -527,7 +527,7 @@ - std::ifstream proc_partitions( "/proc/partitions" ) ; - if ( proc_partitions ) - { -- char c_str[255] ; -+ char c_str[PATH_MAX+1] ; - - while ( getline( proc_partitions, line ) ) - if ( sscanf( line .c_str(), "%*d %*d %*d %255s", c_str ) == 1 ) diff --git a/gparted.spec b/gparted.spec index 31b58e6..397ce69 100644 --- a/gparted.spec +++ b/gparted.spec @@ -1,17 +1,16 @@ Summary: Gnome Partition Editor Name: gparted -Version: 0.3.5 +Version: 0.3.6 Release: 1%{?dist} Group: Applications/System License: GPLv2+ URL: http://gparted.sourceforge.net -Source0: http://dl.sf.net/sourceforge/%{name}/%{name}-%{version}.tar.bz2 +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-realpath-fix.patch -Patch2: gparted-refresh_crash-fix.patch +Patch1: 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) @@ -29,8 +28,7 @@ will be detected at runtime and don't require a rebuild of GParted %prep %setup -q %patch0 -p0 -b .hal -%patch1 -p0 -b .realpath -%patch2 -p0 -b .refresh +%patch1 -p0 -b .refresh %build %configure @@ -86,6 +84,9 @@ fi %config(noreplace) %{_sysconfdir}/security/console.apps/gparted %changelog +* Mon Apr 28 2008 Deji Akingunola - 0.3.6-1 +- New Release + * Thu Feb 07 2008 Deji Akingunola - 0.3.5-1 - New upstream version diff --git a/sources b/sources index 1193a4d..d4a9efc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c99c3d78192519b0b7c932a0920ac169 gparted-0.3.5.tar.bz2 +9f163a7d699bb664b2293593deb88d15 gparted-0.3.6.tar.gz