Hello community,

here is the log from the commit of package gdk-pixbuf for openSUSE:Factory 
checked in at 2020-11-19 11:57:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gdk-pixbuf (Old)
 and      /work/SRC/openSUSE:Factory/.gdk-pixbuf.new.5913 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gdk-pixbuf"

Thu Nov 19 11:57:48 2020 rev:80 rq:847419 version:2.42.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/gdk-pixbuf/gdk-pixbuf.changes    2020-07-28 
17:25:04.273886551 +0200
+++ /work/SRC/openSUSE:Factory/.gdk-pixbuf.new.5913/gdk-pixbuf.changes  
2020-11-23 10:26:50.429115860 +0100
@@ -1,0 +2,25 @@
+Mon Nov  9 15:52:50 UTC 2020 - Dominique Leuenberger <[email protected]>
+
+- Udpate to version 2.42.0:
+  + Remove the libjasper JPEG2000 loader.
+  + Split the gdk-pixbuf-xlib library to a separate repository.
+  + Fix cppcheck 'shifting signed 32-bit value warning',
+  + Fix memory leaks in pixops error paths,
+  + Improve internal consistency of loaders,
+  + Skip bytes during JPEG incremental load.
+  + Check for overflows.
+  + Let the test suite cope with missing loaders.
+  + Check for mmap failure.
+  + Fix UB in the XPM loader.
+  + Speed up alpha scaling pixop.
+  + Add the `gtk_doc` configuration option, and deprecate `docs`.
+  + Add the `introspection` configuration option, and remove `gir`.
+  + Handle truncated PNMs more gracefully.
+  + Clean up GIF loader code.
+  + Fix colormap handling in GIF.
+- Drop gdk-pixbuf-boo1174307-io-gif-overflow.patch: fixed upstream.
+- Replace meson parameters, following upstream changes:
+  + -Ddocs=true => -Dgtk_doc=true.
+  + -Dgir=true => -Dintrospection=enabled.
+
+-------------------------------------------------------------------
@@ -28,0 +54,7 @@
+
+-------------------------------------------------------------------
+Wed Nov 27 17:36:17 UTC 2019 - Bjørn Lie <[email protected]>
+
+- Drop pkgconfig(x11) BuildRequires and pass -Dx11=false to meson.
+  No longer build x11 support, that is now split out in it's own
+  compat package.

Old:
----
  gdk-pixbuf-2.40.0.zip
  gdk-pixbuf-boo1174307-io-gif-overflow.patch

New:
----
  gdk-pixbuf-2.42.0.zip

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

Other differences:
------------------
++++++ gdk-pixbuf.spec ++++++
--- /var/tmp/diff_new_pack.brFZNc/_old  2020-11-23 10:26:50.989116493 +0100
+++ /var/tmp/diff_new_pack.brFZNc/_new  2020-11-23 10:26:50.993116497 +0100
@@ -20,7 +20,7 @@
 %define gdk_pixbuf_binary_version 2.10.0
 
 Name:           gdk-pixbuf
-Version:        2.40.0
+Version:        2.42.0
 Release:        0
 Summary:        An image loading library
 License:        LGPL-2.1-or-later
@@ -37,9 +37,6 @@
 Source3:        gdk-pixbuf-rpmlintrc
 Source99:       baselibs.conf
 
-# PATCH-FIX-UPSTREAM gdk-pixbuf-boo1174307-io-gif-overflow.patch boo#1174307 
glgo#GNOME/gdk-pixbuf#132 [email protected] -- Avoid overflows by checking the 
memset length argument
-Patch0:         gdk-pixbuf-boo1174307-io-gif-overflow.patch
-
 BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  gtk-doc
 BuildRequires:  libjpeg-devel
@@ -52,7 +49,6 @@
 BuildRequires:  pkgconfig(glib-2.0) >= 2.56.0
 BuildRequires:  pkgconfig(gobject-introspection-1.0)
 BuildRequires:  pkgconfig(libpng)
-BuildRequires:  pkgconfig(x11)
 
 %description
 gdk-pixbuf is an image loading library that can be extended by loadable
@@ -138,7 +134,6 @@
 %setup -c -T -q
 unzip -P gecko %{SOURCE0}
 translation-update-upstream
-%patch0 -p1
 %if "%{_lib}" == "lib64"
 cp -a %{SOURCE2} .
 %endif
@@ -149,10 +144,10 @@
        -Dtiff=true \
        -Djpeg=true \
        -Djasper=false \
-       -Dx11=true \
+       -Dx11=false \
        -Dbuiltin_loaders=none \
-       -Ddocs=true \
-       -Dgir=true \
+       -Dgtk_doc=true \
+       -Dintrospection=enabled \
        -Dman=true \
        -Drelocatable=false \
        -Dnative_windows_loaders=false \
@@ -226,7 +221,6 @@
 %doc README.SUSE
 %endif
 %{_libdir}/libgdk_pixbuf-2.0.so.0*
-%{_libdir}/libgdk_pixbuf_xlib-2.0.so.0*
 %dir %{_libdir}/gdk-pixbuf-2.0
 %dir %{_libdir}/gdk-pixbuf-2.0/%{gdk_pixbuf_binary_version}
 %dir %{_libdir}/gdk-pixbuf-2.0/%{gdk_pixbuf_binary_version}/loaders
@@ -253,7 +247,7 @@
 %{_bindir}/gdk-pixbuf-pixdata
 %{_mandir}/man1/gdk-pixbuf-csource.1*
 %{_includedir}/gdk-pixbuf-2.0
-%{_libdir}/pkgconfig/*.pc
+%{_libdir}/pkgconfig/gdk-pixbuf-2.0.pc
 %{_libdir}/*.so
 %{_datadir}/gir-1.0/GdkPixbuf-2.0.gir
 %{_datadir}/gir-1.0/GdkPixdata-2.0.gir

++++++ _service ++++++
--- /var/tmp/diff_new_pack.brFZNc/_old  2020-11-23 10:26:51.037116547 +0100
+++ /var/tmp/diff_new_pack.brFZNc/_new  2020-11-23 10:26:51.037116547 +0100
@@ -2,7 +2,7 @@
  <service name="download_url" mode="disabled">
    <param name="protocol">https</param>
    <param name="host">download.gnome.org</param>
-   <param name="path">sources/gdk-pixbuf/2.40/gdk-pixbuf-2.40.0.tar.xz</param>
+   <param name="path">sources/gdk-pixbuf/2.42/gdk-pixbuf-2.42.0.tar.xz</param>
  </service>
  <service name="set_version" mode="disabled" />
 </services>
_______________________________________________
openSUSE Commits mailing list -- [email protected]
To unsubscribe, email [email protected]
List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette
List Archives: 
https://lists.opensuse.org/archives/list/[email protected]

Reply via email to