Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libwebp for openSUSE:Factory checked in at 2023-05-05 15:56:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libwebp (Old) and /work/SRC/openSUSE:Factory/.libwebp.new.1533 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libwebp" Fri May 5 15:56:48 2023 rev:34 rq:1084554 version:1.3.0 Changes: -------- --- /work/SRC/openSUSE:Factory/libwebp/libwebp.changes 2022-08-09 15:26:13.905261636 +0200 +++ /work/SRC/openSUSE:Factory/.libwebp.new.1533/libwebp.changes 2023-05-05 15:56:49.907929303 +0200 @@ -1,0 +2,16 @@ +Thu May 4 07:46:40 UTC 2023 - Arjen de Korte <suse+bu...@de-korte.org> + +- update baselibs.conf for the new libsharpyuv + +------------------------------------------------------------------- +Wed May 3 07:15:38 UTC 2023 - Arjen de Korte <suse+bu...@de-korte.org> + +- update to 1.3.0 + This is a binary compatible release. + * add libsharpyuv, which exposes -sharp_yuv/config.use_sharp_yuv + functionality to other libraries; libwebp now depends on this library + * major updates to the container and lossless bitstream docs (#448, #546, + #551) + * miscellaneous warning, bug & build fixes (#576, #583, #584) + +------------------------------------------------------------------- Old: ---- libwebp-1.2.4.tar.gz libwebp-1.2.4.tar.gz.asc New: ---- libwebp-1.3.0.tar.gz libwebp-1.3.0.tar.gz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libwebp.spec ++++++ --- /var/tmp/diff_new_pack.PWcKAn/_old 2023-05-05 15:56:51.963941082 +0200 +++ /var/tmp/diff_new_pack.PWcKAn/_new 2023-05-05 15:56:51.967941105 +0200 @@ -17,7 +17,7 @@ Name: libwebp -Version: 1.2.4 +Version: 1.3.0 Release: 0 Summary: Library and tools for the WebP graphics format License: BSD-3-Clause @@ -96,6 +96,13 @@ developers can use WebP to compress, archive and distribute digital images more efficiently. +%package -n libsharpyuv0 +Summary: Library for sharpening YUV option in WebP +Group: System/Libraries + +%description -n libsharpyuv0 +Library that provides the sharpening YUV option for better WebP images. + %package -n libwebpextras0 Summary: Library for decoding WebP graphics format Group: System/Libraries @@ -115,6 +122,7 @@ Requires: libwebpdecoder3 = %version Requires: libwebpdemux2 = %version Requires: libwebpmux3 = %version +Requires: libsharpyuv0 = %version %if %{with extras} Requires: libwebpextras0 = %version %endif @@ -147,6 +155,8 @@ %postun -n libwebpmux3 -p /sbin/ldconfig %post -n libwebpdecoder3 -p /sbin/ldconfig %postun -n libwebpdecoder3 -p /sbin/ldconfig +%post -n libsharpyuv0 -p /sbin/ldconfig +%postun -n libsharpyuv0 -p /sbin/ldconfig %post -n libwebpextras0 -p /sbin/ldconfig %postun -n libwebpextras0 -p /sbin/ldconfig @@ -166,6 +176,9 @@ %files -n libwebpdecoder3 %_libdir/libwebpdecoder.so.* +%files -n libsharpyuv0 +%_libdir/libsharpyuv.so.* + %if %{with extras} %files -n libwebpextras0 %_libdir/libwebpextras.so.* @@ -173,7 +186,9 @@ %files devel %_libdir/libwebp*.so +%_libdir/libsharpyuv.so %_includedir/webp/ %_libdir/pkgconfig/libwebp*.pc +%_libdir/pkgconfig/libsharpyuv.pc %changelog ++++++ baselibs.conf ++++++ --- /var/tmp/diff_new_pack.PWcKAn/_old 2023-05-05 15:56:52.011941357 +0200 +++ /var/tmp/diff_new_pack.PWcKAn/_new 2023-05-05 15:56:52.015941380 +0200 @@ -2,6 +2,7 @@ libwebpdecoder3 libwebpdemux2 libwebpmux3 +libsharpyuv0 #libwebpextras0 libwebp-devel -requires libwebp-<targettype> @@ -9,5 +10,6 @@ requires "libwebpdecoder3-<targettype> = <version>" requires "libwebpdemux2-<targettype> = <version>" requires "libwebpmux3-<targettype> = <version>" + requires "libsharpyuv0-<targettype> = <version>" # requires "libwebpextras0-<targettype> = <version>" ++++++ libwebp-1.2.4.tar.gz -> libwebp-1.3.0.tar.gz ++++++ ++++ 6322 lines of diff (skipped)