Hello community,

here is the log from the commit of package syslinux for openSUSE:Factory 
checked in at 2012-06-01 07:24:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/syslinux (Old)
 and      /work/SRC/openSUSE:Factory/.syslinux.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "syslinux", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/syslinux/syslinux.changes        2012-05-16 
21:10:39.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.syslinux.new/syslinux.changes   2012-06-01 
07:24:33.000000000 +0200
@@ -1,0 +2,5 @@
+Thu May 31 14:41:55 CEST 2012 - [email protected]
+
+- take headers from libext2fs-devel
+
+-------------------------------------------------------------------

Old:
----
  syslinux-4.04-umode.diff

New:
----
  syslinux-4.04-libext2fs.diff

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ syslinux.spec ++++++
--- /var/tmp/diff_new_pack.XqBVTD/_old  2012-06-01 07:24:34.000000000 +0200
+++ /var/tmp/diff_new_pack.XqBVTD/_new  2012-06-01 07:24:34.000000000 +0200
@@ -18,6 +18,7 @@
 
 Name:           syslinux
 ExclusiveArch:  %ix86 x86_64
+BuildRequires:  libext2fs-devel
 BuildRequires:  libpng-devel
 BuildRequires:  nasm
 BuildRequires:  netpbm
@@ -39,7 +40,7 @@
 Patch3:         %{name}-%{version}-mboot_bootif.diff
 Patch4:         %{name}-%{version}-isohybrid-hex-option-parsing.diff
 Patch5:         %{name}-%{version}-md5pass.diff
-Patch6:         %{name}-%{version}-umode.diff
+Patch6:         %{name}-%{version}-libext2fs.diff
 Patch7:         %{name}-%{version}-gcc47.diff
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 

++++++ syslinux-4.04-libext2fs.diff ++++++
--- libinstaller/linuxioctl.h
+++ libinstaller/linuxioctl.h
@@ -19,7 +19,7 @@
 
 #undef SECTOR_SIZE             /* Defined in msdos_fs.h for no good reason */
 #undef SECTOR_BITS
-#include <linux/ext2_fs.h>     /* EXT2_IOC_* */
+#include <ext2fs/ext2_fs.h>    /* EXT2_IOC_* */
 
 #ifndef FAT_IOCTL_GET_ATTRIBUTES
 # define FAT_IOCTL_GET_ATTRIBUTES      _IOR('r', 0x10, __u32)
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to