Hello community, here is the log from the commit of package monodevelop checked in at Tue Sep 25 21:31:43 CEST 2007. -------- --- monodevelop/monodevelop.changes 2007-08-03 22:58:30.000000000 +0200 +++ /mounts/work_src_done/NOARCH/NOARCH/monodevelop/monodevelop.changes 2007-09-24 19:46:42.379531000 +0200 @@ -1,0 +2,5 @@ +Mon Sep 24 19:46:01 CEST 2007 - wberrier@suse.de + +- monodevelop-fix_kde_crash_r86138.patch: fix #309204 + +------------------------------------------------------------------- New: ---- monodevelop-fix_kde_crash_r86138.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ monodevelop.spec ++++++ --- /var/tmp/diff_new_pack.e32670/_old 2007-09-25 21:29:20.000000000 +0200 +++ /var/tmp/diff_new_pack.e32670/_new 2007-09-25 21:29:20.000000000 +0200 @@ -13,14 +13,15 @@ Name: monodevelop %define boo_version %(rpm -q boo --queryformat '%{VERSION}') BuildRequires: boo bytefx-data-mysql fdupes gconf-sharp2 gecko-sharp2 gtk-sharp2-gapi gtkhtml-sharp2 gtksourceview-sharp2 ikvm intltool mono-basic mono-data-oracle mono-data-postgresql mono-data-sqlite mono-data-sybase mono-devel mono-nunit monodoc-core perl-XML-Parser shared-mime-info vte-sharp2 xsp -URL: http://www.go-mono.com/ +Url: http://www.go-mono.com/ License: GPL v2 or later Group: Development/Languages/Mono -Autoreqprov: on +AutoReqProv: on Version: 0.15 -Release: 1 +Release: 33 Summary: A Full-Featured IDE for Mono and Gtk# Source: %{name}-%{version}.tar.bz2 +Patch0: monodevelop-fix_kde_crash_r86138.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch # Boo's assemblies are always version at 1.0.0.0. Force built against or newer. @@ -54,6 +55,7 @@ %prep %setup -q +%patch0 %build %{?env_options} @@ -75,8 +77,7 @@ mv $RPM_BUILD_ROOT/usr/lib/pkgconfig/* $RPM_BUILD_ROOT/usr/share/pkgconfig %suse_update_desktop_file -N "Mono Development Environment" -G "Integrated Development Environment" -C "Develop software using Mono tools" %name "Application Development IDE" %find_lang %{name} - -%fdupes $RPM_BUILD_ROOT +#%fdupes $RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT @@ -104,8 +105,9 @@ %define __find_provides env sh -c 'filelist=($(cat)) && { printf "%s\\n" "${filelist[@]}" | /usr/lib/rpm/find-provides && printf "%s\\n" "${filelist[@]}" | /usr/bin/mono-find-provides ; } | sort | uniq' %define __find_requires env sh -c 'filelist=($(cat)) && { printf "%s\\n" "${filelist[@]}" | /usr/lib/rpm/find-requires && printf "%s\\n" "${filelist[@]}" | /usr/bin/mono-find-requires ; } | sort | uniq' %endif - %changelog +* Mon Sep 24 2007 - wberrier@suse.de +- monodevelop-fix_kde_crash_r86138.patch: fix #309204 * Fri Aug 03 2007 - maw@suse.de - Use %%fdupes. * Fri Aug 03 2007 - wberrier@suse.de ++++++ monodevelop-fix_kde_crash_r86138.patch ++++++ Index: Core/src/MonoDevelop.Dock/DockItem.cs =================================================================== --- Core/src/MonoDevelop.Dock/DockItem.cs (revision 86137) +++ Core/src/MonoDevelop.Dock/DockItem.cs (revision 86138) @@ -441,9 +441,10 @@ GdkWindow = new Gdk.Window (ParentWindow, attributes, (int)attributes_mask); GdkWindow.UserData = Handle; -// I don't know why the following line is needed, but it makes MD crash when -// the gtk theme changes (e.g. when changing to Glider). It seems to work ok without it. -// Style = Style.Attach (GdkWindow); + // FIXME: This call makes MD crash in some systems when + // the gtk theme changes (e.g. when changing to Glider). + // See bugs #319478 and #309204. + Style = Style.Attach (GdkWindow); Style.SetBackground (GdkWindow, State); ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de