Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package imlib2 for openSUSE:Factory checked 
in at 2022-12-21 16:06:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/imlib2 (Old)
 and      /work/SRC/openSUSE:Factory/.imlib2.new.1835 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "imlib2"

Wed Dec 21 16:06:00 2022 rev:49 rq:1043937 version:1.10.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/imlib2/imlib2.changes    2022-10-22 
14:13:38.480816815 +0200
+++ /work/SRC/openSUSE:Factory/.imlib2.new.1835/imlib2.changes  2022-12-21 
16:06:06.510382318 +0100
@@ -1,0 +2,71 @@
+Mon Dec 19 20:09:30 UTC 2022 - Dirk Müller <dmuel...@suse.com>
+
+- update to 1.10.0:
+  * Introduce imlib_load_image_fde
+      imlib2_load: Tweak load mode handling
+      Introduce Imlib2_Loader.h - all that is needed by loaders
+      image: Change has alpha flag to separate byte
+      loading: Don't look for cached image when not caching
+      loading: New loader infrastructure
+  * loading: Introduce __imlib_ImageFileContextPush/Pop
+      loading: Centralize mmap handling
+  * Introduce imlib_load_image_mem
+  * imlib2_load: Add option to use imlib_load_image_mem
+      api: Remove cast previously dropped everywhere else
+      Hide imlib_get/set_color_usage() if no X11
+      api: Move X11 related functions to separate file
+      api: Move filter functions to separate file
+      Enable disabling filter functions
+      api: Move text functions to separate file
+      Enable disabling text functions
+      J2K loader: Drop showing deprecated item in debug message
+      image: Fix memory leak when cloning images
+      Unify basic X11 functionality in test programs
+      Includes tweaks
+      test: Re-generate test images with recent tool/library versions
+      image: Hide internal ImlibImageFileInfo struct
+      image: Don't munmap external memory
+  * Introduce imlib_get_error
+      api: error_return adjustments
+      imlib2_load: Add option to enable image caching
+      image: Fix potential use of uninitialized time stamps
+      PNG loader: Correct frame delay in zero denominator case
+      PNG loader: Cosmetics
+      PNG loader: Improved handling of animated PNGs
+      multiframe: Support loop count
+      PNG loader: Fix animated PNG loading some more
+      autofoo: Fix trouble with test subdirectory in distributed source
+      autofoo: Rework git tag/release stuff
+      test: test_load: Quit when loading primary image fails
+      SVG loader: Don't reference multiframe stuff
+  * ICO loader: Eliminate ico_load
+      autofoo: Use AC_USE_SYSTEM_EXTENSIONS
+      imlib2_view: Fix single frame update rendering
+      test: test_load_2: Check frame 0/1 loading too
+      PNG loader: Cosmetics
+      PS loader: Cosmetics
+      multiframe: Tweaks around frame number handling
+      multiframe: Centralize handling of frame update offsets
+      multiframe: Move frame info to allocated record
+      multiframe: Allocate frame info only when needed
+      PNG loader: Quit scan when target fdAT is seen
+      PNG loader: Quit after loading first frame
+      PNG loader: Simplify update callback handling
+      imlib2_view: Fix multiframe rendering detail
+      multiframe: Remove frame offset from updates
+      imlib2_view: Fix multiframe after update coordinate change
+      imlib2_view: Deal with all pending X events at once
+      imlib2_view: Properly handle caching vs progress callbacks
+      imlib2_view: Don't load bad images twice if first or last in argument 
list
+      image: Cosmetics
+  * image: Introduce __imlib_LoadEmbeddedMem
+      Add new ani loader
+  * image: Cosmetics
+      ANI loader: Disable progress in embed loader
+      ANI loader: Multiframe suport
+      v1.10.0
+      Introduce imlib_load_image_frame_mem
+      imlib_load_image_frame_mem(): set nocache
+      TGA loader: fix indexing in tgaflip
+
+-------------------------------------------------------------------

Old:
----
  imlib2-1.9.1.tar.xz

New:
----
  imlib2-1.10.0.tar.xz

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

Other differences:
------------------
++++++ imlib2.spec ++++++
--- /var/tmp/diff_new_pack.nUKu93/_old  2022-12-21 16:06:07.022385080 +0100
+++ /var/tmp/diff_new_pack.nUKu93/_new  2022-12-21 16:06:07.026385101 +0100
@@ -25,7 +25,7 @@
 %bcond_with svg
 %bcond_with postscript
 Name:           imlib2
-Version:        1.9.1
+Version:        1.10.0
 Release:        0
 Summary:        Image handling and conversion library
 License:        BSD-3-Clause
@@ -40,6 +40,8 @@
 BuildRequires:  pkgconfig(id3tag)
 BuildRequires:  pkgconfig(libheif)
 BuildRequires:  pkgconfig(libjpeg)
+BuildRequires:  pkgconfig(libopenjp2)
+BuildRequires:  pkgconfig(libpng)
 BuildRequires:  pkgconfig(libtiff-4)
 BuildRequires:  pkgconfig(libwebpdemux)
 BuildRequires:  pkgconfig(x11-xcb)
@@ -47,8 +49,6 @@
 BuildRequires:  pkgconfig(xcb-shm) >= 1.9
 BuildRequires:  pkgconfig(xext)
 BuildRequires:  pkgconfig(zlib)
-BuildRequires:  pkgconfig(libopenjp2)
-BuildRequires:  pkgconfig(libpng)
 %if %{with jxl}
 BuildRequires:  pkgconfig(libjxl)
 BuildRequires:  pkgconfig(libjxl_threads)
@@ -103,6 +103,8 @@
 Provides:       imlib2-loader_bmp
 Provides:       imlib2-loader_bz2
 Provides:       imlib2-loader_gif
+Provides:       imlib2-loader_heif
+Provides:       imlib2-loader_j2k
 Provides:       imlib2-loader_jpeg
 Provides:       imlib2-loader_png
 Provides:       imlib2-loader_pnm
@@ -110,8 +112,6 @@
 Provides:       imlib2-loader_tiff
 Provides:       imlib2-loader_xpm
 Provides:       imlib2-loader_zlib
-Provides:       imlib2-loader_j2k
-Provides:       imlib2-loader_heif
 %if %{with jxl}
 Provides:       imlib2-loader_jxl
 %endif

++++++ imlib2-1.9.1.tar.xz -> imlib2-1.10.0.tar.xz ++++++
++++ 11786 lines of diff (skipped)

Reply via email to