Hello community, here is the log from the commit of package sash for openSUSE:Factory checked in at 2012-06-07 15:40:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/sash (Old) and /work/SRC/openSUSE:Factory/.sash.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "sash", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/sash/sash.changes 2012-03-30 14:20:27.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.sash.new/sash.changes 2012-06-07 15:40:21.000000000 +0200 @@ -1,0 +2,6 @@ +Wed Jun 6 14:55:18 UTC 2012 - [email protected] + +- fix build with linux 3.4 headers, include ext2_fs.h from + libext2fs-devel, drop sash-3.7-fs.diff and sash-headers.patch + +------------------------------------------------------------------- Old: ---- sash-3.7-fs.diff sash-headers.patch New: ---- sash-3.7-ext2_fs-header.diff ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ sash.spec ++++++ --- /var/tmp/diff_new_pack.egw9om/_old 2012-06-07 15:40:22.000000000 +0200 +++ /var/tmp/diff_new_pack.egw9om/_new 2012-06-07 15:40:22.000000000 +0200 @@ -17,6 +17,7 @@ Name: sash +BuildRequires: libext2fs-devel BuildRequires: ncurses-devel BuildRequires: zlib-devel-static Version: 3.7 @@ -30,11 +31,10 @@ Patch1: sash-%{version}-raid.diff Patch2: sash-%{version}-include.diff Patch3: sash-%{version}-strip.diff -Patch4: sash-%{version}-fs.diff +Patch4: sash-3.7-ext2_fs-header.diff Patch5: sash-3.7-shared_libc.patch Patch6: sash-%{version}-ed-line-marking.diff Patch7: sash-plus-patches-%{version}.diff -Patch8: sash-headers.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -56,11 +56,10 @@ %patch1 %patch2 %patch3 -%patch4 +%patch4 -p1 %patch5 %patch6 -p1 %patch7 -p1 -%patch8 -p1 %build export RPM_OPT_FLAGS ++++++ sash-3.7-ext2_fs-header.diff ++++++ Index: b/cmd_chattr.c =================================================================== --- a/cmd_chattr.c +++ b/cmd_chattr.c @@ -10,11 +10,11 @@ #if HAVE_LINUX_ATTR #include <sys/ioctl.h> #include <sys/types.h> -#include <linux/ext2_fs.h> +#include <ext2fs/ext2_fs.h> #include "sash.h" /* -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
