diff --git a/gimp-2.8.10.tar.bz2 b/gimp-2.8.10.tar.bz2 deleted file mode 100644 index e39648e..0000000 --- a/gimp-2.8.10.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e7fd8b19f989138d826003c75f56bd5b6f136eef597e86e3978ede0bba470ae6 -size 20343461 diff --git a/gimp-2.8.14.tar.bz2 b/gimp-2.8.14.tar.bz2 new file mode 100644 index 0000000..e801b37 --- /dev/null +++ b/gimp-2.8.14.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d82a958641c9c752d68e35f65840925c08e314cea90222ad845892a40e05b22d +size 20440077 diff --git a/gimp-use-recommended-freetype-include.patch b/gimp-use-recommended-freetype-include.patch deleted file mode 100644 index dc36f2a..0000000 --- a/gimp-use-recommended-freetype-include.patch +++ /dev/null @@ -1,28 +0,0 @@ -From 6c73f28b6d87a2afd11974552a075bffec52347f Mon Sep 17 00:00:00 2001 -From: Michael Natterer -Date: Fri, 29 Nov 2013 20:57:46 +0000 -Subject: Bug 719560 - Build failure with freetype 2.5.1 - -Apply patch from su-v that fixes the freetype include to -the madness devised and recommended by freetype. ---- -(limited to 'app/text/gimpfont.c') - -diff --git a/app/text/gimpfont.c b/app/text/gimpfont.c -index 4045ca9..66c6e52 100644 ---- a/app/text/gimpfont.c -+++ b/app/text/gimpfont.c -@@ -28,7 +28,9 @@ - - #define PANGO_ENABLE_ENGINE 1 /* Argh */ - #include --#include -+ -+#include -+#include FT_TRUETYPE_TABLES_H - - #include "text-types.h" - --- -cgit v0.9.2 - diff --git a/gimp.changes b/gimp.changes index 6dbf946..947bc89 100644 --- a/gimp.changes +++ b/gimp.changes @@ -1,7 +1,37 @@ +------------------------------------------------------------------- +Sat Sep 20 16:05:27 UTC 2014 - mailaender@opensuse.org + +- update to version 2.8.14: + + Fix libtool versioning (forgot to bump gimp_interface_age). +- Changes from Version 2.8.12: + + Core: + - Fix brush sizes when used from plug-ins. + - Make XCF loading more robust against broken files. + + GUI: + - Make sure the widget direction matches the GUI language. + - Remove the option to disable the warning when closing a + modified image. + - Fix canvas overlay widgets (like the text options) for + tablets. + - Make DND work between images in one dockable. + + Libgimp: Make gimp_image_get_name() return the string used for + the image title. + + Plug-ins: + - Make script-fu-server more secure by listening to 127.0.0.1 + by default and add a warning about changing that IP. This + breaks the procedure's API, but for security reasons. + - Bring back proper script-fu translations. + + General: + - Add Jenkins tutorial. + - Documentation updates. + - Bug fixes. + + Updated translations. +- Drop gimp-use-recommended-freetype-include.patch: fixed upstream. + ------------------------------------------------------------------- Wed Dec 11 17:18:44 UTC 2013 - hrvoje.senjan@gmail.com -- Add gimp-use-recommended-freetype-include.patch: +- Add gimp-use-recommended-freetype-include.patch: Freetype upstream recommends using their macros together with ft2build include. Positive sideeffect is that this patch makes it build with both freetype2 2.5.1, and older versions. diff --git a/gimp.spec b/gimp.spec index cbea7a3..ad4a801 100644 --- a/gimp.spec +++ b/gimp.spec @@ -1,7 +1,7 @@ # # spec file for package gimp # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,19 +20,17 @@ %global apiver 2.0 Name: gimp -Version: 2.8.10 +Version: 2.8.14 Release: 0 Summary: The GNU Image Manipulation Program License: GPL-3.0+ Group: Productivity/Graphics/Bitmap Editors Url: http://www.gimp.org/ -Source: ftp://ftp.gimp.org/pub/gimp/stable/%{name}-%{version}.tar.bz2 +Source: http://download.gimp.org/pub/gimp/v2.8/%{name}-%{version}.tar.bz2 Source1: macros.gimp # openSUSE palette file Source2: openSUSE.gpl Source99: baselibs.conf -# PATCH-FIX-UPSTREAM gimp-use-recommended-freetype-include.patch bgo#719560 hrvoje.senjan@gmail.com -- Use freetype upstream recommended #include style, taken from git -Patch0: gimp-use-recommended-freetype-include.patch BuildRequires: aalib-devel BuildRequires: alsa-devel >= 1.0.0 BuildRequires: babl-devel >= 0.1.10 @@ -224,7 +222,6 @@ This package contains the help browser for the GIMP. %lang_package %prep %setup -q -%patch0 -p1 translation-update-upstream translation-update-upstream po-libgimp gimp20-libgimp translation-update-upstream po-python gimp20-python