Accepting request 26995 from GNOME:Factory
Copy from GNOME:Factory/gimp based on submit request 26995 from user vuntz OBS-URL: https://build.opensuse.org/request/show/26995 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gimp?expand=0&rev=38
This commit is contained in:
parent
98e8ad284f
commit
fcb0537d25
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a401c5fbe59e812413cb4d0b37607680089bf254056d8b5853aa79e03a6fe115
|
|
||||||
size 16341756
|
|
3
gimp-2.6.8.tar.bz2
Normal file
3
gimp-2.6.8.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d5d4218b742390157fca23a9d2cce436904546a2ea419ffeb44a5f43c99a3332
|
||||||
|
size 16342377
|
34
gimp.changes
34
gimp.changes
@ -1,3 +1,37 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Dec 11 15:43:28 CET 2009 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 2.6.8:
|
||||||
|
+ bgo#470698 - MapObject cannot modify highlight
|
||||||
|
+ bgo#593848 - FG color changed to black when FG-BG Editor tab
|
||||||
|
created
|
||||||
|
+ bgo#594651 - layer.scale() raises RuntimeError
|
||||||
|
+ bgo#594998 - Keyboard shortcuts does not work for first image
|
||||||
|
when dock is focused
|
||||||
|
+ bgo#599765 - F1 key on gimp-tool-align in menu have wrong link
|
||||||
|
and it open gimp-tool-move
|
||||||
|
+ bgo#600484 - Gimp BMP Integer Overflow Vulnerability
|
||||||
|
+ bgo#600741 - "read_channel_data()" Integer Overflow
|
||||||
|
Vulnerability
|
||||||
|
+ bgo#601891 - gimp_image_get_selection returns None
|
||||||
|
+ bgo#602761 - plug-in-grid: Parameters Horizontal/Vertical
|
||||||
|
Spacing and Horizontal/Vertical Offset are
|
||||||
|
reversed.
|
||||||
|
+ bgo#603995 - PCX plugin doesn't sanitize input to avoid
|
||||||
|
allocation overflows.
|
||||||
|
+ bgo#603998 - PCX: Calculating amount of memory to allocate may
|
||||||
|
overflow.
|
||||||
|
+ bgo#604000 - SGI: sanitize input
|
||||||
|
+ bgo#604001 - SGI: Calculating amount of memory to allocate may
|
||||||
|
overflow.
|
||||||
|
+ bgo#604002 - SGI: RLE encoded input data may write beyond
|
||||||
|
allocated buffers
|
||||||
|
+ bgo#604004 - SGI: allocate memory consistently
|
||||||
|
+ bgo#604008 - GBR, PAT: sanitize input data
|
||||||
|
+ bgo#604078 - Crash when pressing Backspace with Free Select
|
||||||
|
Tool
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Oct 26 16:51:28 CET 2009 - sbrabec@suse.cz
|
Mon Oct 26 16:51:28 CET 2009 - sbrabec@suse.cz
|
||||||
|
|
||||||
|
16
gimp.spec
16
gimp.spec
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gimp (Version 2.6.7)
|
# spec file for package gimp (Version 2.6.8)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -47,9 +47,9 @@ BuildRequires: translation-update-upstream
|
|||||||
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.7
|
Version: 2.6.8
|
||||||
Release: 4
|
Release: 1
|
||||||
License: GPL v2 or later
|
License: GPLv2+
|
||||||
Group: Productivity/Graphics/Bitmap Editors
|
Group: Productivity/Graphics/Bitmap Editors
|
||||||
Suggests: AdobeICCProfiles
|
Suggests: AdobeICCProfiles
|
||||||
Provides: gimp-2.0 = %{version}
|
Provides: gimp-2.0 = %{version}
|
||||||
@ -78,7 +78,7 @@ distribute.
|
|||||||
|
|
||||||
|
|
||||||
%package branding-upstream
|
%package branding-upstream
|
||||||
License: GPL v2 or later
|
License: GPLv2+
|
||||||
Summary: The GNU Image Manipulation Program
|
Summary: The GNU Image Manipulation Program
|
||||||
Group: Productivity/Graphics/Bitmap Editors
|
Group: Productivity/Graphics/Bitmap Editors
|
||||||
Provides: %{name}-branding = %{version}
|
Provides: %{name}-branding = %{version}
|
||||||
@ -105,7 +105,7 @@ distribute.
|
|||||||
|
|
||||||
|
|
||||||
%package plugins-python
|
%package plugins-python
|
||||||
License: GPL v2 or later
|
License: GPLv2+
|
||||||
Summary: The GNU Image Manipulation Program - python-gtk based plugins
|
Summary: The GNU Image Manipulation Program - python-gtk based plugins
|
||||||
Requires: %{name} = %{version} python-gtk
|
Requires: %{name} = %{version} python-gtk
|
||||||
Supplements: %{name}
|
Supplements: %{name}
|
||||||
@ -130,7 +130,7 @@ distribute.
|
|||||||
|
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
License: GPL v2 or later
|
License: GPLv2+
|
||||||
Summary: The GNU Image Manipulation Program
|
Summary: The GNU Image Manipulation Program
|
||||||
Requires: %{name} = %{version}
|
Requires: %{name} = %{version}
|
||||||
Requires: glib2-devel
|
Requires: glib2-devel
|
||||||
@ -155,7 +155,7 @@ distribute.
|
|||||||
|
|
||||||
|
|
||||||
%package help-browser
|
%package help-browser
|
||||||
License: GPL v2 or later
|
License: GPLv2+
|
||||||
Summary: The GNU Image Manipulation Program - Help Browser
|
Summary: The GNU Image Manipulation Program - Help Browser
|
||||||
Group: Productivity/Graphics/Bitmap Editors
|
Group: Productivity/Graphics/Bitmap Editors
|
||||||
Requires: %{name} = %{version}
|
Requires: %{name} = %{version}
|
||||||
|
Loading…
Reference in New Issue
Block a user