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
This commit is contained in:
Stephan Kulow 2013-11-27 14:28:31 +00:00 committed by Git OBS Bridge
parent a6d241c985
commit f3b04d23b1
4 changed files with 60 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:215865b0ff4534bbced551995ae3093ede1918246ead914984603a5c1a5be845
size 20306442

3
gimp-2.8.8.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:74c4509bae55f07140bc46f16100fc1e0e052829c13d4d87dc31d07d3e696a67
size 20345808

View File

@ -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

View File

@ -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)