a5f571
# Set this to 0 in stable, 1 in (SONAME-wise) unstable releases
a5f571
%global unstable 0
a5f571
a5f571
#### options:
a5f571
# Use the following --with/--without <option> switches to control how the
a5f571
# package will be built:
a5f571
# 
a5f571
# mp:             multi processor support
a5f571
%bcond_without mp
a5f571
# static:         build static libraries
a5f571
%bcond_with static
a5f571
# default_binary: install unversioned binary
a5f571
%if ! %unstable
a5f571
%bcond_without default_binary
a5f571
%else
a5f571
%bcond_with default_binary
a5f571
%endif
a5f571
# aalib:          build with AAlib (ASCII art gfx library)
a5f571
%if 0%{?rhel}
a5f571
# don't use aalib on RHEL
a5f571
%bcond_with aalib
a5f571
%else
a5f571
%bcond_without aalib
a5f571
%endif
a5f571
# don't build webkit-based help browser by default
a5f571
%bcond_with helpbrowser
a5f571
# hardcode python interpreter in python plug-ins
a5f571
%bcond_without hardcoded_python
a5f571
# webp support
a5f571
%bcond_without webp
a5f571
# libunwind support (only available on some architectures)
a5f571
%ifarch %{arm} aarch64 hppa ia64 mips ppc %{power64} %{ix86} x86_64
a5f571
%bcond_without libunwind
a5f571
%else
a5f571
%bcond_with libunwind
a5f571
%endif
a5f571
a5f571
# If Python plug-ins need to be byte-compiled separately
a5f571
%if ! 0%{?fedora}%{?rhel} || 0%{?fedora} > 27 || 0%{?rhel} > 7
a5f571
%bcond_without python_separately_bytecompile
a5f571
%else
a5f571
%bcond_with python_separately_bytecompile
a5f571
%endif
a5f571
a5f571
%if %{with python_separately_bytecompile}
a5f571
# Disable automatic compilation of Python files in extra directories
a5f571
%global _python_bytecompile_extra 0
a5f571
a5f571
# Don't ask ...
a5f571
%if 0%{?!py_byte_compile:1}
a5f571
%global py_byte_compile()\
a5f571
python_binary="%1"\
a5f571
bytecode_compilation_path="%2"\
a5f571
find $bytecode_compilation_path -type f -a -name "*.py" -print0 | xargs -0 $python_binary -O -m py_compile\
a5f571
find $bytecode_compilation_path -type f -a -name "*.py" -print0 | xargs -0 $python_binary -m py_compile
a5f571
%endif
a5f571
# ... just remove after F28 EOL
a5f571
a5f571
%endif
a5f571
a5f571
# skip tests known to be problematic in a specific version
a5f571
#global skip_checks_version X.Y.Z
a5f571
#global skip_checks test1 test2 test3
a5f571
a5f571
# Set this in pre-releases (e.g. release candidates)
a5f571
#global prerel RC1
a5f571
a5f571
# Set this when building from intermediate git revisions
a5f571
#global gitrev ff6c280
a5f571
a5f571
%if %{defined prerel}
a5f571
%global dotprerel .%{prerel}
a5f571
%global dashprerel -%{prerel}
a5f571
%global prerelprefix 0.
a5f571
%else
a5f571
%global dotprerel %{nil}
a5f571
%global dashprerel %{nil}
a5f571
%global prerelprefix %{nil}
a5f571
%endif
a5f571
a5f571
%if %{defined gitrev}
a5f571
%global dotgitrev .git%{gitrev}
a5f571
%else
a5f571
%global dotgitrev %{nil}
a5f571
%endif
a5f571
a5f571
Summary:        GNU Image Manipulation Program
a5f571
Name:           gimp
a5f571
Epoch:          2
a5f571
Version:        2.99.8
596485
%global rel 3
596485
Release:        %{?prerelprefix}%{rel}%{dotprerel}%{dotgitrev}%{?dist}
a5f571
a5f571
# Compute some version related macros.
a5f571
# Ugly, need to get quoting percent signs straight.
a5f571
%global major %(ver=%{version}; echo ${ver%%%%.*})
a5f571
%global minor %(ver=%{version}; ver=${ver#%major.}; echo ${ver%%%%.*})
a5f571
%global micro %(ver=%{version}; ver=${ver#%major.%minor.}; echo ${ver%%%%.*})
a5f571
%global binver 2.99
a5f571
%global interface_age 0
a5f571
%global gettext_version 30
a5f571
%global lib_api_version %{major}.99
a5f571
%global unstable_so_version 3.0
a5f571
%if ! %unstable
a5f571
%global lib_minor %(echo $[%minor * 100])
a5f571
%global lib_micro %micro
a5f571
%else
a5f571
%global lib_minor %(echo $[%minor * 100 + %{micro}])
a5f571
%global lib_micro 0
a5f571
%endif
a5f571
a5f571
%if %unstable
a5f571
%global os_bindir %{_bindir}
a5f571
%global os_datadir %{_datadir}
a5f571
%undefine _prefix
a5f571
%undefine _sysconfdir
a5f571
%global _prefix /opt/gimp-%{major}.%{minor}
a5f571
%global _sysconfdir %{_prefix}/etc
a5f571
%endif
a5f571
a5f571
# poppler is "GPLv2 or GPLv3" which makes plug-ins linking to libpoppler such
a5f571
# as file-pdf-load GPLv3-only
a5f571
License:        GPLv3+ and GPLv3
a5f571
URL:            http://www.gimp.org/
a5f571
%if %{with aalib}
a5f571
BuildRequires:  aalib-devel
a5f571
%endif
a5f571
BuildRequires:  alsa-lib-devel >= 1.0.0
a5f571
BuildRequires:  atk-devel >= 2.2.0
a5f571
BuildRequires:  babl-devel >= 0.1.74
a5f571
BuildRequires:  bzip2-devel
a5f571
BuildRequires:  cairo-devel >= 1.14.0
a5f571
BuildRequires:  fontconfig-devel >= 2.12.4
a5f571
BuildRequires:  freetype-devel >= 2.1.7
a5f571
BuildRequires:  gcc
a5f571
BuildRequires:  gdk-pixbuf2-devel >= 2.30.8
a5f571
BuildRequires:  gegl04-tools
a5f571
BuildRequires:  gegl04-devel >= 0.4.32
a5f571
BuildRequires:  libgs-devel
a5f571
BuildRequires:  glib2-devel >= 2.68.0
a5f571
BuildRequires:  gtk3-devel >= 3.22.29
a5f571
BuildRequires:  gtk-doc >= 1.0
a5f571
BuildRequires:  harfbuzz-devel >= 1.0.5
a5f571
BuildRequires:  iso-codes-devel
a5f571
BuildRequires:  jasper-devel
a5f571
BuildRequires:  lcms2-devel >= 2.8
a5f571
BuildRequires:  libappstream-glib, libappstream-glib-devel
a5f571
BuildRequires:  libarchive
a5f571
BuildRequires:  libgexiv2-devel >= 0.10.6
a5f571
BuildRequires:  libgudev1-devel >= 167
a5f571
BuildRequires:  libjpeg-devel
a5f571
BuildRequires:  libmng-devel
a5f571
BuildRequires:  libpng-devel >= 1.6.25
a5f571
BuildRequires:  librsvg2-devel >= 2.40.6
a5f571
BuildRequires:  libtiff-devel
a5f571
#%if %{with libunwind}
a5f571
#BuildRequires:  libunwind-devel >= 1.1.0
a5f571
#%endif
a5f571
%if %{with webp}
a5f571
BuildRequires:  libwebp-devel >= 0.6.0
a5f571
%endif
a5f571
BuildRequires:  libwmf-devel >= 0.2.8
a5f571
BuildRequires:  libmypaint-devel >= 1.3.0
a5f571
BuildRequires:  mypaint-brushes-devel >= 1.3.0
a5f571
BuildRequires:  OpenEXR-devel >= 1.6.1
a5f571
BuildRequires:  openjpeg2-devel >= 2.1.0
a5f571
BuildRequires:  pango-devel >= 1.29.4
a5f571
BuildRequires:  perl >= 5.10.0
a5f571
BuildRequires:  poppler-glib-devel >= 0.50.0
a5f571
BuildRequires:  poppler-data-devel >= 0.4.7
a5f571
BuildRequires:  python3-cairo-devel >= 1.0.2
a5f571
#BuildRequires:  pygtk2-devel >= 2.10.4
a5f571
BuildRequires:  python3-gobject-devel
a5f571
BuildRequires:  python3-devel >= 3.6.0
a5f571
%if %{with helpbrowser}
a5f571
BuildRequires:  webkitgtk-devel >= 1.6.1
a5f571
%endif
a5f571
BuildRequires:  xz-devel >= 5.0.0
a5f571
BuildRequires:  zlib-devel
a5f571
BuildRequires:  libX11-devel
a5f571
BuildRequires:  libXmu-devel
a5f571
BuildRequires:  libXpm-devel
a5f571
a5f571
BuildRequires:  chrpath >= 0.13-5
a5f571
BuildRequires:  intltool >= 0.40.1
a5f571
BuildRequires:  gettext >= 0.19
a5f571
BuildRequires:  make
a5f571
BuildRequires:  pkgconfig
a5f571
BuildRequires:  vala
a5f571
a5f571
%if %unstable
a5f571
BuildRequires:  desktop-file-utils
a5f571
BuildRequires:  ImageMagick
a5f571
%endif
a5f571
a5f571
Requires:       babl%{?_isa} >= 0.1.74
a5f571
Requires:       gegl04%{?_isa} >= 0.4.32
a5f571
Requires:       fontconfig >= 2.12.4
a5f571
Requires:       freetype >= 2.1.7
a5f571
Requires:       glib2 >= 2.68.0
a5f571
Requires:       gtk3 >= 3.22.29
a5f571
Requires:       hicolor-icon-theme
a5f571
#%if %{with libunwind}
a5f571
#Requires:       libunwind%{?_isa} >= 1.1.0
a5f571
#%endif
a5f571
Requires:       lcms2 >= 2.8
a5f571
Recommends:     mypaint-brushes
a5f571
Requires:       pango >= 1.29.4
a5f571
#Requires:       pygtk2 >= 2.10.4
a5f571
Requires:       xdg-utils
a5f571
Requires:       %{name}-libs%{?_isa} = %{epoch}:%{version}-%{release}
a5f571
%if %{with helpbrowser}
a5f571
Recommends:     %{name}-help-browser = %{epoch}:%{version}-%{release}
a5f571
%else
a5f571
Obsoletes:      %{name}-help-browser < %{epoch}:%{version}-%{release}
a5f571
Conflicts:      %{name}-help-browser < %{epoch}:%{version}-%{release}
a5f571
%endif
a5f571
%if ! %unstable
a5f571
Obsoletes:      %{name}-unstable < %{epoch}:%{major}.%{minor}
a5f571
Conflicts:      %{name}-unstable < %{epoch}:%{major}.%{minor}
a5f571
%endif
a5f571
a5f571
#Demodularizing of gimp (#1772469)
a5f571
Obsoletes:	%{name} < %{epoch}:%{version}-%{release}
a5f571
Conflicts:	%{name} < %{epoch}:%{version}-%{release}
a5f571
a5f571
Source0:        http://download.gimp.org/pub/gimp/v%{binver}/gimp-%{version}%{dashprerel}.tar.bz2
a5f571
a5f571
%if %{defined gitrev}
a5f571
Patch0:         gimp-%{version}%{dashprerel}-git%{gitrev}.patch.bz2
a5f571
%endif
a5f571
a5f571
# Try using the system monitor profile for color management by default.
a5f571
# Fedora specific.
a5f571
Patch1:         gimp-2.10.0-cm-system-monitor-profile-by-default.patch
a5f571
a5f571
# bz#1706653
a5f571
Patch2:         gimp-2.10.12-default-font.patch
a5f571
a5f571
# don't phone home to check for updates by default
a5f571
Patch3:         gimp-2.10.18-no-phone-home-default.patch
a5f571
a5f571
# no luajit available in RHEL-9
a5f571
Patch4:         gimp-remove-lua.patch
a5f571
596485
# CVE-2022-30067
596485
Patch5:         gimp-CVE-2022-30067.patch
596485
596485
# CVE-2022-32990
596485
Patch6:         gimp-CVE-2022-32990.patch
596485
a5f571
# use external help browser directly if help browser plug-in is not built
a5f571
Patch100:       gimp-2.10.24-external-help-browser.patch
a5f571
a5f571
%description
a5f571
GIMP (GNU Image Manipulation Program) is a powerful image composition and
a5f571
editing program, which can be extremely useful for creating logos and other
a5f571
graphics for web pages. GIMP has many of the tools and filters you would expect
a5f571
to find in similar commercial offerings, and some interesting extras as well.
a5f571
GIMP provides a large image manipulation toolbox, including channel operations
a5f571
and layers, effects, sub-pixel imaging and anti-aliasing, and conversions, all
a5f571
with multi-level undo.
a5f571
a5f571
%package libs
a5f571
Summary:        GIMP libraries
a5f571
License:        LGPLv3+
a5f571
%if ! %unstable
a5f571
Obsoletes:      %{name}-unstable-libs < %{epoch}:%{major}.%{minor}
a5f571
Conflicts:      %{name}-unstable-libs < %{epoch}:%{major}.%{minor}
a5f571
%endif
a5f571
#Demodularizing of gimp (#1772469)
a5f571
Obsoletes:      %{name}-libs < %{epoch}:%{version}-%{release}
a5f571
Conflicts:      %{name}-libs < %{epoch}:%{version}-%{release}
a5f571
a5f571
%description libs
a5f571
The %{name}-libs package contains shared libraries needed for the GNU Image
a5f571
Manipulation Program (GIMP).
a5f571
a5f571
%package devel
a5f571
Summary:        GIMP plugin and extension development kit
a5f571
License:        LGPLv3+
a5f571
Requires:       %{name}-libs%{?_isa} = %{epoch}:%{version}-%{release}
a5f571
Requires:       %{name}-devel-tools = %{epoch}:%{version}-%{release}
a5f571
Requires:       gtk2-devel
a5f571
Requires:       glib2-devel
a5f571
Requires:       pkgconfig
a5f571
Requires:       rpm >= 4.11.0
a5f571
%if ! %unstable
a5f571
Obsoletes:      %{name}-unstable-devel < %{epoch}:%{major}.%{minor}
a5f571
Conflicts:      %{name}-unstable-devel < %{epoch}:%{major}.%{minor}
a5f571
%endif
a5f571
#Demodularizing of gimp (#1772469)
a5f571
Obsoletes:      %{name}-devel < %{epoch}:%{version}-%{release}
a5f571
Conflicts:      %{name}-devel < %{epoch}:%{version}-%{release}
a5f571
a5f571
%description devel
a5f571
The %{name}-devel package contains the static libraries and header files
a5f571
for writing GNU Image Manipulation Program (GIMP) plug-ins and
a5f571
extensions.
a5f571
a5f571
%package devel-tools
a5f571
Summary:        GIMP plugin and extension development tools
a5f571
License:        LGPLv3+
a5f571
Requires:       %{name}-devel = %{epoch}:%{version}-%{release}
a5f571
%if ! %unstable
a5f571
Obsoletes:      %{name}-unstable-devel-tools < %{epoch}:%{major}.%{minor}
a5f571
Conflicts:      %{name}-unstable-devel-tools < %{epoch}:%{major}.%{minor}
a5f571
%endif
a5f571
#Demodularizing of gimp (#1772469)
a5f571
Obsoletes:      %{name}-devel-tools < %{epoch}:%{version}-%{release}
a5f571
Conflicts:      %{name}-devel-tools < %{epoch}:%{version}-%{release}
a5f571
a5f571
%description devel-tools
a5f571
The %{name}-devel-tools package contains gimptool, a helper program to
a5f571
build GNU Image Manipulation Program (GIMP) plug-ins and extensions.
a5f571
a5f571
%if %{with helpbrowser}
a5f571
%package help-browser
a5f571
Summary:        GIMP help browser plug-in
a5f571
License:        GPLv3+
a5f571
Requires:       %{name}%{?_isa} = %{epoch}:%{version}-%{release}
a5f571
%if ! %unstable
a5f571
Obsoletes:      %{name}-unstable-help-browser < %{epoch}:%{major}.%{minor}
a5f571
Conflicts:      %{name}-unstable-help-browser < %{epoch}:%{major}.%{minor}
a5f571
%endif
a5f571
#Demodularizing of gimp (#1772469)
a5f571
Obsoletes:      %{name}-help-browser < %{epoch}:%{version}-%{release}
a5f571
Conflicts:      %{name}-help-browser < %{epoch}:%{version}-%{release}
a5f571
a5f571
%description help-browser
a5f571
The %{name}-help-browser package contains a lightweight help browser plugin for
a5f571
viewing GIMP online help.
a5f571
%endif
a5f571
a5f571
%prep
a5f571
cat << EOF
a5f571
--- 8< --- Build options ---------------------------------------------------
a5f571
MP support:                  %{with mp}
a5f571
build static libs:           %{with static}
a5f571
install default binary:      %{with default_binary}
a5f571
build ASCII art plugin       %{with aalib}
a5f571
build help browser:          %{with helpbrowser}
a5f571
hardcode python interpreter: %{with hardcoded_python}
a5f571
--- >8 ---------------------------------------------------------------------
a5f571
EOF
a5f571
a5f571
%setup -q -n gimp-%{version}%{dashprerel}
a5f571
a5f571
%if %{defined gitrev}
a5f571
%patch0 -p1 -b .git%{gitrev}
a5f571
%endif
a5f571
a5f571
%patch2 -p1 -b .font-default
a5f571
%patch4 -p1 -b .remove-lua
596485
%patch5 -p1 -b .CVE-2022-30067
596485
%patch6 -p1 -b .CVE-2022-32990
a5f571
a5f571
%if ! %{with helpbrowser}
a5f571
#%patch100 -p1 -b .external-help-browser
a5f571
%endif
a5f571
a5f571
%build
a5f571
# Use hardening compiler/linker flags because gimp is likely to deal with files
a5f571
# coming from untrusted sources
a5f571
%global _hardened_build 1
a5f571
%configure \
a5f571
    --with-python \
a5f571
%if %{with mp}
a5f571
    --enable-mp \
a5f571
%else
a5f571
    --disable-mp \
a5f571
%endif
a5f571
%if %{with static}
a5f571
    --enable-static \
a5f571
%else
a5f571
    --disable-static \
a5f571
%endif
a5f571
    --with-print \
a5f571
    --enable-gimp-console \
a5f571
%if %{with aalib}
a5f571
    --with-aa \
a5f571
%else
a5f571
    --without-aa \
a5f571
%endif
a5f571
    --with-gudev \
a5f571
%ifos linux
a5f571
    --with-linux-input \
a5f571
%endif
a5f571
%if %{with helpbrowser}
a5f571
    --with-webkit \
a5f571
%else
a5f571
    --without-webkit \
a5f571
%endif
a5f571
%if %{with webp}
a5f571
    --with-webp \
a5f571
%else
a5f571
    --without-webp \
a5f571
%endif
a5f571
%if %{with default_binary}
a5f571
    --enable-default-binary=yes \
a5f571
%else
a5f571
    --enable-default-binary=no \
a5f571
%endif
a5f571
    --with-libmng --with-libxpm --with-alsa --with-cairo-pdf \
a5f571
%if 0%{?flatpak}
a5f571
    --with-icc-directory=/run/host/usr/share/color/icc/ \
a5f571
%endif
a5f571
    --without-appdata-test
a5f571
a5f571
%make_build
a5f571
a5f571
%if ! %{unstable}
a5f571
# Generate RPM macros from pkg-config data:
a5f571
# %%_gimp_datadir -- toplevel directory for brushes, gradients, scripts, ...
a5f571
# %%_gimp_libdir -- toplevel directory for modules, plug-ins, ...
a5f571
# %%_gimp_sysconfdir -- system-wide runtime configuration
a5f571
# %%_gimp_localedir -- toplevel directory for translation files
a5f571
# %%_gimp_scriptdir -- script-fu scripts directory
a5f571
# %%_gimp_plugindir -- plug-in directory
a5f571
gimp_pc_extract_normalize() {
a5f571
    PKG_CONFIG_PATH="$PWD" \
a5f571
        pkg-config --variable="$1" gimp-%{lib_api_version} | \
a5f571
    sed \
a5f571
        -e 's|^%_mandir|%%{_mandir}|' \
a5f571
        -e 's|^%_infodir|%%{_infodir}|' \
a5f571
        -e 's|^%_includedir|%%{_includedir}|' \
a5f571
        -e 's|^%_libdir|%%{_libdir}|' \
a5f571
        -e 's|^%_localstatedir|%%{_localstatedir}|' \
a5f571
        -e 's|^%_sharedstatedir|%%{_sharedstatedir}|' \
a5f571
        -e 's|^%_sysconfdir|%%{_sysconfdir}|' \
a5f571
        -e 's|^%_datadir|%%{_datadir}|' \
a5f571
        -e 's|^%_libexecdir|%%{_libexecdir}|' \
a5f571
        -e 's|^%_sbindir|%%{_sbindir}|' \
a5f571
        -e 's|^%_bindir|%%{_bindir}|' \
a5f571
        -e 's|^%_exec_prefix|%%{_exec_prefix}|' \
a5f571
        -e 's|^%_prefix|%%{_prefix}|'
a5f571
}
a5f571
a5f571
_gimp_datadir="$(gimp_pc_extract_normalize gimpdatadir)"
a5f571
_gimp_libdir="$(gimp_pc_extract_normalize gimplibdir)"
a5f571
_gimp_sysconfdir="$(gimp_pc_extract_normalize gimpsysconfdir)"
a5f571
_gimp_localedir="$(gimp_pc_extract_normalize gimplocaledir)"
a5f571
_gimp_scriptdir="${_gimp_datadir}/scripts"
a5f571
_gimp_plugindir="${_gimp_libdir}/plug-ins"
a5f571
a5f571
cat << EOF > macros.gimp
a5f571
# RPM macros for GIMP
a5f571
a5f571
%%_gimp_datadir ${_gimp_datadir}
a5f571
%%_gimp_libdir ${_gimp_libdir}
a5f571
%%_gimp_sysconfdir ${_gimp_sysconfdir}
a5f571
%%_gimp_localedir ${_gimp_localedir}
a5f571
%%_gimp_scriptdir ${_gimp_scriptdir}
a5f571
%%_gimp_plugindir ${_gimp_plugindir}
a5f571
EOF
a5f571
%endif
a5f571
a5f571
%install
a5f571
%make_install
a5f571
%if ! %unstable
a5f571
install -D -m0644 macros.gimp %{buildroot}%{_rpmconfigdir}/macros.d/macros.gimp
a5f571
%endif
a5f571
a5f571
# remove rpaths
a5f571
find %buildroot -type f -print0 | xargs -0 -L 20 chrpath --delete --keepgoing 2>/dev/null || :
a5f571
a5f571
# remove .la files
a5f571
find %buildroot -name \*.la -exec %__rm -f {} \;
a5f571
a5f571
%if %{with python_separately_bytecompile}
a5f571
%py_byte_compile %{__python3} %{buildroot}%{_libdir}/gimp/%{lib_api_version}
a5f571
%endif
a5f571
a5f571
%if %{with static}
a5f571
find %{buildroot}%{_libdir}/gimp/%{lib_api_version} -type f | sed "s@^%{buildroot}@@g" | grep '\.a$' > gimp-static-files
a5f571
%endif
a5f571
a5f571
#
a5f571
# Plugins and modules change often (grab the executeable ones)
a5f571
#
a5f571
find %{buildroot}%{_libdir}/gimp/%{lib_api_version} -type f | sed "s@^%{buildroot}@@g" | grep -v '\.a$' > gimp-plugin-files
a5f571
find %{buildroot}%{_libdir}/gimp/%{lib_api_version}/* -type d | sed "s@^%{buildroot}@%%dir @g" >> gimp-plugin-files
a5f571
a5f571
# .pyc and .pyo files don't exist yet
a5f571
#grep "\.py$" gimp-plugin-files > gimp-plugin-files-py
a5f571
#for file in $(cat gimp-plugin-files-py); do
a5f571
#    for newfile in ${file}c ${file}o; do
a5f571
#        grep -F -q -x "$newfile" gimp-plugin-files || echo "$newfile"
a5f571
#    done
a5f571
#done >> gimp-plugin-files
a5f571
a5f571
#
a5f571
# Auto detect the lang files.
a5f571
#
a5f571
%find_lang gimp%{gettext_version}
a5f571
%find_lang gimp%{gettext_version}-std-plug-ins
a5f571
%find_lang gimp%{gettext_version}-script-fu
a5f571
%find_lang gimp%{gettext_version}-libgimp
a5f571
#%find_lang gimp%{gettext_version}-tips
a5f571
%find_lang gimp%{gettext_version}-python
a5f571
a5f571
cat gimp%{gettext_version}.lang gimp%{gettext_version}-std-plug-ins.lang gimp%{gettext_version}-script-fu.lang gimp%{gettext_version}-libgimp.lang gimp%{gettext_version}-python.lang > gimp-all.lang
a5f571
a5f571
#
a5f571
# Build the master filelists generated from the above mess.
a5f571
#
a5f571
cat gimp-plugin-files gimp-all.lang > gimp.files
a5f571
a5f571
%if %{with default_binary}
a5f571
# install default binary symlinks
a5f571
ln -snf gimp-%{binver} %{buildroot}%{_bindir}/gimp
a5f571
ln -snf gimp-%{binver}.1 %{buildroot}%{_mandir}/man1/gimp.1
a5f571
ln -snf gimp-console-%{binver} %{buildroot}/%{_bindir}/gimp-console
a5f571
ln -snf gimp-console-%{binver}.1 %{buildroot}/%{_mandir}/man1/gimp-console.1
a5f571
ln -snf gimptool-%{lib_api_version} %{buildroot}%{_bindir}/gimptool
a5f571
ln -snf gimptool-%{lib_api_version}.1 %{buildroot}%{_mandir}/man1/gimptool.1
a5f571
ln -snf gimprc-%{binver}.5 %{buildroot}/%{_mandir}/man5/gimprc.5
a5f571
%endif
a5f571
a5f571
%if %{with hardcoded_python}
a5f571
# Hardcode python interpreter in shipped python plug-ins. This actually has no
a5f571
# effect because gimp maps hashbangs with and without the /usr/bin/env detour
a5f571
# to the system python interpreter, but this will avoid false alarms.
a5f571
grep -E -rl '^#!\s*/usr/bin/env\s+python' --include=\*.py "%{buildroot}" |
a5f571
    while read file; do
a5f571
        sed -r '1s,^#!\s*/usr/bin/env\s+python$,#!%{__python3},' -i "$file"
a5f571
        sed -r '1s,^#!\s*/usr/bin/env\s+python3$,#!%{__python3},' -i "$file"
a5f571
    done
a5f571
a5f571
echo "%{__python3}=%{__python3}" >> %{buildroot}%{_libdir}/gimp/%{lib_api_version}/interpreters/pygimp.interp
a5f571
%endif
a5f571
a5f571
%if %unstable
a5f571
# install stuff in system locations
a5f571
a5f571
# script wrappers for executables
a5f571
mkdir -p %{buildroot}%{os_bindir}
a5f571
pushd %{buildroot}%{_bindir}
a5f571
for exe in *-%{major}.%{minor}; do
a5f571
cat << EOF > "%{buildroot}%{os_bindir}/$exe"
a5f571
#!/bin/sh
a5f571
export LD_LIBRARY_PATH=%{_libdir}
a5f571
exec %{_bindir}/$exe "\$@"
a5f571
EOF
a5f571
    chmod 755 %{buildroot}%{os_bindir}/"$exe"
a5f571
done
a5f571
popd
a5f571
a5f571
# desktop file -- mention version/unstable, use custom icon
a5f571
desktop-file-install --dir=%{buildroot}%{os_datadir}/applications \
a5f571
    --set-name="GIMP %major.%minor (unstable)" \
a5f571
    --set-icon="gimp-%major.%minor" \
a5f571
    %{buildroot}%{_datadir}/applications/gimp.desktop
a5f571
mv -f %{buildroot}%{os_datadir}/applications/gimp.desktop \
a5f571
    %{buildroot}%{os_datadir}/applications/gimp-%major.%minor.desktop
a5f571
a5f571
# icons -- overlay major.minor version
a5f571
pushd %{buildroot}%{_datadir}/icons/hicolor
a5f571
for srcicon in */apps/gimp.png; do
a5f571
    geo=${srcicon%%%%/*}
a5f571
    dim=${geo%%x*}
a5f571
    ps=$((5+$dim/6))
a5f571
    sw=$(($dim/50+1))
a5f571
    o=$(($dim/26+1))
a5f571
    destdir="%{buildroot}%{os_datadir}/icons/hicolor/$geo/apps"
a5f571
    desticon="$destdir/gimp-%{major}.%{minor}.png"
a5f571
    mkdir -p "$destdir"
a5f571
    convert "$srcicon" \
a5f571
        -gravity northeast -pointsize $ps -strokewidth $sw \
a5f571
        -stroke black -annotate +$o+$(($o+$ps)) %{major}.%{minor} \
a5f571
        -stroke none -fill white -annotate +$o+$(($o+$ps)) %{major}.%{minor} \
a5f571
        "$desticon"
a5f571
done
a5f571
popd
a5f571
%endif
a5f571
a5f571
%check
a5f571
# skip tests known to be problematic in a specific version
a5f571
%if "%{version}" == "%{?skip_checks_version}"
a5f571
pushd app/tests
a5f571
for problematic in %{?skip_checks}; do
a5f571
    rm -f "$problematic"
a5f571
    cat << EOF > "$problematic"
a5f571
#!/bin/sh
a5f571
echo Skipping test "$problematic"
a5f571
EOF
a5f571
    chmod +x "$problematic"
a5f571
done
a5f571
popd
a5f571
%endif
a5f571
make check %{?_smp_mflags}
a5f571
a5f571
%ldconfig_scriptlets libs
a5f571
a5f571
%files -f gimp.files
a5f571
%license COPYING
a5f571
%doc AUTHORS ChangeLog NEWS README
a5f571
%doc docs/*.xcf*
a5f571
%{_datadir}/applications/*.desktop
a5f571
%{_datadir}/metainfo/*.appdata.xml
a5f571
%{_datadir}/metainfo/*.metainfo.xml
a5f571
a5f571
%dir %{_datadir}/gimp
a5f571
%dir %{_datadir}/gimp/%{lib_api_version}
a5f571
%{_datadir}/gimp/%{lib_api_version}/dynamics/
a5f571
%{_datadir}/gimp/%{lib_api_version}/file-raw/
a5f571
%{_datadir}/gimp/%{lib_api_version}/menus/
a5f571
%{_datadir}/gimp/%{lib_api_version}/tags/
a5f571
%{_datadir}/gimp/%{lib_api_version}/tips/
a5f571
%{_datadir}/gimp/%{lib_api_version}/tool-presets/
a5f571
%{_datadir}/gimp/%{lib_api_version}/ui/
a5f571
%dir %{_libdir}/gimp
a5f571
%dir %{_libdir}/gimp/%{lib_api_version}
a5f571
#%dir %%{_libdir}/gimp/%%{lib_api_version}/environ
a5f571
#%dir %%{_libdir}/gimp/%%{lib_api_version}/interpreters
a5f571
#%dir %%{_libdir}/gimp/%%{lib_api_version}/modules
a5f571
#%dir %%{_libdir}/gimp/%%{lib_api_version}/plug-ins
a5f571
#%dir %%{_libdir}/gimp/%%{lib_api_version}/python
a5f571
%if %{with helpbrowser}
a5f571
%exclude %{_libdir}/gimp/%{lib_api_version}/plug-ins/help-browser
a5f571
%endif
a5f571
a5f571
%{_datadir}/gimp/%{lib_api_version}/brushes/
a5f571
%{_datadir}/gimp/%{lib_api_version}/fractalexplorer/
a5f571
%{_datadir}/gimp/%{lib_api_version}/gfig/
a5f571
%{_datadir}/gimp/%{lib_api_version}/gflare/
a5f571
%{_datadir}/gimp/%{lib_api_version}/gimpressionist/
a5f571
%{_datadir}/gimp/%{lib_api_version}/gradients/
a5f571
%{_datadir}/gimp/%{lib_api_version}/icons/
a5f571
%{_datadir}/gimp/%{lib_api_version}/images/
a5f571
%{_datadir}/gimp/%{lib_api_version}/palettes/
a5f571
%{_datadir}/gimp/%{lib_api_version}/patterns/
a5f571
%{_datadir}/gimp/%{lib_api_version}/scripts/
a5f571
%{_datadir}/gimp/%{lib_api_version}/themes/
a5f571
%{_datadir}/gimp/%{lib_api_version}/gimp-release
a5f571
a5f571
%dir %{_sysconfdir}/gimp
a5f571
%dir %{_sysconfdir}/gimp/%{lib_api_version}
a5f571
%config(noreplace) %{_sysconfdir}/gimp/%{lib_api_version}/controllerrc
a5f571
%config(noreplace) %{_sysconfdir}/gimp/%{lib_api_version}/gimprc
a5f571
#%config(noreplace) %%{_sysconfdir}/gimp/%%{lib_api_version}/gtkrc
a5f571
%config(noreplace) %{_sysconfdir}/gimp/%{lib_api_version}/unitrc
a5f571
%config(noreplace) %{_sysconfdir}/gimp/%{lib_api_version}/sessionrc
a5f571
%config(noreplace) %{_sysconfdir}/gimp/%{lib_api_version}/templaterc
a5f571
%config(noreplace) %{_sysconfdir}/gimp/%{lib_api_version}/menurc
a5f571
%config(noreplace) %{_sysconfdir}/gimp/%{lib_api_version}/toolrc
a5f571
a5f571
%{_sysconfdir}/gimp/%{lib_api_version}/gimp.css
a5f571
a5f571
%{_bindir}/gimp-%{binver}
a5f571
%{_bindir}/gimp-console-%{binver}
a5f571
a5f571
%if %{with default_binary}
a5f571
%{_bindir}/gimp
a5f571
%{_bindir}/gimp-console
a5f571
%endif
a5f571
a5f571
%{_bindir}/gimp-test-clipboard-%{lib_api_version}
a5f571
%{_libexecdir}/gimp-debug-tool-%{lib_api_version}
a5f571
a5f571
%{_mandir}/man1/gimp-%{binver}.1*
a5f571
%{_mandir}/man1/gimp-console-%{binver}.1*
a5f571
%{_mandir}/man5/gimprc-%{binver}.5*
a5f571
a5f571
%if %{with default_binary}
a5f571
%{_mandir}/man1/gimp.1*
a5f571
%{_mandir}/man1/gimp-console.1*
a5f571
%{_mandir}/man5/gimprc.5*
a5f571
%endif
a5f571
a5f571
%{_datadir}/icons/hicolor/*/apps/gimp.*
a5f571
%if %unstable
a5f571
%{os_bindir}/*-%{major}.%{minor}
a5f571
%{os_datadir}/applications/gimp-%{major}.%{minor}.desktop
a5f571
%{os_datadir}/icons/hicolor/*/apps/gimp-%{major}.%{minor}.png
a5f571
%endif
a5f571
a5f571
%files libs
a5f571
%license COPYING
a5f571
%doc AUTHORS ChangeLog NEWS README
a5f571
%{_libdir}/libgimp-%{unstable_so_version}.so.%{interface_age}.%{lib_minor}.%{lib_micro}
a5f571
%{_libdir}/libgimp-%{unstable_so_version}.so.%{interface_age}
a5f571
%{_libdir}/libgimpbase-%{unstable_so_version}.so.%{interface_age}.%{lib_minor}.%{lib_micro}
a5f571
%{_libdir}/libgimpbase-%{unstable_so_version}.so.%{interface_age}
a5f571
%{_libdir}/libgimpcolor-%{unstable_so_version}.so.%{interface_age}.%{lib_minor}.%{lib_micro}
a5f571
%{_libdir}/libgimpcolor-%{unstable_so_version}.so.%{interface_age}
a5f571
%{_libdir}/libgimpconfig-%{unstable_so_version}.so.%{interface_age}.%{lib_minor}.%{lib_micro}
a5f571
%{_libdir}/libgimpconfig-%{unstable_so_version}.so.%{interface_age}
a5f571
%{_libdir}/libgimpmath-%{unstable_so_version}.so.%{interface_age}.%{lib_minor}.%{lib_micro}
a5f571
%{_libdir}/libgimpmath-%{unstable_so_version}.so.%{interface_age}
a5f571
%{_libdir}/libgimpmodule-%{unstable_so_version}.so.%{interface_age}.%{lib_minor}.%{lib_micro}
a5f571
%{_libdir}/libgimpmodule-%{unstable_so_version}.so.%{interface_age}
a5f571
%{_libdir}/libgimpthumb-%{unstable_so_version}.so.%{interface_age}.%{lib_minor}.%{lib_micro}
a5f571
%{_libdir}/libgimpthumb-%{unstable_so_version}.so.%{interface_age}
a5f571
%{_libdir}/libgimpui-%{unstable_so_version}.so.%{interface_age}.%{lib_minor}.%{lib_micro}
a5f571
%{_libdir}/libgimpui-%{unstable_so_version}.so.%{interface_age}
a5f571
%{_libdir}/libgimpwidgets-%{unstable_so_version}.so.%{interface_age}.%{lib_minor}.%{lib_micro}
a5f571
%{_libdir}/libgimpwidgets-%{unstable_so_version}.so.%{interface_age}
a5f571
a5f571
%if %{with static}
a5f571
%files devel -f gimp-static-files
a5f571
%else
a5f571
%files devel
a5f571
%endif
a5f571
%doc HACKING README.i18n
a5f571
%doc %{_datadir}/gtk-doc
a5f571
a5f571
%{_libdir}/*.so
a5f571
%ifnos linux
a5f571
%{_libdir}/*.la
a5f571
%{_libdir}/gimp/%{lib_api_version}/modules/*.la
a5f571
%endif
a5f571
%{_datadir}/aclocal/*.m4
a5f571
%{_includedir}/gimp-%{unstable_so_version}
a5f571
%{_libdir}/pkgconfig/*
a5f571
%{_libdir}/girepository-1.0/*
a5f571
%{_datadir}/vala/*
a5f571
%{_datadir}/gir-1.0/*
a5f571
a5f571
%if ! %unstable
a5f571
%{_rpmconfigdir}/macros.d/macros.gimp
a5f571
%endif
a5f571
a5f571
%files devel-tools
a5f571
%{_bindir}/gimptool-%{lib_api_version}
a5f571
%{_mandir}/man1/gimptool-%{lib_api_version}.1*
a5f571
a5f571
%if %{with default_binary}
a5f571
%{_bindir}/gimptool
a5f571
%{_mandir}/man1/gimptool.1*
a5f571
%endif
a5f571
a5f571
%if %{with helpbrowser}
a5f571
%files help-browser
a5f571
%{_libdir}/gimp/%{lib_api_version}/plug-ins/help-browser
a5f571
%endif
a5f571
a5f571
%changelog
596485
* Mon Jul 18 2022 Josef Ridky <jridky@redhat.com> - 2:2.99.8-3
596485
- fix CVE-2022-30067
596485
- fix CVE-2022-32990
a5f571
a5f571
* Wed Mar 09 2022 Josef Ridky <jridky@redhat.com> - 2:2.99.8-2
a5f571
- Remove luajit requirement
a5f571
a5f571
* Tue Feb 01 2022 Josef Ridky <jridky@redhat.com> - 2:2.99.8-1
a5f571
- Tech Preview import into RHEL-9
a5f571
a5f571
* Fri Apr 02 2021 Kalev Lember <klember@redhat.com> - 2:2.10.24-1
a5f571
- Update to 2.10.24
a5f571
a5f571
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2:2.10.22-2.3
a5f571
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
a5f571
a5f571
* Fri Jan 08 2021 Mamoru TASAKA <mtasaka@fedoraproject.org> - 2:2.10.22-2.2
a5f571
- rebuild against new openexr
a5f571
a5f571
* Fri Jan 01 2021 Richard Shaw <hobbes1069@gmail.com> - 2:2.10.22-2.1
a5f571
- Rebuild for OpenEXR 2.5.3.
a5f571
a5f571
* Sun Oct 11 2020 Kalev Lember <klember@redhat.com> - 2:2.10.22-2
a5f571
- Require lcms2 instead of lcms2-devel (#1886811)
a5f571
a5f571
* Thu Oct 08 2020 Nils Philippsen <nils@tiptoe.de> - 2:2.10.22-1
a5f571
- version 2.10.22
a5f571
a5f571
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2:2.10.20-2.3
a5f571
- Second attempt - Rebuilt for
a5f571
  https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
a5f571
a5f571
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2:2.10.20-2.2
a5f571
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
a5f571
a5f571
* Mon Jul 13 2020 Tom Stellard <tstellar@redhat.com> - 2:2.10.20-2.1
a5f571
- Use make macros
a5f571
- https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro
a5f571
a5f571
* Wed Jun 24 2020 Josef Ridky <jridky@redhat.com> - 2:2.10.20-2
a5f571
- fix issue with liblcms2 in rawhide (#1850141)
a5f571
a5f571
* Mon Jun 15 2020 Josef Ridky <jridky@redhat.com> - 2:2.10.20-1
a5f571
- New upstream release 2.10.20
a5f571
a5f571
* Fri May 15 2020 Kalev Lember <klember@redhat.com> - 2:2.10.18-2
a5f571
- Rebuild for libmypaint 1.6.1
a5f571
a5f571
* Sun Feb 23 2020 Nils Philippsen <nils@tiptoe.de> - 2:2.10.18-1
a5f571
- version 2.10.18
a5f571
- bump required versions of babl and gegl04
a5f571
- don't phone home to check for updates by default
a5f571
- silence warnings about extra tokens
a5f571
a5f571
* Wed Feb 19 2020 Kalev Lember <klember@redhat.com> - 2:2.10.16-3
a5f571
- Rebuild for libmypaint 1.5.0
a5f571
a5f571
* Wed Feb 19 2020 Josef Ridky <jridky@redhat.com> - 2:2.10.16-2
a5f571
- fix NVR (no build provided)
a5f571
a5f571
* Wed Feb 19 2020 Josef Ridky <jridky@redhat.com> - 2:2.10.16-1.1
a5f571
- New upstream release 2.10.16 (#1804449)
a5f571
a5f571
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2:2.10.14-4.1
a5f571
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
a5f571
a5f571
* Fri Jan 17 2020 Marek Kasik <mkasik@redhat.com> - 2:2.10.14-4
a5f571
- Rebuild for poppler-0.84.0
a5f571
a5f571
* Thu Jan 09 2020 Josef Ridky <jridky@redhat.com> - 2:2.10.14-3
a5f571
- Demodularizing of gimp (#1772469)
a5f571
a5f571
* Mon Nov 18 2019 Kalev Lember <klember@redhat.com> - 2:2.10.14-2
a5f571
- Rebuild for libmypaint 1.4.0
a5f571
a5f571
* Mon Nov 04 2019 Kalev Lember <klember@redhat.com> - 2:2.10.14-1
a5f571
- Update to 2.10.14
a5f571
a5f571
* Tue Aug 20 2019 Josef Ridky <jridky@redhat.com> - 2:2.10.12-3
a5f571
- Fix default configuration for font folders (#1706653)
a5f571
a5f571
* Wed Jul 31 2019 Josef Ridky <jridky@redhat.com> - 2:2.10.12-2
a5f571
- Fix issue with reading SVG files (#1715882)
a5f571
a5f571
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2:2.10.12-1.1
a5f571
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
a5f571
a5f571
* Thu Jun 13 2019 Kalev Lember <klember@redhat.com> - 2:2.10.12-1
a5f571
- Update to 2.10.12
a5f571
a5f571
* Thu Apr 11 2019 Richard Shaw <hobbes1069@gmail.com> - 2:2.10.10-2
a5f571
- Rebuild for OpenEXR 2.3.0.
a5f571
a5f571
* Mon Apr 08 2019 Josef Ridky <jridky@redhat.com> - 2:2.10.10-1
a5f571
- New upstream release 2.10.10 (#1697119)
a5f571
a5f571
* Mon Mar 25 2019 Josef Ridky <jridky@redhat.com> - 2:2.10.8-8
a5f571
- Rebuild for gegl04 rebase
a5f571
a5f571
* Fri Feb 01 2019 Caolán McNamara <caolanm@redhat.com> - 2:2.10.8-7
a5f571
- Rebuilt for fixed libwmf soname
a5f571
a5f571
* Thu Jan 31 2019 Kalev Lember <klember@redhat.com> - 2:2.10.8-6
a5f571
- Rebuilt for libwmf soname bump
a5f571
a5f571
* Mon Nov 12 2018 Björn Esser <besser82@fedoraproject.org> - 2:2.10.8-5
a5f571
- fix versionized Python interpreter path
a5f571
a5f571
* Sat Nov 10 2018 Nils Philippsen <nils@tiptoe.de> - 2:2.10.8-4
a5f571
- more fun with Python byte-compilation on Fedora 28
a5f571
a5f571
* Sat Nov 10 2018 Nils Philippsen <nils@tiptoe.de> - 2:2.10.8-3
a5f571
- ensure Python files are byte-compiled
a5f571
a5f571
* Sat Nov 10 2018 Nils Philippsen <nils@tiptoe.de> - 2:2.10.8-2
a5f571
- remove obsolete configure options
a5f571
- use versionized Python interpreter path
a5f571
a5f571
* Sat Nov 10 2018 Nils Philippsen <nils@tiptoe.de> - 2:2.10.8-1
a5f571
- version 2.10.8
a5f571
- build with libunwind where available
a5f571
a5f571
* Fri Aug 24 2018 Nils Philippsen <nils@tiptoe.de> - 2:2.10.6-2
a5f571
- own all plug-in directories
a5f571
a5f571
* Mon Aug 20 2018 Nils Philippsen <nils@tiptoe.de> - 2:2.10.6-1
a5f571
- version 2.10.6
a5f571
a5f571
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2:2.10.4-1.1
a5f571
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
a5f571
a5f571
* Thu Jul 05 2018 Nils Philippsen <nils@tiptoe.de> - 2:2.10.4-1
a5f571
- version 2.10.4
a5f571
- byte-compile Python plug-ins separately from Fedora 29 on
a5f571
- ship gimp-test-clipboard-2.0
a5f571
a5f571
* Wed May 23 2018 Nils Philippsen <nils@tiptoe.de> - 2:2.10.2-2
a5f571
- bump required babl and gegl versions
a5f571
a5f571
* Mon May 21 2018 Nils Philippsen <nils@tiptoe.de> - 2:2.10.2-1
a5f571
- version 2.10.2
a5f571
a5f571
* Fri May 11 2018 Nils Philippsen <nils@tiptoe.de> - 2:2.10.0-4
a5f571
- fix external-help-browser patch (thanks to Joel Barrios Dueñas)
a5f571
a5f571
* Wed May 02 2018 Nils Philippsen <nils@tiptoe.de> - 2:2.10.0-3
a5f571
- don't let the GIMP pkg-config file require gegl-0.3
a5f571
a5f571
* Wed May 02 2018 Nils Philippsen <nils@tiptoe.de> - 2:2.10.0-2
a5f571
- require gegl04-tools instead of gegl (0.2) for building
a5f571
a5f571
* Sat Apr 28 2018 Nils Philippsen <nils@tiptoe.de> - 2:2.10.0-1
a5f571
- version 2.10.0
a5f571
- update dependency versions
a5f571
- build with OpenEXR support
a5f571
- build with webp support
a5f571
- explicitly require perl for building
a5f571
- remove obsolete build deps: gnome-keyring-devel, libgnomeui-devel
a5f571
- don't run appdata test which requires network access
a5f571
a5f571
* Fri Mar 09 2018 Josef Ridky <jridky@redhat.com> - 2:2.8.22-6
a5f571
- remove unused gnome-keyring and libgnomeui-devel requirements
a5f571
a5f571
* Tue Feb 20 2018 Nils Philippsen <nils@tiptoe.de> - 2:2.8.22-5
a5f571
- require gcc for building
a5f571
a5f571
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2:2.8.22-4.2
a5f571
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
a5f571
a5f571
* Sat Feb 03 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 2:2.8.22-4.1
a5f571
- Switch to %%ldconfig_scriptlets
a5f571
a5f571
* Tue Jan 16 2018 Josef Ridky <jridky@redhat.com> - 2:2.8.22-4
a5f571
- Fix dependencies for F28+ (ghostscript-devel => libgs-devel) #1534656
a5f571
- Update spec file for F28+/RHEL purposes
a5f571
a5f571
* Fri Jan 05 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 2:2.8.22-3.1
a5f571
- Remove obsolete scriptlets
a5f571
a5f571
* Thu Jan 04 2018 Josef Ridky <jridky@redhat.com> - 2:2.8.22-3
a5f571
- Fix for CVE-2017-17784, CVE-2017-17785, CVE-2017-17786,
a5f571
  CVE-2017-17787, CVE-2017-17788 and CVE-2017-17789 (#1529149)
a5f571
a5f571
* Thu Oct 19 2017 Josef Ridky <jridky@redhat.com> - 2:2.8.22-2.3
a5f571
- Rebuilt for python2 package
a5f571
a5f571
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2:2.8.22-2.2
a5f571
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
a5f571
a5f571
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2:2.8.22-2.1
a5f571
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
a5f571
a5f571
* Wed May 10 2017 Josef Ridky <jridky@redhat.com> - 2:2.8.22-2
a5f571
- fix screenshot function under Wayland session (#1398556)
a5f571
a5f571
* Wed May 10 2017 Nils Philippsen <nils@redhat.com> - 2:2.8.22-1
a5f571
- version 2.8.22
a5f571
a5f571
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2:2.8.20-1.1
a5f571
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
a5f571
a5f571
* Wed Feb 01 2017 Josef Ridky <jridky@redhat.com> - 2:2.8.20-1
a5f571
- New upstream release 2.8.20 (#1418268)
a5f571
a5f571
* Tue Dec 06 2016 Nils Philippsen <nils@tiptoe.de> - 2:2.8.18-3
a5f571
- rebuild for new libjasper
a5f571
a5f571
* Tue Oct 25 2016 Nils Philippsen <nils@redhat.com> - 2:2.8.18-2
a5f571
- build without help-browser from Fedora 26 on (#1375809)
a5f571
- use %%license for license text
a5f571
- remove some cruft from the spec file
a5f571
a5f571
* Sat Jul 16 2016 Nils Philippsen <nils@redhat.com> - 2:2.8.18-1
a5f571
- version 2.8.18
a5f571
a5f571
* Thu Jun 30 2016 Nils Philippsen <nils@redhat.com> - 2:2.8.16-2
a5f571
- fix multiple use-after-free bugs when parsing XCF channel and layer
a5f571
  properties (#1348617)
a5f571
a5f571
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2:2.8.16-1.1
a5f571
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
a5f571
a5f571
* Sun Nov 22 2015 Nils Philippsen <nils@redhat.com> - 2:2.8.16-1
a5f571
- version 2.8.16
a5f571
a5f571
* Fri Jul 17 2015 Nils Philippsen <nils@redhat.com> - 2:2.8.14-3
a5f571
- export-dialog-destroyed-crash patch: avoid subsequent warnings
a5f571
a5f571
* Thu Jul 16 2015 Nils Philippsen <nils@redhat.com> - 2:2.8.14-2
a5f571
- fix linking problem
a5f571
- use %%buildroot macro consistently again
a5f571
a5f571
* Tue Jul 14 2015 Nils Philippsen <nils@redhat.com> - 2:2.8.14-2
a5f571
- avoid destroying dialog and occasional crashes while exporting (#1215905)
a5f571
a5f571
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:2.8.14-1.2
a5f571
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
a5f571
a5f571
* Mon Mar 30 2015 Richard Hughes <rhughes@redhat.com> - 2:2.8.14-1.1
a5f571
- Use better AppData screenshots
a5f571
a5f571
* Tue Aug 26 2014 Nils Philippsen <nils@redhat.com> - 2:2.8.14-1
a5f571
- version 2.8.14
a5f571
a5f571
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:2.8.10-6.2
a5f571
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
a5f571
a5f571
* Mon Jun 23 2014 Nils Philippsen <nils@redhat.com>
a5f571
- update source URL
a5f571
a5f571
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:2.8.10-6.1
a5f571
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
a5f571
a5f571
* Wed May 28 2014 Nils Philippsen <nils@redhat.com> - 2:2.8.10-6
a5f571
- remove ancient obsoletes (#1002109)
a5f571
a5f571
* Thu Feb 13 2014 Nils Philippsen <nils@redhat.com> - 2:2.8.10-5
a5f571
- cope with freetype >= 2.5.1 include madness
a5f571
a5f571
* Wed Feb 12 2014 Nils Philippsen <nils@redhat.com> - 2:2.8.10-5
a5f571
- remove BRs contained in the minimal build environment
a5f571
- group BRs into libraries and tools
a5f571
- remove various old cruft
a5f571
- ship RPM macros for packaging plug-ins e.a. (#1063144)
a5f571
a5f571
* Wed Dec 04 2013 Nils Philippsen <nils@redhat.com> - 2:2.8.10-4
a5f571
- avoid buffer overflows in file-xwd plug-in (CVE-2013-1913, CVE-2013-1978)
a5f571
a5f571
* Fri Nov 29 2013 Nils Philippsen <nils@redhat.com> - 2:2.8.10-1
a5f571
- version 2.8.10
a5f571
a5f571
* Tue Nov 26 2013 Nils Philippsen <nils@redhat.com> - 2:2.8.10-1
a5f571
- use grep -E instead of egrep
a5f571
a5f571
* Fri Nov 08 2013 Nils Philippsen <nils@redhat.com> - 2:2.8.8-3
a5f571
- file-bmp: don't close already closed FD
a5f571
a5f571
* Thu Nov 07 2013 Nils Philippsen <nils@redhat.com> - 2:2.8.8-2
a5f571
- fix crash in lcms plug-in
a5f571
- fix issues found during static code check
a5f571
a5f571
* Mon Nov 04 2013 Nils Philippsen <nils@redhat.com> - 2:2.8.8-1
a5f571
- version 2.8.8
a5f571
a5f571
* Thu Sep 19 2013 Nils Philippsen <nils@redhat.com> - 2:2.8.6-5
a5f571
- fix lcms2 patch
a5f571
a5f571
* Wed Sep 18 2013 Nils Philippsen <nils@redhat.com> - 2:2.8.6-4
a5f571
- build against lcms2
a5f571
a5f571
* Mon Aug 26 2013 Jon Ciesla <limburgher@gmail.com> - 2:2.8.6-3.2
a5f571
- libmng rebuild.
a5f571
a5f571
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:2.8.6-3.1
a5f571
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
a5f571
a5f571
* Mon Jul 08 2013 Nils Philippsen <nils@redhat.com> - 2:2.8.6-3
a5f571
- exit properly when quitting while loading images (#633107)
a5f571
a5f571
* Tue Jul 02 2013 Nils Philippsen <nils@redhat.com> - 2:2.8.6-2
a5f571
- use external help browser directly if help browser plug-in isn't built
a5f571
- fix changelog dates
a5f571
a5f571
* Sun Jun 23 2013 Nils Philippsen <nils@redhat.com> - 2:2.8.6-1
a5f571
- version 2.8.6
a5f571
a5f571
* Tue Jun 04 2013 Nils Philippsen <nils@redhat.com> - 2:2.8.4-5
a5f571
- patch rebuilt files after changing configure.ac
a5f571
a5f571
* Wed May 29 2013 Nils Philippsen <nils@redhat.com> - 2:2.8.4-4
a5f571
- fix upstream commit ids
a5f571
- fix double-free crashes when selecting gradients from script-fu (#964470)
a5f571
- fix crash in unsharp-mask plug-in (#966987)
a5f571
- hardcode python interpreter in python plug-ins (#952227)
a5f571
- fix crash when selecting text with multiple colors etc. (#919795, #951815)
a5f571
- don't crash upon not applying a color profile to a grayscale image (#922622)
a5f571
a5f571
* Sat Apr 20 2013 Nils Philippsen <nils@redhat.com> - 2:2.8.4-3
a5f571
- don't crash upon deleting tags in popup (#892828)
a5f571
a5f571
* Wed Mar 06 2013 Nils Philippsen <nils@redhat.com> - 2:2.8.4-2
a5f571
- get rid of strict overflow warning
a5f571
- don't have duplicate mime types in desktop file
a5f571
a5f571
* Wed Feb 06 2013 Nils Philippsen <nils@redhat.com> - 2:2.8.4-1
a5f571
- version 2.8.4
a5f571
a5f571
* Mon Jan 28 2013 Nils Philippsen <nils@redhat.com> - 2:2.8.2-7
a5f571
- build with -fno-strict-aliasing
a5f571
a5f571
* Fri Jan 18 2013 Adam Tkac <atkac redhat com> - 2:2.8.2-6.1
a5f571
- rebuild due to "jpeg8-ABI" feature drop
a5f571
a5f571
* Wed Nov 21 2012 Nils Philippsen <nils@redhat.com>
a5f571
- make rpmlint happy again
a5f571
a5f571
* Mon Nov 19 2012 Nils Philippsen <nils@redhat.com> - 2:2.8.2-6
a5f571
- fix gimprc syntax error introduced in previous patch
a5f571
a5f571
* Thu Nov 15 2012 Nils Philippsen <nils@redhat.com> - 2:2.8.2-5
a5f571
- try using the system monitor profile for color management by default (patch
a5f571
  by Richard Hughes)
a5f571
a5f571
* Wed Nov 14 2012 Nils Philippsen <nils@redhat.com> - 2:2.8.2-4
a5f571
- fix marking file dialogs as transient if opened from context menu (#835736)
a5f571
a5f571
* Tue Nov 13 2012 Nils Philippsen <nils@redhat.com> - 2:2.8.2-3
a5f571
- don't trip over too much installed memory, reenable all tests
a5f571
- realign selection after "Crop to Selection" (#873212, fix by Michael
a5f571
  Natterer)
a5f571
a5f571
* Sat Oct 20 2012 Nils Philippsen <nils@redhat.com> - 2:2.8.2-2
a5f571
- run "make check", skip problematic tests
a5f571
- don't build help browser on EL
a5f571
a5f571
* Fri Aug 24 2012 Nils Philippsen <nils@redhat.com> - 2:2.8.2-1
a5f571
- version 2.8.2
a5f571
a5f571
* Mon Aug 20 2012 Nils Philippsen <nils@redhat.com> - 2:2.8.0-3
a5f571
- fix crash in fits loader (#834627)
a5f571
- fix overflow in CEL plug-in (CVE-2012-3403)
a5f571
- fix overflow in GIF loader (CVE-2012-3481)
a5f571
a5f571
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:2.8.0-2.1
a5f571
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
a5f571
a5f571
* Mon Jun 25 2012 Nils Philippsen <nils@redhat.com> - 2:2.8.0-2
a5f571
- build with poppler >= 0.20.0 from Fedora 18 on as it is GPLv2/GPLv3
a5f571
  dual-licensed
a5f571
a5f571
* Thu May 10 2012 Nils Philippsen <nils@redhat.com> - 2:2.8.0-1
a5f571
- version 2.8.0
a5f571
a5f571
* Wed Apr 25 2012 Nils Philippsen <nils@redhat.com>
a5f571
- update BR: librsvg2-devel >= 2.36.0
a5f571
a5f571
* Wed Apr 11 2012 Nils Philippsen <nils@redhat.com> - 2:2.8.0-0.2.RC1.gitff6c280
a5f571
- don't crash when smudging with sizes <= 1.4 (#810850)
a5f571
a5f571
* Tue Apr 03 2012 Nils Philippsen <nils@redhat.com> - 2:2.8.0-0.1.RC1
a5f571
- version 2.8.0-RC1 (release candidate):
a5f571
 - Add our own GimpOperationBrightnessContrast because GEGL one is different
a5f571
 - Fix some GFig rendering issues
a5f571
 - Depend on Babl 0.1.10, GEGL 0.2.0 and some other new library versions
a5f571
 - Bug fixes
a5f571
 - Translation updates
a5f571
a5f571
* Tue Mar 13 2012 Nils Philippsen <nils@redhat.com> - 2:2.7.5-2
a5f571
- add BR: iso-codes-devel
a5f571
a5f571
* Tue Mar 13 2012 Nils Philippsen <nils@redhat.com> - 2:2.7.5-1
a5f571
- version 2.7.5 (unstable, see http://developer.gimp.org/NEWS for details)
a5f571
- add BR: atk >= 2.0.1, bzip2-devel, ghostscript-devel, zlib-devel
a5f571
- package tool presets
a5f571
a5f571
* Tue Jan 10 2012 Nils Philippsen <nils@redhat.com> - 2:2.7.4-2
a5f571
- rebuild for gcc 4.7
a5f571
a5f571
* Thu Dec 15 2011 Nils Philippsen <nils@redhat.com> - 2:2.7.4-1
a5f571
- version 2.7.4 (unstable, see http://developer.gimp.org/NEWS for details)
a5f571
- update dependency versions
a5f571
- don't suppress abrt reporting, don't redirect bug reports to upstream
a5f571
a5f571
* Tue Aug 30 2011 Nils Philippsen <nils@redhat.com> - 2:2.7.3-1
a5f571
- version 2.7.3 (unstable, see http://developer.gimp.org/NEWS for details)
a5f571
  - change license to GPLv3+/LGPLv3+
a5f571
  - update required versions of dependencies
a5f571
  - build with cairo-pdf, jasper, require jasper-devel for building
a5f571
  - build without poppler as that currently is GPLv2 only, thus incompatible
a5f571
    with LGPLv3 gimp libraries (use postscript plugin for PDF import
a5f571
    meanwhile), future poppler versions will be "GPLv2 or GPLv3", i.e.
a5f571
    compatible again
a5f571
  - clean up configure options, compiler/linker flags
a5f571
  - suppress abrt bug reporting for unstable releases
a5f571
  - remove all patches (obsolete, woo!)
a5f571
  - add new files, remove files that are not installed any longer
a5f571
- use %%global instead of %%define
a5f571
- replace hal, minorver, microver, interfacever, gimp_lang_ver macros with
a5f571
  gudev, lib_minor, lib_micro, lib_api_version, gettext_version macros
a5f571
- compute more version macros (ugly, but convenient)
a5f571
- use gudev from Fedora 15 on
a5f571
- use convenience macro for hardening binaries from F-16 on
a5f571
a5f571
* Fri Aug 12 2011 Nils Philippsen <nils@redhat.com> - 2:2.6.11-21
a5f571
- actually apply startup-warning patch
a5f571
- fix heap corruption and buffer overflow in file-gif-load plugin
a5f571
  (CVE-2011-2896)
a5f571
a5f571
* Thu Aug 04 2011 Nils Philippsen <nils@redhat.com> - 2:2.6.11-20
a5f571
- fix goption warning on startup, patch by Mikael Magnusson
a5f571
a5f571
* Wed Aug 03 2011 Nils Philippsen <nils@redhat.com> - 2:2.6.11-19
a5f571
- remove obsolete gtkhtml2-devel build requirement
a5f571
a5f571
* Fri Jul 15 2011 Marek Kasik <mkasik@redhat.com> - 2:2.6.11-18
a5f571
- Rebuild (poppler-0.17.0)
a5f571
a5f571
* Fri Jun 24 2011 Nils Philippsen <nils@redhat.com> - 2:2.6.11-17
a5f571
- rebuild against new cfitsio
a5f571
a5f571
* Fri Jun 10 2011 Nils Philippsen <nils@redhat.com> - 2:2.6.11-16
a5f571
- guard against crash due to quitting while DND is processed (#711952)
a5f571
a5f571
* Tue Jun 07 2011 Nils Philippsen <nils@redhat.com> - 2:2.6.11-15
a5f571
- drop support for building with non-modular X
a5f571
- ensure file-xpm plugin is built (#710207)
a5f571
a5f571
* Mon May 23 2011 Nils Philippsen <nils@redhat.com> - 2:2.6.11-14
a5f571
- fix buffer overflows in sphere-designer (CVE-2010-4541),
a5f571
  gfig (CVE-2010-4542), lighting (CVE-2010-4540) plugins
a5f571
a5f571
* Mon May 23 2011 Nils Philippsen <nils@redhat.com> - 2:2.6.11-13
a5f571
- harden PSP plugin against bogus input data (CVE-2010-4543, CVE-2011-1782)
a5f571
a5f571
* Sat May 07 2011 Christopher Aillon <caillon@redhat.com> - 2:2.6.11-12
a5f571
- Update desktop database, icon cache scriptlets
a5f571
a5f571
* Fri May 06 2011 Nils Philippsen <nils@redhat.com> - 2:2.6.11-11
a5f571
- simplify poppler-0.17 patch to avoid adding to libgimp (#698157)
a5f571
a5f571
* Wed May 04 2011 Nils Philippsen <nils@redhat.com> - 2:2.6.11-10
a5f571
- don't use poppler/gdk_pixbuf API removed in poppler >= 0.17 (#698157)
a5f571
- remove obsolete configure options
a5f571
a5f571
* Tue Mar 15 2011 Nils Philippsen <nils@redhat.com> - 2:2.6.11-9
a5f571
- don't use HAL from F-16/RHEL-7 on
a5f571
- explicitly use GIO/GVFS rather than gnome-vfs
a5f571
a5f571
* Sun Mar 13 2011 Marek Kasik <mkasik@redhat.com> - 2:2.6.11-8
a5f571
- Rebuild (poppler-0.16.3)
a5f571
a5f571
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:2.6.11-7
a5f571
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
a5f571
a5f571
* Wed Feb 02 2011 Nils Philippsen <nils@redhat.com> - 2:2.6.11-6
a5f571
- avoid traceback in pyslice plugin (#667958)
a5f571
a5f571
* Sat Jan 01 2011 Rex Dieter <rdieter@fedoraproject.org> - 2:2.6.11-5
a5f571
- rebuild (poppler)
a5f571
a5f571
* Wed Dec 15 2010 Rex Dieter <rdieter@fedoraproject.org> - 2:2.6.11-4
a5f571
- rebuild (poppler)
a5f571
a5f571
* Tue Nov 09 2010 Nils Philippsen <nils@redhat.com> - 2:2.6.11-3
a5f571
- avoid traceback in colorxhtml plugin (#651002)
a5f571
a5f571
* Sat Nov 06 2010 Rex Dieter <rdieter@fedoraproject.org> - 2:2.6.11-2
a5f571
- rebuilt (poppler)
a5f571
a5f571
* Mon Oct 04 2010 Nils Philippsen <nils@redhat.com> - 2:2.6.11-1
a5f571
- version 2.6.11
a5f571
a5f571
  Overview of Changes from GIMP 2.6.10 to GIMP 2.6.11
a5f571
  ===================================================
a5f571
a5f571
  * Bugs fixed:
a5f571
a5f571
   631199 - Printing and Print preview broken with cairo 1.10
a5f571
   572865 - Parasite handling had problems and can cause crashing
a5f571
   628893 - Error with string-append and gimp-drawable-get-name
a5f571
   623850 - (Paco) Recursive Gaussian Filter error
a5f571
   624487 - Fix incorrect "wrap mode" documentation values in Edge plug-in
a5f571
   557380 - Difference of Gaussians gives blank doc if "Invert" selected
a5f571
   627009 - Image type filter doesn't include .rgba SGI files
a5f571
   626020 - Console window opening on file-ps-load
a5f571
   624698 - Wood 1 and Wood 2 have bad alpha value
a5f571
   624275 - Image saved from google docs generates a
a5f571
            'gimp-image-set-resolution' error message
a5f571
a5f571
  * Updated translations:
a5f571
a5f571
   German (de)
a5f571
   Spanish (es)
a5f571
   Italian (it)
a5f571
   Japanese (ja)
a5f571
   Romanian (ro)
a5f571
   Chinese (Hong Kong) (zh_HK)
a5f571
   Chinese (Taiwan) (zh_HK)
a5f571
a5f571
* Tue Aug 24 2010 Nils Philippsen <nils@redhat.com> - 2:2.6.10-5
a5f571
- don't require gtk-doc but own %%{_datadir}/gtk-doc (#604355, #604169)
a5f571
a5f571
* Thu Aug 19 2010 Rex Dieter <rdieter@fedoraproject.org> - 2:2.6.10-4
a5f571
- rebuild (poppler)
a5f571
a5f571
* Wed Aug 11 2010 David Malcolm <dmalcolm@redhat.com> - 2:2.6.10-3
a5f571
- recompiling .py files against Python 2.7 (rhbz#623309)
a5f571
a5f571
* Mon Jul 12 2010 Nils Philippsen <nils@redhat.com> - 2:2.6.10-2
a5f571
- distribute license and other documentation with gimp-libs
a5f571
a5f571
* Fri Jul 09 2010 Nils Philippsen <nils@redhat.com> - 2:2.6.10-1
a5f571
- version 2.6.10
a5f571
a5f571
  Overview of Changes from GIMP 2.6.9 to GIMP 2.6.10
a5f571
  ==================================================
a5f571
a5f571
  * Bugs fixed:
a5f571
a5f571
   613328 - TGA files saved with incorrect header yOrigin data
a5f571
   623290 - Save As... does not save Windows Bitmap as default in dialog
a5f571
   621363 - CMYK decompose broken
a5f571
   595170 - brush - color from gradient works wrong in greyscale
a5f571
   613838 - Error in gimp-hue-saturation PDB call
a5f571
   622608 - GIMP crashes when clicking any scroll bar from combo boxes
a5f571
   565459 - newly opened images are put into the background
a5f571
a5f571
  * Updated translations:
a5f571
a5f571
   German (de)
a5f571
   Italian (it)
a5f571
   Romanian (ro)
a5f571
   Portuguese (pt)
a5f571
a5f571
- remove obsolete combo-popup patch
a5f571
- update script-fu-ipv6 patch
a5f571
a5f571
* Mon Jul 05 2010 Nils Philippsen <nils@redhat.com> - 2:2.6.9-5
a5f571
- rebuild against libwebkitgtk (instead of libwebkit)
a5f571
a5f571
* Tue Jun 29 2010 Nils Philippsen <nils@redhat.com> - 2:2.6.9-4
a5f571
- script-fu: make rest of server IPv6-aware (#198367)
a5f571
a5f571
* Mon Jun 28 2010 Nils Philippsen <nils@redhat.com> - 2:2.6.9-3
a5f571
- script-fu: make logging IPv6-aware (#198367)
a5f571
a5f571
* Fri Jun 25 2010 Nils Philippsen <nils@redhat.com> - 2:2.6.9-2
a5f571
- fix clicking scroll bar buttons from combo boxes
a5f571
a5f571
* Wed Jun 23 2010 Nils Philippsen <nils@redhat.com> - 2:2.6.9-1
a5f571
- version 2.6.9
a5f571
a5f571
  Overview of Changes from GIMP 2.6.8 to GIMP 2.6.9
a5f571
  =================================================
a5f571
a5f571
  * Bugs fixed:
a5f571
a5f571
   612618 - Font selection remains visible
a5f571
   622234 - gimp.desktop: image/x-psd in MimeTypes twice
a5f571
   622196 - Unportable test(1) construct in configure script
a5f571
   620604 - Description of "histogram" procedure is slightly inaccurate
a5f571
   541586 - Tool options not saved/loaded correctly?
a5f571
   614153 - Importing PDF files with long titles
a5f571
   600112 - blur-gauss-selective.exe crashes
a5f571
   599233 - Dialog of "Save as BMP" ignores changes which are not made
a5f571
            with a mous
a5f571
   565001 - Text-Tool crashes when edit a 2.4.2 version xcf
a5f571
   610478 - Layer preview suddenly stops getting updated
a5f571
   609026 - leaks shared memory
a5f571
   609056 - Exporting to Alias PIX format fails
a5f571
   608188 - a few strings in Save as... > Raw image data dialog are always
a5f571
            in English
a5f571
   604820 - GEGL Operation "path" crashes GIMP
a5f571
   603711 - Crashes when using path tool
a5f571
   607242 - GIMP 2.7.0 fails to build against libpng 1.4.0
a5f571
   606372 - Saving to .ppm fails on indexed colorspace
a5f571
   605237 - the "Antialiasing..." message in the progress bar does not show
a5f571
            translated
a5f571
   604508 - gimp-layer-new-from-visible should work from updated projection
a5f571
a5f571
  * Updated and new translations:
a5f571
a5f571
   Asturian (ast)
a5f571
   Basque (eu)
a5f571
   Burmese (my)
a5f571
   Catalan (ca)
a5f571
   Chinese (Hong Kong) (zh_HK)
a5f571
   Chinese (Taiwan) (zh_HK)
a5f571
   German (de)
a5f571
   Italian (it)
a5f571
   Latvian (lv)
a5f571
   Low German (nds)
a5f571
   Romanian (ro)
a5f571
   Simplified Chinese (zh_CN)
a5f571
   Slovenian (sl)
a5f571
   Ukrainian (uk)
a5f571
   Valencian (ca@valencia)
a5f571
a5f571
- remove obsolete gtk219, never-stack-trace-desktop, indexed-pnm patches
a5f571
- don't manually provide "gimp-libs%%{?_isa}" in gimp-libs
a5f571
- don't package %%{_datadir}/gtk-doc/html, but dirs beneath
a5f571
a5f571
* Wed Jun 23 2010 Nils Philippsen <nils@redhat.com> - 2:2.6.8-10
a5f571
- get rid of obsolete gimp-plugin-mgr
a5f571
a5f571
* Tue Jun 22 2010 Matthias Clasen <mclasen@redhat.com> - 2:2.6.8-9
a5f571
- Rebuild against new poppler
a5f571
a5f571
* Fri Jun 18 2010 Nils Philippsen <nils@redhat.com> - 2:2.6.8-8
a5f571
- backport fix for saving indexed PNM files (#605615)
a5f571
a5f571
* Mon Apr 19 2010 Nils Philippsen <nils@redhat.com> - 2:2.6.8-7
a5f571
- add --stack-trace-mode=never to desktop file
a5f571
a5f571
* Wed Mar 24 2010 Nils Philippsen <nils@redhat.com> - 2:2.6.8-6
a5f571
- backport: statusbar code needed for GTK+ >= 2.19.1 (#559726)
a5f571
a5f571
* Fri Feb 26 2010 Nils Philippsen <nils@redhat.com> - 2:2.6.8-5
a5f571
- require gtk-doc in devel package
a5f571
a5f571
* Thu Feb 25 2010 Nils Philippsen <nils@redhat.com> - 2:2.6.8-4
a5f571
- add missing explicit libraries
a5f571
a5f571
* Wed Feb 24 2010 Nils Philippsen <nils@redhat.com>
a5f571
- backport: fix building with "gold" linker
a5f571
- add more explicit libraries
a5f571
a5f571
* Wed Jan 27 2010 Nils Philippsen <nils@redhat.com> - 2:2.6.8-3
a5f571
- remove wrong dependency (#558836)
a5f571
a5f571
* Mon Jan 25 2010 Nils Philippsen <nils@redhat.com> - 2:2.6.8-2
a5f571
- rebuild against new babl
a5f571
a5f571
* Wed Jan 20 2010 Nils Philippsen <nils@redhat.com>
a5f571
- use %%_isa instead of %%_arch for architecture-specific dependencies
a5f571
a5f571
* Fri Dec 11 2009 Nils Philippsen <nils@redhat.com> - 2:2.6.8-1
a5f571
- version 2.6.8
a5f571
a5f571
  Overview of Changes from GIMP 2.6.7 to GIMP 2.6.8
a5f571
  =================================================
a5f571
a5f571
  * Bugs fixed:
a5f571
a5f571
   470698 - MapObject cannot modify highlight
a5f571
   593848 - FG color changed to black when FG-BG Editor tab created
a5f571
   594651 - layer.scale() raises RuntimeError
a5f571
   594998 - Keyboard shortcuts does not work for first image when dock
a5f571
            is focused
a5f571
   599765 - F1 key on gimp-tool-align in menu have wrong link and it
a5f571
            open gimp-tool-move
a5f571
   600484 - Gimp BMP Integer Overflow Vulnerability
a5f571
   600741 - "read_channel_data()" Integer Overflow Vulnerability
a5f571
   601891 - gimp_image_get_selection returns None
a5f571
   602761 - plug-in-grid: Parameters Horizontal/Vertical Spacing and
a5f571
            Horizontal/Vertical Offset are reversed.
a5f571
   603995 - PCX plugin doesn't sanitize input to avoid allocation overflows.
a5f571
   603998 - PCX: Calculating amount of memory to allocate may overflow.
a5f571
   604000 - SGI: sanitize input
a5f571
   604001 - SGI: Calculating amount of memory to allocate may overflow.
a5f571
   604002 - SGI: RLE encoded input data may write beyond allocated buffers
a5f571
   604004 - SGI: allocate memory consistently
a5f571
   604008 - GBR, PAT: sanitize input data
a5f571
   604078 - Crash when pressing Backspace with Free Select Tool
a5f571
a5f571
  * Updated and new translations:
a5f571
a5f571
   Basque (eu)
a5f571
   British English (en_GB)
a5f571
   Czech (cs)
a5f571
   French (fr)
a5f571
   Greek (el)
a5f571
   Italian (it)
a5f571
   Japanese (ja)
a5f571
   Norwegian Nynorsk (nn)
a5f571
   Polish (pl)
a5f571
   Romanian (ro)
a5f571
   Russian (ru)
a5f571
   Simplified Chinese (zh_CN)
a5f571
a5f571
- remove obsolete bmp-hardening, psd-hardening patches
a5f571
a5f571
* Tue Nov 17 2009 Nils Philippsen <nils@redhat.com> - 2:2.6.7-3
a5f571
- avoid overflow in the BMP image file plugin (#537356)
a5f571
- avoid overflow in the PSD image file plugin (#537370)
a5f571
- update jpeg-units patch
a5f571
a5f571
* Tue Aug 18 2009 Nils Philippsen <nils@redhat.com> - 2:2.6.7-2
a5f571
- BR: webkitgtk-devel/WebKit-gtk-devel >= 1.1.0
a5f571
a5f571
* Fri Aug 14 2009 Nils Philippsen <nils@redhat.com> - 2:2.6.7-1
a5f571
- version 2.6.7
a5f571
a5f571
  Overview of Changes from GIMP 2.6.6 to GIMP 2.6.7
a5f571
  =================================================
a5f571
a5f571
  * Bugs fixed:
a5f571
a5f571
   591017 - Tablet pan is not working as fast as it should
a5f571
   577581 - Crashes when using any colors tool/function on Windows
a5f571
   589667 - GIMP crashes when clicking GEGL Operation on Windows
a5f571
   569833 - file-jpeg-save erroneous with small quality values
a5f571
   590638 - Changing palettes from list to grid view loses "locked to dock"
a5f571
            status
a5f571
   589674 - "Send by Email" does not update "Filename"
a5f571
   589674 - "Send by Email" does not update "Filename"
a5f571
   586851 - Transparent BMP files fail to load
a5f571
   589205 - help-browser uses deprecated (and sometimes broken) webkit call
a5f571
   582821 - 'Sphere Designer' does not reset correctly...
a5f571
   570353 - first time open of .svg file ignores the requested units
a5f571
   555777 - Export to MNG animation fails
a5f571
   577301 - Dithering with transparency is broken for "positioned" method
a5f571
   493778 - metadata plug-in crashes on some images
a5f571
   567466 - PNG comment not found if more than 1 tEXt chunks
a5f571
   585665 - Exporting to PSD with a blank text layer creates a corrupt file
a5f571
   586316 - Levels tool does not adjust output levels correctly if input
a5f571
            levels are changed
a5f571
   569661 - Import from PDF throws errors when entering resolution in
a5f571
            pixels per millimetre
a5f571
   567262 - Black pixels appear in "Spread" filter preview
a5f571
   554658 - Path Dialog: Path preview pics not to see constantly
a5f571
   167604 - gimp_gradient_get_color_at() may return out-of-bounds values
a5f571
   567393 - Rectangle select tool size shrinks to 0 if size is larger than
a5f571
            the image and the up or down arrow is pressed
a5f571
   587543 - crash when invoking certain actions by keyboard shortcut
a5f571
   563029 - Closing maximized image doesn't restore document window size
a5f571
   585488 - Perspective transformation on a layer with a mask causes crash
a5f571
   586008 - GIMP crashes when right-click canceling a drawing action initiated
a5f571
            outside layer boundaries
a5f571
   584345 - when printing, the number of copies should be reset to 1
a5f571
   557061 - Alpha to Logo
a5f571
   472644 - Rotate with clipping crops the whole layer
a5f571
   577575 - transform tool fills underlying extracted area wrongly
a5f571
   555738 - Image display is wrong after undoing canvas size
a5f571
   577024 - help-browser plugin crashes when used with webkit 1.1.3
a5f571
   555025 - Action GEGL box widgets weirdness
a5f571
a5f571
  * Updated and new translations:
a5f571
a5f571
   Czech (cs)
a5f571
   Danish (da)
a5f571
   German (de)
a5f571
   Spanish (es)
a5f571
   Basque (eu)
a5f571
   Finnish (fi)
a5f571
   Hungarian (hu)
a5f571
   Italian (it)
a5f571
   Gujarati (gu)
a5f571
   Japanese (ja)
a5f571
   Kannada (kn)
a5f571
   Marathi (mr)
a5f571
   Norwegian bokmĂĄl (nb)
a5f571
   Oriya (or)
a5f571
   Portuguese (pt)
a5f571
   Romanian (ro)
a5f571
   Sinhala (si)
a5f571
   Swedish (sv)
a5f571
   Simplified Chinese (zh_CN)
a5f571
   Traditional Chinese - Hong Kong (zh_HK)
a5f571
   Traditional Chinese - Taiwan (zh_TW)
a5f571
a5f571
- remove obsolete gegl-babl-versions-check, help-browser-webkit patches
a5f571
- comment/explain patches
a5f571
a5f571
* Fri Jul 24 2009 Nils Philippsen <nils@redhat.com> - 2:2.6.6-8
a5f571
- rebuild with chrpath >= 0.13-5 (#513419)
a5f571
a5f571
* Thu Jul 16 2009 Nils Philippsen <nils@redhat.com> - 2:2.6.6-7
a5f571
- rebuild against gegl-0.1 (#510209)
a5f571
a5f571
* Mon Jun 29 2009 Nils Philippsen <nils@redhat.com> - 2:2.6.6-6
a5f571
- really fix help browser crash with new WebKit versions (#508301)
a5f571
a5f571
* Sat Jun 27 2009 Nils Philippsen <nils@redhat.com> - 2:2.6.6-5
a5f571
- fix help browser crash with new WebKit versions (#508301)
a5f571
- BR: webkitgtk-devel from F-11 on
a5f571
a5f571
* Fri Jun 05 2009 Nils Philippsen <nils@redhat.com> - 2:2.6.6-4
a5f571
- don't build against aalib on RHEL
a5f571
- use backported patch to correctly check gegl/babl versions
a5f571
a5f571
* Tue Apr 14 2009 Nils Philippsen <nils@redhat.com> - 2:2.6.6-3
a5f571
- remove rpaths from binaries (#495670)
a5f571
a5f571
* Mon Mar 30 2009 Nils Philippsen <nils@redhat.com> - 2:2.6.6-2
a5f571
- minimize dialogs with single image window (#492796, backported from trunk,
a5f571
  original patch by Sven Neumann)
a5f571
a5f571
* Wed Mar 18 2009 Nils Philippsen <nils@redhat.com> - 2:2.6.6-1
a5f571
- version 2.6.6
a5f571
a5f571
  Overview of Changes from GIMP 2.6.5 to GIMP 2.6.6
a5f571
  =================================================
a5f571
a5f571
  * Bugs fixed:
a5f571
a5f571
   571117 - lcms plug-in crashes on broken profile
a5f571
   575154 - changing the help browser preference may not work
a5f571
   573542 - blur plugin: bug in the first line
a5f571
   572403 - gimp-2.6 crashed with SIGSEGV in IA__g_object_get()
a5f571
   573695 - 1-bit white background saved as PBM becomes all black
a5f571
   573488 - Small bug in Filter>Distorts>Ripple
a5f571
   572156 - top left pixel position/coordinate is not 0,0 but 1,1
a5f571
   472644 - Rotate with clipping crops the whole layer
a5f571
a5f571
  * Updated translations:
a5f571
a5f571
   German (de)
a5f571
   Spanish (es)
a5f571
   Estonian (et)
a5f571
   Basque (eu)
a5f571
   French (fr)
a5f571
   Italian (it)
a5f571
   Portuguese (pt)
a5f571
   Simplified Chinese (zh_CN)
a5f571
a5f571
* Tue Mar 17 2009 Nils Philippsen <nils@redhat.com> - 2:2.6.5-5
a5f571
- require pygtk2 >= 2.10.4 (#490553)
a5f571
a5f571
* Tue Mar 10 2009 Nils Philippsen <nils@redhat.com> - 2:2.6.5-4
a5f571
- use correct fix from upstream to avoid crashes (#486122)
a5f571
- use -fno-strict-aliasing, PIC/PIE compilation flags
a5f571
a5f571
* Mon Mar 09 2009 Nils Philippsen <nils@redhat.com> - 2:2.6.5-3
a5f571
- rebuild against new WebKit
a5f571
- define deprecated gtk functions to avoid crashes (#486122)
a5f571
a5f571
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:2.6.5-2
a5f571
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
a5f571
a5f571
* Sun Feb 15 2009 Nils Philippsen <nils@redhat.com> - 2:2.6.5-1
a5f571
- version 2.6.5
a5f571
a5f571
  Overview of Changes from GIMP 2.6.4 to GIMP 2.6.5
a5f571
  =================================================
a5f571
a5f571
  * Bugs fixed:
a5f571
a5f571
   571628 - Scaling image to 25% turn background from white to grey
a5f571
   567840 - GIMP's GtkScaleButton conflicts with GTK's
a5f571
   569043 - GEGL tool - missing Operation Settings for all sub-tools
a5f571
   568890 - don't rely on GtkAction implementation details
a5f571
   568909 - wrong RGB values for color names in libgimpcolor/gimprgb-parse.c
a5f571
   568839 - wrong hex RGB value for the color names slategrey and slategray
a5f571
   559408 - Brushes dragged to the image window look strange
a5f571
   563337 - Rectangle Select Tool does not allow 1:1 fixed ratio
a5f571
   568016 - Black pullout parameter of plug-in-newsprint has no effect
a5f571
   562818 - First image opened in GIMP offset
a5f571
   562213 - Align Tool doesn't work properly if it is the active tool
a5f571
            at startup
a5f571
a5f571
  * Updated translations:
a5f571
a5f571
   Spanish (es)
a5f571
   Estonian (et)
a5f571
   Hindi (hi)
a5f571
   Italian (it)
a5f571
   Brazilian Portuguese (pt_BR)
a5f571
   Romanian (ro)
a5f571
   Russian (ru)
a5f571
   Serbian (sr)
a5f571
   Tamil (ta)
a5f571
   Simplified Chinese (zh_CN)
a5f571
a5f571
* Wed Jan 07 2009 Nils Philippsen <nils@redhat.com> - 2:2.6.4-3
a5f571
- split off gimptool into new gimp-devel-tools subpackage to avoid multilib
a5f571
  conflicts (#477789)
a5f571
- require poppler-glib-devel for building from F9 on (#478691)
a5f571
- fix gimp-devel package group
a5f571
a5f571
* Sun Jan 04 2009 Nils Philippsen <nils@redhat.com> - 2:2.6.4-2
a5f571
- enable building with aalib
a5f571
a5f571
* Thu Jan 01 2009 Nils Philippsen <nils@redhat.com> - 2:2.6.4-1
a5f571
- version 2.6.4
a5f571
a5f571
  Overview of Changes from GIMP 2.6.3 to GIMP 2.6.4
a5f571
  =================================================
a5f571
  
a5f571
  * Bugs fixed:
a5f571
  
a5f571
   565223 - Perspective transformation jagged edges / comb effect
a5f571
   563985 - jpg save dialog: "cancel" is treated like "commit"
a5f571
            for settings
a5f571
   564087 - Using clone tool on a layer with a part out of canvas
a5f571
            causes crashes
a5f571
   564593 - crash when the drawable is changed while a color tool
a5f571
            is active
a5f571
   564869 - GIMP crashes on selecting Tools->GEGL operation
a5f571
   565138 - python-fu-foggify does not check if image is in rgb mode
a5f571
   563130 - Hue selection mode does not cross the 0-360 degrees line
a5f571
   563179 - Scrollbars not resized when we extend the canvas size
a5f571
   562459 - PF_PALETTE: 'TypeError' when used in a plugin that is
a5f571
            registered in <Image>
a5f571
   562427 - Compilation with --as-needed
a5f571
   562386 - PF_SLIDER and PF_SPINNER 'Step' values do not change
a5f571
            consistently...
a5f571
   562366 - Default image dimensions are not correctly
a5f571
            transferred in the file/new dialog box
a5f571
   561899 - GIMP can't save to mounted filesystem if file exists
a5f571
  
a5f571
  * Updated translations:
a5f571
  
a5f571
   Greek (el)
a5f571
   Hindi (hi)
a5f571
   Hungarian (hu)
a5f571
   Italian (it)
a5f571
   Japanese (ja)
a5f571
   Korean (ko)
a5f571
   Slovenian (sl)
a5f571
   Swedish (sv)
a5f571
   Tamil (ta)
a5f571
   Simplified Chinese (zh_CN)
a5f571
- add BuildRequires: aalib-devel
a5f571
a5f571
* Mon Dec 01 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 2:2.6.3-3
a5f571
- Rebuild for Python 2.6
a5f571
a5f571
* Mon Nov 24 2008 Nils Philippsen <nils@redhat.com> - 2:2.6.3-2
a5f571
- own /usr/lib/gimp/2.0/interpreters (#473594)
a5f571
a5f571
* Mon Nov 24 2008 Nils Philippsen <nils@redhat.com> - 2:2.6.3-1
a5f571
- version 2.6.3
a5f571
a5f571
  Overview of Changes from GIMP 2.6.2 to GIMP 2.6.3
a5f571
  =================================================
a5f571
a5f571
  * Bugs fixed:
a5f571
a5f571
   558454 - Plugin Map Color Range disappears from GIMP
a5f571
   559239 - Error while loading psd-data
a5f571
   560903 - Explicit zooming with e.g. '1' should handle
a5f571
            zoom-focus better
a5f571
   560245 - Zoom selection always centered in the Navigation tab
a5f571
   559490 - Wrong lang tags for 'no'
a5f571
   559292 - SOTA Chrome cannot accept different textures
a5f571
   560375 - Clearing an already empty document history crashes GIMP
a5f571
   559580 - Image windows need better default locations
a5f571
   560283 - "Scale image..." causes distortion around edges
a5f571
   559716 - Changing crop size in Crop Tool Options can make UI
a5f571
            unresponsive
a5f571
   558549 - Stroking a single-point path with a paint tool
a5f571
            crashes GIMP
a5f571
   559015 - Move tool gives bad information about px moved
a5f571
   558660 - help behavior for locales without manual translation
a5f571
a5f571
  * Updated translations:
a5f571
a5f571
   Belarusian (be)
a5f571
   Dutch (nl)
a5f571
   German (de)
a5f571
   Japanese (ja)
a5f571
   Lithuanian (lt)
a5f571
   Norwegian BokmĂĄl (nb)
a5f571
   Norwegian Nynorsk (nn)
a5f571
   Polish (pl)
a5f571
   Romanian (ro)
a5f571
a5f571
* Fri Nov 14 2008 Nils Philippsen <nils@redhat.com> - 2:2.6.2-3
a5f571
- bump release
a5f571
a5f571
* Tue Nov 11 2008 Nils Philippsen <nils@redhat.com> - 2:2.6.2-2
a5f571
- backport: use size units in JPEG save preview (#469551)
a5f571
a5f571
* Fri Oct 31 2008 Nils Philippsen <nils@redhat.com> - 2:2.6.2-1
a5f571
- version 2.6.2
a5f571
a5f571
  Overview of Changes from GIMP 2.6.1 to GIMP 2.6.2
a5f571
  =================================================
a5f571
a5f571
  * Bugs fixed:
a5f571
a5f571
   557950 - Scaling in Gimp 2.6 is much slower than in Gimp 2.4
a5f571
   558215 - unit and zoom entries in Statusbar not visible
a5f571
   558451 - Cannot build GIMP using Sun CC on Solaris 2.8
a5f571
   558420 - projection incorrect with alpha-less layers
a5f571
   556603 - Zoom region always zooms in center of image
a5f571
   557870 - "Qmask" message popping up here and there
a5f571
   557705 - compatibility with GEGL > 0.0.20
a5f571
   556248 - Scaling gives 'jagged' edges
a5f571
   556804 - Zoom drop down doesn't update
a5f571
   524615 - Print not to scale
a5f571
   555246 - gimp crashes when a file is opened while a preview is generating
a5f571
   556741 - Alpha layer automatically added (in psd format)
a5f571
   556182 - Could you please explain a few strings [I18N]
a5f571
   555697 - build fails if configured with --without-libjpeg
a5f571
   134956 - Curves tool doesn't save free curves
a5f571
a5f571
  * Updated translations:
a5f571
a5f571
   Czech (cs)
a5f571
   Danish (da)
a5f571
   Finnish (fi)
a5f571
   French (fr)
a5f571
   Japanese (ja)
a5f571
   Polish (pl)
a5f571
   Brazilian Portuguese (pt_BR)
a5f571
   Swedish (sv)
a5f571
   Simplified Chinese (zh_CN)
a5f571
- update xdg-open patch
a5f571
a5f571
* Tue Oct 28 2008 Nils Philippsen <nils@redhat.com> - 2:2.6.1-2
a5f571
- update required versions of some packages (#467065)
a5f571
a5f571
* Fri Oct 10 2008 Nils Philippsen <nils@redhat.com> - 2:2.6.1-1
a5f571
- version 2.6.1
a5f571
a5f571
  Overview of Changes from GIMP 2.6.0 to GIMP 2.6.1
a5f571
  =================================================
a5f571
a5f571
  * Bugs fixed:
a5f571
a5f571
   555587 - PSD file crashes PSD plug-in
a5f571
   555222 - PSD Load Plugin: unsupported compression mode
a5f571
   555362 - gimp-remote is not working properly
a5f571
   555280 - some gif files will not be open
a5f571
   554890 - JPEG Save Options Dialog does not remember
a5f571
   554966 - Gimp crashes creating a new image using a template
a5f571
   554785 - Compile failure on uri-backend-libcurl
a5f571
   554646 - Opening Help crashes GIMP with lqr-plugin installed
a5f571
   553534 - centering issues after image scaling and setting zoom
a5f571
   554898 - Compile failure on uri-backend-wget.c
a5f571
a5f571
  * Updated translations:
a5f571
a5f571
   Belarusian (be)
a5f571
   Catalan (ca)
a5f571
   Finnish (fi)
a5f571
   French (fr)
a5f571
   Japanese (ja)
a5f571
   Macedonian (mk)
a5f571
   Punjab (pa)
a5f571
   Brazilian Portuguese (pt_BR)
a5f571
   Romanian (ro)
a5f571
   Slovenian (sl)
a5f571
   Swedish (sv)
a5f571
a5f571
* Wed Oct 08 2008 Nils Philippsen <nils@redhat.com> - 2:2.6.0-3
a5f571
- split off help browser plugin
a5f571
- let gimp and gimp-help-browser obsolete older gimp versions to allow seamless
a5f571
  upgrades
a5f571
a5f571
* Tue Oct 07 2008 Nils Philippsen <nils@redhat.com> - 2:2.6.0-2
a5f571
- move gimptool to devel subpackage
a5f571
- make gimp-plugin-mgr not require gimptool/pkg-config (#465869)
a5f571
a5f571
* Thu Oct 02 2008 Nils Philippsen <nils@redhat.com> - 2:2.6.0-1
a5f571
- version 2.6.0
a5f571
- remove obsolete htmlview patch
a5f571
- remove obsolete distro version dependent defaults
a5f571
- don't use custom CFLAGS
a5f571
a5f571
* Mon Sep 22 2008 Nils Philippsen <nils@redhat.com> - 2:2.4.7-4
a5f571
- don't require desktop-file-utils (#463049, patch by Ville Skyttä)
a5f571
a5f571
* Wed Sep 17 2008 Nils Philippsen <nils@redhat.com> - 2:2.4.7-3
a5f571
- don't make pyconsole.py plug-in executable as upstream indicates it shouldn't
a5f571
  be
a5f571
a5f571
* Wed Sep 17 2008 Nils Philippsen <nils@redhat.com> - 2:2.4.7-2
a5f571
- Merge review:
a5f571
  - convert spec file to UTF-8
a5f571
  - remove unneeded gimp2, gimp-beta obsoletes
a5f571
  - quote macros in changelog
a5f571
  - use only spaces, not tabs
a5f571
  - make pyconsole.py plug-in executable (upstream bug #552601)
a5f571
a5f571
* Fri Aug 22 2008 Nils Philippsen <nphilipp@redhat.com> - 2:2.4.7-1
a5f571
- version 2.4.7
a5f571
a5f571
  Changes in GIMP 2.4.7
a5f571
  =====================
a5f571
a5f571
  - fixed issue in GIF load plug-in (bug #535888)
a5f571
  - fixed event handling in MIDI controller (bug #537960)
a5f571
  - fixed handling of the 'Highlight' tool option in Crop and Rectangle
a5f571
    Select tools (bug #536582)
a5f571
  - various fixes to the Python bindings:
a5f571
    - fixed crash with Python 2.5 on 64 bit systems (bug #540629)
a5f571
    - added missing validity checks (bug #536403)
a5f571
    - allow to pass None for PDB_DISPLAY
a5f571
  - plugged a memory leak in gimp-text-get-extents-fontname PDB call
a5f571
  - fixed potential timeout issues in org.gimp.GIMP.UI D-Bus service
a5f571
  - fixed endianness issue in the ICO save plug-in (bug #529629)
a5f571
  - translation fixes and updates (be, it, lt, nn, vi)
a5f571
a5f571
* Fri May 30 2008 Nils Philippsen <nphilipp@redhat.com> - 2:2.4.6-1
a5f571
- version 2.4.6
a5f571
a5f571
  Changes in GIMP 2.4.6
a5f571
  =====================
a5f571
a5f571
  - fixed handling of the "antialias" tool option (bug #521069)
a5f571
  - when loading a TIFF image, always set a filename on it (bug #521436)
a5f571
  - fixed initial state of curve type in Curves tool (bug #523873)
a5f571
  - fixed potential crash in the Dicom load plug-in
a5f571
  - respect the brush mask in the Heal tool (bug #521433)
a5f571
  - plugged some minor memory leaks
a5f571
  - fixed a glitch in the DND code (bug #317992)
a5f571
  - gimp-image-convert() must not accept palettes with > 256 colors (bug
a5f571
    #525471)
a5f571
  - fixed parameter description in the Map Object plug-in (bug #526679)
a5f571
  - fixed compilation of unit tests on Mac OS X (bug #528160)
a5f571
  - fixed handling of "argc-lower-val-y" PDB parameter in Curve Bend plug-in
a5f571
  - fixed overlap problem in Hue-Saturation tool (bug #527085)
a5f571
  - fixed asymmetry in Unsharp Mask plug-in (bug #530077)
a5f571
  - don't show non-existant color profiles in the selector (bug #528958)
a5f571
  - fixed issues with default aspect ratio in the Crop tool (bug #532057)
a5f571
  - fixed compilation of the PDF import plug-in with libpoppler 0.8
a5f571
  - fixed bug in clipboard brush code (bug #532886)
a5f571
  - corrected layer mask flag in PSD save plug-in (bug #526811)
a5f571
  - fixed an issue with tablets and newer X.Org releases
a5f571
  - keep the JPEG save plug-in from writing an empty EXIF tag (bug #529469)
a5f571
  - fixed crash in Selective Gaussion Blur plug-in (bug #529280)
a5f571
  - added new translations (Belarusian, Catalan, Norwegian Nynorsk)
a5f571
  - translation fixes and updates
a5f571
    (ar, ca, de, el, es, fi, fr, hu, it, ko, pl, pt_BR, ro, sv)
a5f571
a5f571
* Mon Mar 03 2008 Nils Philippsen <nphilipp@redhat.com> - 2:2.4.5-1
a5f571
- version 2.4.5
a5f571
a5f571
  Changes in GIMP 2.4.5
a5f571
  =====================
a5f571
a5f571
  - fixed a regression introduced by the brush cursor optimization
a5f571
    (bug #514309)
a5f571
  - fixed bug in transform tool preview (bug #340965)
a5f571
  - fixed PSD export of images with layer masks
a5f571
  - fixed base64 encoding routine of the Mail plug-in
a5f571
  - use the correct background color when creating a new image
a5f571
    (bug #514082)
a5f571
  - explicitly link libgimpthumb with GLib (bug #515566)
a5f571
  - improved selection of the font sample string (bug #514021)
a5f571
  - unified handling of "Enter" and "Space" keysyms (bug #516544)
a5f571
  - fixed bug in the Glossy script when used with a pattern (bug #517285)
a5f571
  - correctly record dimensions in Exif data when saving as JPEG
a5f571
    (bug #517077)
a5f571
  - fixed sensitivity of plug-in menu items (bug #517683)
a5f571
  - fixed potential crashes in Wind, Warp, Small Tiles and Apply Canvas
a5f571
    plug-ins (bug #516369)
a5f571
  - added default keyboard shortcut for "Paste As New Image"
a5f571
    (Ctrl-Shift-V)
a5f571
  - added default keyboard shortcut for "Copy Visible" (Ctrl-Shift-C)
a5f571
  - fixed missing preview update in Curves tool (bug #518012)
a5f571
  - fixed a bug in the Frosty Logo script (bug #472316)
a5f571
  - fixed backward transformations using the PDB (bug #518910)
a5f571
  - translation fixes and updates (de, eu, eo, fr, he, hu, it, ja, ko)
a5f571
a5f571
* Mon Feb 18 2008 Nils Philippsen <nphilipp@redhat.com> - 2:2.4.4-2
a5f571
- let gimp-libs provide, gimp and gimp-devel require "gimp-libs-%%{_arch}"
a5f571
  (#433195)
a5f571
a5f571
* Wed Jan 30 2008 Nils Philippsen <nphilipp@redhat.com> - 2:2.4.4-1
a5f571
- version 2.4.4
a5f571
a5f571
  Changes in GIMP 2.4.4
a5f571
  =====================
a5f571
a5f571
  - fixed typo in stock icon name
a5f571
  - fixed handling of PSD files with empty layer names (bug #504149)
a5f571
  - merged TinyScheme bug-fixes
a5f571
  - removed duplicate entry from Tango palette
a5f571
  - corrected parameter range in Chip Away script (bug #506110)
a5f571
  - reduced redraw priority and speed of the marching ants (bug #479875)
a5f571
  - fixed out-of-bounds array access in Convolution Matrix plug-in
a5f571
  - reduced rounding errors in Convolution Matrix plug-in (bug #508114)
a5f571
  - fixed potential crash on missing CMYK color profile
a5f571
  - fixed crash in Bumpmap plug-in when called from some scripts (bug #509608)
a5f571
  - Equalize should not equalise the alpha channel (bug #510210)
a5f571
  - increased the number of points the ImageMap plug-in can handle (bug #511072)
a5f571
  - adjusted the priority of the projection renderer (bug #511214)
a5f571
  - smooth the brush mask to get a simpler cursor boundary (bug #304798)
a5f571
  - show the selection even if the image window is invisible (bug #505758)
a5f571
  - allow to commit a pending rectangular selection using Enter (bug #511599)
a5f571
  - fixed bug in image dirty state logic (bug #509822)
a5f571
  - improved GIMPressionist preformance and reduced startup time (bug #512126)
a5f571
  - fixed a crash in the Convert to Color Profile plug-in (bug #512529)
a5f571
  - merged some other minor fixes from trunk
a5f571
  - translation updates (de, it, lt, ru, sv, uk)
a5f571
a5f571
* Mon Jan 28 2008 Nils Philippsen <nphilipp@redhat.com> - 2:2.4.3-2
a5f571
- don't package static libraries (#430330)
a5f571
- use %%bcond_... macros for package options
a5f571
a5f571
* Mon Dec 17 2007 Nils Philippsen <nphilipp@redhat.com> - 2:2.4.3-1
a5f571
- version 2.4.3
a5f571
a5f571
  Changes in GIMP 2.4.3
a5f571
  =====================
a5f571
a5f571
  - avoid filename encoding problems in the WMF import plug-in (bug #499329)
a5f571
  - fixed horizontal flipping of linked layers (bug #499161)
a5f571
  - fixed a missing update in the Lighting plug-in UI (bug #500317)
a5f571
  - fixed a potential crash in the projection code (bug #500178)
a5f571
  - fixed a minor Makefile issue (bug #500826)
a5f571
  - removed some pointless warnings from the JPEG and TIFF load plug-ins
a5f571
  - fixed size calculation for the image size warning dialog (bug #329468)
a5f571
  - fixed loading of tool options for the rectangle tools (bug #498948)
a5f571
  - push/pop a context in the Fog filter
a5f571
  - fixed potential crashes in the Python binding
a5f571
  - corrected grid drawing with non-integer spacing (bug #502374)
a5f571
  - fixed grid snapping for coordinates less than the grid offset
a5f571
  - made the healing brush work properly when dragged (bug #492575)
a5f571
  - update tool state when a device change happens (bug #493176)
a5f571
  - improved validation of strings sent over the wire (bug #498207)
a5f571
  - fixed integer check in Script-Fu (bug #498207)
a5f571
  - fixed potential out-of-memory problem in Script-Fu
a5f571
  - translation updates (ca, cs, de, gl, it, ko, lt, sv, uk)
a5f571
a5f571
* Wed Nov 28 2007 Nils Philippsen <nphilipp@redhat.com> - 2:2.4.2-2
a5f571
- fix typo to build internal print plugin from F8 onwards (#401931)
a5f571
a5f571
* Thu Nov 22 2007 Nils Philippsen <nphilipp@redhat.com> - 2:2.4.2-1
a5f571
- version 2.4.2
a5f571
a5f571
  Changes in GIMP 2.4.2
a5f571
  =====================
a5f571
a5f571
  - removed broken and useless HSV Graph script (bug #491311)
a5f571
  - update the histogram when a color correction tool is cancelled (bug #493639)
a5f571
  - fixed a crash with certain plug-in or script descriptions (bug #492718)
a5f571
  - corrected a tooltip (bug #495564)
a5f571
  - fixed a crash when GIMP is run without any modules (bug #495863)
a5f571
  - fixed error handling in the TIFF plug-in
a5f571
  - fixed a problem with Sample points
a5f571
  - fixed a crash when merging layers in indexed image (bug #495990)
a5f571
  - update the histogram when painting (bug #494049)
a5f571
  - fixed another problem with merge operations on indexed images (bug #496437)
a5f571
  - fixed crash in TIFF plug-in when saving indexed images (bug #497103)
a5f571
  - changed defaults so that a system monitor profile is only used when the
a5f571
    user explicitely enabled this feature (bug #496890)
a5f571
  - fixed endless loop when running equalize on transparent areas (bug #497291)
a5f571
  - fixed heap corruption in GimpColorScale widget that caused a crash in the
a5f571
    Compose plug-in (bug #399484)
a5f571
  - fixed use of background color in Particle Trace script (bug #498282)
a5f571
  - set the image menu insensitive when there's no image opened (bug #498511)
a5f571
  - translation updates (ca, et, it, lt, pt, pt_BR, sr, sv)
a5f571
a5f571
* Wed Oct 31 2007 Nils Philippsen <nphilipp@redhat.com> - 2:2.4.1-1
a5f571
- version 2.4.1
a5f571
a5f571
  Changes in GIMP 2.4.1
a5f571
  =====================
a5f571
a5f571
  - fixed a minor display rendering problem
a5f571
  - improved the workaround for broken graphics card drivers (bug #421466)
a5f571
  - fixed a crash with broken scripts and plug-ins (bug #490055)
a5f571
  - fixed potential syntax error in configure script (bug #490068)
a5f571
  - fixed parsing of floating point numbers in Script-Fu (bug #490198)
a5f571
  - fixed potential crash when converting an indexed image to RGB (bug #490048)
a5f571
  - update the histogram while doing color corrections (bug #490182)
a5f571
  - fixed another crash with broken plug-ins (bug #490617).
a5f571
  - translation updates
a5f571
a5f571
* Mon Oct 29 2007 Nils Philippsen <nphilipp@redhat.com> - 2:2.4.0-4
a5f571
- use either htmlview or xdg-open in documentation instead of firefox (#355801)
a5f571
a5f571
* Thu Oct 25 2007 Nils Philippsen <nphilipp@redhat.com> - 2:2.4.0-3
a5f571
- add epoch to obsoletes
a5f571
a5f571
* Wed Oct 24 2007 Nils Philippsen <nphilipp@redhat.com> - 2:2.4.0-1
a5f571
- version 2.4.0
a5f571
- use xdg-open instead of htmlview on Fedora 7 and later
a5f571
- change hicolor-icon-theme requirement to be "uncolored" (without
a5f571
  "(post)"/"(postun)")
a5f571
- don't let gtk-update-icon-cache fail scriptlets
a5f571
a5f571
* Fri Sep 07 2007 Nils Philippsen <nphilipp@redhat.com> - 2:2.4.0-0.rc3.2
a5f571
- build internal print plugin, don't require external print plugins on Fedora 8
a5f571
  and later
a5f571
a5f571
* Fri Sep 07 2007 Nils Philippsen <nphilipp@redhat.com> - 2:2.4.0-0.rc3.1
a5f571
- version 2.4.0-rc3
a5f571
a5f571
* Fri Sep 07 2007 Nils Philippsen <nphilipp@redhat.com> - 2:2.4.0-0.rc2.2
a5f571
- rebuild to pick up new version of poppler
a5f571
a5f571
* Tue Sep 04 2007 Nils Philippsen <nphilipp@redhat.com> - 2:2.4.0-0.rc2.1
a5f571
- version 2.4.0-rc2
a5f571
a5f571
* Thu Aug 16 2007 Nils Philippsen <nphilipp@redhat.com> - 2:2.4.0-0.rc1.1
a5f571
- version 2.4.0-rc1
a5f571
- change license tags to GPLv2+ (main app), LGPLv2+ (libs and devel)
a5f571
- drop libXt-devel build requirement
a5f571
- build-require pygobject2-devel directly
a5f571
- don't let %%postun fail
a5f571
- remove obsolete buildroot, gimphelpmissing, icontheme, gifload, gimptool
a5f571
  patches
a5f571
- update htmlview patch
a5f571
- use more distinct build root
a5f571
- use %%buildroot consistently
a5f571
- explicitely enable configure options
a5f571
- more versionized build requirements
a5f571
- don't rebuild autofoo files
a5f571
- reformat spec file a bit
a5f571
a5f571
* Fri Jul 13 2007 Nils Philippsen <nphilipp@redhat.com> - 2:2.2.17-1
a5f571
- version 2.2.17
a5f571
a5f571
  Bugs fixed in GIMP 2.2.17
a5f571
  =========================
a5f571
a5f571
  - fixed regression in PSD load plug-in (bug #456042)
a5f571
  - fixed crash when loading a corrupt PSD file (bug #327444)
a5f571
  - work around for Pango appending " Not-Rotated" to font names 
a5f571
a5f571
* Wed Jul 11 2007 Nils Philippsen <nphilipp@redhat.com> - 2:2.2.16-2
a5f571
- don't let gimp-plugin-mgr --uninstall fail %%post scriptlet
a5f571
a5f571
* Mon Jul 09 2007 Nils Philippsen <nphilipp@redhat.com> - 2:2.2.16-1
a5f571
- version 2.2.16
a5f571
a5f571
  Bugs fixed in GIMP 2.2.16
a5f571
  =========================
a5f571
a5f571
  - improved input value validation in several file plug-ins (bug #453973)
a5f571
  - improved handling of corrupt or invalid XCF files
a5f571
  - guard against integer overflows in several file plug-ins (bug #451379)
a5f571
  - fixed handling of background alpha channel in XCF files (bug #443097)
a5f571
  - improved forward compatibility of the config parser
a5f571
  - fixed crash when previewing some animated brushes (bug #446005)
a5f571
a5f571
- remove obsolete psd-invalid-dimensions patch
a5f571
a5f571
* Wed Jun 27 2007 Nils Philippsen <nphilipp@redhat.com> - 2:2.2.15-3
a5f571
- refuse to open PSD files with insanely large dimensions (#244400, fix by Sven
a5f571
  Neumann)
a5f571
a5f571
* Wed Jun 13 2007 Nils Philippsen <nphilipp@redhat.com> - 2:2.2.15-2
a5f571
- require gutenprint-plugin or gimp-print-plugin (#243593)
a5f571
a5f571
* Thu May 31 2007 Nils Philippsen <nphilipp@redhat.com> - 2:2.2.15-1
a5f571
- version 2.2.15
a5f571
a5f571
  Bugs fixed in GIMP 2.2.15
a5f571
  =========================
a5f571
  
a5f571
  - fixed parsing of GFig files with CRLF line endings (bug #346988)
a5f571
  - guard against a possible stack overflow in the Sunras loader (bug #433902)
a5f571
  - fixed definition of datarootdir in gimptool-2.0 (bug #436386)
a5f571
  - fixed Perspective tool crash on Mac OS X (bug #349483)
a5f571
  - fixed area resizing in the Image Map plug-in (bug #439222)
a5f571
  - added missing library in gimptool-2.0 --libs output
a5f571
  - added new localizations: Occitan and Persian
a5f571
a5f571
- remove obsolete sunras-overflow patch
a5f571
a5f571
* Tue May 01 2007 Nils Philippsen <nphilipp@redhat.com> - 2:2.2.14-5
a5f571
- don't let gimp-plugin-mgr --uninstall fail %%pre/%%preun scriptlets (#238337)
a5f571
a5f571
* Mon Apr 30 2007 Nils Philippsen <nphilipp@redhat.com> - 2:2.2.14-4
a5f571
- fix plugin symlinks handling better (#238337)
a5f571
a5f571
* Mon Apr 30 2007 Nils Philippsen <nphilipp@redhat.com> - 2:2.2.14-3
a5f571
- don't erroneously delete symlinks to external plugins when updating (#238337)
a5f571
a5f571
* Mon Apr 30 2007 Nils Philippsen <nphilipp@redhat.com> - 2:2.2.14-2
a5f571
- avoid buffer overflow in sunras plugin (#238422)
a5f571
a5f571
* Tue Apr 24 2007 Nils Philippsen <nphilipp@redhat.com> - 2:2.2.14-1
a5f571
- version 2.2.14
a5f571
  
a5f571
  Bugs fixed in GIMP 2.2.14
a5f571
  =========================
a5f571
  
a5f571
  - avoid crashing on newer versions of the winicon format (bug #352899)
a5f571
  - fixed crash in Postscript plug-in (bug #353381)
a5f571
  - fixed handling of TABs in the text tool (bug #353132)
a5f571
  - fixed bug in Depth Merge plug-in (bug #355219)
a5f571
  - fixed bug in GimpDrawablePreview widget (bug #353639)
a5f571
  - fixed bug in Line Nove script (bug #357433)
a5f571
  - fixed bug in Ripple plug-in (bug #357431)
a5f571
  - save locale independent files from Fractal Explorer plug-in (bug #360095)
a5f571
  - fixed bug in Super Nova plug-in (bug #340073)
a5f571
  - be more robust against broken XCF files (bug #357809)
a5f571
  - fixed drawing issues in Image Map plug-in (bug #311621)
a5f571
  - fixed smoothing option in Fractal Explorer plug-in (bug #372671)
a5f571
  - load channels in the proper order when opening an XCF file (bug #378003)
a5f571
  - deal with floating selections in the Burn-In Animation script (bug #384096)
a5f571
  - fixed clipping in the GimpPreviewArea widget (bug #392692)
a5f571
  - fixed a potential crash in gimp-remote (bug #392111)
a5f571
  - work around a file-chooser problem on Windows (bug #398726)
a5f571
  - fixed markup of the gimp(1) manual page (bug #401145)
a5f571
  - fixed the fix for the right-to-left layout in layers dialog (bug #348347)
a5f571
  - fixed PSD save plug-in on 64bit architectures (bug #335130)
a5f571
  - added missing dependency in gimpui-2.0.pc file (bug #356394)
a5f571
  - fixed a crash in the PSD save plug-in (bug #395385)
a5f571
  - improved robustness of transform tool preview code (bug #420595)
a5f571
  - improved forward compatibility of XCF loader (bug #316207)
a5f571
  - don't crash in the Compressor plug-in if files can't be opened (bug #422444)
a5f571
  - fixed sensitivity of input fields in the Lighting plug-in (bug #359833)
a5f571
a5f571
- don't BuildRequire gimp-print/gutenprint anymore
a5f571
a5f571
* Mon Mar 26 2007 Nils Philippsen <nphilipp@redhat.com> - 2:2.2.13-3
a5f571
- use gutenprint per default for current development/future distribution
a5f571
  versions (Fedora >= 7, RHEL >= 6)
a5f571
a5f571
* Mon Mar 26 2007 Nils Philippsen <nphilipp@redhat.com> - 2:2.2.13-2
a5f571
- own used directories in gimp-devel (#233794)
a5f571
a5f571
* Wed Feb 21 2007 Nils Philippsen <nphilipp@redhat.com>
a5f571
- s/%%redhat/%%rhel/g
a5f571
a5f571
* Wed Feb 07 2007 Nils Philippsen <nphilipp@redhat.com>
a5f571
- really change defaults for use of modular X and lcms (#224156)
a5f571
a5f571
* Thu Feb 01 2007 Nils Philippsen <nphilipp@redhat.com>
a5f571
- change defaults for use of modular X and lcms (#224156)
a5f571
a5f571
* Fri Aug 25 2006 Nils Philippsen <nphilipp@redhat.com> - 2:2.2.13-1
a5f571
- version 2.2.13
a5f571
- remove obsolete filename patch
a5f571
a5f571
* Thu Aug 17 2006 Nils Philippsen <nphilipp@redhat.com> - 2:2.2.12-5
a5f571
- don't barf on empty /etc/gimp/plugins.d (#202808)
a5f571
a5f571
* Wed Aug 16 2006 Nils Philippsen <nphilipp@redhat.com> - 2:2.2.12-4
a5f571
- revamp scheme for integrating external plugins (#202545)
a5f571
a5f571
* Wed Aug 02 2006 Nils Philippsen <nphilipp@redhat.com> - 2:2.2.12-3
a5f571
- allow spaces in filenames when saving (#200888, patch by Michael Natterer)
a5f571
a5f571
* Tue Jul 18 2006 Nils Philippsen <nphilipp@redhat.com> - 2:2.2.12-2
a5f571
- split off libraries into gimp-libs to allow multilib installations
a5f571
- remove pre-release cruft
a5f571
a5f571
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2:2.2.12-1.1
a5f571
- rebuild
a5f571
a5f571
* Mon Jul 10 2006 Nils Philippsen <nphilipp@redhat.com> - 2:2.2.12-1
a5f571
- version 2.2.12
a5f571
- use %%dist/%%fedora/%%redhat
a5f571
- remove obsolete gcc4, libpng patches
a5f571
- show build options in %%prep
a5f571
- require gettext for building
a5f571
a5f571
* Wed May 31 2006 Nils Philippsen <nphilipp@redhat.com> - 2:2.2.11-5
a5f571
- cope with pygobject2/-devel being split off (#193368)
a5f571
a5f571
* Tue May 09 2006 Nils Philippsen <nphilipp@redhat.com> - 2:2.2.11-4
a5f571
- don't use long deprecated libpng API (#191027, patch by Manish Singh)
a5f571
a5f571
* Thu Apr 20 2006 Nils Philippsen <nphilipp@redhat.com> - 2:2.2.11-3
a5f571
- only use pkgconfig if needed in gimptool, require pkgconfig in devel
a5f571
  subpackage (#189314, #189371)
a5f571
a5f571
* Wed Apr 19 2006 Nils Philippsen <nphilipp@redhat.com> - 2:2.2.11-2
a5f571
- require pkgconfig (#189314)
a5f571
a5f571
* Tue Apr 18 2006 Nils Philippsen <nphilipp@redhat.com> - 2:2.2.11-1
a5f571
- version 2.2.11
a5f571
a5f571
* Fri Mar 03 2006 Nils Philippsen <nphilipp@redhat.com> - 2:2.2.10-4
a5f571
- use htmlview as default web browser (#183730, patch by Ben Levenson)
a5f571
- require hicolor-icon-theme (#182784, #182785)
a5f571
a5f571
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2:2.2.10-2.2
a5f571
- bump again for double-long bug on ppc(64)
a5f571
a5f571
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 2:2.2.10-2.1
a5f571
- rebuilt for new gcc4.1 snapshot and glibc changes
a5f571
a5f571
* Tue Jan 10 2006 Nils Philippsen <nphilipp@redhat.com>
a5f571
- rebuild with lcms
a5f571
a5f571
* Thu Dec 29 2005 Nils Philippsen <nphilipp@redhat.com> - 2.2.10
a5f571
- version 2.2.10
a5f571
a5f571
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
a5f571
- rebuilt
a5f571
a5f571
* Fri Dec 09 2005 Nils Philippsen <nphilipp@redhat.com>
a5f571
- build with -fomit-frame-pointer to let assembly build with gcc 4.1
a5f571
a5f571
* Fri Dec 02 2005 Nils Philippsen <nphilipp@redhat.com>
a5f571
- build with gcc 4.1
a5f571
a5f571
* Tue Nov 08 2005 Nils Philippsen <nphilipp@redhat.com>
a5f571
- don't include .la files (#172626)
a5f571
- require findutils for building
a5f571
a5f571
* Wed Nov 02 2005 Nils Philippsen <nphilipp@redhat.com> - 2.2.9
a5f571
- version 2.2.9
a5f571
- first attempt at dealing with modular X
a5f571
a5f571
* Tue Aug 16 2005 Nils Philippsen <nphilipp@redhat.com>
a5f571
- rebuild
a5f571
a5f571
* Thu Jul 28 2005 Nils Philippsen <nphilipp@redhat.com>
a5f571
- fix gimptool manpage symlink
a5f571
a5f571
* Mon Jul 25 2005 Nils Philippsen <nphilipp@redhat.com> - 2.2.8
a5f571
- version 2.2.8
a5f571
- clean up file list generation a bit
a5f571
- gimptool manpage is in section 1 not 5
a5f571
- list auto-generated .pyc and .pyo files
a5f571
a5f571
* Fri May 13 2005 Nils Philippsen <nphilipp@redhat.com>
a5f571
- fix inline asm of MMX/SSE optimizations instead of using -mmmx and the like
a5f571
a5f571
* Fri May 13 2005 Nils Philippsen <nphilipp@redhat.com>
a5f571
- fix cpuinstructionset patch so that it actually uses CPU-specific
a5f571
  optimizations
a5f571
a5f571
* Wed May 11 2005 Nils Philippsen <nphilipp@redhat.com>
a5f571
- use -mmmx/sse/sse2/... only for the relevant source files so that extended
a5f571
  instruction sets only get used on suitable CPUs (#157409)
a5f571
a5f571
* Mon May 09 2005 Nils Philippsen <nphilipp@redhat.com>
a5f571
- version 2.2.7, fixes bug in SSE2 assembly for Lighten Only layer mode
a5f571
  (#145771) and various other bugs
a5f571
- on x86 and x86_64, use -msse and -msse2 to accomodate newer compilers
a5f571
a5f571
* Wed Apr 27 2005 Jeremy Katz <katzj@redhat.com> - 2:2.2.6-2
a5f571
- silence %%post
a5f571
a5f571
* Mon Apr 11 2005 Nils Philippsen <nphilipp@redhat.com>
a5f571
- version 2.2.6
a5f571
a5f571
* Tue Mar 29 2005 Nils Philippsen <nphilipp@redhat.com>
a5f571
- revert gtk requirement change
a5f571
a5f571
* Mon Mar 28 2005 Matthias Clasen <mclasen@redhat.com>
a5f571
- Rebuild against newer libexif
a5f571
a5f571
* Mon Mar 28 2005 Christopher Aillon <caillon@redhat.com>
a5f571
- rebuilt
a5f571
a5f571
* Fri Mar 25 2005 Christopher Aillon <caillon@redhat.com>
a5f571
- Update the GTK+ theme icon cache on (un)install
a5f571
a5f571
* Tue Mar 22 2005 Nils Philippsen <nphilipp@redhat.com>
a5f571
- install convenience symlinks for man pages
a5f571
a5f571
* Fri Mar 11 2005 Nils Philippsen <nphilipp@redhat.com>
a5f571
- don't refer to freefonts and sharefonts in %%description
a5f571
a5f571
* Wed Mar 09 2005 Nils Philippsen <nphilipp@redhat.com>
a5f571
- prevent gifload plugin from crashing when loading files with bogus frame size
a5f571
  (#150677, #150678)
a5f571
a5f571
* Wed Mar 02 2005 Nils Philippsen <nphilipp@redhat.com>
a5f571
- don't barf when building with gcc 4.0
a5f571
a5f571
* Wed Feb 23 2005 Nils Philippsen <nphilipp@redhat.com>
a5f571
- version 2.2.4
a5f571
- require newer versions of gtk2 (#143840), glib2 and pango
a5f571
a5f571
* Sat Jan 29 2005 Nils Philippsen <nphilipp@redhat.com>
a5f571
- make desktop icon themeable (#146486)
a5f571
a5f571
* Mon Jan 24 2005 Nils Philippsen <nphilipp@redhat.com>
a5f571
- version 2.2.3
a5f571
- remove exifmarkerlength patch (improved version applied upstream)
a5f571
a5f571
* Mon Jan 17 2005 Nils Philippsen <nphilipp@redhat.com>
a5f571
- clip thumbnail quality at 75 and don't barf on saving images at quality 0
a5f571
  (fix patch for #145100)
a5f571
a5f571
* Fri Jan 14 2005 Nils Philippsen <nphilipp@redhat.com>
a5f571
- avoid writing excessively long EXIF markers (#145100)
a5f571
a5f571
* Tue Jan 11 2005 Nils Philippsen <nphilipp@redhat.com>
a5f571
- version 2.2.2
a5f571
- autogenerate %%microver
a5f571
a5f571
* Wed Dec 29 2004 Nils Philippsen <nphilipp@redhat.com>
a5f571
- version 2.2.1
a5f571
- pygimp-logo.png included in tarball again
a5f571
a5f571
* Mon Dec 20 2004 Nils Philippsen <nphilipp@redhat.com>
a5f571
- version 2.2.0
a5f571
- include pygimp-logo.png missing from tarball
a5f571
a5f571
* Fri Dec 10 2004 Nils Philippsen <nphilipp@redhat.com>
a5f571
- use xsane plugin (un)install script if available
a5f571
a5f571
* Mon Nov 22 2004 Nils Philippsen <nphilipp@redhat.com>
a5f571
- version 2.2-pre2
a5f571
a5f571
* Thu Nov 18 2004 Nils Philippsen <nphilipp@redhat.com>
a5f571
- obsolete fixed gimp-perl version to be able to reintroduce it at a
a5f571
  later point
a5f571
- use correct dir in source URL
a5f571
a5f571
* Wed Nov 03 2004 Nils Philippsen <nphilipp@redhat.com>
a5f571
- version 2.2-pre1
a5f571
a5f571
* Sun Oct 24 2004 Nils Philippsen <nphilipp@redhat.com>
a5f571
- remove unnecessary echo statement
a5f571
a5f571
* Fri Oct 15 2004 Nils Philippsen <nphilipp@redhat.com>
a5f571
- version 2.1.7 unstable
a5f571
a5f571
* Thu Oct 14 2004 Nils Philippsen <nphilipp@redhat.com>
a5f571
- catch wrong values of bpp in BMP plugin (#135675), don't forget 1bpp and
a5f571
  24bpp (d'oh)
a5f571
a5f571
* Thu Sep 30 2004 Christopher Aillon <caillon@redhat.com>
a5f571
- PreReq desktop-file-utils >= 0.9
a5f571
a5f571
* Sun Sep 26 2004 Nils Philippsen <nphilipp@redhat.com>
a5f571
- fix post/postun requirements
a5f571
a5f571
* Sat Sep 25 2004 Nils Philippsen <nphilipp@redhat.com>
a5f571
- version 2.0.5
a5f571
a5f571
* Thu Sep 16 2004 Nils Philippsen <nphilipp@redhat.com>
a5f571
- rename desktop title (#132548)
a5f571
a5f571
* Thu Aug 26 2004 Nils Philippsen <nphilipp@redhat.com>
a5f571
- add MimeType to desktop file
a5f571
- run update-desktop-database in %%post/%%postun
a5f571
- don't make stunts with -32 or -64 postfixed binaries anymore
a5f571
- require /sbin/ldconfig and /usr/bin/update-desktop-database
a5f571
a5f571
* Tue Aug 10 2004 Nils Philippsen <nphilipp@redhat.com>
a5f571
- build requires libwmf-devel
a5f571
a5f571
* Fri Aug 06 2004 Nils Philippsen <nphilipp@redhat.com>
a5f571
- version 2.0.4
a5f571
a5f571
* Wed Aug 04 2004 Nils Philippsen <nphilipp@redhat.com>
a5f571
- rebuild to pick up new libcroco
a5f571
a5f571
* Thu Jul 22 2004 Nils Philippsen <nphilipp@redhat.com>
a5f571
- version 2.0.3
a5f571
- buildreq gtk2-devel >= 2.4.0
a5f571
- use -32 or -64 postfixed binaries if available
a5f571
a5f571
* Fri Jul 02 2004 Nils Philippsen <nphilipp@redhat.com>
a5f571
- use included desktop (#126723), application-registry, mime-info and
a5f571
  icon files
a5f571
- remove perl cruft (Gimp-Perl is an external package now)
a5f571
- further spec file cleaning
a5f571
a5f571
* Thu Jun 24 2004 Nils Philippsen <nphilipp@redhat.com>
a5f571
- version 2.0.2
a5f571
- fix summary (#126682)
a5f571
a5f571
* Tue Jun 22 2004 Nils Philippsen <nphilipp@redhat.com>
a5f571
- build with gcc34 patch (sopwith)
a5f571
a5f571
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
a5f571
- rebuilt
a5f571
a5f571
* Mon May 31 2004 Nils Philippsen <nphilipp@redhat.com>
a5f571
- rebuild for Rawhide
a5f571
a5f571
* Wed May 26 2004 Nils Philippsen <nphilipp@redhat.com>
a5f571
- add libjpeg-devel to BuildRequires (#121236)
a5f571
- spit out slightly more informative help message if gimp-help is missing
a5f571
  (#124307)
a5f571
a5f571
* Fri May 21 2004 Matthias Clasen <mclasen@redhat.com>
a5f571
- rebuild
a5f571
a5f571
* Wed Apr 21 2004 Seth Nickell <snickell@redhat.com>
a5f571
- Rename menu entry for .desktop file to "GIMP Image Editor"
a5f571
a5f571
* Tue Apr 20 2004 Nils Philippsen <nphilipp@redhat.com>
a5f571
- update BuildRequires/Requires (#121236)
a5f571
a5f571
* Wed Apr 14 2004 Nils Philippsen <nphilipp@redhat.com>
a5f571
- version 2.0.1
a5f571
a5f571
* Sun Mar 28 2004 Nils Philippsen <nphilipp@redhat.com>
a5f571
- fix slide script-fu
a5f571
a5f571
* Sat Mar 27 2004 Nils Philippsen <nphilipp@redhat.com>
a5f571
- bump some Build/Requires: versions
a5f571
- change desktop file to actually run gimp-2.0
a5f571
a5f571
* Wed Mar 24 2004 Nils Philippsen <nphilipp@redhat.com>
a5f571
- version 2.0.0
a5f571
a5f571
* Tue Mar 23 2004 Nils Philippsen <nphilipp@redhat.com>
a5f571
- version 2.0rc1
a5f571
a5f571
* Wed Mar 17 2004 Nils Philippsen <nphilipp@redhat.com>
a5f571
- version 2.0pre4
a5f571
a5f571
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
a5f571
- rebuilt
a5f571
a5f571
* Wed Feb 18 2004 Tim Waugh <twaugh@redhat.com>
a5f571
- Added epoch to gimp-perl obsoletes tag.
a5f571
a5f571
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
a5f571
- rebuilt
a5f571
a5f571
* Fri Feb 13 2004 Nils Philippsen <nphilipp@redhat.com>
a5f571
- fix typo in %%_enable_print macro
a5f571
- install convenience symlinks (gimp, gimp-remote, gimptool)
a5f571
a5f571
* Sun Feb 08 2004 Nils Philippsen <nphilipp@redhat.com>
a5f571
- require gtk2, glib2 >= 2.3.0, pango >= 1.3.0
a5f571
a5f571
* Fri Feb 06 2004 Nils Philippsen <nphilipp@redhat.com>
a5f571
- version 2.0pre3
a5f571
- update buildroot patch
a5f571
- enable building static libs (old default)
a5f571
- have '--define'able enable_*
a5f571
- disable building of print plugin, it's in another package
a5f571
a5f571
* Fri Jan 30 2004 Nils Philippsen <nphilipp@redhat.com>
a5f571
- rebuild against new libcroco
a5f571
a5f571
* Sat Jan 24 2004 Nils Philippsen <nphilipp@redhat.com>
a5f571
- require %%{epoch}:%%{version}-%%{release} of base package in sub packages
a5f571
- rather use %%{?smp_mflags} to actually exploit SMP build systems
a5f571
a5f571
* Fri Jan 23 2004 Nils Philippsen <nphilipp@redhat.com>
a5f571
- set epoch to 1 to upgrade old gimp rpms
a5f571
- obsolete gimp2-devel, gimp-beta-devel to allow upgrade of 3rd party repo
a5f571
  packages, gimp-perl to upgrade old package
a5f571
a5f571
* Fri Jan 23 2004 Nils Philippsen <nphilipp@redhat.com>
a5f571
- fix binary name in desktop file ("gimp-1.3" until gimp-2.0 becomes final, to
a5f571
  allow coexistence with old gimp-1.x packages)
a5f571
- system intltool buildrequires perl-XML-Parser, work around that, yay
a5f571
a5f571
* Thu Jan 22 2004 Nils Philippsen <nphilipp@redhat.com>
a5f571
- build as gimp, not gimp-beta
a5f571
- remove all the beta blurbs
a5f571
- fix automake dependency
a5f571
- fix libtool usage
a5f571
a5f571
* Tue Jan 20 2004 Nils Philippsen <nphilipp@redhat.com>
a5f571
- version 2.0pre2
a5f571
a5f571
* Sun Jan 11 2004 Nils Philippsen <nphilipp@redhat.com>
a5f571
- version 2.0pre1
a5f571
a5f571
* Tue Nov 25 2003 Nils Philippsen <nphilipp@redhat.com>
a5f571
- version 1.3.23 beta
a5f571
a5f571
* Fri Nov 21 2003 Nils Philippsen <nphilipp@redhat.com>
a5f571
- version 1.3.22 beta
a5f571
a5f571
* Thu Oct 16 2003 Nils Philippsen <nphilipp@redhat.com>
a5f571
- leave gtk-doc documentation in place
a5f571
- move gimptool to main package
a5f571
- own some directories previously not owned
a5f571
a5f571
* Tue Oct 07 2003 Nils Philippsen <nphilipp@redhat.com>
a5f571
- version 1.3.21 beta
a5f571
a5f571
* Thu Sep 11 2003 Nils Philippsen <nphilipp@redhat.com>
a5f571
- version 1.3.20 beta
a5f571
a5f571
* Mon Aug 11 2003 Nils Philippsen <nphilipp@redhat.com>
a5f571
- version 1.3.18 beta
a5f571
a5f571
* Thu Jul 10 2003 Nils Philippsen <nphilipp@redhat.com>
a5f571
- don't specify file modes with defattr
a5f571
a5f571
* Wed Jul 09 2003 Nils Philippsen <nphilipp@redhat.com>
a5f571
- use system libtool
a5f571
a5f571
* Fri Jul 04 2003 Nils Philippsen <nils@redhat.de>
a5f571
- version 1.3.16 beta
a5f571
- update buildroot patch
a5f571
a5f571
* Tue Mar 25 2003 Nils Philippsen <nils@lisas.de>
a5f571
- version 1.3.13 beta
a5f571
- use automake-1.7
a5f571
a5f571
* Tue Feb 18 2003 Nils Philippsen <nils@lisas.de>
a5f571
- version 1.3.12 beta
a5f571
a5f571
* Fri Oct 25 2002 Nils Philippsen <nils@lisas.de>
a5f571
- version 1.3.9 beta
a5f571
- move desktop file to /usr/share/applications
a5f571
a5f571
* Wed Aug 28 2002 Nils Philippsen <nils@redhat.de>
a5f571
- version 1.3.8 beta
a5f571
- update and fix buildroot patch, don't run automake/autoconf
a5f571
a5f571
* Mon Jul 08 2002 Nils Philippsen <nils@redhat.de>
a5f571
- version 1.3.7 beta
a5f571
- use automake 1.5 and autoconf 2.53
a5f571
a5f571
* Fri Mar 15 2002 Nils Philippsen <nils@redhat.de>
a5f571
- version 1.3.4 beta
a5f571
a5f571
* Thu Jul 19 2001 Tim Powers <timp@redhat.com>
a5f571
- remove the perl temp files to pacify rpmlint
a5f571
a5f571
* Tue Jun 19 2001 Matt Wilson <msw@redhat.com>
a5f571
- added versioned requires to gimp-devel and gimp-perl
a5f571
a5f571
* Tue Apr  3 2001 Matt Wilson <msw@redhat.com>
a5f571
- added gimp-1.2.1-locale.patch, which I've checked in to gimp CVS, to
a5f571
  correctly set up the locale in plug-ins (#34214)
a5f571
a5f571
* Mon Apr  2 2001 Preston Brown <pbrown@redhat.com>
a5f571
- some gimp-perl files weren't defattr'd (#34325)
a5f571
a5f571
* Fri Mar 30 2001 Trond Eivind Glomsrød <teg@redhat.com>
a5f571
- Don't include embedxpm, as it depends on a non-included perl module (#=33249)
a5f571
- move gimpdoc and xcftopnm to gimp-perl, as they are dependant on the perl Gimp
a5f571
  module
a5f571
a5f571
* Thu Mar 01 2001 Owen Taylor <otaylor@redhat.com>
a5f571
- Rebuild for GTK+-1.2.9 include paths
a5f571
a5f571
* Mon Jan 22 2001 Matt Wilson <msw@redhat.com>
a5f571
- 1.2.1
a5f571
a5f571
* Mon Dec 25 2000 Matt Wilson <msw@redhat.com>
a5f571
- 1.2.0
a5f571
a5f571
* Wed Dec 20 2000 Matt Wilson <msw@redhat.com>
a5f571
- 1.1.31
a5f571
a5f571
* Thu Dec 14 2000 Matt Wilson <msw@redhat.com>
a5f571
- 1.1.30
a5f571
- merge changes from CVS into rpm-4.0 style spec file
a5f571
- removed va_arg patch
a5f571
a5f571
* Mon Aug 21 2000 Matt Wilson <msw@redhat.com>
a5f571
- 1.1.25
a5f571
a5f571
* Fri Aug 11 2000 Jonathan Blandford <jrb@redhat.com>
a5f571
- Up Epoch and release
a5f571
a5f571
* Tue Aug  8 2000 Matt Wilson <msw@redhat.com>
a5f571
- fixed directory mode on %%{_defaultdocdir}/gimp-%%{version}
a5f571
a5f571
* Wed Aug  2 2000 Matt Wilson <msw@redhat.com>
a5f571
- rebuild against new libpng
a5f571
a5f571
* Mon Jul 31 2000 Matt Wilson <msw@redhat.com>
a5f571
- muck with modules filelist generation to avoid getting files owned by
a5f571
  two packages
a5f571
a5f571
* Mon Jul 17 2000 Matt Wilson <msw@redhat.com>
a5f571
- disable aa plugin
a5f571
- moved the group back to Applications/Multimedia
a5f571
- added desktop entry back into the file list
a5f571
a5f571
* Thu Jul 13 2000 Prospector <bugzilla@redhat.com>
a5f571
- automatic rebuild
a5f571
a5f571
* Sat Jul  1 2000 Matt Wilson <msw@redhat.com>
a5f571
- 1.1.24
a5f571
a5f571
* Sat Jun 17 2000 Matt Wilson <msw@redhat.com>
a5f571
- use root, not bin for the default owner.
a5f571
a5f571
* Fri Jun 16 2000 Preston Brown <pbrown@redhat.com>
a5f571
- add back missing system .desktop entry
a5f571
a5f571
* Sat Jun 10 2000 Matt Wilson <msw@redhat.com>
a5f571
- rebuilt against fixed gcc
a5f571
a5f571
* Mon Jun  5 2000 Matt Wilson <msw@redhat.com>
a5f571
- defattr for gimp-perl
a5f571
a5f571
* Sun Jun  4 2000 Matt Wilson <msw@redhat.com>
a5f571
- drop out all of \.a$ from the main package list
a5f571
a5f571
* Sat Jun  3 2000 Matt Wilson <msw@redhat.com>
a5f571
- 1.1.23
a5f571
- use __NO_MATH_INLINES for now on ix86
a5f571
- massive FHS surgery
a5f571
a5f571
* Tue May 16 2000 Matt Wilson <msw@redhat.com>
a5f571
- 1.1.22
a5f571
a5f571
* Mon Apr 24 2000 Matt Wilson <msw@redhat.com>
a5f571
- 1.1.20
a5f571
a5f571
* Fri Apr 14 2000 Matt Wilson <msw@redhat.com>
a5f571
- include subdirs in the help find
a5f571
- remove gimp-help-files generation
a5f571
- both gimp and gimp-perl own prefix/lib/gimp/1.1/plug-ins
a5f571
- both gimp and gimp-devel own prefix/lib/gimp/1.1/modules
a5f571
a5f571
* Thu Apr 13 2000 Matt Wilson <msw@redhat.com>
a5f571
- 1.1.19
a5f571
- get all .mo files
a5f571
a5f571
* Wed Jan 19 2000 Gregory McLean <gregm@comstar.net>
a5f571
- Version 1.1.15
a5f571
a5f571
* Wed Dec 22 1999 Gregory McLean <gregm@comstar.net>
a5f571
- Version 1.1.14
a5f571
- Added some auto %%files section generation scriptlets