|
@@ -3,20 +3,21 @@
|
|
|
Summary: yaboot - Yet Another Bootloader for New World PowerMacs
|
|
|
Summary(ja): yaboot - New World ROM PowerMac 用ブートローダ
|
|
|
Name: yaboot
|
|
|
-Version: 1.3.13
|
|
|
-Release: 2%{?_dist_release}
|
|
|
+Version: 1.3.16
|
|
|
+Release: 1%{?_dist_release}
|
|
|
License: GPL
|
|
|
Group: System Environment/Base
|
|
|
Source0: http://penguinppc.org/projects/yaboot/yaboot-%{version}.tar.gz
|
|
|
-Patch4: yaboot-1.3.13-yabootconfig.patch
|
|
|
+Patch4: yaboot-1.3.16-yabootconfig.patch
|
|
|
Patch7: yaboot-1.3.10-ext3.patch
|
|
|
Patch8: yaboot-1.3.13-sbindir.patch
|
|
|
Patch10: yaboot-1.3.10-parted.patch
|
|
|
-Patch11: yaboot-1.3.13-manpage.patch
|
|
|
-Patch12: yaboot-1.3.13-gcc34.patch
|
|
|
-Patch23: yaboot-1.3.13-malloc.patch
|
|
|
-Patch26: yaboot-1.3.13-printversion.patch
|
|
|
-Patch27: yaboot-ppc64.patch
|
|
|
+#Patch11: yaboot-1.3.13-manpage.patch
|
|
|
+#Patch12: yaboot-1.3.13-gcc34.patch
|
|
|
+#Patch23: yaboot-1.3.13-malloc.patch
|
|
|
+#Patch26: yaboot-1.3.13-printversion.patch
|
|
|
+#Patch27: yaboot-ppc64.patch
|
|
|
+Patch30: yaboot-1.3.16-e2fsprogs-build-fix.patch
|
|
|
#Vine Patch(es)
|
|
|
Patch100: yaboot-1.3.6-vine.patch
|
|
|
|
|
@@ -58,11 +59,12 @@ mv -f Makefile.new Makefile
|
|
|
%patch7 -p1 -b .ext3
|
|
|
%patch8 -p1 -b .sbin
|
|
|
%patch10 -p1 -b .parted
|
|
|
-%patch11 -p1 -b .manpage
|
|
|
-%patch12 -p1 -b .gcc34
|
|
|
-%patch23 -p1 -b .malloc
|
|
|
-%patch26 -p1 -b .printversion
|
|
|
-%patch27 -p1 -b .ppc64
|
|
|
+#%patch11 -p1 -b .manpage
|
|
|
+#%patch12 -p1 -b .gcc34
|
|
|
+#%patch23 -p1 -b .malloc
|
|
|
+#%patch26 -p1 -b .printversion
|
|
|
+#%patch27 -p1 -b .ppc64
|
|
|
+%patch30 -p1 -b .e2fsprogs
|
|
|
|
|
|
%patch100 -p1 -b .vine
|
|
|
|
|
@@ -107,6 +109,12 @@ rm -rf ${RPM_BUILD_ROOT}
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
+* Mon Apr 18 2011 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.3.16-1
|
|
|
+- updated to the newest upstream release
|
|
|
+- remove patches that has been already merged into upstream
|
|
|
+- fix some patches for this version
|
|
|
+- add Patch30 to fix build failure with recent e2fsprogs headers
|
|
|
+
|
|
|
* Sat Mar 28 2009 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.3.13-2
|
|
|
- Requires powerpc-utils now in place of pmac-utils
|
|
|
|