From 30e0bc55b531d84ba3e1e8cdf98633b8346a457a9d1e2e99c4056b5f34d708fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Wed, 30 May 2018 08:27:26 +0000 Subject: [PATCH] Accepting request 612930 from home:mrdocs:branches:graphics - update to 2.10.2 bugfix release - drop gimp-Fix-reference-to-gegl-0.3.patch + Core: - Discard fonts which fail to load and popup an info dialog to allow people debug their fonts. - New API to suppress updates in UI until plug-ins are done introducing changes. - New API to calculate histograms in separate threads, with possible further extension to handle similar cases elsewhere in GIMP. - Tool options are now properly saved and reloaded per-device at startup. + Plug-ins: - New plug-in for importing and exporting HEIF images. - Enable visibility of rasterized vector layer from PSD. - Single-window screenshots in Windows fixed to correctly snap a window even when it is partly off-screen or covered by another window or when display scaling is not set to 100%. + Filters: - New Spherize filter to wrap an image around a spherical cap - New Recursive Transform filter to create Droste effect. + Usability: - Warn users, when alpha-only painting has no effect. E.g. when target drawable doesn't have an alpha channel, or the alpha channel is locked. - Make the splash texts dynamic, so they are larger on larger splashes. - Mention pressing Enter to complete Foreground selection in the status bar. - Make sure that clicking outside any selection prevents Rectangle Select and Ellipse Select tools from creating empty selections. - Improve mouse wheel zooming behavior to keep the same point centered under the pointer even if the image is completely visible in the canvas. - Add "View -> Center Image in Window" (Shift+J) as a quick way to center the image at any zoom level. + Translations: - Updated translations: Catalan, Danish, Dutch, French, German, Greek, Hungarian, Icelandic, Italian, Latvian, Polish, Russian, Spanish, Swedish, Ukrainian. - New translation of Windows installer: Chinese (Taiwan) + Build: - Add a --with-bug-report-url configure option allowing packagers to set the address of their own bug tracker. This address will be the one opened by the debug dialog for reporting bugs. - Add a flatpak manifest for the gtk3-port branch. - Remove the possibility to disable script-fu. - Add a --with-icc-directory configure option to customize the color profile directory. By default, it is set to the common path /usr/share/color/icc. + Documentation: - Updating the description of the XCF format "devel-docs/xcf.txt", for third-party readers wishing to support GIMP 2.10 XCF files. - Add documentation skeletons for all enums in libgimpbase/, there is much room for improvement. OBS-URL: https://build.opensuse.org/request/show/612930 OBS-URL: https://build.opensuse.org/package/show/graphics/gimp?expand=0&rev=28 --- gimp-2.10.0.tar.bz2 | 3 -- gimp-2.10.2.tar.bz2 | 3 ++ gimp-Fix-reference-to-gegl-0.3.patch | 24 ---------- gimp.changes | 71 ++++++++++++++++++++++++++++ gimp.spec | 7 ++- 5 files changed, 77 insertions(+), 31 deletions(-) delete mode 100644 gimp-2.10.0.tar.bz2 create mode 100644 gimp-2.10.2.tar.bz2 delete mode 100644 gimp-Fix-reference-to-gegl-0.3.patch diff --git a/gimp-2.10.0.tar.bz2 b/gimp-2.10.0.tar.bz2 deleted file mode 100644 index ca14957..0000000 --- a/gimp-2.10.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7fcc96fb88cb0a0595d2610f63a15dec245bb37bf9db527d37a24fb75e547de2 -size 30694779 diff --git a/gimp-2.10.2.tar.bz2 b/gimp-2.10.2.tar.bz2 new file mode 100644 index 0000000..227a466 --- /dev/null +++ b/gimp-2.10.2.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cb0baaecdefe44d371a15f2739a1bcbce4682336b4ccf8eb7b587ce52c333eb +size 30863771 diff --git a/gimp-Fix-reference-to-gegl-0.3.patch b/gimp-Fix-reference-to-gegl-0.3.patch deleted file mode 100644 index 58645d2..0000000 --- a/gimp-Fix-reference-to-gegl-0.3.patch +++ /dev/null @@ -1,24 +0,0 @@ -From 7e19906827d301eb70275dba089849a632a0eabe Mon Sep 17 00:00:00 2001 -From: Jehan -Date: Sat, 28 Apr 2018 00:27:31 +0200 -Subject: gimp.pc: Fix reference to gegl-0.3. - ---- - gimp.pc.in | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/gimp.pc.in b/gimp.pc.in -index 9cf1da9..9acf6ca 100644 ---- a/gimp.pc.in -+++ b/gimp.pc.in -@@ -12,6 +12,6 @@ gimplocaledir=@gimplocaledir@ - Name: GIMP - Description: GIMP Library - Version: @GIMP_REAL_VERSION@ --Requires: gdk-pixbuf-2.0 >= @GDK_PIXBUF_REQUIRED_VERSION@ cairo >= @CAIRO_REQUIRED_VERSION@ gegl-0.3 >= @GEGL_REQUIRED_VERSION@ -+Requires: gdk-pixbuf-2.0 >= @GDK_PIXBUF_REQUIRED_VERSION@ cairo >= @CAIRO_REQUIRED_VERSION@ gegl-0.4 >= @GEGL_REQUIRED_VERSION@ - Libs: -L${libdir} -lgimp-@GIMP_API_VERSION@ -lgimpmath-@GIMP_API_VERSION@ -lgimpconfig-@GIMP_API_VERSION@ -lgimpcolor-@GIMP_API_VERSION@ -lgimpbase-@GIMP_API_VERSION@ @RT_LIBS@ - Cflags: -I${includedir}/gimp-@GIMP_API_VERSION@ --- -cgit v0.12 - diff --git a/gimp.changes b/gimp.changes index c3b10e4..fa66bc6 100644 --- a/gimp.changes +++ b/gimp.changes @@ -1,3 +1,74 @@ +------------------------------------------------------------------- +Mon May 21 00:30:50 UTC 2018 - plinnell@opensuse.org + +- update to 2.10.2 bugfix release +- drop gimp-Fix-reference-to-gegl-0.3.patch + ++ Core: + + - Discard fonts which fail to load and popup an info dialog to allow + people debug their fonts. + - New API to suppress updates in UI until plug-ins are done + introducing changes. + - New API to calculate histograms in separate threads, with possible further + extension to handle similar cases elsewhere in GIMP. + - Tool options are now properly saved and reloaded per-device at + startup. + ++ Plug-ins: + + - New plug-in for importing and exporting HEIF images. + - Enable visibility of rasterized vector layer from PSD. + - Single-window screenshots in Windows fixed to correctly snap a + window even when it is partly off-screen or covered by another + window or when display scaling is not set to 100%. + ++ Filters: + + - New Spherize filter to wrap an image around a spherical cap + - New Recursive Transform filter to create Droste effect. + ++ Usability: + + - Warn users, when alpha-only painting has no effect. E.g. when target + drawable doesn't have an alpha channel, or the alpha channel is locked. + - Make the splash texts dynamic, so they are larger on larger splashes. + - Mention pressing Enter to complete Foreground selection in the status bar. + - Make sure that clicking outside any selection prevents Rectangle Select + and Ellipse Select tools from creating empty selections. + - Improve mouse wheel zooming behavior to keep the same point + centered under the pointer even if the image is completely visible + in the canvas. + - Add "View -> Center Image in Window" (Shift+J) as a quick way to + center the image at any zoom level. + ++ Translations: + + - Updated translations: Catalan, Danish, Dutch, French, German, Greek, + Hungarian, Icelandic, Italian, Latvian, Polish, Russian, Spanish, + Swedish, Ukrainian. + - New translation of Windows installer: Chinese (Taiwan) + ++ Build: + + - Add a --with-bug-report-url configure option allowing packagers to + set the address of their own bug tracker. This address will be the + one opened by the debug dialog for reporting bugs. + - Add a flatpak manifest for the gtk3-port branch. + - Remove the possibility to disable script-fu. + - Add a --with-icc-directory configure option to customize the color + profile directory. By default, it is set to the common path + /usr/share/color/icc. + ++ Documentation: + + - Updating the description of the XCF format "devel-docs/xcf.txt", for + third-party readers wishing to support GIMP 2.10 XCF files. + - Add documentation skeletons for all enums in libgimpbase/, there is + much room for improvement. + + + ------------------------------------------------------------------- Wed May 2 09:48:37 UTC 2018 - bjorn.lie@gmail.com diff --git a/gimp.spec b/gimp.spec index bab5a74..89132b5 100644 --- a/gimp.spec +++ b/gimp.spec @@ -19,7 +19,7 @@ %global abiver 4 %global apiver 2.0 Name: gimp -Version: 2.10.0 +Version: 2.10.2 Release: 0 Summary: The GNU Image Manipulation Program License: GPL-3.0-or-later @@ -30,8 +30,7 @@ Source1: macros.gimp # openSUSE palette file Source2: openSUSE.gpl Source99: baselibs.conf -# PATCH-FIX-UPSTREAM gimp-Fix-reference-to-gegl-0.3.patch -- gimp.pc: Fix reference to gegl-0.3 -Patch0: gimp-Fix-reference-to-gegl-0.3.patch + BuildRequires: aalib-devel BuildRequires: alsa-devel >= 1.0.0 BuildRequires: fdupes @@ -183,7 +182,7 @@ applications that want to make use of the GIMP libraries. %prep %setup -q -%patch0 -p1 + export LC_ALL=en_US.UTF-8 export LANG=en_US.UTF-8