Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gimp for openSUSE:Factory checked in 
at 2021-10-16 22:46:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gimp (Old)
 and      /work/SRC/openSUSE:Factory/.gimp.new.1890 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gimp"

Sat Oct 16 22:46:55 2021 rev:129 rq:924526 version:2.10.28

Changes:
--------
--- /work/SRC/openSUSE:Factory/gimp/gimp.changes        2021-09-20 
23:33:12.367177501 +0200
+++ /work/SRC/openSUSE:Factory/.gimp.new.1890/gimp.changes      2021-10-16 
22:47:00.916660321 +0200
@@ -1,0 +2,78 @@
+Thu Oct  7 12:50:49 UTC 2021 - Marcus Rueckert <mrueck...@suse.de>
+
+- gimp-tips no longer has translations
+
+-------------------------------------------------------------------
+Sat Sep 18 23:03:21 UTC 2021 - Marcus Rueckert <mrueck...@suse.de>
+
+- Update to 2.10.28
+  - Core:
+    - Dashboard now has memory support in OpenBSD.
+    - Default shortcuts Shift+[ and ] for tool size changed to {
+      and }.
+    - Performance improvements for GIMP on macOS Big Sur: these
+      improvements were actually already applied in our macOS
+      packages since GIMP 2.10.22, but were applied upstream
+      directly only now.
+  - User Interface:
+    - Dark theme: improve accessibility of GtkRadioButton by adding
+      a white border on mouse-hover.
+    - Gray theme: set light background for selected text in Layers
+      and Paths dockable dialogs to make text visible.
+    - Dark, Gray and Light themes: remove 3D shadow box around eye
+      and link toggles in Layers, Channels, and Paths dockable
+      dialog tree views.
+  - Plug-ins:
+    - Improved DDS support and fix some red/blue bit swap for
+      RGB10A2 DDS.  The plug-in version is incremented so that it
+      is able to catch and correct previously incorrect RGB10A2
+      images exported by older versions of our plug-in.
+    - DDS files with "L16" - a 16 bit luminance channel - are now
+      loaded in 16-bit.
+    - DICOM images:
+      * Support for planar configuration.  Support for deprecated
+      * big endian transfer.
+    - TIFF images:
+      * Thumbnail storing now done by storing the thumbnail as the
+      * second
+        page in the file (through Exiv2) and setting metadata
+        "Exif.Thumbnail.NewSubfileType" to 1 (reduced resolution
+        image) instead of storing the thumbnail as a subifd. This
+        was done because of a Windows bug locking TIFF files with
+        thumbnail stored as subfid.
+      * Symmetrically, loading will ignore pages marked as "reduced
+        resolution image" (i.e. it will consider them as
+        thumbnails), as well as try to guess if a page (without
+        subfile type) is a thumbnail when it meets following
+        criteria: second page with YCbCr PhotometricInterpretation,
+        old style jpeg compression while the first page has a
+        different PhotometricInterpretation or compression.
+  - Script-fu:
+    - New (dir-make "/dir/name" mode) function to create a
+      directory.
+  - Build:
+    - Fix uninstalled white-border prelight file.
+    - On Windows, *.rs file extension is not associated with SUN
+      Raster images anymore. The reason is that this file extension
+      is mostly used for Rust code files nowadays. If Windows could
+      detect file formats with "magic numbers" (i.e. byte
+      identifiers), it would not be a problem, but since it relies
+      apparently only the extension, it's better to remove this
+      association.
+    - Oppositely on Linux and other Unix-like systems using desktop
+      files, add the image/x-sun-raster MimeType which was
+      forgotten (there, detection should be fine and not depend on
+      file extension).
+    - gimp30-tips.mo is not installed anymore (only used during the
+      build to generate gimp-tips.xml with multiple language
+      support).
+    - --enable-check-update now has an "auto" value, which is the
+      new default. It is equivalent to "yes" for Windows and macOS
+      and "no" in all other cases.
+    - New unit test to check that localizations listed in the
+      installer script match available po files in
+      po-windows-installer/.
+    - "msys*" host value now detected as Windows builds.
+    - Bumping minimum GEGL to version 0.4.32.
+
+-------------------------------------------------------------------

Old:
----
  gimp-2.10.24.tar.bz2

New:
----
  gimp-2.10.28.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gimp.spec ++++++
--- /var/tmp/diff_new_pack.q2O34G/_old  2021-10-16 22:47:01.516660826 +0200
+++ /var/tmp/diff_new_pack.q2O34G/_new  2021-10-16 22:47:01.520660830 +0200
@@ -31,7 +31,7 @@
 %bcond_without python_plugin
 %endif
 Name:           gimp
-Version:        2.10.24
+Version:        2.10.28
 Release:        0
 Summary:        The GNU Image Manipulation Program
 License:        GPL-3.0-or-later
@@ -50,7 +50,7 @@
 BuildRequires:  gcc-c++
 BuildRequires:  gdk-pixbuf-loader-rsvg
 # For some odd reason build needs gegl executable.
-BuildRequires:  gegl
+BuildRequires:  gegl >= 0.4.32
 BuildRequires:  ghostscript-devel
 # Explicitly needed, otherwise ghostscript-mini is used during the
 # build, and it's not enough for gimp.
@@ -72,7 +72,7 @@
 BuildRequires:  pkgconfig(cairo-pdf) >= 1.12.2
 BuildRequires:  pkgconfig(dbus-glib-1) >= 0.70
 BuildRequires:  pkgconfig(gdk-pixbuf-2.0) >= 2.30.8
-BuildRequires:  pkgconfig(gegl-0.4) >= 0.4.30
+BuildRequires:  pkgconfig(gegl-0.4) >= 0.4.32
 BuildRequires:  pkgconfig(gexiv2) >= 0.10.6
 BuildRequires:  pkgconfig(glib-2.0) >= 2.54.2
 BuildRequires:  pkgconfig(gtk+-2.0) >= 2.24.32
@@ -234,7 +234,6 @@
 export LC_ALL=en_US.UTF-8
 export LANG=en_US.UTF-8
 export CFLAGS="%{optflags} -fno-strict-aliasing"
-export LDFLAGS="%{optflags} -lm"
 %configure \
        --disable-silent-rules \
        --disable-static\
@@ -258,7 +257,6 @@
 %find_lang gimp20-python %{?no_lang_C} gimp20.lang
 %find_lang gimp20-script-fu %{?no_lang_C} gimp20.lang
 %find_lang gimp20-std-plug-ins %{?no_lang_C} gimp20.lang
-%find_lang gimp20-tips %{?no_lang_C} gimp20.lang
 echo "%%defattr(-,root,root)" >plugins.list
 echo "%%defattr(-,root,root)" >plugins-python.list
 for PLUGIN in %{buildroot}%{_libdir}/gimp/2.0/plug-ins/* ; do

++++++ gimp-2.10.24.tar.bz2 -> gimp-2.10.28.tar.bz2 ++++++
/work/SRC/openSUSE:Factory/gimp/gimp-2.10.24.tar.bz2 
/work/SRC/openSUSE:Factory/.gimp.new.1890/gimp-2.10.28.tar.bz2 differ: char 11, 
line 1

Reply via email to