- add ped_get_exception_handler()
This commit is contained in:
parent
7ce5c7c3dc
commit
e7114d27cf
@ -4,7 +4,7 @@
|
|||||||
Summary: The GNU disk partition manipulation program.
|
Summary: The GNU disk partition manipulation program.
|
||||||
Name: parted
|
Name: parted
|
||||||
Version: 1.7.1
|
Version: 1.7.1
|
||||||
Release: 8
|
Release: 9
|
||||||
Source: ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.bz2
|
Source: ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.bz2
|
||||||
Patch0: parted-1.7.0-fat.c.patch
|
Patch0: parted-1.7.0-fat.c.patch
|
||||||
Patch1: parted-1.7.0-sx8.patch
|
Patch1: parted-1.7.0-sx8.patch
|
||||||
@ -14,6 +14,7 @@ Patch5: parted-1.7.1-dm.patch
|
|||||||
Patch6: parted-1.7.0-aix.patch
|
Patch6: parted-1.7.0-aix.patch
|
||||||
Patch7: parted-1.7.0-headers.patch
|
Patch7: parted-1.7.0-headers.patch
|
||||||
Patch8: parted-1.7.1-O_DIRECT.patch
|
Patch8: parted-1.7.1-O_DIRECT.patch
|
||||||
|
Patch9: parted-1.7.1-get_exception.patch
|
||||||
|
|
||||||
Buildroot: %{_tmppath}/%{name}-root
|
Buildroot: %{_tmppath}/%{name}-root
|
||||||
License: GPL
|
License: GPL
|
||||||
@ -51,6 +52,7 @@ Parted library, you need to install this package.
|
|||||||
%patch6 -p1 -b .aix
|
%patch6 -p1 -b .aix
|
||||||
%patch7 -p1 -b .headers
|
%patch7 -p1 -b .headers
|
||||||
%patch8 -p1 -b .o_direct
|
%patch8 -p1 -b .o_direct
|
||||||
|
%patch9 -p1 -b .get_exception
|
||||||
|
|
||||||
iconv -f iso-8859-1 -t utf-8 < doc/pt_BR-parted.8 > doc/pt_BR-parted.8_
|
iconv -f iso-8859-1 -t utf-8 < doc/pt_BR-parted.8 > doc/pt_BR-parted.8_
|
||||||
mv doc/pt_BR-parted.8_ doc/pt_BR-parted.8
|
mv doc/pt_BR-parted.8_ doc/pt_BR-parted.8
|
||||||
@ -104,7 +106,10 @@ exit 0
|
|||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Mon Jun 26 2006 Florian La Roche <laroche@redhat.com>
|
* Wed Jul 5 2006 Peter Jones <pjones@redhat.com> - 1.7.1-9
|
||||||
|
- add ped_exception_get_handler()
|
||||||
|
|
||||||
|
* Mon Jun 26 2006 Florian La Roche <laroche@redhat.com> - 1.7.1-8
|
||||||
- remove info files in preun
|
- remove info files in preun
|
||||||
|
|
||||||
* Thu Jun 22 2006 David Cantrell <dcantrell@redhat.com> - 1.7.1-7
|
* Thu Jun 22 2006 David Cantrell <dcantrell@redhat.com> - 1.7.1-7
|
||||||
|
Loading…
Reference in New Issue
Block a user