OBS User unknown
2009-03-25 17:47:46 +00:00
committed by Git OBS Bridge
parent e5f0bdcf38
commit 0ff7cc8c3e
5 changed files with 47 additions and 24 deletions

View File

@@ -1,5 +1,5 @@
#
# spec file for package gimp (Version 2.6.5)
# spec file for package gimp (Version 2.6.6)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@@ -44,7 +44,7 @@ BuildRequires: python-gtk-devel
BuildRequires: update-desktop-files
BuildRequires: xorg-x11-libXfixes-devel
Url: http://www.gimp.org/
Version: 2.6.5
Version: 2.6.6
Release: 1
License: GPL v2 or later
Group: Productivity/Graphics/Bitmap Editors
@@ -52,11 +52,9 @@ Suggests: AdobeICCProfiles
Provides: gimp-2.0 = %{version}
Obsoletes: gimp-unstable < 2.6.0
Requires: %{name}-lang = %{version}
Requires: gtk2 >= 2.12.1
Requires: gtk2
Summary: The GNU Image Manipulation Program
Source: ftp://ftp.gimp.org/pub/gimp/v2.6/%{name}-%{version}.tar.bz2
# PATCH-FIX-UPSTREAM gimp-enable-gtk-deprecated.patch mboman@suse.de - Don't use -DGTK_DISABLE_DEPRECATED due to still using gtk_widget_get_action
Patch0: gimp-enable-gtk-deprecated.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Requires: %{name}-branding >= 2.4
Recommends: %{name}-plugins-python = %{version} gimp-2.0-scanner-plugin
@@ -471,6 +469,7 @@ Obsoletes: gimp-unstable-plugins-python < 2.6.0
Group: Productivity/Graphics/Bitmap Editors
# For update from <= 10.3 and SLED 10:
Provides: %{name}:%{_libdir}/gimp/2.0/plug-ins/pyconsole.py = %{version}
%py_requires
%description plugins-python
The GIMP (GNU Image Manipulation Program) is a powerful image
@@ -668,7 +667,9 @@ Authors:
%package devel
License: GPL v2 or later
Summary: The GNU Image Manipulation Program
Requires: %{name} = %{version} gtk2-devel glib2-devel glibc-devel
Requires: %{name} = %{version}
Requires: glib2-devel
Requires: gtk2-devel
Provides: gimp-2.0-devel = %{version}
Obsoletes: gimp-unstable-devel < 2.6.0
Group: Productivity/Graphics/Bitmap Editors
@@ -871,10 +872,8 @@ Authors:
%lang_package
%prep
%setup -q
%patch0 -p0
%build
#autoconf
export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
%configure --with-pic\
--disable-static\
@@ -962,6 +961,23 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/gtk-doc/html/*
%changelog
* Tue Mar 17 2009 mboman@suse.de
- Update to version 2.6.6:
+ bgo#571117 lcms plug-in crashes on broken profile
+ bgo#575154 changing the help browser preference may not work
+ bgo#573542 blur plugin: bug in the first line
+ bgo#572403 gimp-2.6 crashed with SIGSEGV in
IA__g_object_get()
+ bgo#573695 1-bit white background saved as PBM becomes all
black
+ bgo#573488 Small bug in Filter>Distorts>Ripple
+ bgo#572156 top left pixel position/coordinate is not 0,0 but
1,1
+ bgo#472644 Rotate with clipping crops the whole layer
+ Translation updates
- Remove glibc-devel from Requires in -devel package
- Use py_requires.
- Remove gimp-enable-gtk-deprecated.patch: unneeded now.
* Tue Feb 17 2009 vuntz@novell.com
- Remove some BuildRequires:
+ libcurl-devel: not needed since we have gio