version 2.6.6

This commit is contained in:
Nils Philippsen 2009-03-18 10:16:51 +00:00
parent 0e676d8c0b
commit af1445874c
3 changed files with 32 additions and 8 deletions

View File

@ -1,2 +1 @@
gimp-2.6.5.tar.bz2
gimp-2.6.5-gtk-version.patch.bz2
gimp-2.6.6.tar.bz2

View File

@ -23,8 +23,8 @@
Summary: GNU Image Manipulation Program
Name: gimp
Epoch: 2
Version: 2.6.5
Release: 5%{?dist}
Version: 2.6.6
Release: 1%{?dist}
%define binver 2.6
%define gimp_lang_ver 20
%define interfacever 2.0
@ -108,7 +108,6 @@ Source0: ftp://ftp.gimp.org/pub/gimp/v%{binver}/gimp-%{version}.tar.bz2
Source1: gimp-plugin-mgr.in
Patch0: gimp-2.6.2-xdg-open.patch
Patch1: gimp-2.6.2-jpeg-units.patch
Patch2: gimp-2.6.5-gtk-version.patch.bz2
%description
GIMP (GNU Image Manipulation Program) is a powerful image composition and
@ -188,7 +187,6 @@ EOF
%setup -q -n gimp-%{version}
%patch0 -p1 -b .xdg-open
%patch1 -p1 -b .jpeg-units
%patch2 -p1 -b .gtk-version
%build
if [ ! -f configure ]; then
@ -471,6 +469,34 @@ fi
%{_libdir}/gimp/%{interfacever}/plug-ins/help-browser
%changelog
* Wed Mar 18 2009 Nils Philippsen <nils@redhat.com> - 2:2.6.6-1
- version 2.6.6
Overview of Changes from GIMP 2.6.5 to GIMP 2.6.6
=================================================
* Bugs fixed:
571117 - lcms plug-in crashes on broken profile
575154 - changing the help browser preference may not work
573542 - blur plugin: bug in the first line
572403 - gimp-2.6 crashed with SIGSEGV in IA__g_object_get()
573695 - 1-bit white background saved as PBM becomes all black
573488 - Small bug in Filter>Distorts>Ripple
572156 - top left pixel position/coordinate is not 0,0 but 1,1
472644 - Rotate with clipping crops the whole layer
* Updated translations:
German (de)
Spanish (es)
Estonian (et)
Basque (eu)
French (fr)
Italian (it)
Portuguese (pt)
Simplified Chinese (zh_CN)
* Tue Mar 17 2009 Nils Philippsen <nils@redhat.com> - 2:2.6.5-5
- require pygtk2 >= 2.10.4 (#490553)

View File

@ -1,2 +1 @@
cd13050bc6bde6d8d8fd38eff6276033 gimp-2.6.5.tar.bz2
9d661944b58b5ac675047b0ba2095ccc gimp-2.6.5-gtk-version.patch.bz2
23d880dd09cd62c936ed04666a53f8e4 gimp-2.6.6.tar.bz2