Hello community, here is the log from the commit of package gimp checked in at Thu Oct 26 20:57:19 CEST 2006. -------- --- GNOME/gimp/gimp.changes 2006-09-14 12:21:18.000000000 +0200 +++ /mounts/work_src_done/STABLE/gimp/gimp.changes 2006-10-24 23:50:00.000000000 +0200 @@ -1,0 +2,5 @@ +Tue Oct 24 23:49:00 CEST 2006 - jhargadon@suse.de + +- changed default browser to firefox to resolve bug #212722 + +------------------------------------------------------------------- New: ---- gimp-default-browser.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gimp.spec ++++++ --- /var/tmp/diff_new_pack.3qyiHn/_old 2006-10-26 20:43:34.000000000 +0200 +++ /var/tmp/diff_new_pack.3qyiHn/_new 2006-10-26 20:43:34.000000000 +0200 @@ -22,8 +22,8 @@ %define sysconfdir /etc %define prefix /opt/gnome Version: 2.2.13 -Release: 1 -License: GPL +Release: 15 +License: Other License(s), see package Group: Productivity/Graphics/Bitmap Editors Provides: gimp2 gimp-2.0 Obsoletes: libgimp gimp2-svg gimp2 @@ -35,6 +35,7 @@ Source: ftp://ftp.gimp.org/pub/gimp/v2.2/%{name}-%{version}.tar.bz2 Source1: gimp-logo.png Source2: gimp-splash.png +Patch: gimp-default-browser.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -429,6 +430,7 @@ # spline.c: 44 # gimpbilinear.c: 179, 132 # fit.c: 1302 +%patch rm po*/no.* sed -i "/ALL_LINGUAS=/s/ no / /" configure.in @@ -526,6 +528,8 @@ %{prefix}/share/gtk-doc/html/* %changelog -n gimp +* Tue Oct 24 2006 - jhargadon@suse.de +- changed default browser to firefox to resolve bug #212722 * Thu Sep 14 2006 - sbrabec@suse.cz - Updated to version 2.2.13: * Many bug fixes, see NEWS for details. ++++++ gimp-default-browser.patch ++++++ --- app/config/gimpguiconfig.c +++ app/config/gimpguiconfig.c @@ -43,7 +43,7 @@ #ifdef G_OS_WIN32 # define DEFAULT_WEB_BROWSER "not used on Windows" #else -# define DEFAULT_WEB_BROWSER "mozilla %s" +# define DEFAULT_WEB_BROWSER "firefox %s" #endif --- docs/gimprc.5.in +++ docs/gimprc.5.in @@ -740,7 +740,7 @@ web-browser. .TP -(web-browser "mozilla %s") +(web-browser "firefox %s") Sets the external web browser to be used. This can be an absolute path or the name of an executable to search for in the user's PATH. If the command --- etc/gimprc +++ etc/gimprc @@ -585,7 +585,7 @@ # appended to the command with a space separating the two. This is a single # filename. # -# (web-browser "mozilla %s") +# (web-browser "firefox %s") # The window type hint that is set on the toolbox. This may affect how your # window manager decorates and handles the toolbox window. Possible values ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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@suse.de