I have made the following changes intended for : CE:Adaptation:x86-generic / syslinux CE:Adaptation:x86-generic / xorg-x11-drv-intel
Please review and accept or decline. BOSS has already run some checks on this request. See the "Messages from BOSS" section below. https://build.pub.meego.com//request/show/4681 Thank You, Marko Saukko [This message was auto-generated] --- Request # 4681: Messages from BOSS: State: review at 2012-04-04T13:33:42 by bossbot Reviews: accepted by bossbot : Prechecks succeeded. new for CE-maintainers : Please replace this text with a review and approve/reject the review (not the SR). BOSS will take care of the rest Changes: submit: home:sage:branches:CE:Adaptation:x86-generic / syslinux -> CE:Adaptation:x86-generic / syslinux changes files: -------------- --- syslinux.changes +++ syslinux.changes @@ -0,0 +1,5 @@ +* Wed Feb 15 2012 Marko Saukko <[email protected]> - 4.05 +- Update to 4.05 +- Dropped debian packaging +- Dropped merged patch btrfs.patch + old: ---- btrfs.patch debian.changelog debian.tar.gz syslinux-4.02.tar.gz syslinux.dsc new: ---- syslinux-4.05.tar.xz spec files: ----------- --- syslinux.spec +++ syslinux.spec @@ -1,16 +1,17 @@ # -*- rpm -*- Summary: Kernel loader which uses a FAT, ext2/3 or iso9660 filesystem or a PXE network Name: syslinux -Version: 4.02 +Version: 4.05 Release: 1 License: GPLv2 Url: http://syslinux.zytor.com/ Group: System/Boot -Source0: ftp://ftp.kernel.org/pub/linux/utils/boot/syslinux/%{name}-%{version}.tar.gz -Patch0: btrfs.patch +Source0: ftp://ftp.kernel.org/pub/linux/utils/boot/syslinux/%{name}-%{version}.tar.xz ExclusiveArch: %{ix86} x86_64 -Buildroot: %{_tmppath}/%{name}-%{version}-root -BuildRequires: nasm >= 0.98.39, perl +BuildRequires: nasm >= 0.98.39 +BuildRequires: perl +BuildRequires: libuuid-devel + Source101: syslinux-rpmlintrc Autoreq: 0 %ifarch x86_64 @@ -61,7 +62,6 @@ %prep %setup -q -n syslinux-%{version} -%patch0 -p1 %build make CC='%{my_cc}' clean @@ -77,8 +77,8 @@ TFTPBOOT=/var/lib/tftpboot EXTLINUXDIR=/boot/extlinux make CC='%{my_cc}' -C sample tidy -%clean -rm -rf %{buildroot} +mkdir -p %{buildroot}/etc +( cd %{buildroot}/etc && ln -s ../boot/extlinux/extlinux.conf . ) %files %defattr(-,root,root) @@ -93,8 +93,8 @@ %{_datadir}/syslinux/*.bin %{_datadir}/syslinux/*.0 %{_datadir}/syslinux/memdisk -%{_datadir}/syslinux/dosutil %{_datadir}/syslinux/dosutil/* +%{_datadir}/syslinux/diag/* %files devel %defattr(-,root,root) @@ -104,6 +104,7 @@ %defattr(-,root,root) %{_sbindir}/extlinux /boot/extlinux +%config /etc/extlinux.conf %files tftpboot %defattr(-,root,root) @@ -113,7 +114,6 @@ # If we have a /boot/extlinux.conf file, assume extlinux is our bootloader # and update it. if [ -f /boot/extlinux/extlinux.conf ]; then \ - ln -sf /boot/extlinux/extlinux.conf /etc/extlinux.conf; \ extlinux --update /boot/extlinux ; \ elif [ -f /boot/extlinux.conf ]; then \ mkdir -p /boot/extlinux && \ dsc files: ---------- ++++++ deleted dsc files: --- syslinux.dsc other changes: -------------- ++++++ syslinux-4.05.tar.xz (new) ++++++ deleted files: --- btrfs.patch --- debian.changelog --- debian.tar.gz --- syslinux-4.02.tar.gz submit: home:sage:branches:CE:Adaptation:x86-generic / xorg-x11-drv-intel -> CE:Adaptation:x86-generic / xorg-x11-drv-intel changes files: -------------- --- xorg-x11-drv-intel.changes +++ xorg-x11-drv-intel.changes @@ -0,0 +1,4 @@ +* Fri Mar 30 2012 Marko Saukko <[email protected]> - 2.18.0 +- Update to 2.18.0 +- Dropped all patches as they are not used. + old: ---- Makefile copy-fb.patch disable-page-flipping.patch make-snapshot.sh setdpms.patch uevent.patch xf86-video-intel-2.15.0.tar.bz2 new: ---- xf86-video-intel-2.18.0.tar.bz2 spec files: ----------- --- xorg-x11-drv-intel.spec +++ xorg-x11-drv-intel.spec @@ -7,7 +7,7 @@ Name: xorg-x11-drv-intel Summary: Xorg X11 Intel video driver -Version: 2.15.0 +Version: 2.18.0 Release: 1 Group: System/X Hardware Support License: MIT other changes: -------------- ++++++ xf86-video-intel-2.15.0.tar.bz2 -> xf86-video-intel-2.18.0.tar.bz2 (162357 lines skipped) ++++++ xorg-x11-drv-intel.yaml --- xorg-x11-drv-intel.yaml +++ xorg-x11-drv-intel.yaml @@ -1,6 +1,6 @@ Name: xorg-x11-drv-intel Summary: Xorg X11 Intel video driver -Version: 2.15.0 +Version: 2.18.0 Release: 1 Group: System/X Hardware Support Description: Xorg Intel video driver ++++++ deleted files: --- Makefile --- copy-fb.patch --- disable-page-flipping.patch --- make-snapshot.sh --- setdpms.patch --- uevent.patch
