Hello community,

here is the log from the commit of package gdk-pixbuf for openSUSE:Factory 
checked in at 2018-10-17 08:10:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gdk-pixbuf (Old)
 and      /work/SRC/openSUSE:Factory/.gdk-pixbuf.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gdk-pixbuf"

Wed Oct 17 08:10:31 2018 rev:72 rq:636750 version:2.38.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/gdk-pixbuf/gdk-pixbuf.changes    2018-07-14 
20:14:20.786518594 +0200
+++ /work/SRC/openSUSE:Factory/.gdk-pixbuf.new/gdk-pixbuf.changes       
2018-10-17 08:10:33.995150788 +0200
@@ -1,0 +2,14 @@
+Sun Sep  9 07:32:39 UTC 2018 - [email protected]
+
+- Update to version 2.38.0:
+  + Stable release.
+  + Documentation fixes.
+
+-------------------------------------------------------------------
+Wed Aug 22 12:57:37 UTC 2018 - [email protected]
+
+- Update to version 2.37.92:
+  + Ensure that GdkPixbuf's storage is safely handled.
+  + Add test case for buffer overflow in pixdata loader.
+
+-------------------------------------------------------------------
@@ -5,0 +20,20 @@
+
+-------------------------------------------------------------------
+Wed Jun 20 02:10:46 UTC 2018 - [email protected]
+
+- Update to version 2.37.0:
+  + Plug a memory leak when using GBytes (bgo#787626).
+  + Fix introspection annotations (bgo#789935).
+  + Fix OOB error when dithering (bgo#748211).
+  + Drop the MMX assembly optimizations for pixops.
+  + Improve compatibility for the post-install script (bgo#795705).
+  + Expose the dimensions of the original image from
+    GdkPixbufLoader (bgo#778517).
+  + Improve thumbnailer implementation (bgo#778517).
+  + Generate separate introspection data for GdkPixdata API
+    (glgo#GNOME/gdk-pixbuf#72).
+  + Deprecate GDK_INTERP_HYPER (glgo#GNOME/gdk-pixbuf#3).
+- Pass installed_tests as false to meson to make sure we don't ship
+  unnecessary tests.
+- Add typelib-1_0-GdkPixdata GI subpackage and require it on the
+  devel package, following upstream changes.

Old:
----
  gdk-pixbuf-2.36.12.tar.xz

New:
----
  gdk-pixbuf-2.38.0.tar.xz

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

Other differences:
------------------
++++++ gdk-pixbuf.spec ++++++
--- /var/tmp/diff_new_pack.dHRv1V/_old  2018-10-17 08:10:34.571150533 +0200
+++ /var/tmp/diff_new_pack.dHRv1V/_new  2018-10-17 08:10:34.575150531 +0200
@@ -19,13 +19,13 @@
 # When updating the binary version, do not forget to also update baselibs.conf
 %define gdk_pixbuf_binary_version 2.10.0
 Name:           gdk-pixbuf
-Version:        2.36.12
+Version:        2.38.0
 Release:        0
 Summary:        An image loading library
 License:        LGPL-2.1-or-later
 Group:          Development/Libraries/GNOME
 URL:            https://www.gnome.org/
-Source:         
http://download.gnome.org/sources/gdk-pixbuf/2.36/%{name}-%{version}.tar.xz
+Source:         
http://download.gnome.org/sources/gdk-pixbuf/2.38/%{name}-%{version}.tar.xz
 Source1:        macros.gdk-pixbuf
 Source2:        README.SUSE
 Source3:        gdk-pixbuf-rpmlintrc
@@ -63,7 +63,7 @@
 Clutter.
 
 %package -n typelib-1_0-GdkPixbuf-2_0
-Summary:        Introspection bindins for gdk-pixbuf
+Summary:        Introspection bindings for gdk-pixbuf
 Group:          System/Libraries
 
 %description -n typelib-1_0-GdkPixbuf-2_0
@@ -73,6 +73,17 @@
 
 This package provides the GObject Introspection bindings for gdk-pixbuf.
 
+%package -n typelib-1_0-GdkPixdata-2_0
+Summary:        Introspection bindings for gdk-pixdata
+Group:          System/Libraries
+
+%description -n typelib-1_0-GdkPixdata-2_0
+gdk-pixbuf is an image loading library that can be extended by loadable
+modules for new image formats. It is used by toolkits such as GTK+ or
+Clutter.
+
+This package provides the GObject Introspection bindings for gdk-pixdata.
+
 %package query-loaders
 Summary:        Utility to create a cache of gdk-pixbuf loaders
 Group:          System/X11/Utilities
@@ -102,6 +113,7 @@
 Group:          Development/Languages/C and C++
 Requires:       libgdk_pixbuf-2_0-0 = %{version}
 Requires:       typelib-1_0-GdkPixbuf-2_0 = %{version}
+Requires:       typelib-1_0-GdkPixdata-2_0 = %{version}
 
 %description devel
 gdk-pixbuf is an image loading library that can be extended by loadable
@@ -132,6 +144,7 @@
        -Dman=true \
        -Drelocatable=false \
        -Dnative_windows_loaders=false \
+       -Dinstalled_tests=false \
        %{nil}
 %meson_build
 
@@ -196,7 +209,7 @@
 
 %files -n libgdk_pixbuf-2_0-0
 %license COPYING
-%doc AUTHORS NEWS
+%doc NEWS
 %if "%{_lib}" == "lib64"
 %doc README.SUSE
 %endif
@@ -211,6 +224,9 @@
 %files -n typelib-1_0-GdkPixbuf-2_0
 %{_libdir}/girepository-1.0/GdkPixbuf-2.0.typelib
 
+%files -n typelib-1_0-GdkPixdata-2_0
+%{_libdir}/girepository-1.0/GdkPixdata-2.0.typelib
+
 %files query-loaders
 %{_bindir}/gdk-pixbuf-query-loaders*
 %{_mandir}/man1/gdk-pixbuf-query-loaders*.1*
@@ -228,6 +244,7 @@
 %{_libdir}/pkgconfig/*.pc
 %{_libdir}/*.so
 %{_datadir}/gir-1.0/GdkPixbuf-2.0.gir
+%{_datadir}/gir-1.0/GdkPixdata-2.0.gir
 %doc %{_datadir}/gtk-doc/html/gdk-pixbuf
 %{_sysconfdir}/rpm/macros.gdk-pixbuf
 

++++++ gdk-pixbuf-2.36.12.tar.xz -> gdk-pixbuf-2.38.0.tar.xz ++++++
++++ 116745 lines of diff (skipped)


Reply via email to