Hello community, here is the log from the commit of package rug checked in at Fri Dec 1 10:58:37 CET 2006. -------- --- rug/rug.changes 2006-11-27 06:31:46.000000000 +0100 +++ /mounts/work_src_done/STABLE/STABLE/rug/rug.changes 2006-12-01 10:21:46.000000000 +0100 @@ -1,0 +2,5 @@ +Fri Dec 1 10:20:59 CET 2006 - aj@suse.de + +- Fix random memory corruption (#224818). Thanks Miguel and team! + +------------------------------------------------------------------- New: ---- rug-no-signal.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rug.spec ++++++ --- /var/tmp/diff_new_pack.d3m9jP/_old 2006-12-01 10:58:33.000000000 +0100 +++ /var/tmp/diff_new_pack.d3m9jP/_new 2006-12-01 10:58:33.000000000 +0100 @@ -14,7 +14,7 @@ BuildRequires: gtkdoc mono-basic mono-data-sqlite mono-devel zmd-devel URL: http://www.novell.com Version: 7.1.100.0 -Release: 30 +Release: 33 License: GNU General Public License (GPL) BuildRoot: %{_tmppath}/%{name}-%{version}-build Summary: Command Line Client for zmd @@ -22,6 +22,7 @@ Source: rug-%{version}.tar.bz2 Patch: rug-manpage_perms.patch Patch1: fix-ld-library-path.patch +Patch2: rug-no-signal.patch Requires: zmd Autoreqprov: on @@ -40,6 +41,7 @@ %setup -q -n rug-%{version} %patch %patch1 +%patch2 %build export PKG_CONFIG_PATH="$PWD/build-install/%{_prefix}/%_lib/pkgconfig:$PKG_CONFIG_PATH" \ @@ -81,6 +83,8 @@ %_mandir/*/*/*.gz %changelog -n rug +* Fri Dec 01 2006 - aj@suse.de +- Fix random memory corruption (#224818). Thanks Miguel and team! * Mon Nov 27 2006 - aj@suse.de - Fix typo introduced with my last patch (#187055). * Sun Nov 26 2006 - aj@suse.de ++++++ rug-no-signal.patch ++++++ --- src/CommandLineParser.cs +++ src/CommandLineParser.cs @@ -311,7 +311,6 @@ } if (command != null) { - UnixSignal.RegisterHandler (Signum.SIGINT, new SignalHandler (command.Command.Terminate)); command.Command.Execute ((string[]) extra.ToArray (typeof (string))); } } ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org