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