use htmlview as default web browser (#183730, patch by Ben Levenson)
This commit is contained in:
parent
7e42321c1b
commit
3128c18d20
@ -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}.}2.2
|
||||
Release: %{?prever:0.0.%{prever}.}3
|
||||
Epoch: 2
|
||||
License: GPL, LGPL
|
||||
Group: Applications/Multimedia
|
||||
@ -73,6 +73,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
|
||||
|
||||
%description
|
||||
The GIMP (GNU Image Manipulation Program) is a powerful image
|
||||
@ -101,6 +102,7 @@ extensions.
|
||||
%patch2 -p1 -b .icontheme
|
||||
%patch3 -p1 -b .gcc4
|
||||
%patch4 -p1 -b .gifload
|
||||
%patch5 -p1 -b .htmlview
|
||||
|
||||
%build
|
||||
libtoolize --copy --force
|
||||
@ -348,6 +350,9 @@ fi
|
||||
%{_libdir}/pkgconfig/*
|
||||
|
||||
%changelog
|
||||
* Fri Mar 03 2006 Nils Philippsen <nphilipp@redhat.com> - 2:2.2.10-3
|
||||
- use htmlview as default web browser (#183730, patch by Ben Levenson)
|
||||
|
||||
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2:2.2.10-2.2
|
||||
- bump again for double-long bug on ppc(64)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user