This commit is contained in:
parent
5d9bac3c85
commit
e283c82d80
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:31abf898738f975d3b4e19926a196c0719497f3a2300ceb15fcb440090c5ab2d
|
||||
size 15918673
|
3
gimp-2.6.4.tar.bz2
Normal file
3
gimp-2.6.4.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:86d27a45b45f3df3bf6de28718f691e8bedaf1de7dae287b39054eaddad797e2
|
||||
size 16012685
|
@ -1,28 +0,0 @@
|
||||
revision 27500
|
||||
2008-10-31 Sven Neumann <sven@gimp.org>
|
||||
|
||||
Bug 558660 – help behavior for locales without manual translation
|
||||
|
||||
* app/widgets/gimphelp.c (gimp_help_user_manual_is_installed):
|
||||
as a fallback check for the english user manual.
|
||||
|
||||
Index: app/widgets/gimphelp.c
|
||||
===================================================================
|
||||
--- app/widgets/gimphelp.c (revision 27499)
|
||||
+++ app/widgets/gimphelp.c (revision 27500)
|
||||
@@ -171,6 +171,15 @@
|
||||
}
|
||||
|
||||
g_free (locales);
|
||||
+
|
||||
+ if (! found)
|
||||
+ {
|
||||
+ gchar *path = g_build_filename (basedir, "en", "gimp-help.xml", NULL);
|
||||
+
|
||||
+ found = g_file_test (path, G_FILE_TEST_IS_REGULAR);
|
||||
+
|
||||
+ g_free (path);
|
||||
+ }
|
||||
}
|
||||
|
||||
g_free (basedir);
|
50
gimp.changes
50
gimp.changes
@ -1,7 +1,55 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 19 21:07:51 CET 2009 - crrodriguez@suse.de
|
||||
|
||||
- remove "la" files [BNC#357465]
|
||||
- remove "la" files [BNC#357465]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 2 23:23:48 EST 2009 - mboman@suse.de
|
||||
|
||||
- Update to version 2.6.4:
|
||||
+ bgo#565223 – Perspective transformation jagged edges / comb effect
|
||||
+ bgo#563985 – jpg save dialog: "cancel" is treated like "commit"
|
||||
for settings
|
||||
+ bgo#564087 – Using clone tool on a layer with a part out of canvas
|
||||
causes crashes
|
||||
+ bgo#564593 – crash when the drawable is changed while a color tool
|
||||
is active
|
||||
+ bgo#564869 – GIMP crashes on selecting Tools->GEGL operation
|
||||
+ bgo#565138 – python-fu-foggify does not check if image is in rgb mode
|
||||
+ bgo#563130 – Hue selection mode does not cross the 0-360 degrees line
|
||||
+ bgo#563179 – Scrollbars not resized when we extend the canvas size
|
||||
+ bgo#562459 – PF_PALETTE: 'TypeError' when used in a plugin that is
|
||||
registered in <Image>
|
||||
+ bgo#562427 – Compilation with --as-needed
|
||||
+ bgo#562386 – PF_SLIDER and PF_SPINNER 'Step' values do not change
|
||||
consistently...
|
||||
+ bgo#562366 – Default image dimensions are not correctly
|
||||
transferred in the file/new dialog box
|
||||
+ bgo#561899 – GIMP can't save to mounted filesystem if file exists
|
||||
+ Translation updates
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 29 12:54:31 EST 2008 - mboman@suse.de
|
||||
|
||||
- Update to version 2.6.3:
|
||||
+ bgo#558454 – Plugin Map Color Range disappears from GIMP
|
||||
+ bgo#559239 – Error while loading psd-data
|
||||
+ bgo#560903 – Explicit zooming with e.g. '1' should handle
|
||||
zoom-focus better
|
||||
+ bgo#560245 – Zoom selection always centered in the Navigation tab
|
||||
+ bgo#559490 – Wrong lang tags for 'no'
|
||||
+ bgo#559292 – SOTA Chrome cannot accept different textures
|
||||
+ bgo#560375 – Clearing an already empty document history crashes GIMP
|
||||
+ bgo#559580 – Image windows need better default locations
|
||||
+ bgo#560283 – "Scale image..." causes distortion around edges
|
||||
+ bgo#559716 – Changing crop size in Crop Tool Options can make UI
|
||||
unresponsive
|
||||
+ bgo#558549 – Stroking a single-point path with a paint tool
|
||||
crashes GIMP
|
||||
+ bgo#559015 – Move tool gives bad information about px moved
|
||||
+ bgo#558660 – help behavior for locales without manual translation
|
||||
+ Translation updates
|
||||
- Remove gimp-help-fallback-en.patch. Fixed upstream
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 19 13:10:12 EST 2008 - mauro@suse.de
|
||||
|
51
gimp.spec
51
gimp.spec
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package gimp (Version 2.6.2)
|
||||
# spec file for package gimp (Version 2.6.4)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -22,8 +22,8 @@ Name: gimp
|
||||
#!BuildIgnore: sendmail
|
||||
BuildRequires: aalib-devel alsa-devel cups cups-devel curl-devel dbus-1-glib-devel gegl-devel gnome-common gnutls-devel gtk-doc hal-devel intltool iso-codes-devel libexif-devel libgimpprint libgimpprint-devel libglade2-devel libgnomeprintui-devel libgnomeui-devel libgtkhtml-devel liblcms-devel libmng-devel libpoppler-glib-devel librsvg-devel libtiff-devel libwebkit-devel libwmf-devel libwnck-devel perl-XML-Parser postfix python-devel python-gtk-devel slang-devel update-desktop-files
|
||||
Url: http://www.gimp.org/
|
||||
Version: 2.6.2
|
||||
Release: 4
|
||||
Version: 2.6.4
|
||||
Release: 1
|
||||
License: GPL v2 or later
|
||||
Group: Productivity/Graphics/Bitmap Editors
|
||||
Suggests: AdobeICCProfiles
|
||||
@ -34,8 +34,6 @@ Requires: gtk2 >= 2.12.1
|
||||
Summary: The GNU Image Manipulation Program
|
||||
Source: ftp://ftp.gimp.org/pub/gimp/v2.6/%{name}-%{version}.tar.bz2
|
||||
Source1: hu-po.tar.bz2
|
||||
# PATCH-FIX-UPSTREAM gimp-help-fallback-en.patch bgo558660 - sbrabec@suse.cz If help translation does not exist, fallback to English.
|
||||
Patch: gimp-help-fallback-en.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Requires: %{name}-branding >= 2.4
|
||||
Recommends: %{name}-plugins-python = %{version} gimp-2.0-scanner-plugin
|
||||
@ -1053,7 +1051,6 @@ Authors:
|
||||
# http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22197
|
||||
# spline.c: 47
|
||||
# fit.c: 1310
|
||||
%patch
|
||||
|
||||
%build
|
||||
#aclocal
|
||||
@ -1149,6 +1146,48 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%changelog
|
||||
* Mon Jan 19 2009 crrodriguez@suse.de
|
||||
- remove "la" files [BNC#357465]
|
||||
* Sat Jan 03 2009 mboman@suse.de
|
||||
- Update to version 2.6.4:
|
||||
+ bgo#565223 – Perspective transformation jagged edges / comb effect
|
||||
+ bgo#563985 – jpg save dialog: "cancel" is treated like "commit"
|
||||
for settings
|
||||
+ bgo#564087 – Using clone tool on a layer with a part out of canvas
|
||||
causes crashes
|
||||
+ bgo#564593 – crash when the drawable is changed while a color tool
|
||||
is active
|
||||
+ bgo#564869 – GIMP crashes on selecting Tools->GEGL operation
|
||||
+ bgo#565138 – python-fu-foggify does not check if image is in rgb mode
|
||||
+ bgo#563130 – Hue selection mode does not cross the 0-360 degrees line
|
||||
+ bgo#563179 – Scrollbars not resized when we extend the canvas size
|
||||
+ bgo#562459 – PF_PALETTE: 'TypeError' when used in a plugin that is
|
||||
registered in <Image>
|
||||
+ bgo#562427 – Compilation with --as-needed
|
||||
+ bgo#562386 – PF_SLIDER and PF_SPINNER 'Step' values do not change
|
||||
consistently...
|
||||
+ bgo#562366 – Default image dimensions are not correctly
|
||||
transferred in the file/new dialog box
|
||||
+ bgo#561899 – GIMP can't save to mounted filesystem if file exists
|
||||
+ Translation updates
|
||||
* Mon Dec 29 2008 mboman@suse.de
|
||||
- Update to version 2.6.3:
|
||||
+ bgo#558454 – Plugin Map Color Range disappears from GIMP
|
||||
+ bgo#559239 – Error while loading psd-data
|
||||
+ bgo#560903 – Explicit zooming with e.g. '1' should handle
|
||||
zoom-focus better
|
||||
+ bgo#560245 – Zoom selection always centered in the Navigation tab
|
||||
+ bgo#559490 – Wrong lang tags for 'no'
|
||||
+ bgo#559292 – SOTA Chrome cannot accept different textures
|
||||
+ bgo#560375 – Clearing an already empty document history crashes GIMP
|
||||
+ bgo#559580 – Image windows need better default locations
|
||||
+ bgo#560283 – "Scale image..." causes distortion around edges
|
||||
+ bgo#559716 – Changing crop size in Crop Tool Options can make UI
|
||||
unresponsive
|
||||
+ bgo#558549 – Stroking a single-point path with a paint tool
|
||||
crashes GIMP
|
||||
+ bgo#559015 – Move tool gives bad information about px moved
|
||||
+ bgo#558660 – help behavior for locales without manual translation
|
||||
+ Translation updates
|
||||
- Remove gimp-help-fallback-en.patch. Fixed upstream
|
||||
* Fri Dec 19 2008 mauro@suse.de
|
||||
- Added hu-po.tar.bz2 to fix bnc#460663
|
||||
+ Updated hungarian translation.
|
||||
|
Loading…
Reference in New Issue
Block a user