Hello community, here is the log from the commit of package pcmciautils for openSUSE:11.4 checked in at Tue Oct 11 14:00:23 CEST 2011.
-------- --- old-versions/11.4/all/pcmciautils/pcmciautils.changes 2010-11-11 11:03:40.000000000 +0100 +++ 11.4/pcmciautils/pcmciautils.changes 2011-09-03 15:51:42.000000000 +0200 @@ -1,0 +2,5 @@ +Sat Sep 3 15:49:09 CEST 2011 - vbo...@suse.de + +- null termination of the pccardctl_opts added (bnc#567197) + +------------------------------------------------------------------- Package does not exist at destination yet. Using Fallback old-versions/11.4/all/pcmciautils Destination is old-versions/11.4/UPDATES/all/pcmciautils calling whatdependson for 11.4-i586 New: ---- pcmciautils_fix1.diff ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pcmciautils.spec ++++++ --- /var/tmp/diff_new_pack.4wnojb/_old 2011-10-11 14:00:07.000000000 +0200 +++ /var/tmp/diff_new_pack.4wnojb/_new 2011-10-11 14:00:07.000000000 +0200 @@ -1,7 +1,7 @@ # -# spec file for package pcmciautils (Version 017) +# spec file for package pcmciautils # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2011 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 @@ -27,7 +27,7 @@ %endif Url: http://kernel.org/pub/linux/utils/kernel/pcmcia/pcmcia.html Version: 017 -Release: 2 +Release: 113.<RELEASE114> Summary: Utilities for PC-Cards License: GPLv2+ Group: Hardware/Other @@ -38,9 +38,10 @@ Supplements: modalias(pci:v*d*sv*sd*bc06sc07i00*) AutoReqProv: on Source: pcmciautils-%{version}.tar.bz2 -Patch1: pcmciautils_config.opts.202500.diff Source1: suse-files.tar.bz2 Source2: cis-files.tar.bz2 +Patch1: pcmciautils_config.opts.202500.diff +Patch2: pcmciautils_fix1.diff %description This package enables the usage of PC-Cards with Linux. It provides @@ -60,6 +61,7 @@ %prep %setup -n pcmciautils-%{version} %patch1 +%patch2 -p1 %setup -n pcmciautils-%{version} -T -D -a 1 %setup -n pcmciautils-%{version} -T -D -a 2 ++++++ pcmciautils_fix1.diff ++++++ diff --git a/src/pccardctl.c b/src/pccardctl.c index d5cbfef..f103783 100644 --- a/src/pccardctl.c +++ b/src/pccardctl.c @@ -394,6 +394,7 @@ static struct option pccardctl_opts[] = { { .name="verbose", .has_arg=no_argument, .flag=NULL, .val='v'}, // { .name="socket", .has_arg=required_argument, .flag=NULL, .val='s'}, // { .name="socketdir", .has_arg=required_argument, .flag=NULL, .val='d'}, + { NULL, 0, NULL, 0}, }; static void lspcmcia_socket_available_resources(unsigned long socket_no, char *which) { continue with "q"... Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org