Hello community, here is the log from the commit of package sash for openSUSE:Factory checked in at 2012-03-30 14:20:14 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/sash (Old) and /work/SRC/openSUSE:Factory/.sash.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "sash", Maintainer is "pgaj...@suse.com" Changes: -------- --- /work/SRC/openSUSE:Factory/sash/sash.changes 2011-10-04 18:14:49.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.sash.new/sash.changes 2012-03-30 14:20:27.000000000 +0200 @@ -1,0 +2,13 @@ +Wed Mar 28 13:23:17 UTC 2012 - a...@suse.de + +- Provide declaration of umode_t to fix build with Linux 3.3 + kernel headers. + +------------------------------------------------------------------- +Wed Mar 28 08:02:14 UTC 2012 - cfarr...@suse.com + +- license update: ISC + sash license most akin to SPDX recognised ISC license (you are free to + use, modify, distribute - only requirement is retention of attribution) + +------------------------------------------------------------------- New: ---- sash-headers.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ sash.spec ++++++ --- /var/tmp/diff_new_pack.mcdIF0/_old 2012-03-30 14:20:28.000000000 +0200 +++ /var/tmp/diff_new_pack.mcdIF0/_new 2012-03-30 14:20:28.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package sash # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,17 +15,15 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild - Name: sash -BuildRequires: ncurses-devel zlib-devel-static -License: PERMISSIVE-OSI-COMPLIANT -Group: System/Shells -AutoReqProv: on +BuildRequires: ncurses-devel +BuildRequires: zlib-devel-static Version: 3.7 -Release: 171 +Release: 0 Summary: A stand-alone shell with built-in commands +License: ISC +Group: System/Shells Source: sash-%{version}.tar.bz2 Url: http://www.tip.net.au/~dbell Patch0: sash-%{version}-install.diff @@ -36,6 +34,7 @@ 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 @@ -61,6 +60,7 @@ %patch5 %patch6 -p1 %patch7 -p1 +%patch8 -p1 %build export RPM_OPT_FLAGS ++++++ sash-headers.patch ++++++ Index: sash-3.7/cmd_chattr.c =================================================================== --- sash-3.7.orig/cmd_chattr.c +++ sash-3.7/cmd_chattr.c @@ -12,6 +12,7 @@ #include <sys/ioctl.h> #include <sys/types.h> +typedef unsigned int umode_t; #include <linux/fs.h> #include <linux/ext2_fs.h> -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org