From f3b04d23b198d8fe2c019083632f550ff18ac312153cc212f0f17659dd6ea549 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Wed, 27 Nov 2013 14:28:31 +0000 Subject: [PATCH] Accepting request 208606 from GNOME:Apps - Update to version 2.8.8: + General: - Fix lots of places to use GIO to get proper file sizes and times on windows. - Add an AppData file for GIMP. - Backport lcms2 support from master, because lcms1 is not getting bug fixes any longer. - Lots of bug fixes. + Core: - Make sure indexed images always have a colormap. - Fix language selection via preferences on Windows. - Don't crash on setting a large text size. + GUI: - Keep the same image active when switching between MWM and SWM. - Make sure all dockables are properly resizable (particularly shrinkable). - Add links to jump directly to Save/Export from the Export/Save file extension warning dialogs. + Libgimp: Fix GimpPickButton on OSX. + Plug-ins: - Properly document plug-in-autocrop-layer's PDB interface. - Fix importing of indexed BMPs. + Updated translations. - Split out ASCII-Art plugin in subpackage gimp-plugin-aa. The package supplements gimp and libaa1, so any user having both installed will get the plugin as well (bnc#851509). (forwarded request 208572 from Zaitor) OBS-URL: https://build.opensuse.org/request/show/208606 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gimp?expand=0&rev=88 --- gimp-2.8.6.tar.bz2 | 3 --- gimp-2.8.8.tar.bz2 | 3 +++ gimp.changes | 31 +++++++++++++++++++++++++++++++ gimp.spec | 27 ++++++++++++++++++++++++++- 4 files changed, 60 insertions(+), 4 deletions(-) delete mode 100644 gimp-2.8.6.tar.bz2 create mode 100644 gimp-2.8.8.tar.bz2 diff --git a/gimp-2.8.6.tar.bz2 b/gimp-2.8.6.tar.bz2 deleted file mode 100644 index 0f004bc..0000000 --- a/gimp-2.8.6.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:215865b0ff4534bbced551995ae3093ede1918246ead914984603a5c1a5be845 -size 20306442 diff --git a/gimp-2.8.8.tar.bz2 b/gimp-2.8.8.tar.bz2 new file mode 100644 index 0000000..fad0049 --- /dev/null +++ b/gimp-2.8.8.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74c4509bae55f07140bc46f16100fc1e0e052829c13d4d87dc31d07d3e696a67 +size 20345808 diff --git a/gimp.changes b/gimp.changes index 3c830c6..b961be5 100644 --- a/gimp.changes +++ b/gimp.changes @@ -1,3 +1,34 @@ +------------------------------------------------------------------- +Tue Nov 26 11:12:21 UTC 2013 - dimstar@opensuse.org + +- Update to version 2.8.8: + + General: + - Fix lots of places to use GIO to get proper file sizes and + times on windows. + - Add an AppData file for GIMP. + - Backport lcms2 support from master, because lcms1 is not + getting bug fixes any longer. + - Lots of bug fixes. + + Core: + - Make sure indexed images always have a colormap. + - Fix language selection via preferences on Windows. + - Don't crash on setting a large text size. + + GUI: + - Keep the same image active when switching between MWM and + SWM. + - Make sure all dockables are properly resizable (particularly + shrinkable). + - Add links to jump directly to Save/Export from the + Export/Save file extension warning dialogs. + + Libgimp: Fix GimpPickButton on OSX. + + Plug-ins: + - Properly document plug-in-autocrop-layer's PDB interface. + - Fix importing of indexed BMPs. + + Updated translations. +- Split out ASCII-Art plugin in subpackage gimp-plugin-aa. The + package supplements gimp and libaa1, so any user having both + installed will get the plugin as well (bnc#851509). + ------------------------------------------------------------------- Sat Sep 21 14:45:43 UTC 2013 - dimstar@opensuse.org diff --git a/gimp.spec b/gimp.spec index e67c6c4..73fec2f 100644 --- a/gimp.spec +++ b/gimp.spec @@ -20,7 +20,7 @@ %global apiver 2.0 Name: gimp -Version: 2.8.6 +Version: 2.8.8 Release: 0 Summary: The GNU Image Manipulation Program License: GPL-3.0+ @@ -169,6 +169,25 @@ conversions- all including multilevel undo. The GIMP offers a scripting facility, but many of the included scripts rely on fonts that we cannot distribute. +%package plugin-aa +Summary: The GNU Image Manipulation Program -- ASCII-Art output plugin +Group: Productivity/Graphics/Bitmap Editors +Requires: %{name} = %{version} +# Let's trigger automatic installation if the user already has libaa installed. +Supplements: packageand(%{name}:libaa1) + +%description plugin-aa +The GIMP (GNU Image Manipulation Program) is a powerful image +composition and editing program, which can be extremely useful for +creating logos and other graphics for Web pages. The GIMP offers many +of the tools and filters you would expect to find in similar commercial +offerings and contains some interesting extras as well. The GIMP +provides a large image manipulation toolbox, including channel +operations and layers, effects, subpixel imaging and antialiasing, and +conversions- all including multilevel undo. The GIMP offers a scripting +facility, but many of the included scripts rely on fonts that we cannot +distribute. + %package devel Summary: The GNU Image Manipulation Program Group: Productivity/Graphics/Bitmap Editors @@ -323,6 +342,12 @@ rm -rf %{buildroot} %dir %{_sysconfdir}/gimp %dir %{_sysconfdir}/gimp/2.0 %config %{_sysconfdir}/gimp/2.0/*rc +# split file-aa into own package (bnc#851509 +%exclude %{_libdir}/gimp/2.0/plug-ins/file-aa + +%files plugin-aa +%defattr(-,root,root) +%{_libdir}/gimp/2.0/plug-ins/file-aa %files -n libgimp-2_0-0 %defattr(-,root,root)