- New Release

epel8
Deji Akingunola 17 years ago
parent 9db4c229e5
commit 2b494dd518

@ -1 +1 @@
gparted-0.3.5.tar.bz2 gparted-0.3.6.tar.gz

@ -1,6 +1,6 @@
--- src/GParted_Core.cc 2008-02-04 09:35:47.000000000 -0500 --- src/GParted_Core.cc 2008-03-26 11:00:50.000000000 -0400
+++ src/GParted_Core.cc.new 2008-02-07 15:26:32.000000000 -0500 +++ src/GParted_Core.cc.new 2008-03-28 17:26:10.000000000 -0400
@@ -38,8 +38,6 @@ @@ -39,8 +39,6 @@
#include "../include/ufs.h" #include "../include/ufs.h"
#include <cerrno> #include <cerrno>
@ -9,7 +9,7 @@
#include <sys/statvfs.h> #include <sys/statvfs.h>
std::vector<Glib::ustring> libparted_messages ; //see ped_exception_handler() std::vector<Glib::ustring> libparted_messages ; //see ped_exception_handler()
@@ -47,13 +45,6 @@ @@ -48,13 +46,6 @@
namespace GParted namespace GParted
{ {
@ -23,7 +23,7 @@
GParted_Core::GParted_Core() GParted_Core::GParted_Core()
{ {
lp_device = NULL ; lp_device = NULL ;
@@ -63,44 +54,6 @@ @@ -64,44 +55,6 @@
ped_exception_set_handler( ped_exception_handler ) ; ped_exception_set_handler( ped_exception_handler ) ;
@ -68,7 +68,7 @@
//get valid flags ... //get valid flags ...
for ( PedPartitionFlag flag = ped_partition_flag_next( static_cast<PedPartitionFlag>( NULL ) ) ; for ( PedPartitionFlag flag = ped_partition_flag_next( static_cast<PedPartitionFlag>( NULL ) ) ;
flag ; flag ;
@@ -2332,8 +2285,6 @@ @@ -2372,8 +2325,6 @@
if ( p_filesystem ) if ( p_filesystem )
delete p_filesystem ; delete p_filesystem ;

@ -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 )

@ -1,6 +1,6 @@
Summary: Gnome Partition Editor Summary: Gnome Partition Editor
Name: gparted Name: gparted
Version: 0.3.5 Version: 0.3.6
Release: 1%{?dist} Release: 1%{?dist}
Group: Applications/System Group: Applications/System
License: GPLv2+ License: GPLv2+
@ -10,8 +10,7 @@ Source1: run-gparted
Source2: gparted-console.apps Source2: gparted-console.apps
Source3: gparted-pam.d Source3: gparted-pam.d
Patch0: gparted-dont-lock-hal.patch Patch0: gparted-dont-lock-hal.patch
Patch1: gparted-realpath-fix.patch Patch1: gparted-refresh_crash-fix.patch
Patch2: gparted-refresh_crash-fix.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: gtkmm24-devel parted-devel BuildRequires: gtkmm24-devel parted-devel
BuildRequires: e2fsprogs-devel gettext perl(XML::Parser) 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 %prep
%setup -q %setup -q
%patch0 -p0 -b .hal %patch0 -p0 -b .hal
%patch1 -p0 -b .realpath %patch1 -p0 -b .refresh
%patch2 -p0 -b .refresh
%build %build
%configure %configure
@ -86,6 +84,9 @@ fi
%config(noreplace) %{_sysconfdir}/security/console.apps/gparted %config(noreplace) %{_sysconfdir}/security/console.apps/gparted
%changelog %changelog
* Mon Apr 28 2008 Deji Akingunola <dakingun@gmail.com> - 0.3.6-1
- New Release
* Thu Feb 07 2008 Deji Akingunola <dakingun@gmail.com> - 0.3.5-1 * Thu Feb 07 2008 Deji Akingunola <dakingun@gmail.com> - 0.3.5-1
- New upstream version - New upstream version

@ -1 +1 @@
c99c3d78192519b0b7c932a0920ac169 gparted-0.3.5.tar.bz2 9f163a7d699bb664b2293593deb88d15 gparted-0.3.6.tar.gz

Loading…
Cancel
Save