From 0ff7cc8c3e30e6905923f39c263e87dde487b444e7eb2176a390f0dc12fc4034 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Wed, 25 Mar 2009 17:47:46 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gimp?expand=0&rev=30 --- gimp-2.6.5.tar.bz2 | 3 --- gimp-2.6.6.tar.bz2 | 3 +++ gimp-enable-gtk-deprecated.patch | 13 ------------- gimp.changes | 20 ++++++++++++++++++++ gimp.spec | 32 ++++++++++++++++++++++++-------- 5 files changed, 47 insertions(+), 24 deletions(-) delete mode 100644 gimp-2.6.5.tar.bz2 create mode 100644 gimp-2.6.6.tar.bz2 delete mode 100644 gimp-enable-gtk-deprecated.patch diff --git a/gimp-2.6.5.tar.bz2 b/gimp-2.6.5.tar.bz2 deleted file mode 100644 index 6e735a2..0000000 --- a/gimp-2.6.5.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6209081f5c29fc22e0d376367b017618f7afb0b179f994b16b4cc68106cbe521 -size 16043778 diff --git a/gimp-2.6.6.tar.bz2 b/gimp-2.6.6.tar.bz2 new file mode 100644 index 0000000..84aabeb --- /dev/null +++ b/gimp-2.6.6.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53c261fa5045f4ca4b5e887a1eb394d28ebb08d108f065ef55bde33c892f0751 +size 16075908 diff --git a/gimp-enable-gtk-deprecated.patch b/gimp-enable-gtk-deprecated.patch deleted file mode 100644 index 0a91895..0000000 --- a/gimp-enable-gtk-deprecated.patch +++ /dev/null @@ -1,13 +0,0 @@ -Index: configure -=================================================================== ---- configure.orig -+++ configure -@@ -36899,7 +36899,7 @@ if test "x$have_glib_2_19" != "xyes"; th - fi - - if test "x$have_gtk_2_15" != "xyes"; then -- CPPFLAGS="${CPPFLAGS} -DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED" -+ CPPFLAGS="${CPPFLAGS} -DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED" - fi - - if test "x$have_pango_1_21" != "xyes"; then diff --git a/gimp.changes b/gimp.changes index 72b1f0c..c0c76f1 100644 --- a/gimp.changes +++ b/gimp.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Tue Mar 17 06:59:41 CET 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 03:16:35 CET 2009 - vuntz@novell.com diff --git a/gimp.spec b/gimp.spec index 4734ecb..8e88a52 100644 --- a/gimp.spec +++ b/gimp.spec @@ -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