From 3a08f64f51cc7f8a12700191e3950ab9bbd5d5d8 Mon Sep 17 00:00:00 2001 From: Nils Philippsen Date: Mar 03 2008 09:50:09 +0000 Subject: version 2.4.5 let gimp-libs provide, gimp and gimp-devel require "gimp-libs-%{_arch}" (#433195) --- diff --git a/.cvsignore b/.cvsignore index 0eaa7c9..c703151 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -gimp-2.4.4.tar.bz2 +gimp-2.4.5.tar.bz2 diff --git a/gimp.spec b/gimp.spec index 9306e36..f351e0f 100644 --- a/gimp.spec +++ b/gimp.spec @@ -44,7 +44,7 @@ Summary: GNU Image Manipulation Program Name: gimp -Version: 2.4.4 +Version: 2.4.5 %define binver 2.4 %define gimp_lang_ver 20 %define interfacever 2.0 @@ -97,6 +97,8 @@ BuildRequires: findutils %if %{with lcms} BuildRequires: lcms-devel %endif + +Requires: gimp-libs-%{_arch} = %{?epoch:%{epoch}:}%{version}-%{release} Requires: desktop-file-utils >= 0.9 Requires: glib2 >= 2.12.3 Requires: gtk2 >= 2.10.13 @@ -137,6 +139,7 @@ with multi-level undo. Summary: GIMP libraries Group: System Environment/Libraries License: LGPLv2+ +Provides: gimp-libs-%{_arch} = %{?epoch:%{epoch}:}%{version}-%{release} %description libs The gimp-libs package contains shared libraries needed for the GNU Image @@ -146,7 +149,7 @@ Manipulation Program (GIMP). Summary: GIMP plugin and extension development kit Group: Applications/Multimedia License: LGPLv2+ -Requires: %{name}-libs = %{epoch}:%{version}-%{release} +Requires: gimp-libs-%{_arch} = %{?epoch:%{epoch}:}%{version}-%{release} Requires: gtk2-devel Requires: glib2-devel Requires: pkgconfig @@ -453,6 +456,40 @@ fi %{_libdir}/pkgconfig/* %changelog +* Mon Mar 03 2008 Nils Philippsen - 2:2.4.5-1 +- version 2.4.5 + + Changes in GIMP 2.4.5 + ===================== + + - fixed a regression introduced by the brush cursor optimization + (bug #514309) + - fixed bug in transform tool preview (bug #340965) + - fixed PSD export of images with layer masks + - fixed base64 encoding routine of the Mail plug-in + - use the correct background color when creating a new image + (bug #514082) + - explicitly link libgimpthumb with GLib (bug #515566) + - improved selection of the font sample string (bug #514021) + - unified handling of "Enter" and "Space" keysyms (bug #516544) + - fixed bug in the Glossy script when used with a pattern (bug #517285) + - correctly record dimensions in Exif data when saving as JPEG + (bug #517077) + - fixed sensitivity of plug-in menu items (bug #517683) + - fixed potential crashes in Wind, Warp, Small Tiles and Apply Canvas + plug-ins (bug #516369) + - added default keyboard shortcut for "Paste As New Image" + (Ctrl-Shift-V) + - added default keyboard shortcut for "Copy Visible" (Ctrl-Shift-C) + - fixed missing preview update in Curves tool (bug #518012) + - fixed a bug in the Frosty Logo script (bug #472316) + - fixed backward transformations using the PDB (bug #518910) + - translation fixes and updates (de, eu, eo, fr, he, hu, it, ja, ko) + +* Mon Feb 18 2008 Nils Philippsen - 2:2.4.4-2 +- let gimp-libs provide, gimp and gimp-devel require "gimp-libs-%%{_arch}" + (#433195) + * Wed Jan 30 2008 Nils Philippsen - 2:2.4.4-1 - version 2.4.4 diff --git a/sources b/sources index bee02f3..4061a90 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -41d0568581de99f3fd2ecb5babae1f6e gimp-2.4.4.tar.bz2 +162e264dc5f0c7e4de8794e78818381f gimp-2.4.5.tar.bz2