0115ae9
#### options:
0115ae9
# Use the following --with/--without <option> switches to control how the
0115ae9
# package will be built:
0115ae9
# 
8d6a2a3
# modular_x:   modular X dependencies
b1bcc29
%bcond_without modular_x
0115ae9
# lcms:        lcms support
b1bcc29
%bcond_without lcms
0115ae9
# python:      python support
b1bcc29
%bcond_without python
0115ae9
# mp:          multi processor support
b1bcc29
%bcond_without mp
0115ae9
# static:      build static libraries
b1bcc29
%bcond_with static
0115ae9
# print:       build the print plugin (if you don't build it externally)
b1bcc29
%bcond_without print
6992fb5
# gutenprint:  require gutenprint-plugin (instead of gimp-print-plugin) if
6992fb5
#              internal print plugin isn't built
8d6a2a3
%bcond_without gutenprint
b1bcc29
# convenience: install convenience symlinks
8d6a2a3
%bcond_without convenience
5cbbbe0
# aalib:       build with AAlib (ASCII art gfx library)
5cbbbe0
%if 0%{?rhel} != 0
5cbbbe0
# don't use aalib on RHEL
5cbbbe0
%bcond_with aalib
5cbbbe0
%else
5cbbbe0
%bcond_without aalib
5cbbbe0
%endif
cvsdist 17a6ece
b031445
Summary:        GNU Image Manipulation Program
b031445
Name:           gimp
0b8a3fb
Epoch:          2
7db05d0
Version:        2.6.9
0236e30
Release:        3%{?dist}
b1bcc29
%define binver 2.6
c4d72d1
%define gimp_lang_ver 20
c4d72d1
%define interfacever 2.0
c4d72d1
%define age 0
b1bcc29
%define minorver 600
c4d72d1
%define microver %(ver=%{version}; echo ${ver##*.*.})
b031445
License:        GPLv2+
b031445
Group:          Applications/Multimedia
b031445
URL:            http://www.gimp.org/
b031445
BuildRoot:      %{_tmppath}/%{name}-%{version}-root-%(%__id_u -n)
b031445
Obsoletes:      gimp-perl < 2:2.0
29d4645
Obsoletes:      gimp < 2:2.6.0-3
dd8054f
BuildRequires:  chrpath >= 0.13-5
5cbbbe0
%if %{with aalib}
e4533f9
BuildRequires:  aalib-devel
5cbbbe0
%endif
b031445
BuildRequires:  alsa-lib-devel >= 1.0.0
b1bcc29
BuildRequires:  babl-devel >= 0.0.22
b1bcc29
BuildRequires:  cairo-devel >= 1.4.10
b031445
BuildRequires:  curl-devel >= 7.15.1
b031445
BuildRequires:  dbus-glib-devel >= 0.70
b031445
BuildRequires:  fontconfig-devel >= 2.2.0
b031445
BuildRequires:  freetype-devel >= 2.1.7
b1bcc29
BuildRequires:  gegl-devel >= 0.0.18
b1bcc29
BuildRequires:  glib2-devel >= 2.16.1
b031445
BuildRequires:  gnome-keyring-devel >= 0.4.5
b031445
BuildRequires:  gnome-vfs2-devel >= 2.10.0
5a53028
BuildRequires:  gtk2-devel >= 2.12.5
b031445
BuildRequires:  gtk-doc >= 1.0
b031445
BuildRequires:  gtkhtml2-devel >= 2.0.0
b031445
BuildRequires:  hal-devel >= 0.5.7
b031445
BuildRequires:  libexif-devel >= 0.6.15
b031445
BuildRequires:  libgnomeui-devel >= 2.10.0
b031445
BuildRequires:  libjpeg-devel
b031445
BuildRequires:  libmng-devel
b031445
BuildRequires:  libpng-devel
b031445
BuildRequires:  librsvg2-devel >= 2.14.0
b031445
BuildRequires:  libtiff-devel
b031445
BuildRequires:  libwmf-devel >= 0.2.8
b1bcc29
BuildRequires:  pango-devel >= 1.18.0
eadbaf1
%if 0%{?fedora}%{?rhel} == 0 || 0%{?fedora} > 8 || 0%{?rhel} > 5
eadbaf1
BuildRequires:  poppler-glib-devel >= 0.4.1
eadbaf1
%else
b031445
BuildRequires:  poppler-devel >= 0.4.1
eadbaf1
%endif
b031445
BuildRequires:  python-devel
b031445
BuildRequires:  pygtk2-devel >= 2.10.4
b031445
BuildRequires:  pygobject2-devel
cc7d03b
%if 0%{?fedora}%{?rhel} == 0 || 0%{?fedora} > 10 || 0%{?rhel} > 5
feb6ce1
BuildRequires:  webkitgtk-devel >= 1.1.0
cc7d03b
%else
feb6ce1
BuildRequires:  WebKit-gtk-devel >= 1.1.0
cc7d03b
%endif
8d6a2a3
%if %{with modular_x}
b031445
BuildRequires:  libX11-devel
b031445
BuildRequires:  libXmu-devel
4a81e23
%else
b031445
BuildRequires:  xorg-x11-devel
4a81e23
%endif
b031445
BuildRequires:  sed
9ad3796
BuildRequires:  intltool
e745b84
BuildRequires:  gettext
7e39fe4
BuildRequires:  findutils
8d6a2a3
%if %{with lcms}
b1bcc29
BuildRequires:  lcms-devel >= 1.16
f2c207c
%endif
7839e22
5a53028
Requires:       glib2 >= 2.16.1
5a53028
Requires:       gtk2 >= 2.12.5
5a53028
Requires:       pango >= 1.18.0
b031445
Requires:       freetype >= 2.1.7
b031445
Requires:       fontconfig >= 2.2.0
8d6a2a3
%if ! %{with print}
8d6a2a3
%if %{with gutenprint}
b031445
Requires:       gutenprint-plugin
6a1973a
%else
b031445
Requires:       gimp-print-plugin
6a1973a
%endif
863df29
%endif
097879e
Requires:       hicolor-icon-theme
0e676d8
Requires:       pygtk2 >= 2.10.4
097879e
Requires:       xdg-utils
8d3bb23
Requires:       gimp-libs%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
097879e
afb0016
Source0:        ftp://ftp.gimp.org/pub/gimp/v%{binver}/gimp-%{version}.tar.bz2
50bd81b
# distro specific: use xdg-open instead of firefox as web browser
b9d5698
Patch0:         gimp-2.6.2-xdg-open.patch
680971d
# https://bugzilla.gnome.org/show_bug.cgi?id=559081
50bd81b
# "JPEG Save dialog preview should adjust size units"
680971d
Patch1:         gimp-2.6.7-jpeg-units.patch
680971d
# https://bugzilla.gnome.org/show_bug.cgi?id=556896
50bd81b
# "Dialogs don't get minimized with single image window"
8dd3032
Patch2:         gimp-2.6.6-minimize-dialogs.patch
cfc8845
# backport: fix building with "gold" linker
cfc8845
Patch3:         gimp-2.6.8-gold.patch
75deb8a
# backport: GIMP crashes when clicking any scroll bar from combo boxes
75deb8a
Patch4:         gimp-2.6.9-combo-popup.patch
0236e30
# https://bugzilla.redhat.com/show_bug.cgi?id=198367
0236e30
# https://bugzilla.gnome.org/show_bug.cgi?id=623045
0236e30
# make script-fu logging IPv6 aware
61a0332
Patch5:         gimp-2.6.9-script-fu-ipv6.patch.bz2
0236e30
# files changed by autoreconf after applying the above
0236e30
Patch10:        gimp-2.6.9-3-autoreconf.patch
cvsdist 354aaba
cvsdist 6013eee
%description
84ca82a
GIMP (GNU Image Manipulation Program) is a powerful image composition and
84ca82a
editing program, which can be extremely useful for creating logos and other
84ca82a
graphics for webpages. GIMP has many of the tools and filters you would expect
84ca82a
to find in similar commercial offerings, and some interesting extras as well.
84ca82a
GIMP provides a large image manipulation toolbox, including channel operations
84ca82a
and layers, effects, sub-pixel imaging and anti-aliasing, and conversions, all
84ca82a
with multi-level undo.
84ca82a
84ca82a
%package libs
b031445
Summary:        GIMP libraries
b031445
Group:          System Environment/Libraries
b031445
License:        LGPLv2+
84ca82a
84ca82a
%description libs
84ca82a
The gimp-libs package contains shared libraries needed for the GNU Image
84ca82a
Manipulation Program (GIMP).
cvsdist 6013eee
cvsdist 6013eee
%package devel
b031445
Summary:        GIMP plugin and extension development kit
eadbaf1
Group:          Development/Libraries
b031445
License:        LGPLv2+
8d3bb23
Requires:       gimp-libs%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
eadbaf1
Requires:       gimp-devel-tools = %{?epoch:%{epoch}:}%{version}-%{release}
b031445
Requires:       gtk2-devel
b031445
Requires:       glib2-devel
64eb065
Requires:       gtk-doc
b031445
Requires:       pkgconfig
84ca82a
cvsdist 6013eee
%description devel
cvsdist 6013eee
The gimp-devel package contains the static libraries and header files
cvsdist 6013eee
for writing GNU Image Manipulation Program (GIMP) plug-ins and
cvsdist 6013eee
extensions.
cvsdist 6013eee
eadbaf1
%package devel-tools
eadbaf1
Summary:        GIMP plugin and extension development tools
eadbaf1
Group:          Development/Tools
eadbaf1
License:        LGPLv2+
eadbaf1
Requires:       gimp-devel = %{?epoch:%{epoch}:}%{version}-%{release}
eadbaf1
eadbaf1
%description devel-tools
eadbaf1
The gimp-devel-tools package contains gimptool, a helper program to build GNU
eadbaf1
Image Manipulation Program (GIMP) plug-ins and extensions.
eadbaf1
bf3cc66
%package help-browser
bf3cc66
Summary:        GIMP help browser plug-in
bf3cc66
Group:          Applications/Multimedia
bf3cc66
License:        GPLv2+
29d4645
Obsoletes:      gimp < 2:2.6.0-3
8d3bb23
Requires:       gimp%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
bf3cc66
bf3cc66
%description help-browser
bf3cc66
The gimp-help-browser package contains a lightweight help browser plugin for
bf3cc66
viewing GIMP online help.
bf3cc66
cvsdist 6013eee
%prep
e2ce815
cat << EOF
e2ce815
e2ce815
Build options:
8d6a2a3
modular X:                                %{with modular_x}
8d6a2a3
LCMS support:                             %{with lcms}
8d6a2a3
Python support:                           %{with python}
8d6a2a3
MP support:                               %{with mp}
8d6a2a3
build static libs:                        %{with static}
8d6a2a3
build internal print plugin:              %{with print}
8d6a2a3
include convenience symlinks:             %{with convenience}
8d6a2a3
build the print plugin:                   %{with print}
8d6a2a3
%if ! %{with print}
6992fb5
prefer gutenprint over (external) gimp-print plugin:
8d6a2a3
                                          %{with gutenprint}
6992fb5
%endif
5cbbbe0
build ASCII art plugin                    %{with aalib}
e2ce815
e2ce815
e2ce815
EOF
e2ce815
afb0016
%setup -q -n gimp-%{version}
b1bcc29
%patch0 -p1 -b .xdg-open
3580b60
%patch1 -p1 -b .jpeg-units
8dd3032
%patch2 -p1 -b .minimize-dialogs
cfc8845
%patch3 -p1 -b .gold
75deb8a
%patch4 -p1 -b .combo-popup
0236e30
%patch5 -p1 -b .script-fu-ipv6
0236e30
%patch10 -p1 -b .autoreconf
cvsdist 6013eee
cvsdist 6013eee
%build
7b2274b
# Use PIC/PIE because gimp is likely to deal with files coming from untrusted
7b2274b
# sources
7b2274b
CFLAGS='-fPIC %optflags -fno-strict-aliasing'
7b2274b
CXXFLAGS='-fPIC %optflags -fno-strict-aliasing'
7b2274b
LDFLAGS='-pie'
cvsdist 17a6ece
%configure \
b1bcc29
    --disable-perl --enable-gimp-remote \
8d6a2a3
%if %{with python}
56446b1
    --enable-python \
cvsdist 17a6ece
%else
56446b1
    --disable-python \
cvsdist 17a6ece
%endif
8d6a2a3
%if %{with mp}
56446b1
    --enable-mp \
cvsdist 17a6ece
%else
56446b1
    --disable-mp \
cvsdist 17a6ece
%endif
8d6a2a3
%if %{with static}
56446b1
    --enable-static \
cvsdist 17a6ece
%else
56446b1
    --disable-static \
cvsdist 17a6ece
%endif
8d6a2a3
%if %{with print}
56446b1
    --with-print \
cvsdist 17a6ece
%else
56446b1
    --without-print \
cvsdist 17a6ece
%endif
8d6a2a3
%if %{with lcms}
56446b1
    --with-lcms \
f2c207c
%else
56446b1
    --without-lcms \
f2c207c
%endif
b031445
    --enable-gimp-console \
5cbbbe0
%if %{with aalib}
0e4b2b0
    --with-aa \
5cbbbe0
%else
5cbbbe0
    --without-aa \
5cbbbe0
%endif
b031445
%ifos linux
b031445
    --with-linux-input \
b031445
%endif
b031445
    --with-libtiff --with-libjpeg --with-libpng --with-libmng --with-libexif \
b031445
    --with-gtkhtml2 --with-librsvg --with-poppler --with-gnomevfs --with-alsa \
bf3cc66
    --with-webkit --with-dbus --with-script-fu
cvsdist 6013eee
cvsdist dd16744
make %{?_smp_mflags}
cvsdist 6013eee
cvsdist 6013eee
%install
b031445
rm -rf %{buildroot}
cvsdist 6013eee
cvsdist 6013eee
# makeinstall macro won't work here - libexec is overriden
b031445
make DESTDIR=%{buildroot} install
cvsdist 17a6ece
a2ccfe2
# remove rpaths
a2ccfe2
find %buildroot -type f -print0 | xargs -0 -L 20 chrpath --delete --keepgoing 2>/dev/null || :
a2ccfe2
7e39fe4
%ifos linux
7e39fe4
# remove .la files
7e39fe4
find %buildroot -name \*.la -exec %__rm -f {} \;
7e39fe4
%endif
7e39fe4
cvsdist 6013eee
#
cvsdist 6013eee
# Plugins and modules change often (grab the executeable ones)
cvsdist 6013eee
#
cvsdist 17a6ece
echo "%defattr (-, root, root)" > gimp-plugin-files
8d6a2a3
find %{buildroot}%{_libdir}/gimp/%{interfacever} -type f | sed "s@^%{buildroot}@@g" | grep -v '\.a$' >> gimp-plugin-files
8d6a2a3
7850439
# .pyc and .pyo files don't exist yet
b031445
grep "\.py$" gimp-plugin-files > gimp-plugin-files-py
7850439
for file in $(cat gimp-plugin-files-py); do
b031445
    for newfile in ${file}c ${file}o; do
b031445
        fgrep -q -x "$newfile" gimp-plugin-files || echo "$newfile"
b031445
    done
7850439
done >> gimp-plugin-files
cvsdist 6013eee
8d6a2a3
%if %{with static}
8d6a2a3
echo "%defattr (-, root, root)" > gimp-static-files
8d6a2a3
find %{buildroot}%{_libdir}/gimp/%{interfacever} -type f | sed "s@^%{buildroot}@@g" | grep '\.a$' >> gimp-static-files
8d6a2a3
%endif
8d6a2a3
cvsdist 6013eee
#
cvsdist 6013eee
# Auto detect the lang files.
cvsdist 6013eee
#
bd9c869
%find_lang gimp%{gimp_lang_ver}
bd9c869
%find_lang gimp%{gimp_lang_ver}-std-plug-ins
bd9c869
%find_lang gimp%{gimp_lang_ver}-script-fu
bd9c869
%find_lang gimp%{gimp_lang_ver}-libgimp
b031445
%find_lang gimp%{gimp_lang_ver}-tips
b031445
%find_lang gimp%{gimp_lang_ver}-python
b031445
b031445
cat gimp%{gimp_lang_ver}.lang gimp%{gimp_lang_ver}-std-plug-ins.lang gimp%{gimp_lang_ver}-script-fu.lang gimp%{gimp_lang_ver}-libgimp.lang gimp%{gimp_lang_ver}-tips.lang gimp%{gimp_lang_ver}-python.lang > gimp-all.lang
cvsdist 6013eee
cvsdist 6013eee
#
cvsdist 6013eee
# Build the master filelists generated from the above mess.
cvsdist 6013eee
#
cvsdist 17a6ece
cat gimp-plugin-files gimp-all.lang > gimp.files
cvsdist 6013eee
8d6a2a3
%if %{with convenience}
cvsdist 17a6ece
# install convenience symlinks
b031445
ln -snf gimp-%{binver} %{buildroot}%{_bindir}/gimp
b031445
ln -snf gimp-%{binver}.1 %{buildroot}%{_mandir}/man1/gimp.1
b031445
ln -snf gimp-console-%{binver} %{buildroot}/%{_bindir}/gimp-console
b031445
ln -snf gimp-console-%{binver}.1 %{buildroot}/%{_mandir}/man1/gimp-console.1
b031445
ln -snf gimp-remote-%{binver} %{buildroot}%{_bindir}/gimp-remote
b031445
ln -snf gimp-remote-%{binver}.1 %{buildroot}%{_mandir}/man1/gimp-remote.1
b031445
ln -snf gimptool-%{interfacever} %{buildroot}%{_bindir}/gimptool
b031445
ln -snf gimptool-%{interfacever}.1 %{buildroot}%{_mandir}/man1/gimptool.1
b031445
ln -snf gimprc-%{binver}.5 %{buildroot}/%{_mandir}/man5/gimprc.5
cvsdist 17a6ece
%endif
cvsdist de17517
cvsdist 6013eee
%clean
b031445
rm -rf %{buildroot}
cvsdist 6013eee
cvsdist 83bcb28
%post
1703967
/usr/bin/update-desktop-database %{_datadir}/applications &> /dev/null || :
b47788a
touch --no-create %{_datadir}/icons/hicolor
097879e
if [ -x %{_bindir}/gtk-update-icon-cache ]; then
097879e
  %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
b47788a
fi
cvsdist 6013eee
cvsdist 83bcb28
%postun
cvsdist 83bcb28
if [ "$1" = "0" ]; then
1703967
    /usr/bin/update-desktop-database %{_datadir}/applications &> /dev/null || :
cvsdist 83bcb28
fi
b47788a
touch --no-create %{_datadir}/icons/hicolor
097879e
if [ -x %{_bindir}/gtk-update-icon-cache ]; then
097879e
  %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
b47788a
fi
cvsdist 6013eee
84ca82a
%post libs -p /sbin/ldconfig
84ca82a
%postun libs -p /sbin/ldconfig
84ca82a
cvsdist 6013eee
%files -f gimp.files
cvsdist 17a6ece
%defattr(-, root, root, 0755)
fd7304f
%doc AUTHORS COPYING ChangeLog NEWS README
b031445
%doc docs/*.xcf*
cvsdist 5cabd2a
%{_datadir}/applications/*.desktop
cvsdist 6013eee
cvsdist 17a6ece
%dir %{_datadir}/gimp
9ad3796
%dir %{_datadir}/gimp/%{interfacever}
9ad3796
%{_datadir}/gimp/%{interfacever}/tips/
9ad3796
%{_datadir}/gimp/%{interfacever}/menus/
cvsdist 17a6ece
%dir %{_libdir}/gimp
9ad3796
%dir %{_libdir}/gimp/%{interfacever}
9ad3796
%dir %{_libdir}/gimp/%{interfacever}/environ
9ad3796
#%dir %{_libdir}/gimp/%{interfacever}/fonts
23e699a
%dir %{_libdir}/gimp/%{interfacever}/interpreters
9ad3796
%dir %{_libdir}/gimp/%{interfacever}/modules
9ad3796
%dir %{_libdir}/gimp/%{interfacever}/plug-ins
bf3cc66
%exclude %{_libdir}/gimp/%{interfacever}/plug-ins/help-browser
9ad3796
%dir %{_libdir}/gimp/%{interfacever}/python
9ad3796
#%dir %{_libdir}/gimp/%{interfacever}/tool-plug-ins
9ad3796
9ad3796
%{_datadir}/gimp/%{interfacever}/brushes/
9ad3796
%{_datadir}/gimp/%{interfacever}/fractalexplorer/
9ad3796
%{_datadir}/gimp/%{interfacever}/gfig/
9ad3796
%{_datadir}/gimp/%{interfacever}/gflare/
9ad3796
%{_datadir}/gimp/%{interfacever}/gimpressionist/
9ad3796
%{_datadir}/gimp/%{interfacever}/gradients/
9ad3796
# %{_datadir}/gimp/%{interfacever}/help/
9ad3796
%{_datadir}/gimp/%{interfacever}/images/
9ad3796
%{_datadir}/gimp/%{interfacever}/palettes/
9ad3796
%{_datadir}/gimp/%{interfacever}/patterns/
9ad3796
%{_datadir}/gimp/%{interfacever}/scripts/
9ad3796
%{_datadir}/gimp/%{interfacever}/themes/
cvsdist 17a6ece
cvsdist 17a6ece
%dir %{_sysconfdir}/gimp
9ad3796
%dir %{_sysconfdir}/gimp/%{interfacever}
9ad3796
%config(noreplace) %{_sysconfdir}/gimp/%{interfacever}/controllerrc
9ad3796
%config(noreplace) %{_sysconfdir}/gimp/%{interfacever}/gimprc
9ad3796
%config(noreplace) %{_sysconfdir}/gimp/%{interfacever}/gtkrc
9ad3796
%config(noreplace) %{_sysconfdir}/gimp/%{interfacever}/unitrc
9ad3796
%config(noreplace) %{_sysconfdir}/gimp/%{interfacever}/ps-menurc
9ad3796
%config(noreplace) %{_sysconfdir}/gimp/%{interfacever}/sessionrc
9ad3796
%config(noreplace) %{_sysconfdir}/gimp/%{interfacever}/templaterc
b031445
%config(noreplace) %{_sysconfdir}/gimp/%{interfacever}/menurc
cvsdist 17a6ece
9ad3796
%{_bindir}/gimp-%{binver}
9ad3796
%{_bindir}/gimp-remote-%{binver}
b031445
%{_bindir}/gimp-console-%{binver}
cvsdist 17a6ece
8d6a2a3
%if %{with convenience}
cvsdist 17a6ece
%{_bindir}/gimp
cvsdist 17a6ece
%{_bindir}/gimp-remote
b031445
%{_bindir}/gimp-console
cvsdist 17a6ece
%endif
cvsdist 6013eee
9ad3796
%{_mandir}/man1/gimp-%{binver}.1*
9ad3796
%{_mandir}/man1/gimp-remote-%{binver}.1*
b031445
%{_mandir}/man1/gimp-console-%{binver}.1*
9ad3796
%{_mandir}/man5/gimprc-%{binver}.5*
cvsdist 6013eee
8d6a2a3
%if %{with convenience}
bd9c869
%{_mandir}/man1/gimp.1*
bd9c869
%{_mandir}/man1/gimp-remote.1*
b031445
%{_mandir}/man1/gimp-console.1*
bd9c869
%{_mandir}/man5/gimprc.5*
bd9c869
%endif
bd9c869
b031445
%{_datadir}/icons/hicolor/*/apps/gimp.png
b031445
%{_datadir}/icons/hicolor/scalable/apps/gimp.svg
961248d
84ca82a
%files libs
84ca82a
%defattr(-, root, root, 0755)
84ca82a
%{_libdir}/libgimp-%{interfacever}.so.%{age}.%{minorver}.%{microver}
84ca82a
%{_libdir}/libgimp-%{interfacever}.so.%{age}
84ca82a
%{_libdir}/libgimpbase-%{interfacever}.so.%{age}.%{minorver}.%{microver}
84ca82a
%{_libdir}/libgimpbase-%{interfacever}.so.%{age}
84ca82a
%{_libdir}/libgimpcolor-%{interfacever}.so.%{age}.%{minorver}.%{microver}
84ca82a
%{_libdir}/libgimpcolor-%{interfacever}.so.%{age}
b031445
%{_libdir}/libgimpconfig-%{interfacever}.so.%{age}.%{minorver}.%{microver}
b031445
%{_libdir}/libgimpconfig-%{interfacever}.so.%{age}
84ca82a
%{_libdir}/libgimpmath-%{interfacever}.so.%{age}.%{minorver}.%{microver}
84ca82a
%{_libdir}/libgimpmath-%{interfacever}.so.%{age}
84ca82a
%{_libdir}/libgimpmodule-%{interfacever}.so.%{age}.%{minorver}.%{microver}
84ca82a
%{_libdir}/libgimpmodule-%{interfacever}.so.%{age}
84ca82a
%{_libdir}/libgimpthumb-%{interfacever}.so.%{age}.%{minorver}.%{microver}
84ca82a
%{_libdir}/libgimpthumb-%{interfacever}.so.%{age}
84ca82a
%{_libdir}/libgimpui-%{interfacever}.so.%{age}.%{minorver}.%{microver}
84ca82a
%{_libdir}/libgimpui-%{interfacever}.so.%{age}
84ca82a
%{_libdir}/libgimpwidgets-%{interfacever}.so.%{age}.%{minorver}.%{microver}
84ca82a
%{_libdir}/libgimpwidgets-%{interfacever}.so.%{age}
84ca82a
8d6a2a3
%if %{with static}
8d6a2a3
%files devel -f gimp-static-files
8d6a2a3
%else
cvsdist 6013eee
%files devel
8d6a2a3
%endif
cvsdist 17a6ece
%defattr (-, root, root, 0755)
b031445
%doc HACKING README.i18n
7db05d0
%doc %{_datadir}/gtk-doc/html/*/
bd9c869
bd9c869
%{_libdir}/*.so
ffc8e6e
%dir %{_libdir}/gimp
ffc8e6e
%dir %{_libdir}/gimp/%{interfacever}
ffc8e6e
%dir %{_libdir}/gimp/%{interfacever}/modules
7e39fe4
%ifnos linux
7e39fe4
%{_libdir}/*.la
bd9c869
%{_libdir}/gimp/%{interfacever}/modules/*.la
7e39fe4
%endif
7e39fe4
%{_datadir}/aclocal/*.m4
9ad3796
%{_includedir}/gimp-%{interfacever}
cvsdist 17a6ece
%{_libdir}/pkgconfig/*
cvsdist 6013eee
eadbaf1
%files devel-tools
eadbaf1
%defattr (-, root, root, 0755)
eadbaf1
%{_bindir}/gimptool-%{interfacever}
eadbaf1
%{_mandir}/man1/gimptool-%{interfacever}.1*
eadbaf1
eadbaf1
%if %{with convenience}
eadbaf1
%{_bindir}/gimptool
eadbaf1
%{_mandir}/man1/gimptool.1*
eadbaf1
%endif
eadbaf1
bf3cc66
%files help-browser
bf3cc66
%defattr (-, root, root, 0755)
bf3cc66
%{_libdir}/gimp/%{interfacever}/plug-ins/help-browser
bf3cc66
cvsdist 6013eee
%changelog
0236e30
* Mon Jun 28 2010 Nils Philippsen <nils@redhat.com> - 2:2.6.9-3
0236e30
- script-fu: make logging IPv6-aware (#198367)
0236e30
75deb8a
* Fri Jun 25 2010 Nils Philippsen <nils@redhat.com> - 2:2.6.9-2
75deb8a
- fix clicking scroll bar buttons from combo boxes
75deb8a
7db05d0
* Wed Jun 23 2010 Nils Philippsen <nils@redhat.com> - 2:2.6.9-1
7db05d0
- version 2.6.9
7db05d0
7db05d0
  Overview of Changes from GIMP 2.6.8 to GIMP 2.6.9
7db05d0
  =================================================
7db05d0
7db05d0
  * Bugs fixed:
7db05d0
7db05d0
   612618 - Font selection remains visible
7db05d0
   622234 - gimp.desktop: image/x-psd in MimeTypes twice
7db05d0
   622196 - Unportable test(1) construct in configure script
7db05d0
   620604 - Description of "histogram" procedure is slightly inaccurate
7db05d0
   541586 - Tool options not saved/loaded correctly?
7db05d0
   614153 - Importing PDF files with long titles
7db05d0
   600112 - blur-gauss-selective.exe crashes
7db05d0
   599233 - Dialog of "Save as BMP" ignores changes which are not made
7db05d0
            with a mous
7db05d0
   565001 - Text-Tool crashes when edit a 2.4.2 version xcf
7db05d0
   610478 - Layer preview suddenly stops getting updated
7db05d0
   609026 - leaks shared memory
7db05d0
   609056 - Exporting to Alias PIX format fails
7db05d0
   608188 - a few strings in Save as... > Raw image data dialog are always
7db05d0
            in English
7db05d0
   604820 - GEGL Operation "path" crashes GIMP
7db05d0
   603711 - Crashes when using path tool
7db05d0
   607242 - GIMP 2.7.0 fails to build against libpng 1.4.0
7db05d0
   606372 - Saving to .ppm fails on indexed colorspace
7db05d0
   605237 - the "Antialiasing..." message in the progress bar does not show
7db05d0
            translated
7db05d0
   604508 - gimp-layer-new-from-visible should work from updated projection
7db05d0
7db05d0
  * Updated and new translations:
7db05d0
7db05d0
   Asturian (ast)
7db05d0
   Basque (eu)
7db05d0
   Burmese (my)
7db05d0
   Catalan (ca)
7db05d0
   Chinese (Hong Kong) (zh_HK)
7db05d0
   Chinese (Taiwan) (zh_HK)
7db05d0
   German (de)
7db05d0
   Italian (it)
7db05d0
   Latvian (lv)
7db05d0
   Low German (nds)
7db05d0
   Romanian (ro)
7db05d0
   Simplified Chinese (zh_CN)
7db05d0
   Slovenian (sl)
7db05d0
   Ukrainian (uk)
7db05d0
   Valencian (ca@valencia)
7db05d0
7db05d0
- remove obsolete gtk219, never-stack-trace-desktop, indexed-pnm patches
7db05d0
- don't manually provide "gimp-libs%%{?_isa}" in gimp-libs
7db05d0
- don't package %%{_datadir}/gtk-doc/html, but dirs beneath
7db05d0
7db05d0
* Wed Jun 23 2010 Nils Philippsen <nils@redhat.com> - 2:2.6.8-10
7db05d0
- get rid of obsolete gimp-plugin-mgr
7db05d0
7db05d0
* Tue Jun 22 2010 Matthias Clasen <mclasen@redhat.com> - 2:2.6.8-9
7db05d0
- Rebuild against new poppler
7db05d0
361273d
* Fri Jun 18 2010 Nils Philippsen <nils@redhat.com> - 2:2.6.8-8
361273d
- backport fix for saving indexed PNM files (#605615)
361273d
e0b35d6
* Mon Apr 19 2010 Nils Philippsen <nils@redhat.com> - 2:2.6.8-7
e0b35d6
- add --stack-trace-mode=never to desktop file
e0b35d6
36ae2ab
* Wed Mar 24 2010 Nils Philippsen <nils@redhat.com> - 2:2.6.8-6
36ae2ab
- backport: statusbar code needed for GTK+ >= 2.19.1 (#559726)
36ae2ab
64eb065
* Fri Feb 26 2010 Nils Philippsen <nils@redhat.com> - 2:2.6.8-5
64eb065
- require gtk-doc in devel package
64eb065
cfc8845
* Thu Feb 25 2010 Nils Philippsen <nils@redhat.com> - 2:2.6.8-4
cfc8845
- add missing explicit libraries
cfc8845
cfc8845
* Wed Feb 24 2010 Nils Philippsen <nils@redhat.com>
cfc8845
- backport: fix building with "gold" linker
cfc8845
- add more explicit libraries
cfc8845
2ce7e3f
* Wed Jan 27 2010 Nils Philippsen <nils@redhat.com> - 2:2.6.8-3
2ce7e3f
- remove wrong dependency (#558836)
2ce7e3f
56bda62
* Mon Jan 25 2010 Nils Philippsen <nils@redhat.com> - 2:2.6.8-2
56bda62
- rebuild against new babl
56bda62
8d3bb23
* Wed Jan 20 2010 Nils Philippsen <nils@redhat.com>
8d3bb23
- use %%_isa instead of %%_arch for architecture-specific dependencies
8d3bb23
f291581
* Fri Dec 11 2009 Nils Philippsen <nils@redhat.com> - 2:2.6.8-1
f291581
- version 2.6.8
f291581
f291581
  Overview of Changes from GIMP 2.6.7 to GIMP 2.6.8
f291581
  =================================================
f291581
f291581
  * Bugs fixed:
f291581
f291581
   470698 - MapObject cannot modify highlight
f291581
   593848 - FG color changed to black when FG-BG Editor tab created
f291581
   594651 - layer.scale() raises RuntimeError
f291581
   594998 - Keyboard shortcuts does not work for first image when dock
f291581
            is focused
f291581
   599765 - F1 key on gimp-tool-align in menu have wrong link and it
f291581
            open gimp-tool-move
f291581
   600484 - Gimp BMP Integer Overflow Vulnerability
f291581
   600741 - "read_channel_data()" Integer Overflow Vulnerability
f291581
   601891 - gimp_image_get_selection returns None
f291581
   602761 - plug-in-grid: Parameters Horizontal/Vertical Spacing and
f291581
            Horizontal/Vertical Offset are reversed.
f291581
   603995 - PCX plugin doesn't sanitize input to avoid allocation overflows.
f291581
   603998 - PCX: Calculating amount of memory to allocate may overflow.
f291581
   604000 - SGI: sanitize input
f291581
   604001 - SGI: Calculating amount of memory to allocate may overflow.
f291581
   604002 - SGI: RLE encoded input data may write beyond allocated buffers
f291581
   604004 - SGI: allocate memory consistently
f291581
   604008 - GBR, PAT: sanitize input data
f291581
   604078 - Crash when pressing Backspace with Free Select Tool
f291581
f291581
  * Updated and new translations:
f291581
f291581
   Basque (eu)
f291581
   British English (en_GB)
f291581
   Czech (cs)
f291581
   French (fr)
f291581
   Greek (el)
f291581
   Italian (it)
f291581
   Japanese (ja)
f291581
   Norwegian Nynorsk (nn)
f291581
   Polish (pl)
f291581
   Romanian (ro)
f291581
   Russian (ru)
f291581
   Simplified Chinese (zh_CN)
f291581
f291581
- remove obsolete bmp-hardening, psd-hardening patches
f291581
680971d
* Tue Nov 17 2009 Nils Philippsen <nils@redhat.com> - 2:2.6.7-3
680971d
- avoid overflow in the BMP image file plugin (#537356)
680971d
- avoid overflow in the PSD image file plugin (#537370)
680971d
- update jpeg-units patch
680971d
feb6ce1
* Tue Aug 18 2009 Nils Philippsen <nils@redhat.com> - 2:2.6.7-2
feb6ce1
- BR: webkitgtk-devel/WebKit-gtk-devel >= 1.1.0
feb6ce1
50bd81b
* Fri Aug 14 2009 Nils Philippsen <nils@redhat.com> - 2:2.6.7-1
50bd81b
- version 2.6.7
50bd81b
50bd81b
  Overview of Changes from GIMP 2.6.6 to GIMP 2.6.7
50bd81b
  =================================================
50bd81b
50bd81b
  * Bugs fixed:
50bd81b
50bd81b
   591017 - Tablet pan is not working as fast as it should
50bd81b
   577581 - Crashes when using any colors tool/function on Windows
50bd81b
   589667 - GIMP crashes when clicking GEGL Operation on Windows
50bd81b
   569833 - file-jpeg-save erroneous with small quality values
50bd81b
   590638 - Changing palettes from list to grid view loses "locked to dock"
50bd81b
            status
50bd81b
   589674 - "Send by Email" does not update "Filename"
50bd81b
   589674 - "Send by Email" does not update "Filename"
50bd81b
   586851 - Transparent BMP files fail to load
50bd81b
   589205 - help-browser uses deprecated (and sometimes broken) webkit call
50bd81b
   582821 - 'Sphere Designer' does not reset correctly...
50bd81b
   570353 - first time open of .svg file ignores the requested units
50bd81b
   555777 - Export to MNG animation fails
50bd81b
   577301 - Dithering with transparency is broken for "positioned" method
50bd81b
   493778 - metadata plug-in crashes on some images
50bd81b
   567466 - PNG comment not found if more than 1 tEXt chunks
50bd81b
   585665 - Exporting to PSD with a blank text layer creates a corrupt file
50bd81b
   586316 - Levels tool does not adjust output levels correctly if input
50bd81b
            levels are changed
50bd81b
   569661 - Import from PDF throws errors when entering resolution in
50bd81b
            pixels per millimetre
50bd81b
   567262 - Black pixels appear in "Spread" filter preview
50bd81b
   554658 - Path Dialog: Path preview pics not to see constantly
50bd81b
   167604 - gimp_gradient_get_color_at() may return out-of-bounds values
50bd81b
   567393 - Rectangle select tool size shrinks to 0 if size is larger than
50bd81b
            the image and the up or down arrow is pressed
50bd81b
   587543 - crash when invoking certain actions by keyboard shortcut
50bd81b
   563029 - Closing maximized image doesn't restore document window size
50bd81b
   585488 - Perspective transformation on a layer with a mask causes crash
50bd81b
   586008 - GIMP crashes when right-click canceling a drawing action initiated
50bd81b
            outside layer boundaries
50bd81b
   584345 - when printing, the number of copies should be reset to 1
50bd81b
   557061 - Alpha to Logo
50bd81b
   472644 - Rotate with clipping crops the whole layer
50bd81b
   577575 - transform tool fills underlying extracted area wrongly
50bd81b
   555738 - Image display is wrong after undoing canvas size
50bd81b
   577024 - help-browser plugin crashes when used with webkit 1.1.3
50bd81b
   555025 - Action GEGL box widgets weirdness
50bd81b
50bd81b
  * Updated and new translations:
50bd81b
50bd81b
   Czech (cs)
50bd81b
   Danish (da)
50bd81b
   German (de)
50bd81b
   Spanish (es)
50bd81b
   Basque (eu)
50bd81b
   Finnish (fi)
50bd81b
   Hungarian (hu)
50bd81b
   Italian (it)
50bd81b
   Gujarati (gu)
50bd81b
   Japanese (ja)
50bd81b
   Kannada (kn)
50bd81b
   Marathi (mr)
50bd81b
   Norwegian bokmĂĄl (nb)
50bd81b
   Oriya (or)
50bd81b
   Portuguese (pt)
50bd81b
   Romanian (ro)
50bd81b
   Sinhala (si)
50bd81b
   Swedish (sv)
50bd81b
   Simplified Chinese (zh_CN)
50bd81b
   Traditional Chinese - Hong Kong (zh_HK)
50bd81b
   Traditional Chinese - Taiwan (zh_TW)
50bd81b
50bd81b
- remove obsolete gegl-babl-versions-check, help-browser-webkit patches
50bd81b
- comment/explain patches
50bd81b
dd8054f
* Fri Jul 24 2009 Nils Philippsen <nils@redhat.com> - 2:2.6.6-8
dd8054f
- rebuild with chrpath >= 0.13-5 (#513419)
dd8054f
caf9ea6
* Thu Jul 16 2009 Nils Philippsen <nils@redhat.com> - 2:2.6.6-7
caf9ea6
- rebuild against gegl-0.1 (#510209)
caf9ea6
ad5d3d7
* Mon Jun 29 2009 Nils Philippsen <nils@redhat.com> - 2:2.6.6-6
ad5d3d7
- really fix help browser crash with new WebKit versions (#508301)
ad5d3d7
cc7d03b
* Sat Jun 27 2009 Nils Philippsen <nils@redhat.com> - 2:2.6.6-5
cc7d03b
- fix help browser crash with new WebKit versions (#508301)
cc7d03b
- BR: webkitgtk-devel from F-11 on
cc7d03b
68a81d3
* Fri Jun 05 2009 Nils Philippsen <nils@redhat.com> - 2:2.6.6-4
5cbbbe0
- don't build against aalib on RHEL
68a81d3
- use backported patch to correctly check gegl/babl versions
5cbbbe0
15b1d2a
* Tue Apr 14 2009 Nils Philippsen <nils@redhat.com> - 2:2.6.6-3
a2ccfe2
- remove rpaths from binaries (#495670)
15b1d2a
8dd3032
* Mon Mar 30 2009 Nils Philippsen <nils@redhat.com> - 2:2.6.6-2
8dd3032
- minimize dialogs with single image window (#492796, backported from trunk,
8dd3032
  original patch by Sven Neumann)
8dd3032
af14458
* Wed Mar 18 2009 Nils Philippsen <nils@redhat.com> - 2:2.6.6-1
af14458
- version 2.6.6
af14458
af14458
  Overview of Changes from GIMP 2.6.5 to GIMP 2.6.6
af14458
  =================================================
af14458
af14458
  * Bugs fixed:
af14458
af14458
   571117 - lcms plug-in crashes on broken profile
af14458
   575154 - changing the help browser preference may not work
af14458
   573542 - blur plugin: bug in the first line
af14458
   572403 - gimp-2.6 crashed with SIGSEGV in IA__g_object_get()
af14458
   573695 - 1-bit white background saved as PBM becomes all black
af14458
   573488 - Small bug in Filter>Distorts>Ripple
af14458
   572156 - top left pixel position/coordinate is not 0,0 but 1,1
af14458
   472644 - Rotate with clipping crops the whole layer
af14458
af14458
  * Updated translations:
af14458
af14458
   German (de)
af14458
   Spanish (es)
af14458
   Estonian (et)
af14458
   Basque (eu)
af14458
   French (fr)
af14458
   Italian (it)
af14458
   Portuguese (pt)
af14458
   Simplified Chinese (zh_CN)
af14458
0e676d8
* Tue Mar 17 2009 Nils Philippsen <nils@redhat.com> - 2:2.6.5-5
0e676d8
- require pygtk2 >= 2.10.4 (#490553)
0e676d8
7b2274b
* Tue Mar 10 2009 Nils Philippsen <nils@redhat.com> - 2:2.6.5-4
7b2274b
- use correct fix from upstream to avoid crashes (#486122)
7b2274b
- use -fno-strict-aliasing, PIC/PIE compilation flags
7b2274b
559c076
* Mon Mar 09 2009 Nils Philippsen <nils@redhat.com> - 2:2.6.5-3
559c076
- rebuild against new WebKit
2d6ad9d
- define deprecated gtk functions to avoid crashes (#486122)
559c076
49b7a07
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:2.6.5-2
49b7a07
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
49b7a07
0b8a3fb
* Sun Feb 15 2009 Nils Philippsen <nils@redhat.com> - 2:2.6.5-1
0b8a3fb
- version 2.6.5
0b8a3fb
0b8a3fb
  Overview of Changes from GIMP 2.6.4 to GIMP 2.6.5
0b8a3fb
  =================================================
0b8a3fb
0b8a3fb
  * Bugs fixed:
0b8a3fb
0b8a3fb
   571628 - Scaling image to 25% turn background from white to grey
0b8a3fb
   567840 - GIMP's GtkScaleButton conflicts with GTK's
0b8a3fb
   569043 - GEGL tool - missing Operation Settings for all sub-tools
0b8a3fb
   568890 - don't rely on GtkAction implementation details
0b8a3fb
   568909 - wrong RGB values for color names in libgimpcolor/gimprgb-parse.c
0b8a3fb
   568839 - wrong hex RGB value for the color names slategrey and slategray
0b8a3fb
   559408 - Brushes dragged to the image window look strange
0b8a3fb
   563337 - Rectangle Select Tool does not allow 1:1 fixed ratio
0b8a3fb
   568016 - Black pullout parameter of plug-in-newsprint has no effect
0b8a3fb
   562818 - First image opened in GIMP offset
0b8a3fb
   562213 - Align Tool doesn't work properly if it is the active tool
0b8a3fb
            at startup
0b8a3fb
0b8a3fb
  * Updated translations:
0b8a3fb
0b8a3fb
   Spanish (es)
0b8a3fb
   Estonian (et)
0b8a3fb
   Hindi (hi)
0b8a3fb
   Italian (it)
0b8a3fb
   Brazilian Portuguese (pt_BR)
0b8a3fb
   Romanian (ro)
0b8a3fb
   Russian (ru)
0b8a3fb
   Serbian (sr)
0b8a3fb
   Tamil (ta)
0b8a3fb
   Simplified Chinese (zh_CN)
0b8a3fb
eadbaf1
* Wed Jan 07 2009 Nils Philippsen <nils@redhat.com> - 2:2.6.4-3
eadbaf1
- split off gimptool into new gimp-devel-tools subpackage to avoid multilib
eadbaf1
  conflicts (#477789)
eadbaf1
- require poppler-glib-devel for building from F9 on (#478691)
eadbaf1
- fix gimp-devel package group
eadbaf1
31c9a67
* Sun Jan 04 2009 Nils Philippsen <nils@redhat.com> - 2:2.6.4-2
31c9a67
- enable building with aalib
31c9a67
e4533f9
* Thu Jan 01 2009 Nils Philippsen <nils@redhat.com> - 2:2.6.4-1
e4533f9
- version 2.6.4
e4533f9
e4533f9
  Overview of Changes from GIMP 2.6.3 to GIMP 2.6.4
e4533f9
  =================================================
e4533f9
  
e4533f9
  * Bugs fixed:
e4533f9
  
0b8a3fb
   565223 - Perspective transformation jagged edges / comb effect
0b8a3fb
   563985 - jpg save dialog: "cancel" is treated like "commit"
e4533f9
            for settings
0b8a3fb
   564087 - Using clone tool on a layer with a part out of canvas
e4533f9
            causes crashes
0b8a3fb
   564593 - crash when the drawable is changed while a color tool
e4533f9
            is active
0b8a3fb
   564869 - GIMP crashes on selecting Tools->GEGL operation
0b8a3fb
   565138 - python-fu-foggify does not check if image is in rgb mode
0b8a3fb
   563130 - Hue selection mode does not cross the 0-360 degrees line
0b8a3fb
   563179 - Scrollbars not resized when we extend the canvas size
0b8a3fb
   562459 - PF_PALETTE: 'TypeError' when used in a plugin that is
e4533f9
            registered in <Image>
0b8a3fb
   562427 - Compilation with --as-needed
0b8a3fb
   562386 - PF_SLIDER and PF_SPINNER 'Step' values do not change
e4533f9
            consistently...
0b8a3fb
   562366 - Default image dimensions are not correctly
e4533f9
            transferred in the file/new dialog box
0b8a3fb
   561899 - GIMP can't save to mounted filesystem if file exists
e4533f9
  
e4533f9
  * Updated translations:
e4533f9
  
e4533f9
   Greek (el)
e4533f9
   Hindi (hi)
e4533f9
   Hungarian (hu)
e4533f9
   Italian (it)
e4533f9
   Japanese (ja)
e4533f9
   Korean (ko)
e4533f9
   Slovenian (sl)
e4533f9
   Swedish (sv)
e4533f9
   Tamil (ta)
e4533f9
   Simplified Chinese (zh_CN)
e4533f9
- add BuildRequires: aalib-devel
e4533f9
e73f5d8
* Mon Dec 01 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 2:2.6.3-3
e73f5d8
- Rebuild for Python 2.6
e73f5d8
23e699a
* Mon Nov 24 2008 Nils Philippsen <nils@redhat.com> - 2:2.6.3-2
23e699a
- own /usr/lib/gimp/2.0/interpreters (#473594)
23e699a
29aede1
* Mon Nov 24 2008 Nils Philippsen <nils@redhat.com> - 2:2.6.3-1
29aede1
- version 2.6.3
29aede1
29aede1
  Overview of Changes from GIMP 2.6.2 to GIMP 2.6.3
29aede1
  =================================================
29aede1
29aede1
  * Bugs fixed:
29aede1
0b8a3fb
   558454 - Plugin Map Color Range disappears from GIMP
0b8a3fb
   559239 - Error while loading psd-data
0b8a3fb
   560903 - Explicit zooming with e.g. '1' should handle
29aede1
            zoom-focus better
0b8a3fb
   560245 - Zoom selection always centered in the Navigation tab
0b8a3fb
   559490 - Wrong lang tags for 'no'
0b8a3fb
   559292 - SOTA Chrome cannot accept different textures
0b8a3fb
   560375 - Clearing an already empty document history crashes GIMP
0b8a3fb
   559580 - Image windows need better default locations
0b8a3fb
   560283 - "Scale image..." causes distortion around edges
0b8a3fb
   559716 - Changing crop size in Crop Tool Options can make UI
29aede1
            unresponsive
0b8a3fb
   558549 - Stroking a single-point path with a paint tool
29aede1
            crashes GIMP
0b8a3fb
   559015 - Move tool gives bad information about px moved
0b8a3fb
   558660 - help behavior for locales without manual translation
29aede1
29aede1
  * Updated translations:
29aede1
29aede1
   Belarusian (be)
29aede1
   Dutch (nl)
29aede1
   German (de)
29aede1
   Japanese (ja)
29aede1
   Lithuanian (lt)
29aede1
   Norwegian BokmĂĄl (nb)
29aede1
   Norwegian Nynorsk (nn)
29aede1
   Polish (pl)
29aede1
   Romanian (ro)
29aede1
7dfbba5
* Fri Nov 14 2008 Nils Philippsen <nils@redhat.com> - 2:2.6.2-3
7dfbba5
- bump release
7dfbba5
3580b60
* Tue Nov 11 2008 Nils Philippsen <nils@redhat.com> - 2:2.6.2-2
3580b60
- backport: use size units in JPEG save preview (#469551)
3580b60
3d2c54d
* Fri Oct 31 2008 Nils Philippsen <nils@redhat.com> - 2:2.6.2-1
3d2c54d
- version 2.6.2
3d2c54d
3d2c54d
  Overview of Changes from GIMP 2.6.1 to GIMP 2.6.2
3d2c54d
  =================================================
3d2c54d
3d2c54d
  * Bugs fixed:
3d2c54d
0b8a3fb
   557950 - Scaling in Gimp 2.6 is much slower than in Gimp 2.4
0b8a3fb
   558215 - unit and zoom entries in Statusbar not visible
0b8a3fb
   558451 - Cannot build GIMP using Sun CC on Solaris 2.8
0b8a3fb
   558420 - projection incorrect with alpha-less layers
0b8a3fb
   556603 - Zoom region always zooms in center of image
0b8a3fb
   557870 - "Qmask" message popping up here and there
0b8a3fb
   557705 - compatibility with GEGL > 0.0.20
0b8a3fb
   556248 - Scaling gives 'jagged' edges
0b8a3fb
   556804 - Zoom drop down doesn't update
0b8a3fb
   524615 - Print not to scale
0b8a3fb
   555246 - gimp crashes when a file is opened while a preview is generating
0b8a3fb
   556741 - Alpha layer automatically added (in psd format)
0b8a3fb
   556182 - Could you please explain a few strings [I18N]
0b8a3fb
   555697 - build fails if configured with --without-libjpeg
0b8a3fb
   134956 - Curves tool doesn't save free curves
3d2c54d
3d2c54d
  * Updated translations:
3d2c54d
3d2c54d
   Czech (cs)
3d2c54d
   Danish (da)
3d2c54d
   Finnish (fi)
3d2c54d
   French (fr)
3d2c54d
   Japanese (ja)
3d2c54d
   Polish (pl)
3d2c54d
   Brazilian Portuguese (pt_BR)
3d2c54d
   Swedish (sv)
3d2c54d
   Simplified Chinese (zh_CN)
29aede1
- update xdg-open patch
3d2c54d
5a53028
* Tue Oct 28 2008 Nils Philippsen <nils@redhat.com> - 2:2.6.1-2
5a53028
- update required versions of some packages (#467065)
5a53028
1227ac1
* Fri Oct 10 2008 Nils Philippsen <nils@redhat.com> - 2:2.6.1-1
1227ac1
- version 2.6.1
1227ac1
1227ac1
  Overview of Changes from GIMP 2.6.0 to GIMP 2.6.1
1227ac1
  =================================================
1227ac1
1227ac1
  * Bugs fixed:
1227ac1
0b8a3fb
   555587 - PSD file crashes PSD plug-in
0b8a3fb
   555222 - PSD Load Plugin: unsupported compression mode
0b8a3fb
   555362 - gimp-remote is not working properly
0b8a3fb
   555280 - some gif files will not be open
0b8a3fb
   554890 - JPEG Save Options Dialog does not remember
0b8a3fb
   554966 - Gimp crashes creating a new image using a template
0b8a3fb
   554785 - Compile failure on uri-backend-libcurl
0b8a3fb
   554646 - Opening Help crashes GIMP with lqr-plugin installed
0b8a3fb
   553534 - centering issues after image scaling and setting zoom
0b8a3fb
   554898 - Compile failure on uri-backend-wget.c
1227ac1
1227ac1
  * Updated translations:
1227ac1
1227ac1
   Belarusian (be)
1227ac1
   Catalan (ca)
1227ac1
   Finnish (fi)
1227ac1
   French (fr)
1227ac1
   Japanese (ja)
1227ac1
   Macedonian (mk)
1227ac1
   Punjab (pa)
1227ac1
   Brazilian Portuguese (pt_BR)
1227ac1
   Romanian (ro)
1227ac1
   Slovenian (sl)
1227ac1
   Swedish (sv)
1227ac1
bf3cc66
* Wed Oct 08 2008 Nils Philippsen <nils@redhat.com> - 2:2.6.0-3
bf3cc66
- split off help browser plugin
29d4645
- let gimp and gimp-help-browser obsolete older gimp versions to allow seamless
29d4645
  upgrades
bf3cc66
b2d5993
* Tue Oct 07 2008 Nils Philippsen <nils@redhat.com> - 2:2.6.0-2
b2d5993
- move gimptool to devel subpackage
b2d5993
- make gimp-plugin-mgr not require gimptool/pkg-config (#465869)
b2d5993
b1bcc29
* Thu Oct 02 2008 Nils Philippsen <nils@redhat.com> - 2:2.6.0-1
b1bcc29
- version 2.6.0
b1bcc29
- remove obsolete htmlview patch
b1bcc29
- remove obsolete distro version dependent defaults
b1bcc29
- don't use custom CFLAGS
b1bcc29
1703967
* Mon Sep 22 2008 Nils Philippsen <nils@redhat.com> - 2:2.4.7-4
1703967
- don't require desktop-file-utils (#463049, patch by Ville Skyttä)
1703967
e4db4d9
* Wed Sep 17 2008 Nils Philippsen <nils@redhat.com> - 2:2.4.7-3
e4db4d9
- don't make pyconsole.py plug-in executable as upstream indicates it shouldn't
e4db4d9
  be
e4db4d9
56446b1
* Wed Sep 17 2008 Nils Philippsen <nils@redhat.com> - 2:2.4.7-2
56446b1
- Merge review:
56446b1
  - convert spec file to UTF-8
56446b1
  - remove unneeded gimp2, gimp-beta obsoletes
56446b1
  - quote macros in changelog
56446b1
  - use only spaces, not tabs
56446b1
  - make pyconsole.py plug-in executable (upstream bug #552601)
56446b1
726f9a2
* Fri Aug 22 2008 Nils Philippsen <nphilipp@redhat.com> - 2:2.4.7-1
726f9a2
- version 2.4.7
726f9a2
726f9a2
  Changes in GIMP 2.4.7
726f9a2
  =====================
726f9a2
726f9a2
  - fixed issue in GIF load plug-in (bug #535888)
726f9a2
  - fixed event handling in MIDI controller (bug #537960)
726f9a2
  - fixed handling of the 'Highlight' tool option in Crop and Rectangle
726f9a2
    Select tools (bug #536582)
726f9a2
  - various fixes to the Python bindings:
726f9a2
    - fixed crash with Python 2.5 on 64 bit systems (bug #540629)
726f9a2
    - added missing validity checks (bug #536403)
726f9a2
    - allow to pass None for PDB_DISPLAY
726f9a2
  - plugged a memory leak in gimp-text-get-extents-fontname PDB call
726f9a2
  - fixed potential timeout issues in org.gimp.GIMP.UI D-Bus service
726f9a2
  - fixed endianness issue in the ICO save plug-in (bug #529629)
726f9a2
  - translation fixes and updates (be, it, lt, nn, vi)
726f9a2
657a34e
* Fri May 30 2008 Nils Philippsen <nphilipp@redhat.com> - 2:2.4.6-1
657a34e
- version 2.4.6
657a34e
657a34e
  Changes in GIMP 2.4.6
657a34e
  =====================
657a34e
657a34e
  - fixed handling of the "antialias" tool option (bug #521069)
657a34e
  - when loading a TIFF image, always set a filename on it (bug #521436)
657a34e
  - fixed initial state of curve type in Curves tool (bug #523873)
657a34e
  - fixed potential crash in the Dicom load plug-in
657a34e
  - respect the brush mask in the Heal tool (bug #521433)
657a34e
  - plugged some minor memory leaks
657a34e
  - fixed a glitch in the DND code (bug #317992)
657a34e
  - gimp-image-convert() must not accept palettes with > 256 colors (bug
657a34e
    #525471)
657a34e
  - fixed parameter description in the Map Object plug-in (bug #526679)
657a34e
  - fixed compilation of unit tests on Mac OS X (bug #528160)
657a34e
  - fixed handling of "argc-lower-val-y" PDB parameter in Curve Bend plug-in
657a34e
  - fixed overlap problem in Hue-Saturation tool (bug #527085)
657a34e
  - fixed asymmetry in Unsharp Mask plug-in (bug #530077)
657a34e
  - don't show non-existant color profiles in the selector (bug #528958)
657a34e
  - fixed issues with default aspect ratio in the Crop tool (bug #532057)
657a34e
  - fixed compilation of the PDF import plug-in with libpoppler 0.8
657a34e
  - fixed bug in clipboard brush code (bug #532886)
657a34e
  - corrected layer mask flag in PSD save plug-in (bug #526811)
657a34e
  - fixed an issue with tablets and newer X.Org releases
657a34e
  - keep the JPEG save plug-in from writing an empty EXIF tag (bug #529469)
657a34e
  - fixed crash in Selective Gaussion Blur plug-in (bug #529280)
657a34e
  - added new translations (Belarusian, Catalan, Norwegian Nynorsk)
657a34e
  - translation fixes and updates
657a34e
    (ar, ca, de, el, es, fi, fr, hu, it, ko, pl, pt_BR, ro, sv)
657a34e
036a6fe
* Mon Mar 03 2008 Nils Philippsen <nphilipp@redhat.com> - 2:2.4.5-1
036a6fe
- version 2.4.5
036a6fe
036a6fe
  Changes in GIMP 2.4.5
036a6fe
  =====================
036a6fe
036a6fe
  - fixed a regression introduced by the brush cursor optimization
036a6fe
    (bug #514309)
036a6fe
  - fixed bug in transform tool preview (bug #340965)
036a6fe
  - fixed PSD export of images with layer masks
036a6fe
  - fixed base64 encoding routine of the Mail plug-in
036a6fe
  - use the correct background color when creating a new image
036a6fe
    (bug #514082)
036a6fe
  - explicitly link libgimpthumb with GLib (bug #515566)
036a6fe
  - improved selection of the font sample string (bug #514021)
036a6fe
  - unified handling of "Enter" and "Space" keysyms (bug #516544)
036a6fe
  - fixed bug in the Glossy script when used with a pattern (bug #517285)
036a6fe
  - correctly record dimensions in Exif data when saving as JPEG
036a6fe
    (bug #517077)
036a6fe
  - fixed sensitivity of plug-in menu items (bug #517683)
036a6fe
  - fixed potential crashes in Wind, Warp, Small Tiles and Apply Canvas
036a6fe
    plug-ins (bug #516369)
036a6fe
  - added default keyboard shortcut for "Paste As New Image"
036a6fe
    (Ctrl-Shift-V)
036a6fe
  - added default keyboard shortcut for "Copy Visible" (Ctrl-Shift-C)
036a6fe
  - fixed missing preview update in Curves tool (bug #518012)
036a6fe
  - fixed a bug in the Frosty Logo script (bug #472316)
036a6fe
  - fixed backward transformations using the PDB (bug #518910)
036a6fe
  - translation fixes and updates (de, eu, eo, fr, he, hu, it, ja, ko)
036a6fe
7839e22
* Mon Feb 18 2008 Nils Philippsen <nphilipp@redhat.com> - 2:2.4.4-2
7839e22
- let gimp-libs provide, gimp and gimp-devel require "gimp-libs-%%{_arch}"
7839e22
  (#433195)
7839e22
ba5a4cf
* Wed Jan 30 2008 Nils Philippsen <nphilipp@redhat.com> - 2:2.4.4-1
ba5a4cf
- version 2.4.4
ba5a4cf
ba5a4cf
  Changes in GIMP 2.4.4
ba5a4cf
  =====================
ba5a4cf
ba5a4cf
  - fixed typo in stock icon name
ba5a4cf
  - fixed handling of PSD files with empty layer names (bug #504149)
ba5a4cf
  - merged TinyScheme bug-fixes
ba5a4cf
  - removed duplicate entry from Tango palette
ba5a4cf
  - corrected parameter range in Chip Away script (bug #506110)
ba5a4cf
  - reduced redraw priority and speed of the marching ants (bug #479875)
ba5a4cf
  - fixed out-of-bounds array access in Convolution Matrix plug-in
ba5a4cf
  - reduced rounding errors in Convolution Matrix plug-in (bug #508114)
ba5a4cf
  - fixed potential crash on missing CMYK color profile
ba5a4cf
  - fixed crash in Bumpmap plug-in when called from some scripts (bug #509608)
ba5a4cf
  - Equalize should not equalise the alpha channel (bug #510210)
ba5a4cf
  - increased the number of points the ImageMap plug-in can handle (bug #511072)
ba5a4cf
  - adjusted the priority of the projection renderer (bug #511214)
ba5a4cf
  - smooth the brush mask to get a simpler cursor boundary (bug #304798)
ba5a4cf
  - show the selection even if the image window is invisible (bug #505758)
ba5a4cf
  - allow to commit a pending rectangular selection using Enter (bug #511599)
ba5a4cf
  - fixed bug in image dirty state logic (bug #509822)
ba5a4cf
  - improved GIMPressionist preformance and reduced startup time (bug #512126)
ba5a4cf
  - fixed a crash in the Convert to Color Profile plug-in (bug #512529)
ba5a4cf
  - merged some other minor fixes from trunk
ba5a4cf
  - translation updates (de, it, lt, ru, sv, uk)
ba5a4cf
8d6a2a3
* Mon Jan 28 2008 Nils Philippsen <nphilipp@redhat.com> - 2:2.4.3-2
8d6a2a3
- don't package static libraries (#430330)
8d6a2a3
- use %%bcond_... macros for package options
8d6a2a3
742e451
* Mon Dec 17 2007 Nils Philippsen <nphilipp@redhat.com> - 2:2.4.3-1
742e451
- version 2.4.3
742e451
742e451
  Changes in GIMP 2.4.3
742e451
  =====================
742e451
742e451
  - avoid filename encoding problems in the WMF import plug-in (bug #499329)
742e451
  - fixed horizontal flipping of linked layers (bug #499161)
742e451
  - fixed a missing update in the Lighting plug-in UI (bug #500317)
742e451
  - fixed a potential crash in the projection code (bug #500178)
742e451
  - fixed a minor Makefile issue (bug #500826)
742e451
  - removed some pointless warnings from the JPEG and TIFF load plug-ins
742e451
  - fixed size calculation for the image size warning dialog (bug #329468)
742e451
  - fixed loading of tool options for the rectangle tools (bug #498948)
742e451
  - push/pop a context in the Fog filter
742e451
  - fixed potential crashes in the Python binding
742e451
  - corrected grid drawing with non-integer spacing (bug #502374)
742e451
  - fixed grid snapping for coordinates less than the grid offset
742e451
  - made the healing brush work properly when dragged (bug #492575)
742e451
  - update tool state when a device change happens (bug #493176)
742e451
  - improved validation of strings sent over the wire (bug #498207)
742e451
  - fixed integer check in Script-Fu (bug #498207)
742e451
  - fixed potential out-of-memory problem in Script-Fu
742e451
  - translation updates (ca, cs, de, gl, it, ko, lt, sv, uk)
742e451
6992fb5
* Wed Nov 28 2007 Nils Philippsen <nphilipp@redhat.com> - 2:2.4.2-2
6992fb5
- fix typo to build internal print plugin from F8 onwards (#401931)
6992fb5
0b9421e
* Thu Nov 22 2007 Nils Philippsen <nphilipp@redhat.com> - 2:2.4.2-1
0b9421e
- version 2.4.2
0b9421e
0b9421e
  Changes in GIMP 2.4.2
0b9421e
  =====================
0b9421e
0b9421e
  - removed broken and useless HSV Graph script (bug #491311)
0b9421e
  - update the histogram when a color correction tool is cancelled (bug #493639)
0b9421e
  - fixed a crash with certain plug-in or script descriptions (bug #492718)
0b9421e
  - corrected a tooltip (bug #495564)
0b9421e
  - fixed a crash when GIMP is run without any modules (bug #495863)
0b9421e
  - fixed error handling in the TIFF plug-in
0b9421e
  - fixed a problem with Sample points
0b9421e
  - fixed a crash when merging layers in indexed image (bug #495990)
0b9421e
  - update the histogram when painting (bug #494049)
0b9421e
  - fixed another problem with merge operations on indexed images (bug #496437)
0b9421e
  - fixed crash in TIFF plug-in when saving indexed images (bug #497103)
0b9421e
  - changed defaults so that a system monitor profile is only used when the
0b9421e
    user explicitely enabled this feature (bug #496890)
0b9421e
  - fixed endless loop when running equalize on transparent areas (bug #497291)
0b9421e
  - fixed heap corruption in GimpColorScale widget that caused a crash in the
0b9421e
    Compose plug-in (bug #399484)
0b9421e
  - fixed use of background color in Particle Trace script (bug #498282)
0b9421e
  - set the image menu insensitive when there's no image opened (bug #498511)
0b9421e
  - translation updates (ca, et, it, lt, pt, pt_BR, sr, sv)
0b9421e
215a52a
* Wed Oct 31 2007 Nils Philippsen <nphilipp@redhat.com> - 2:2.4.1-1
215a52a
- version 2.4.1
215a52a
215a52a
  Changes in GIMP 2.4.1
215a52a
  =====================
215a52a
215a52a
  - fixed a minor display rendering problem
215a52a
  - improved the workaround for broken graphics card drivers (bug #421466)
215a52a
  - fixed a crash with broken scripts and plug-ins (bug #490055)
215a52a
  - fixed potential syntax error in configure script (bug #490068)
215a52a
  - fixed parsing of floating point numbers in Script-Fu (bug #490198)
215a52a
  - fixed potential crash when converting an indexed image to RGB (bug #490048)
215a52a
  - update the histogram while doing color corrections (bug #490182)
215a52a
  - fixed another crash with broken plug-ins (bug #490617).
215a52a
  - translation updates
215a52a
fb64c84
* Mon Oct 29 2007 Nils Philippsen <nphilipp@redhat.com> - 2:2.4.0-4
fb64c84
- use either htmlview or xdg-open in documentation instead of firefox (#355801)
fb64c84
d94f3ac
* Thu Oct 25 2007 Nils Philippsen <nphilipp@redhat.com> - 2:2.4.0-3
4d5d247
- add epoch to obsoletes
4d5d247
afb0016
* Wed Oct 24 2007 Nils Philippsen <nphilipp@redhat.com> - 2:2.4.0-1
afb0016
- version 2.4.0
097879e
- use xdg-open instead of htmlview on Fedora 7 and later
097879e
- change hicolor-icon-theme requirement to be "uncolored" (without
097879e
  "(post)"/"(postun)")
097879e
- don't let gtk-update-icon-cache fail scriptlets
afb0016
863df29
* Fri Sep 07 2007 Nils Philippsen <nphilipp@redhat.com> - 2:2.4.0-0.rc3.2
863df29
- build internal print plugin, don't require external print plugins on Fedora 8
863df29
  and later
863df29
effda9e
* Fri Sep 07 2007 Nils Philippsen <nphilipp@redhat.com> - 2:2.4.0-0.rc3.1
effda9e
- version 2.4.0-rc3
effda9e
c147261
* Fri Sep 07 2007 Nils Philippsen <nphilipp@redhat.com> - 2:2.4.0-0.rc2.2
c147261
- rebuild to pick up new version of poppler
c147261
a2fbdac
* Tue Sep 04 2007 Nils Philippsen <nphilipp@redhat.com> - 2:2.4.0-0.rc2.1
a2fbdac
- version 2.4.0-rc2
a2fbdac
4a473ed
* Thu Aug 16 2007 Nils Philippsen <nphilipp@redhat.com> - 2:2.4.0-0.rc1.1
b031445
- version 2.4.0-rc1
d7da253
- change license tags to GPLv2+ (main app), LGPLv2+ (libs and devel)
b031445
- drop libXt-devel build requirement
b031445
- build-require pygobject2-devel directly
b031445
- don't let %%postun fail
b031445
- remove obsolete buildroot, gimphelpmissing, icontheme, gifload, gimptool
b031445
  patches
b031445
- update htmlview patch
b031445
- use more distinct build root
b031445
- use %%buildroot consistently
b031445
- explicitely enable configure options
b031445
- more versionized build requirements
b031445
- don't rebuild autofoo files
b031445
- reformat spec file a bit
d7da253
ed319ac
* Fri Jul 13 2007 Nils Philippsen <nphilipp@redhat.com> - 2:2.2.17-1
ed319ac
- version 2.2.17
ed319ac
ed319ac
  Bugs fixed in GIMP 2.2.17
ed319ac
  =========================
ed319ac
ed319ac
  - fixed regression in PSD load plug-in (bug #456042)
ed319ac
  - fixed crash when loading a corrupt PSD file (bug #327444)
ed319ac
  - work around for Pango appending " Not-Rotated" to font names 
ed319ac
959e3c2
* Wed Jul 11 2007 Nils Philippsen <nphilipp@redhat.com> - 2:2.2.16-2
959e3c2
- don't let gimp-plugin-mgr --uninstall fail %%post scriptlet
959e3c2
ab85a32
* Mon Jul 09 2007 Nils Philippsen <nphilipp@redhat.com> - 2:2.2.16-1
ab85a32
- version 2.2.16
ab85a32
ab85a32
  Bugs fixed in GIMP 2.2.16
ab85a32
  =========================
ab85a32
ab85a32
  - improved input value validation in several file plug-ins (bug #453973)
ab85a32
  - improved handling of corrupt or invalid XCF files
ab85a32
  - guard against integer overflows in several file plug-ins (bug #451379)
ab85a32
  - fixed handling of background alpha channel in XCF files (bug #443097)
ab85a32
  - improved forward compatibility of the config parser
ab85a32
  - fixed crash when previewing some animated brushes (bug #446005)
ab85a32
ab85a32
- remove obsolete psd-invalid-dimensions patch
ab85a32
68e3332
* Wed Jun 27 2007 Nils Philippsen <nphilipp@redhat.com> - 2:2.2.15-3
6342740
- refuse to open PSD files with insanely large dimensions (#244400, fix by Sven
68e3332
  Neumann)
68e3332
14639c5
* Wed Jun 13 2007 Nils Philippsen <nphilipp@redhat.com> - 2:2.2.15-2
6a1973a
- require gutenprint-plugin or gimp-print-plugin (#243593)
14639c5
5081ba0
* Thu May 31 2007 Nils Philippsen <nphilipp@redhat.com> - 2:2.2.15-1
5081ba0
- version 2.2.15
5081ba0
5081ba0
  Bugs fixed in GIMP 2.2.15
5081ba0
  =========================
5081ba0
  
5081ba0
  - fixed parsing of GFig files with CRLF line endings (bug #346988)
5081ba0
  - guard against a possible stack overflow in the Sunras loader (bug #433902)
5081ba0
  - fixed definition of datarootdir in gimptool-2.0 (bug #436386)
5081ba0
  - fixed Perspective tool crash on Mac OS X (bug #349483)
5081ba0
  - fixed area resizing in the Image Map plug-in (bug #439222)
5081ba0
  - added missing library in gimptool-2.0 --libs output
5081ba0
  - added new localizations: Occitan and Persian
5081ba0
5081ba0
- remove obsolete sunras-overflow patch
5081ba0
95c1c4a
* Tue May 01 2007 Nils Philippsen <nphilipp@redhat.com> - 2:2.2.14-5
d21c9fc
- don't let gimp-plugin-mgr --uninstall fail %%pre/%%preun scriptlets (#238337)
95c1c4a
fc7bffd
* Mon Apr 30 2007 Nils Philippsen <nphilipp@redhat.com> - 2:2.2.14-4
fc7bffd
- fix plugin symlinks handling better (#238337)
fc7bffd
dcbc8a0
* Mon Apr 30 2007 Nils Philippsen <nphilipp@redhat.com> - 2:2.2.14-3
dcbc8a0
- don't erroneously delete symlinks to external plugins when updating (#238337)
dcbc8a0
bfaa990
* Mon Apr 30 2007 Nils Philippsen <nphilipp@redhat.com> - 2:2.2.14-2
bfaa990
- avoid buffer overflow in sunras plugin (#238422)
bfaa990
603b91d
* Tue Apr 24 2007 Nils Philippsen <nphilipp@redhat.com> - 2:2.2.14-1
603b91d
- version 2.2.14
603b91d
  
603b91d
  Bugs fixed in GIMP 2.2.14
603b91d
  =========================
603b91d
  
603b91d
  - avoid crashing on newer versions of the winicon format (bug #352899)
603b91d
  - fixed crash in Postscript plug-in (bug #353381)
603b91d
  - fixed handling of TABs in the text tool (bug #353132)
603b91d
  - fixed bug in Depth Merge plug-in (bug #355219)
603b91d
  - fixed bug in GimpDrawablePreview widget (bug #353639)
603b91d
  - fixed bug in Line Nove script (bug #357433)
603b91d
  - fixed bug in Ripple plug-in (bug #357431)
603b91d
  - save locale independent files from Fractal Explorer plug-in (bug #360095)
603b91d
  - fixed bug in Super Nova plug-in (bug #340073)
603b91d
  - be more robust against broken XCF files (bug #357809)
603b91d
  - fixed drawing issues in Image Map plug-in (bug #311621)
603b91d
  - fixed smoothing option in Fractal Explorer plug-in (bug #372671)
603b91d
  - load channels in the proper order when opening an XCF file (bug #378003)
603b91d
  - deal with floating selections in the Burn-In Animation script (bug #384096)
603b91d
  - fixed clipping in the GimpPreviewArea widget (bug #392692)
603b91d
  - fixed a potential crash in gimp-remote (bug #392111)
603b91d
  - work around a file-chooser problem on Windows (bug #398726)
603b91d
  - fixed markup of the gimp(1) manual page (bug #401145)
603b91d
  - fixed the fix for the right-to-left layout in layers dialog (bug #348347)
603b91d
  - fixed PSD save plug-in on 64bit architectures (bug #335130)
603b91d
  - added missing dependency in gimpui-2.0.pc file (bug #356394)
603b91d
  - fixed a crash in the PSD save plug-in (bug #395385)
603b91d
  - improved robustness of transform tool preview code (bug #420595)
603b91d
  - improved forward compatibility of XCF loader (bug #316207)
603b91d
  - don't crash in the Compressor plug-in if files can't be opened (bug #422444)
603b91d
  - fixed sensitivity of input fields in the Lighting plug-in (bug #359833)
603b91d
0590e2f
- don't BuildRequire gimp-print/gutenprint anymore
0590e2f
8eede9b
* Mon Mar 26 2007 Nils Philippsen <nphilipp@redhat.com> - 2:2.2.13-3
8eede9b
- use gutenprint per default for current development/future distribution
8eede9b
  versions (Fedora >= 7, RHEL >= 6)
8eede9b
aa12b70
* Mon Mar 26 2007 Nils Philippsen <nphilipp@redhat.com> - 2:2.2.13-2
ffc8e6e
- own used directories in gimp-devel (#233794)
ffc8e6e
8f0654e
* Wed Feb 21 2007 Nils Philippsen <nphilipp@redhat.com>
8f0654e
- s/%%redhat/%%rhel/g
8f0654e
99c8ac8
* Wed Feb 07 2007 Nils Philippsen <nphilipp@redhat.com>
99c8ac8
- really change defaults for use of modular X and lcms (#224156)
99c8ac8
c52a9ba
* Thu Feb 01 2007 Nils Philippsen <nphilipp@redhat.com>
c52a9ba
- change defaults for use of modular X and lcms (#224156)
c52a9ba
cd1c20a
* Fri Aug 25 2006 Nils Philippsen <nphilipp@redhat.com> - 2:2.2.13-1
cd1c20a
- version 2.2.13
1bf2a9e
- remove obsolete filename patch
cd1c20a
ab60676
* Thu Aug 17 2006 Nils Philippsen <nphilipp@redhat.com> - 2:2.2.12-5
ab60676
- don't barf on empty /etc/gimp/plugins.d (#202808)
ab60676
493446b
* Wed Aug 16 2006 Nils Philippsen <nphilipp@redhat.com> - 2:2.2.12-4
493446b
- revamp scheme for integrating external plugins (#202545)
493446b
063bbe5
* Wed Aug 02 2006 Nils Philippsen <nphilipp@redhat.com> - 2:2.2.12-3
063bbe5
- allow spaces in filenames when saving (#200888, patch by Michael Natterer)
063bbe5
84ca82a
* Tue Jul 18 2006 Nils Philippsen <nphilipp@redhat.com> - 2:2.2.12-2
84ca82a
- split off libraries into gimp-libs to allow multilib installations
84ca82a
- remove pre-release cruft
84ca82a
98a073c
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2:2.2.12-1.1
98a073c
- rebuild
98a073c
e745b84
* Mon Jul 10 2006 Nils Philippsen <nphilipp@redhat.com> - 2:2.2.12-1
0115ae9
- version 2.2.12
0115ae9
- use %%dist/%%fedora/%%redhat
c09d14e
- remove obsolete gcc4, libpng patches
e2ce815
- show build options in %%prep
e745b84
- require gettext for building
0115ae9
2ae4d33
* Wed May 31 2006 Nils Philippsen <nphilipp@redhat.com> - 2:2.2.11-5
2ae4d33
- cope with pygobject2/-devel being split off (#193368)
2ae4d33
5dbcda5
* Tue May 09 2006 Nils Philippsen <nphilipp@redhat.com> - 2:2.2.11-4
9579c38
- don't use long deprecated libpng API (#191027, patch by Manish Singh)
5dbcda5
a79903e
* Thu Apr 20 2006 Nils Philippsen <nphilipp@redhat.com> - 2:2.2.11-3
a79903e
- only use pkgconfig if needed in gimptool, require pkgconfig in devel
a79903e
  subpackage (#189314, #189371)
a79903e
f4934b4
* Wed Apr 19 2006 Nils Philippsen <nphilipp@redhat.com> - 2:2.2.11-2
f4934b4
- require pkgconfig (#189314)
f4934b4
214998e
* Tue Apr 18 2006 Nils Philippsen <nphilipp@redhat.com> - 2:2.2.11-1
214998e
- version 2.2.11
214998e
c9591fb
* Fri Mar 03 2006 Nils Philippsen <nphilipp@redhat.com> - 2:2.2.10-4
3128c18
- use htmlview as default web browser (#183730, patch by Ben Levenson)
cd5f4c1
- require hicolor-icon-theme (#182784, #182785)
3128c18
7e42321
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2:2.2.10-2.2
7e42321
- bump again for double-long bug on ppc(64)
7e42321
b36b704
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 2:2.2.10-2.1
b36b704
- rebuilt for new gcc4.1 snapshot and glibc changes
b36b704
f2c207c
* Tue Jan 10 2006 Nils Philippsen <nphilipp@redhat.com>
f2c207c
- rebuild with lcms
f2c207c
7b12b5e
* Thu Dec 29 2005 Nils Philippsen <nphilipp@redhat.com> - 2.2.10
7b12b5e
- version 2.2.10
7b12b5e
39ac4c1
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
39ac4c1
- rebuilt
39ac4c1
6ec1aeb
* Fri Dec 09 2005 Nils Philippsen <nphilipp@redhat.com>
6ec1aeb
- build with -fomit-frame-pointer to let assembly build with gcc 4.1
6ec1aeb
274541d
* Fri Dec 02 2005 Nils Philippsen <nphilipp@redhat.com>
274541d
- build with gcc 4.1
274541d
7e39fe4
* Tue Nov 08 2005 Nils Philippsen <nphilipp@redhat.com>
7e39fe4
- don't include .la files (#172626)
7e39fe4
- require findutils for building
7e39fe4
4a81e23
* Wed Nov 02 2005 Nils Philippsen <nphilipp@redhat.com> - 2.2.9
4a81e23
- version 2.2.9
4a81e23
- first attempt at dealing with modular X
4a81e23
1a595d6
* Tue Aug 16 2005 Nils Philippsen <nphilipp@redhat.com>
1a595d6
- rebuild
1a595d6
fed3c6a
* Thu Jul 28 2005 Nils Philippsen <nphilipp@redhat.com>
fed3c6a
- fix gimptool manpage symlink
fed3c6a
c199c6f
* Mon Jul 25 2005 Nils Philippsen <nphilipp@redhat.com> - 2.2.8
c199c6f
- version 2.2.8
bd9c869
- clean up file list generation a bit
48acc7b
- gimptool manpage is in section 1 not 5
7850439
- list auto-generated .pyc and .pyo files
c199c6f
b06fd01
* Fri May 13 2005 Nils Philippsen <nphilipp@redhat.com>
1a3d057
- fix inline asm of MMX/SSE optimizations instead of using -mmmx and the like
1a3d057
1a3d057
* Fri May 13 2005 Nils Philippsen <nphilipp@redhat.com>
b06fd01
- fix cpuinstructionset patch so that it actually uses CPU-specific
b06fd01
  optimizations
b06fd01
a55352e
* Wed May 11 2005 Nils Philippsen <nphilipp@redhat.com>
a55352e
- use -mmmx/sse/sse2/... only for the relevant source files so that extended
a55352e
  instruction sets only get used on suitable CPUs (#157409)
a55352e
acf88b7
* Mon May 09 2005 Nils Philippsen <nphilipp@redhat.com>
acf88b7
- version 2.2.7, fixes bug in SSE2 assembly for Lighten Only layer mode
acf88b7
  (#145771) and various other bugs
668448c
- on x86 and x86_64, use -msse and -msse2 to accomodate newer compilers
acf88b7
9dacdf4
* Wed Apr 27 2005 Jeremy Katz <katzj@redhat.com> - 2:2.2.6-2
9dacdf4
- silence %%post
9dacdf4
88f0f5a
* Mon Apr 11 2005 Nils Philippsen <nphilipp@redhat.com>
88f0f5a
- version 2.2.6
88f0f5a
0fefec1
* Tue Mar 29 2005 Nils Philippsen <nphilipp@redhat.com>
0fefec1
- revert gtk requirement change
0fefec1
18695cd
* Mon Mar 28 2005 Matthias Clasen <mclasen@redhat.com>
18695cd
- Rebuild against newer libexif
18695cd
dcf49ac
* Mon Mar 28 2005 Christopher Aillon <caillon@redhat.com>
dcf49ac
- rebuilt
dcf49ac
b47788a
* Fri Mar 25 2005 Christopher Aillon <caillon@redhat.com>
b47788a
- Update the GTK+ theme icon cache on (un)install
b47788a
96ff289
* Tue Mar 22 2005 Nils Philippsen <nphilipp@redhat.com>
96ff289
- install convenience symlinks for man pages
96ff289
96ff289
* Fri Mar 11 2005 Nils Philippsen <nphilipp@redhat.com>
0765380
- don't refer to freefonts and sharefonts in %%description
0765380
ae258ef
* Wed Mar 09 2005 Nils Philippsen <nphilipp@redhat.com>
ae258ef
- prevent gifload plugin from crashing when loading files with bogus frame size
ae258ef
  (#150677, #150678)
ae258ef
f28f9fe
* Wed Mar 02 2005 Nils Philippsen <nphilipp@redhat.com>
3cf40f9
- don't barf when building with gcc 4.0
f28f9fe
d93d73d
* Wed Feb 23 2005 Nils Philippsen <nphilipp@redhat.com>
d93d73d
- version 2.2.4
d93d73d
- require newer versions of gtk2 (#143840), glib2 and pango
d93d73d
961248d
* Sat Jan 29 2005 Nils Philippsen <nphilipp@redhat.com>
961248d
- make desktop icon themeable (#146486)
961248d
1411780
* Mon Jan 24 2005 Nils Philippsen <nphilipp@redhat.com>
1411780
- version 2.2.3
1411780
- remove exifmarkerlength patch (improved version applied upstream)
1411780
54864e0
* Mon Jan 17 2005 Nils Philippsen <nphilipp@redhat.com>
54864e0
- clip thumbnail quality at 75 and don't barf on saving images at quality 0
54864e0
  (fix patch for #145100)
54864e0
b105c39
* Fri Jan 14 2005 Nils Philippsen <nphilipp@redhat.com>
b105c39
- avoid writing excessively long EXIF markers (#145100)
b105c39
87ba96f
* Tue Jan 11 2005 Nils Philippsen <nphilipp@redhat.com>
87ba96f
- version 2.2.2
c4d72d1
- autogenerate %%microver
87ba96f
ba8f79f
* Wed Dec 29 2004 Nils Philippsen <nphilipp@redhat.com>
ba8f79f
- version 2.2.1
ba8f79f
- pygimp-logo.png included in tarball again
ba8f79f
1875a30
* Mon Dec 20 2004 Nils Philippsen <nphilipp@redhat.com>
1875a30
- version 2.2.0
ebb839b
- include pygimp-logo.png missing from tarball
1875a30
e5dee46
* Fri Dec 10 2004 Nils Philippsen <nphilipp@redhat.com>
e5dee46
- use xsane plugin (un)install script if available
e5dee46
7a2ee9b
* Mon Nov 22 2004 Nils Philippsen <nphilipp@redhat.com>
7a2ee9b
- version 2.2-pre2
7a2ee9b
3d861c3
* Thu Nov 18 2004 Nils Philippsen <nphilipp@redhat.com>
3d861c3
- obsolete fixed gimp-perl version to be able to reintroduce it at a
3d861c3
  later point
cab9d68
- use correct dir in source URL
3d861c3
9ad3796
* Wed Nov 03 2004 Nils Philippsen <nphilipp@redhat.com>
9ad3796
- version 2.2-pre1
9ad3796
9ad3796
* Sun Oct 24 2004 Nils Philippsen <nphilipp@redhat.com>
9ad3796
- remove unnecessary echo statement
9ad3796
9ad3796
* Fri Oct 15 2004 Nils Philippsen <nphilipp@redhat.com>
9ad3796
- version 2.1.7 unstable
9ad3796
4ff72e1
* Thu Oct 14 2004 Nils Philippsen <nphilipp@redhat.com>
d1fe0d3
- catch wrong values of bpp in BMP plugin (#135675), don't forget 1bpp and
d1fe0d3
  24bpp (d'oh)
4ff72e1
6db8bfc
* Thu Sep 30 2004 Christopher Aillon <caillon@redhat.com>
6db8bfc
- PreReq desktop-file-utils >= 0.9
6db8bfc
4e7e45d
* Sun Sep 26 2004 Nils Philippsen <nphilipp@redhat.com>
4e7e45d
- fix post/postun requirements
4e7e45d
280aa23
* Sat Sep 25 2004 Nils Philippsen <nphilipp@redhat.com>
280aa23
- version 2.0.5
280aa23
8349f6d
* Thu Sep 16 2004 Nils Philippsen <nphilipp@redhat.com>
05cace8
- rename desktop title (#132548)
8349f6d
cvsdist 50517ce
* Thu Aug 26 2004 Nils Philippsen <nphilipp@redhat.com>
cvsdist 50517ce
- add MimeType to desktop file
cvsdist 83bcb28
- run update-desktop-database in %%post/%%postun
cvsdist 83bcb28
- don't make stunts with -32 or -64 postfixed binaries anymore
cvsdist 83bcb28
- require /sbin/ldconfig and /usr/bin/update-desktop-database
cvsdist 50517ce
cvsdist a467fae
* Tue Aug 10 2004 Nils Philippsen <nphilipp@redhat.com>
cvsdist a467fae
- build requires libwmf-devel
cvsdist a467fae
cvsdist 6208603
* Fri Aug 06 2004 Nils Philippsen <nphilipp@redhat.com>
cvsdist 6208603
- version 2.0.4
cvsdist 6208603
cvsdist dd16744
* Wed Aug 04 2004 Nils Philippsen <nphilipp@redhat.com>
cvsdist dd16744
- rebuild to pick up new libcroco
cvsdist dd16744
cvsdist 5cabd2a
* Thu Jul 22 2004 Nils Philippsen <nphilipp@redhat.com>
cvsdist 5cabd2a
- version 2.0.3
cvsdist 5cabd2a
- buildreq gtk2-devel >= 2.4.0
cvsdist 5cabd2a
- use -32 or -64 postfixed binaries if available
cvsdist 5cabd2a
cvsdist 5cabd2a
* Fri Jul 02 2004 Nils Philippsen <nphilipp@redhat.com>
cvsdist 5cabd2a
- use included desktop (#126723), application-registry, mime-info and
cvsdist 5cabd2a
  icon files
cvsdist 5cabd2a
- remove perl cruft (Gimp-Perl is an external package now)
cvsdist 5cabd2a
- further spec file cleaning
cvsdist 5cabd2a
cvsdist 7c0354e
* Thu Jun 24 2004 Nils Philippsen <nphilipp@redhat.com>
cvsdist 7c0354e
- version 2.0.2
cvsdist b407740
- fix summary (#126682)
cvsdist 7c0354e
cvsdist ae64daa
* Tue Jun 22 2004 Nils Philippsen <nphilipp@redhat.com>
cvsdist ae64daa
- build with gcc34 patch (sopwith)
cvsdist ae64daa
cvsdist 2c56a4b
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 2c56a4b
- rebuilt
cvsdist 2c56a4b
cvsdist be08832
* Mon May 31 2004 Nils Philippsen <nphilipp@redhat.com>
cvsdist be08832
- rebuild for Rawhide
cvsdist be08832
cvsdist be08832
* Wed May 26 2004 Nils Philippsen <nphilipp@redhat.com>
cvsdist be08832
- add libjpeg-devel to BuildRequires (#121236)
cvsdist be08832
- spit out slightly more informative help message if gimp-help is missing
cvsdist be08832
  (#124307)
cvsdist be08832
cvsdist 014e9ab
* Fri May 21 2004 Matthias Clasen <mclasen@redhat.com>
cvsdist 014e9ab
- rebuild
cvsdist be08832
cvsdist 6998d3f
* Wed Apr 21 2004 Seth Nickell <snickell@redhat.com>
cvsdist 6998d3f
- Rename menu entry for .desktop file to "GIMP Image Editor"
cvsdist 6998d3f
cvsdist 6998d3f
* Tue Apr 20 2004 Nils Philippsen <nphilipp@redhat.com>
cvsdist 6998d3f
- update BuildRequires/Requires (#121236)
cvsdist 6998d3f
cvsdist 6998d3f
* Wed Apr 14 2004 Nils Philippsen <nphilipp@redhat.com>
cvsdist 6998d3f
- version 2.0.1
cvsdist 6998d3f
cvsdist 6998d3f
* Sun Mar 28 2004 Nils Philippsen <nphilipp@redhat.com>
cvsdist 6998d3f
- fix slide script-fu
cvsdist 6998d3f
cvsdist 6998d3f
* Sat Mar 27 2004 Nils Philippsen <nphilipp@redhat.com>
cvsdist 6998d3f
- bump some Build/Requires: versions
cvsdist 6998d3f
- change desktop file to actually run gimp-2.0
cvsdist 6998d3f
cvsdist 6998d3f
* Wed Mar 24 2004 Nils Philippsen <nphilipp@redhat.com>
cvsdist 6998d3f
- version 2.0.0
cvsdist 6998d3f
cvsdist 6998d3f
* Tue Mar 23 2004 Nils Philippsen <nphilipp@redhat.com>
cvsdist 6998d3f
- version 2.0rc1
cvsdist 6998d3f
cvsdist 6998d3f
* Wed Mar 17 2004 Nils Philippsen <nphilipp@redhat.com>
cvsdist 6998d3f
- version 2.0pre4
cvsdist 6998d3f
cvsdist 17a6ece
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 17a6ece
- rebuilt
cvsdist e6eb6d0
cvsdist 17a6ece
* Wed Feb 18 2004 Tim Waugh <twaugh@redhat.com>
cvsdist 17a6ece
- Added epoch to gimp-perl obsoletes tag.
cvsdist e6eb6d0
cvsdist 17a6ece
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
cvsdist e6eb6d0
- rebuilt
cvsdist e6eb6d0
cvsdist 17a6ece
* Fri Feb 13 2004 Nils Philippsen <nphilipp@redhat.com>
cvsdist 17a6ece
- fix typo in %%_enable_print macro
cvsdist 17a6ece
- install convenience symlinks (gimp, gimp-remote, gimptool)
cvsdist e6eb6d0
cvsdist 17a6ece
* Sun Feb 08 2004 Nils Philippsen <nphilipp@redhat.com>
cvsdist 17a6ece
- require gtk2, glib2 >= 2.3.0, pango >= 1.3.0
cvsdist de17517
cvsdist 17a6ece
* Fri Feb 06 2004 Nils Philippsen <nphilipp@redhat.com>
cvsdist 17a6ece
- version 2.0pre3
cvsdist 17a6ece
- update buildroot patch
cvsdist 17a6ece
- enable building static libs (old default)
cvsdist 17a6ece
- have '--define'able enable_*
cvsdist 17a6ece
- disable building of print plugin, it's in another package
cvsdist 17a6ece
cvsdist 17a6ece
* Fri Jan 30 2004 Nils Philippsen <nphilipp@redhat.com>
cvsdist 17a6ece
- rebuild against new libcroco
cvsdist 17a6ece
cvsdist 17a6ece
* Sat Jan 24 2004 Nils Philippsen <nphilipp@redhat.com>
cvsdist 17a6ece
- require %%{epoch}:%%{version}-%%{release} of base package in sub packages
cvsdist 17a6ece
- rather use %%{?smp_mflags} to actually exploit SMP build systems
cvsdist 17a6ece
cvsdist 17a6ece
* Fri Jan 23 2004 Nils Philippsen <nphilipp@redhat.com>
cvsdist 17a6ece
- set epoch to 1 to upgrade old gimp rpms
cvsdist 17a6ece
- obsolete gimp2-devel, gimp-beta-devel to allow upgrade of 3rd party repo
cvsdist 17a6ece
  packages, gimp-perl to upgrade old package
cvsdist 17a6ece
cvsdist 17a6ece
* Fri Jan 23 2004 Nils Philippsen <nphilipp@redhat.com>
cvsdist 17a6ece
- fix binary name in desktop file ("gimp-1.3" until gimp-2.0 becomes final, to
cvsdist 17a6ece
  allow coexistence with old gimp-1.x packages)
cvsdist 17a6ece
- system intltool buildrequires perl-XML-Parser, work around that, yay
cvsdist 17a6ece
cvsdist 17a6ece
* Thu Jan 22 2004 Nils Philippsen <nphilipp@redhat.com>
cvsdist 17a6ece
- build as gimp, not gimp-beta
cvsdist 17a6ece
- remove all the beta blurbs
cvsdist 17a6ece
- fix automake dependency
cvsdist 17a6ece
- fix libtool usage
cvsdist de17517
cvsdist 17a6ece
* Tue Jan 20 2004 Nils Philippsen <nphilipp@redhat.com>
cvsdist 17a6ece
- version 2.0pre2
cvsdist de17517
cvsdist 17a6ece
* Sun Jan 11 2004 Nils Philippsen <nphilipp@redhat.com>
cvsdist 17a6ece
- version 2.0pre1
cvsdist de17517
cvsdist 17a6ece
* Tue Nov 25 2003 Nils Philippsen <nphilipp@redhat.com>
cvsdist 17a6ece
- version 1.3.23 beta
cvsdist de17517
cvsdist 17a6ece
* Fri Nov 21 2003 Nils Philippsen <nphilipp@redhat.com>
cvsdist 17a6ece
- version 1.3.22 beta
cvsdist de17517
cvsdist 17a6ece
* Thu Oct 16 2003 Nils Philippsen <nphilipp@redhat.com>
cvsdist 17a6ece
- leave gtk-doc documentation in place
cvsdist 17a6ece
- move gimptool to main package
cvsdist 17a6ece
- own some directories previously not owned
cvsdist de17517
cvsdist 17a6ece
* Tue Oct 07 2003 Nils Philippsen <nphilipp@redhat.com>
cvsdist 17a6ece
- version 1.3.21 beta
cvsdist 354aaba
cvsdist 17a6ece
* Thu Sep 11 2003 Nils Philippsen <nphilipp@redhat.com>
cvsdist 17a6ece
- version 1.3.20 beta
cvsdist 51a48ad
cvsdist 17a6ece
* Mon Aug 11 2003 Nils Philippsen <nphilipp@redhat.com>
cvsdist 17a6ece
- version 1.3.18 beta
cvsdist e98a9b9
cvsdist 17a6ece
* Thu Jul 10 2003 Nils Philippsen <nphilipp@redhat.com>
cvsdist 17a6ece
- don't specify file modes with defattr
cvsdist e98a9b9
cvsdist 17a6ece
* Wed Jul 09 2003 Nils Philippsen <nphilipp@redhat.com>
cvsdist 17a6ece
- use system libtool
cvsdist f3dfc61
cvsdist 17a6ece
* Fri Jul 04 2003 Nils Philippsen <nils@redhat.de>
cvsdist 17a6ece
- version 1.3.16 beta
cvsdist 17a6ece
- update buildroot patch
cvsdist 492b051
cvsdist 17a6ece
* Tue Mar 25 2003 Nils Philippsen <nils@lisas.de>
cvsdist 17a6ece
- version 1.3.13 beta
cvsdist 17a6ece
- use automake-1.7
cvsdist 492b051
cvsdist 17a6ece
* Tue Feb 18 2003 Nils Philippsen <nils@lisas.de>
cvsdist 17a6ece
- version 1.3.12 beta
cvsdist 492b051
cvsdist 17a6ece
* Fri Oct 25 2002 Nils Philippsen <nils@lisas.de>
cvsdist 17a6ece
- version 1.3.9 beta
cvsdist 17a6ece
- move desktop file to /usr/share/applications
cvsdist 492b051
cvsdist 17a6ece
* Wed Aug 28 2002 Nils Philippsen <nils@redhat.de>
cvsdist 17a6ece
- version 1.3.8 beta
cvsdist 17a6ece
- update and fix buildroot patch, don't run automake/autoconf
cvsdist 492b051
cvsdist 17a6ece
* Mon Jul 08 2002 Nils Philippsen <nils@redhat.de>
cvsdist 17a6ece
- version 1.3.7 beta
cvsdist 17a6ece
- use automake 1.5 and autoconf 2.53
cvsdist 492b051
cvsdist 17a6ece
* Fri Mar 15 2002 Nils Philippsen <nils@redhat.de>
cvsdist 17a6ece
- version 1.3.4 beta
cvsdist 492b051
cvsdist 46a673d
* Thu Jul 19 2001 Tim Powers <timp@redhat.com>
cvsdist 46a673d
- remove the perl temp files to pacify rpmlint
cvsdist 46a673d
cvsdist fb3f337
* Tue Jun 19 2001 Matt Wilson <msw@redhat.com>
cvsdist fb3f337
- added versioned requires to gimp-devel and gimp-perl
cvsdist fb3f337
cvsdist 9130e6b
* Tue Apr  3 2001 Matt Wilson <msw@redhat.com>
cvsdist 9130e6b
- added gimp-1.2.1-locale.patch, which I've checked in to gimp CVS, to
cvsdist 9130e6b
  correctly set up the locale in plug-ins (#34214)
cvsdist 9130e6b
cvsdist 9130e6b
* Mon Apr  2 2001 Preston Brown <pbrown@redhat.com>
cvsdist 9130e6b
- some gimp-perl files weren't defattr'd (#34325)
cvsdist 9130e6b
56446b1
* Fri Mar 30 2001 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist 9130e6b
- Don't include embedxpm, as it depends on a non-included perl module (#=33249)
cvsdist 9130e6b
- move gimpdoc and xcftopnm to gimp-perl, as they are dependant on the perl Gimp
cvsdist 9130e6b
  module
cvsdist 9130e6b
cvsdist 9130e6b
* Thu Mar 01 2001 Owen Taylor <otaylor@redhat.com>
cvsdist 9130e6b
- Rebuild for GTK+-1.2.9 include paths
cvsdist 9130e6b
cvsdist 9130e6b
* Mon Jan 22 2001 Matt Wilson <msw@redhat.com>
cvsdist 9130e6b
- 1.2.1
cvsdist 9130e6b
cvsdist 9130e6b
* Mon Dec 25 2000 Matt Wilson <msw@redhat.com>
cvsdist 9130e6b
- 1.2.0
cvsdist 9130e6b
cvsdist 9130e6b
* Wed Dec 20 2000 Matt Wilson <msw@redhat.com>
cvsdist 9130e6b
- 1.1.31
cvsdist 9130e6b
cvsdist 9130e6b
* Thu Dec 14 2000 Matt Wilson <msw@redhat.com>
cvsdist 9130e6b
- 1.1.30
cvsdist 9130e6b
- merge changes from CVS into rpm-4.0 style spec file
cvsdist 9130e6b
- removed va_arg patch
cvsdist 9130e6b
cvsdist 6013eee
* Mon Aug 21 2000 Matt Wilson <msw@redhat.com>
cvsdist 6013eee
- 1.1.25
cvsdist 6013eee
cvsdist 6013eee
* Fri Aug 11 2000 Jonathan Blandford <jrb@redhat.com>
cvsdist 6013eee
- Up Epoch and release
cvsdist 6013eee
cvsdist 6013eee
* Tue Aug  8 2000 Matt Wilson <msw@redhat.com>
cvsdist 6013eee
- fixed directory mode on %%{_defaultdocdir}/gimp-%%{version}
cvsdist 6013eee
cvsdist 6013eee
* Wed Aug  2 2000 Matt Wilson <msw@redhat.com>
cvsdist 6013eee
- rebuild against new libpng
cvsdist 6013eee
cvsdist 6013eee
* Mon Jul 31 2000 Matt Wilson <msw@redhat.com>
cvsdist 6013eee
- muck with modules filelist generation to avoid getting files owned by
cvsdist 6013eee
  two packages
cvsdist 6013eee
cvsdist 6013eee
* Mon Jul 17 2000 Matt Wilson <msw@redhat.com>
cvsdist 6013eee
- disable aa plugin
cvsdist 6013eee
- moved the group back to Applications/Multimedia
cvsdist 6013eee
- added desktop entry back into the file list
cvsdist 6013eee
cvsdist 6013eee
* Thu Jul 13 2000 Prospector <bugzilla@redhat.com>
cvsdist 6013eee
- automatic rebuild
cvsdist 6013eee
cvsdist 6013eee
* Fri Jul  1 2000 Matt Wilson <msw@redhat.com>
cvsdist 6013eee
- 1.1.24
cvsdist 6013eee
cvsdist 6013eee
* Sat Jun 17 2000 Matt Wilson <msw@redhat.com>
cvsdist 6013eee
- use root, not bin for the default owner.
cvsdist 6013eee
cvsdist 6013eee
* Fri Jun 16 2000 Preston Brown <pbrown@redhat.com>
cvsdist 6013eee
- add back missing system .desktop entry
cvsdist 6013eee
cvsdist 6013eee
* Sat Jun 10 2000 Matt Wilson <msw@redhat.com>
cvsdist 6013eee
- rebuilt against fixed gcc
cvsdist 6013eee
cvsdist 6013eee
* Mon Jun  5 2000 Matt Wilson <msw@redhat.com>
cvsdist 6013eee
- defattr for gimp-perl
cvsdist 6013eee
cvsdist 6013eee
* Sun Jun  4 2000 Matt Wilson <msw@redhat.com>
cvsdist 6013eee
- drop out all of \.a$ from the main package list
cvsdist 6013eee
cvsdist 6013eee
* Sat Jun  3 2000 Matt Wilson <msw@redhat.com>
cvsdist 6013eee
- 1.1.23
cvsdist 6013eee
- use __NO_MATH_INLINES for now on ix86
cvsdist 6013eee
- massive FHS surgery
cvsdist 6013eee
cvsdist 6013eee
* Tue May 16 2000 Matt Wilson <msw@redhat.com>
cvsdist 6013eee
- 1.1.22
cvsdist 6013eee
cvsdist 6013eee
* Mon Apr 24 2000 Matt Wilson <msw@redhat.com>
cvsdist 6013eee
- 1.1.20
cvsdist 6013eee
cvsdist 6013eee
* Fri Apr 14 2000 Matt Wilson <msw@redhat.com>
cvsdist 6013eee
- include subdirs in the help find
cvsdist 6013eee
- remove gimp-help-files generation
cvsdist 6013eee
- both gimp and gimp-perl own prefix/lib/gimp/1.1/plug-ins
cvsdist 6013eee
- both gimp and gimp-devel own prefix/lib/gimp/1.1/modules
cvsdist 6013eee
cvsdist 6013eee
* Thu Apr 13 2000 Matt Wilson <msw@redhat.com>
cvsdist 6013eee
- 1.1.19
cvsdist 6013eee
- get all .mo files
cvsdist 6013eee
cvsdist 6013eee
* Wed Jan 19 2000 Gregory McLean <gregm@comstar.net>
cvsdist 6013eee
- Version 1.1.15
cvsdist 6013eee
cvsdist 6013eee
* Wed Dec 22 1999 Gregory McLean <gregm@comstar.net>
cvsdist 6013eee
- Version 1.1.14
56446b1
- Added some auto %%files section generation scriptlets