From 214998ea363e24987b14bd66d5f3f9a4187a3ced Mon Sep 17 00:00:00 2001 From: Nils Philippsen Date: Apr 18 2006 06:33:29 +0000 Subject: version 2.2.11 --- diff --git a/.cvsignore b/.cvsignore index dc2ebdc..8513ec5 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -gimp-2.2.10.tar.bz2 +gimp-2.2.11.tar.bz2 diff --git a/gimp-2.2.11-htmlview.patch b/gimp-2.2.11-htmlview.patch new file mode 100644 index 0000000..0c747c8 --- /dev/null +++ b/gimp-2.2.11-htmlview.patch @@ -0,0 +1,22 @@ +--- gimp-2.2.11/app/config/gimpguiconfig.c.htmlview 2006-02-14 11:13:14.000000000 +0100 ++++ gimp-2.2.11/app/config/gimpguiconfig.c 2006-04-18 08:30:02.000000000 +0200 +@@ -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 "htmlview %s" + #endif + + +--- gimp-2.2.11/etc/gimprc.htmlview 2006-04-13 14:08:54.000000000 +0200 ++++ gimp-2.2.11/etc/gimprc 2006-04-18 08:28:25.000000000 +0200 +@@ -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 "htmlview %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 diff --git a/gimp.spec b/gimp.spec index 9365011..1d38198 100644 --- a/gimp.spec +++ b/gimp.spec @@ -11,7 +11,7 @@ Summary: The GNU Image Manipulation Program Name: gimp -Version: 2.2.10 +Version: 2.2.11 %define binver 2.2 %define gimp_lang_ver 20 %define interfacever 2.0 @@ -19,7 +19,7 @@ Version: 2.2.10 %define minorver 200 %define microver %(ver=%{version}; echo ${ver##*.*.}) #define prever pre2 -Release: %{?prever:0.0.%{prever}.}4 +Release: %{?prever:0.0.%{prever}.}1 Epoch: 2 License: GPL, LGPL Group: Applications/Multimedia @@ -77,7 +77,7 @@ Patch1: gimp-2.0.1-gimphelpmissing.patch Patch2: gimp-2.2.3-icontheme.patch Patch3: gimp-2.2.7-gcc4.patch Patch4: gimp-2.2.4-gifload.patch -Patch5: gimp-2.2.10-htmlview.patch +Patch5: gimp-2.2.11-htmlview.patch %description The GIMP (GNU Image Manipulation Program) is a powerful image @@ -354,6 +354,9 @@ fi %{_libdir}/pkgconfig/* %changelog +* Tue Apr 18 2006 Nils Philippsen - 2:2.2.11-1 +- version 2.2.11 + * Fri Mar 03 2006 Nils Philippsen - 2:2.2.10-4 - use htmlview as default web browser (#183730, patch by Ben Levenson) - require hicolor-icon-theme (#182784, #182785) diff --git a/sources b/sources index 5792155..6c37d70 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -aa29506ed2272af02941a7a601a7a097 gimp-2.2.10.tar.bz2 +0403e9b4e0415c99cd27b137b9839212 gimp-2.2.11.tar.bz2