Hello community, here is the log from the commit of package gimp-unstable checked in at Wed Sep 26 15:05:34 CEST 2007. -------- --- GNOME/gimp-unstable/gimp-unstable.changes 2007-09-11 11:29:03.000000000 +0200 +++ /mounts/work_src_done/STABLE/STABLE/gimp-unstable/gimp-unstable.changes 2007-09-24 12:02:43.000000000 +0200 @@ -1,0 +2,32 @@ +Mon Sep 24 11:23:01 CEST 2007 - stbinner@suse.de + +- update to GIMP 2.3 Release Candidate 3 (#327516) + * Changes in GIMP 2.4.0-rc3: + - use the new format for storing recently used files + - added conversion options to the color profile conversion plug-in + - allow to disable the toolbox menu on all platforms + - further improved handling of the JPEG settings + - switch tabs when hovering over them + - added a PDB function to remove the alpha channel from a layer + - plug-in previews remember the state of the Preview checkbox + - allow to grow the image/layer using the Crop tool + * Changes in GIMP 2.4.0-rc2: + - more improvements and bug fixes in the rectangle tools + - antialias the display for zoom levels between 100% and 200% + - fix zoomed-out display problems + - improve handling of JPEG settings + - fix script-fu error reporting + - on OS X, get rid of menubars in windows and use the global menubar + - fix plug-ins using GimpZoomPreview + - throw properly catchable exceptions from foreign script-fu function + (like PDB wrappers) + * Changes in GIMP 2.4.0-rc1: + - further improvement to the Print plug-in + - completed the color management functionality for 2.4 + - store JPEG setting with the image and use them when saving as JPEG + - further improved the rectangle tools, in particular handling of the + fixed aspect ratio + - added color profile selector widget + - further improved the display quality for zoomed-out views + +------------------------------------------------------------------- Old: ---- gimp-2.3.19.tar.bz2 New: ---- gimp-2.4.0-rc3.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gimp-unstable.spec ++++++ --- /var/tmp/diff_new_pack.Bm9626/_old 2007-09-26 15:05:26.000000000 +0200 +++ /var/tmp/diff_new_pack.Bm9626/_new 2007-09-26 15:05:26.000000000 +0200 @@ -1,5 +1,5 @@ # -# spec file for package gimp-unstable (Version 2.3.19) +# spec file for package gimp-unstable (Version 2.4rc3) # # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -12,27 +12,28 @@ Name: gimp-unstable #!BuildIgnore: sendmail -BuildRequires: aalib-devel alsa-devel cups cups-devel curl-devel gnome-common gnutls-devel gtk-doc hal-devel intltool libexif-devel libgimpprint libgimpprint-devel libglade2-devel libgnomeprintui-devel libgnomeui-devel libgtkhtml-devel liblcms-devel libmng-devel librsvg-devel libtiff-devel libwmf-devel libwnck-devel perl-XML-Parser poppler-devel poppler-glib postfix python-devel slang-devel update-desktop-files +BuildRequires: aalib-devel alsa-devel cups cups-devel curl-devel gnome-common gnutls-devel gtk-doc gutenprint-devel hal-devel intltool libexif-devel libgimpprint libgimpprint-devel libglade2-devel libgnomeprintui-devel libgnomeui-devel libgtkhtml-devel liblcms-devel libmng-devel librsvg-devel libtiff-devel libwmf-devel libwnck-devel perl-XML-Parser poppler-devel poppler-glib postfix python-devel slang-devel update-desktop-files %if %suse_version > 1010 || 0%{?opensuse_bs} BuildRequires: dbus-1-glib-devel python-gtk-devel %else BuildRequires: dbus-1-devel dbus-1-glib python-gtk %endif %define _name gimp -URL: http://www.gimp.org/ -Version: 2.3.19 -Release: 21 +Url: http://www.gimp.org/ +Version: 2.4rc3 +Release: 1 +%define rversion 2.4.0-rc3 License: GPL v2 or later Group: Productivity/Graphics/Bitmap Editors -Requires: glib2 >= 2.10.2 gtk2 >= 2.8.17 +Requires: glib2 >= 2.10.2 gtk2 >= 2.8.17 gutenprint %if %suse_version > 1000 Suggests: AdobeICCProfiles %endif Conflicts: gimp gimp-lang Provides: gimp-2.0 -Autoreqprov: on +AutoReqProv: on Summary: The GNU Image Manipulation Program--Development Branch -Source: ftp://ftp.gimp.org/pub/gimp/v2.3/%{_name}-%{version}.tar.bz2 +Source: ftp://ftp.gimp.org/pub/gimp/v2.3/%{_name}-%{rversion}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -627,7 +628,7 @@ Shirasaki Yasuhiro %prep -%setup -q -n %{_name}-%{version} +%setup -q -n %{_name}-%{rversion} # We can ignore these warnings: # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22197 # spline.c: 47 @@ -691,8 +692,36 @@ %files doc %defattr(-,root,root) %{_datadir}/gtk-doc/html/* - %changelog +* Mon Sep 24 2007 - stbinner@suse.de +- update to GIMP 2.3 Release Candidate 3 (#327516) + * Changes in GIMP 2.4.0-rc3: + - use the new format for storing recently used files + - added conversion options to the color profile conversion plug-in + - allow to disable the toolbox menu on all platforms + - further improved handling of the JPEG settings + - switch tabs when hovering over them + - added a PDB function to remove the alpha channel from a layer + - plug-in previews remember the state of the Preview checkbox + - allow to grow the image/layer using the Crop tool + * Changes in GIMP 2.4.0-rc2: + - more improvements and bug fixes in the rectangle tools + - antialias the display for zoom levels between 100%% and 200% + - fix zoomed-out display problems + - improve handling of JPEG settings + - fix script-fu error reporting + - on OS X, get rid of menubars in windows and use the global menubar + - fix plug-ins using GimpZoomPreview + - throw properly catchable exceptions from foreign script-fu function + (like PDB wrappers) + * Changes in GIMP 2.4.0-rc1: + - further improvement to the Print plug-in + - completed the color management functionality for 2.4 + - store JPEG setting with the image and use them when saving as JPEG + - further improved the rectangle tools, in particular handling of the + fixed aspect ratio + - added color profile selector widget + - further improved the display quality for zoomed-out views * Tue Sep 11 2007 - stbinner@suse.de - add Conflict with gimp-lang (#307289) * Mon Jul 30 2007 - maw@suse.de ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de