This commit is contained in:
parent
e5f0bdcf38
commit
0ff7cc8c3e
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:6209081f5c29fc22e0d376367b017618f7afb0b179f994b16b4cc68106cbe521
|
|
||||||
size 16043778
|
|
3
gimp-2.6.6.tar.bz2
Normal file
3
gimp-2.6.6.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:53c261fa5045f4ca4b5e887a1eb394d28ebb08d108f065ef55bde33c892f0751
|
||||||
|
size 16075908
|
@ -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
|
|
20
gimp.changes
20
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
|
Tue Feb 17 03:16:35 CET 2009 - vuntz@novell.com
|
||||||
|
|
||||||
|
32
gimp.spec
32
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.
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -44,7 +44,7 @@ BuildRequires: python-gtk-devel
|
|||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
BuildRequires: xorg-x11-libXfixes-devel
|
BuildRequires: xorg-x11-libXfixes-devel
|
||||||
Url: http://www.gimp.org/
|
Url: http://www.gimp.org/
|
||||||
Version: 2.6.5
|
Version: 2.6.6
|
||||||
Release: 1
|
Release: 1
|
||||||
License: GPL v2 or later
|
License: GPL v2 or later
|
||||||
Group: Productivity/Graphics/Bitmap Editors
|
Group: Productivity/Graphics/Bitmap Editors
|
||||||
@ -52,11 +52,9 @@ Suggests: AdobeICCProfiles
|
|||||||
Provides: gimp-2.0 = %{version}
|
Provides: gimp-2.0 = %{version}
|
||||||
Obsoletes: gimp-unstable < 2.6.0
|
Obsoletes: gimp-unstable < 2.6.0
|
||||||
Requires: %{name}-lang = %{version}
|
Requires: %{name}-lang = %{version}
|
||||||
Requires: gtk2 >= 2.12.1
|
Requires: gtk2
|
||||||
Summary: The GNU Image Manipulation Program
|
Summary: The GNU Image Manipulation Program
|
||||||
Source: ftp://ftp.gimp.org/pub/gimp/v2.6/%{name}-%{version}.tar.bz2
|
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
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Requires: %{name}-branding >= 2.4
|
Requires: %{name}-branding >= 2.4
|
||||||
Recommends: %{name}-plugins-python = %{version} gimp-2.0-scanner-plugin
|
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
|
Group: Productivity/Graphics/Bitmap Editors
|
||||||
# For update from <= 10.3 and SLED 10:
|
# For update from <= 10.3 and SLED 10:
|
||||||
Provides: %{name}:%{_libdir}/gimp/2.0/plug-ins/pyconsole.py = %{version}
|
Provides: %{name}:%{_libdir}/gimp/2.0/plug-ins/pyconsole.py = %{version}
|
||||||
|
%py_requires
|
||||||
|
|
||||||
%description plugins-python
|
%description plugins-python
|
||||||
The GIMP (GNU Image Manipulation Program) is a powerful image
|
The GIMP (GNU Image Manipulation Program) is a powerful image
|
||||||
@ -668,7 +667,9 @@ Authors:
|
|||||||
%package devel
|
%package devel
|
||||||
License: GPL v2 or later
|
License: GPL v2 or later
|
||||||
Summary: The GNU Image Manipulation Program
|
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}
|
Provides: gimp-2.0-devel = %{version}
|
||||||
Obsoletes: gimp-unstable-devel < 2.6.0
|
Obsoletes: gimp-unstable-devel < 2.6.0
|
||||||
Group: Productivity/Graphics/Bitmap Editors
|
Group: Productivity/Graphics/Bitmap Editors
|
||||||
@ -871,10 +872,8 @@ Authors:
|
|||||||
%lang_package
|
%lang_package
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p0
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
#autoconf
|
|
||||||
export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
|
export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
|
||||||
%configure --with-pic\
|
%configure --with-pic\
|
||||||
--disable-static\
|
--disable-static\
|
||||||
@ -962,6 +961,23 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_datadir}/gtk-doc/html/*
|
%{_datadir}/gtk-doc/html/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Feb 17 2009 vuntz@novell.com
|
||||||
- Remove some BuildRequires:
|
- Remove some BuildRequires:
|
||||||
+ libcurl-devel: not needed since we have gio
|
+ libcurl-devel: not needed since we have gio
|
||||||
|
Loading…
x
Reference in New Issue
Block a user