Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package imlib2 for openSUSE:Factory checked 
in at 2023-03-17 17:01:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/imlib2 (Old)
 and      /work/SRC/openSUSE:Factory/.imlib2.new.31432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "imlib2"

Fri Mar 17 17:01:06 2023 rev:50 rq:1072337 version:1.11.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/imlib2/imlib2.changes    2022-12-21 
16:06:06.510382318 +0100
+++ /work/SRC/openSUSE:Factory/.imlib2.new.31432/imlib2.changes 2023-03-17 
17:01:06.636689585 +0100
@@ -1,0 +2,61 @@
+Fri Mar 10 08:26:46 UTC 2023 - Enrico Belleri <ide...@protonmail.com>
+
+- update to 1.11.0:
+  * remove bad unused function
+  * test: Add a few tests for obscure pnm formats
+  * test: Add some pam tests
+  * Avoid some more undefined behaviors with shifts
+  * api: Fix code duplication around some __imlib_BlendImageToImage() calls
+  * api: Change some parameter names
+  * api: Tweak/correct error handling in drawable grabbing functions
+  * image: Let __imlib_CreateImage() allocate pixel data buffer
+  * Drop some redundant calls to __imlib_LoadImageData()
+  * api: Remember error on deferred image data loads
+  * imlib2_load: Show error on deferred data load problem
+  * imlib2_view: Be more verbose about load errors
+  * PNM loader: Speedups
+  * test: Introduce image_get_crc32()
+  * test: test_save: Trivial changes
+  * test: test_save: Check that files are written and ok
+  * PNM saver: Write images with alpha as P7 PAM RGB_ALPHA type
+  * x11_rgba: Add missing const
+  * x11_grab: Avoid cast-align warnings with -Wcast-align=strict
+  * x11_rgba: Avoid cast-align warnings with -Wcast-align=strict
+  * Loaders: Debug macro cleanups
+  * ANI loader: Use struct to access chunk data
+  * Loaders: Avoid cast-align warnings with -Wcast-align=strict
+  * autofoo: Add __PACKED__ for optional struct packing
+  * ANI, PNG, TGA loaders: Enable handling of unaligned data
+  * __imlib_FileDir(): Fix missing closedir() on OOM
+  * Loaders: decompress_load() is not part of the loader API
+  * Loaders: Debug tweaks
+  * Savers: Centralize file open/close
+  * JPG saver: Avoid potential clobber warning
+  * PNG saver: Avoid potential clobber warning
+  * Loaders, savers: Handle EINTR during fopen()
+  * api: Remove pointless statement
+  * api: Update documentation for imlib_get_error()
+  * api: Cosmetics around image save functions
+  * api: Minor simplification in error handling in save functions
+  * Add imlib_save_image_fd()
+  * api: Oops - debug--
+  * test_grab: Rearrange code
+  * x11_grab: Let __imlib_Grab..() return error instead of ok
+  * x11_grab: Eliminate unnecessary pixmap copy
+  * imlib_create_scaled_image_from_drawable(): Simplify call path
+  * x11_grab: Drop now unused 1:1 scaling path in 
__imlib_GrabDrawableScaledToRGBA()
+  * imlib2_view: Add option to set background checkerboard field size
+  * test_grab: Update
+  * test_grab: Add some tests for imlib_copy_drawable_to_image()
+  * test_grab: Check get-mask-from-shape too
+  * x11: Pass X11 context around by struct
+  * x11_grab: Move window/pixmap checking to separate function
+  * x11_grab: Rework clipping
+  * x11_grab: Clear image pixels not actually grabbed
+  * x11_grab: Various fixes in __imlib_GrabDrawableScaledToRGBA()
+  * x11_grab: Eliminate some overhead in scaled grabbing
+  * test_grab: Debug tweak
+  * PNM loader: avoid some undefined behavior
+  * PNM loader: add read support for PAM
+
+-------------------------------------------------------------------

Old:
----
  imlib2-1.10.0.tar.xz

New:
----
  imlib2-1.11.0.tar.xz

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

Other differences:
------------------
++++++ imlib2.spec ++++++
--- /var/tmp/diff_new_pack.vVsaKD/_old  2023-03-17 17:01:07.584694552 +0100
+++ /var/tmp/diff_new_pack.vVsaKD/_new  2023-03-17 17:01:07.584694552 +0100
@@ -25,7 +25,7 @@
 %bcond_with svg
 %bcond_with postscript
 Name:           imlib2
-Version:        1.10.0
+Version:        1.11.0
 Release:        0
 Summary:        Image handling and conversion library
 License:        BSD-3-Clause
@@ -142,7 +142,18 @@
        --enable-shared \
        --enable-visibility-hiding \
        --enable-doc-build \
-       --disable-static
+       --disable-static \
+%if %{with jxl}
+       --with-jxl \
+%endif
+%if %{with svg}
+       --with-svg \
+%endif
+%if %{with postscript}
+       --with-ps \
+%endif
+%{?nil}
+
 %make_build
 
 %install

++++++ imlib2-1.10.0.tar.xz -> imlib2-1.11.0.tar.xz ++++++
++++ 8469 lines of diff (skipped)

Reply via email to