On Mon, 2009-03-09 at 15:09 -0700, John Fischer wrote:
> All,
>
> This is the patch integration into the build.
>
> Basically a count was increased in an enumerated type
> that had a corresponding character array. Unfortunately,
> the array was not increased. This fix adds the associated
> name for the enumerated type.
>
> Thanks,
>
> John
>
>
> Index: ChangeLog
> ===================================================================
> --- ChangeLog (revision 17711)
> +++ ChangeLog (working copy)
> @@ -1,3 +1,7 @@
> +2009-03-09 john fischer <john.fischer at sun.com>
> + * patches/tsoljdsdevmgr-03-dialog-crash.diff
> + Added a new patch to fix 6795288
> +
> 2009-03-09 ghee teo <ghee.teo at sun.com>
>
> Upreved tarball to 2.25.92 and reordered all patches sequentially.
> Index: SUNWtgnome-tsoljdsdevmgr.spec
> ===================================================================
> --- SUNWtgnome-tsoljdsdevmgr.spec (revision 17711)
> +++ SUNWtgnome-tsoljdsdevmgr.spec (working copy)
> @@ -20,6 +20,8 @@
> %if %build_l10n
> Source1: l10n-configure.sh
> %endif
> +# owner:johnf date:2009-03-09 type:bug
> +Patch1: patches/tsoljdsdevmgr-03-dialog-crash.diff
> SUNW_BaseDir: %{_basedir}
> SUNW_Copyright: %{name}.copyright
> BuildRoot: %{_tmppath}/%{name}-%{version}-build
> @@ -44,6 +46,7 @@
>
> %prep
> %setup -q -n tsoljdsdevmgr-%{devmgr_version}
> +%patch1 -p1
>
> %build
> export ACLOCAL_FLAGS="-I /usr/share/aclocal"
> Cat: patches/tsoljdsdevmgr-03-dialog-crash.diff
> ===================================================================
> --- tsoljdsdevmgr-0.6.4/src/devmgr-dialog.c.orig 2009-03-09
> 11:42:05.139835697 -0700
> +++ tsoljdsdevmgr-0.6.4/src/devmgr-dialog.c 2009-03-09
> 11:42:29.973764832 -0700
> @@ -276,7 +276,8 @@
> "cdrom",
> "audio",
> "rmdisk",
> - "lp"
> + "lp",
> + "unknown"
> };
>
> char *fname[] = {
The patch looks good.
Cheers,
Partha