Hello community, here is the log from the commit of package blam checked in at Wed Dec 20 02:21:39 CET 2006. -------- --- GNOME/blam/blam.changes 2006-11-30 19:37:28.000000000 +0100 +++ /mounts/work_src_done/STABLE/blam/blam.changes 2006-12-20 01:15:23.000000000 +0100 @@ -1,0 +2,6 @@ +Wed Dec 20 01:13:37 CET 2006 - jhargadon@suse.de + +- added a patch to fix crashes in x86_64 (#215499) +- remove unneeded static libraries (#222522) + +------------------------------------------------------------------- New: ---- blam-x86_64-crash.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ blam.spec ++++++ --- /var/tmp/diff_new_pack.jE8ttC/_old 2006-12-20 02:21:27.000000000 +0100 +++ /var/tmp/diff_new_pack.jE8ttC/_new 2006-12-20 02:21:27.000000000 +0100 @@ -21,7 +21,7 @@ Autoreqprov: on Requires: mono-core Version: 1.8.2 -Release: 66 +Release: 72 Summary: GNOME/GTK# RSS Aggregator URL: http://www.imendio.com/projects/blam/ Source: %{name}-%{version}.tar.bz2 @@ -29,6 +29,7 @@ Patch1: %{name}-secure-paths.patch Patch2: %{name}-xulrunner.patch Patch3: blam-QuitActivated-fix.patch +Patch4: blam-x86_64-crash.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build Requires: gecko-sharp Requires: gtk-sharp @@ -64,6 +65,7 @@ %patch1 %patch2 %patch3 -p1 +%patch4 %build rename no nb po/no.* @@ -95,6 +97,7 @@ #done #cd .. %suse_update_desktop_file blam +rm $RPM_BUILD_ROOT%{prefix}/%_lib/blam/*.*a %find_lang %{name} %post @@ -119,6 +122,9 @@ %{prefix}/share/pixmaps/*.png %changelog -n blam +* Wed Dec 20 2006 - jhargadon@suse.de +- added a patch to fix crashes in x86_64 (#215499) +- remove unneeded static libraries (#222522) * Thu Nov 30 2006 - sbrabec@suse.cz - Fixed xulrunner dependencies for older products. * Tue Nov 14 2006 - jhargadon@suse.de ++++++ blam-x86_64-crash.patch ++++++ --- src/egg-sharp.cs +++ src/egg-sharp.cs @@ -168,7 +168,7 @@ [StructLayout(LayoutKind.Sequential)] internal struct XClientMessageEvent { internal XEventName type; - internal int serial; + internal IntPtr serial; internal bool send_event; internal IntPtr display; internal IntPtr window; ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org