version 2.6.11

This commit is contained in:
Nils Philippsen 2010-10-04 13:17:23 +02:00
parent a6309ee7bb
commit 67f7dc1f3a
3 changed files with 37 additions and 5 deletions

2
.gitignore vendored
View File

@ -1,2 +1,4 @@
gimp-2.6.10.tar.bz2
gimp-2.6.10-1-autoreconf.patch.bz2
/gimp-2.6.11.tar.bz2
/gimp-2.6.11-1-autoreconf.patch.bz2

View File

@ -30,8 +30,8 @@
Summary: GNU Image Manipulation Program
Name: gimp
Epoch: 2
Version: 2.6.10
Release: 5%{?dist}
Version: 2.6.11
Release: 1%{?dist}
%define binver 2.6
%define gimp_lang_ver 20
%define interfacever 2.0
@ -132,7 +132,7 @@ Patch3: gimp-2.6.8-gold.patch
# make script-fu logging IPv6 aware
Patch4: gimp-2.6.10-script-fu-ipv6.patch
# files changed by autoreconf after applying the above
Patch10: gimp-2.6.10-1-autoreconf.patch.bz2
Patch10: gimp-2.6.11-1-autoreconf.patch.bz2
%description
GIMP (GNU Image Manipulation Program) is a powerful image composition and
@ -478,6 +478,36 @@ fi
%{_libdir}/gimp/%{interfacever}/plug-ins/help-browser
%changelog
* Mon Oct 04 2010 Nils Philippsen <nils@redhat.com> - 2:2.6.11-1
- version 2.6.11
Overview of Changes from GIMP 2.6.10 to GIMP 2.6.11
===================================================
* Bugs fixed:
631199 - Printing and Print preview broken with cairo 1.10
572865 - Parasite handling had problems and can cause crashing
628893 - Error with string-append and gimp-drawable-get-name
623850 - (Paco) Recursive Gaussian Filter error
624487 - Fix incorrect "wrap mode" documentation values in Edge plug-in
557380 - Difference of Gaussians gives blank doc if "Invert" selected
627009 - Image type filter doesn't include .rgba SGI files
626020 - Console window opening on file-ps-load
624698 - Wood 1 and Wood 2 have bad alpha value
624275 - Image saved from google docs generates a
'gimp-image-set-resolution' error message
* Updated translations:
German (de)
Spanish (es)
Italian (it)
Japanese (ja)
Romanian (ro)
Chinese (Hong Kong) (zh_HK)
Chinese (Taiwan) (zh_HK)
* Tue Aug 24 2010 Nils Philippsen <nils@redhat.com> - 2:2.6.10-5
- don't require gtk-doc but own %%{_datadir}/gtk-doc (#604355, #604169)

View File

@ -1,2 +1,2 @@
b92710ad9f1b52fec98554d765473819 gimp-2.6.10.tar.bz2
557dfb72df30bea361d7feff4c6f2e26 gimp-2.6.10-1-autoreconf.patch.bz2
bb2939fe13e54fc7255cef5d097bb5dd gimp-2.6.11.tar.bz2
ec6d312d1eb222d7f419351d3f611180 gimp-2.6.11-1-autoreconf.patch.bz2