Changelog for
libpixman-1-0-0.43.4-126.12.i586.rpm :
* Fri May 03 2024 Federico Mena Quintero
- Update to version 0.43.4 + Fix incorrect compositing on big-endian architectures. + Allow building on clang/arm32.
* Tue Apr 09 2024 Guillaume GARDET - a64-neon is an aarch64 feature, not armv6/7
* Mon Feb 26 2024 Dominique Leuenberger - Rework previous change + Disable the demos: pass -Ddemos=disabled to meson. This allows us not to BuildRequire gtk3. Having it would result in a build cycle. + Pass -Dlibpng=disabled to meson: only needed for the tests.- Drop pkgconfig(gtk+-3.0) BuildRequires: with the demos disabled, we don\'t need this anymore.- Drop cmake BuildRequires: the build system uses meson. cmake is used as a fallback to find libraries when they can\'t be found with pkgconfig.- Enable test suite (meson_test), without the png tests (for minimal build deps).- Switch post/post to ldconfig_scriptlets: there is no other code in the scripts.
* Sat Feb 24 2024 Simon Lees - Update to version 0.43.2 + Highlights include:
* mmx: use xmmintrin.h if building with SSE2
* implement r8g8b8 sRGB (without alpha)
* Build system swapped to Meson + Various other fixes- Add meson BuildRequires and replace configure/make/make_install macros with respective meson/meson_build/meson_install, following upstreams switch to meson.- Add cmake and pkgconfig(gtk+-3.0) BuildRequires: new depdendencies.
* Fri Nov 04 2022 Michael Gorse - Update to version 0.42.2 (boo#1205033 CVE-2022-44638): + This version contains a fix for a heap overflow. + Drop upstream merged pixman-CVE-2022-44638.patch- Update URL, and tweak source URI.
* Fri Nov 04 2022 Michael Gorse - Add pixman-CVE-2022-44638.patch: avoid an integer overflow (boo#1205033 CVE-2022-44638).
* Mon Apr 20 2020 Paolo Stivanin - Update to version 0.40.0: + Meson build system improvements + Supporting optimizations on Hygon Dhyana processors to match what is enabled for Intel/AMD CPUs. + A few Loongson fixes/improvements. + Lots of other fixes
* Fri Nov 23 2018 mvetterAATTsuse.com- Update to version 0.36.0: + Add tests for (a)rgb floating point formats + Add support for argb/xrgb float formats, v5 + Fix stride calculation in stress-test + Adjust for clang\'s removal of __builtin_shuffle + Fix vector loads on ppc64le + Promote unsigned short to unsigned int explicitly + pixman-filter: Made Gaussian a bit wider + pixman-filter: Nested polynomial for cubic + pixman-filter: Fix several issues related to normalization + pixman-filter: Speed up BOX/BOX filter + pixman-filter: integral splitting is only needed for triangle filterdd + pixman-filter: Correct Simpsons integration + pixman-filter: reduce amount of malloc/free/memcpy to generate filter + pixman-image: Added enable-gnuplot config to view filters in gnuplot + pixman-fast-path.c: Pick NEAREST affine fast paths before BILINEAR ones + pixman-private: include only in C code- Remove pixman-private-correct-include.patch: upstreamed
* Mon Mar 05 2018 jengelhAATTinai.de- Fix SRPM group. Update summaries.
* Wed Feb 28 2018 dimstarAATTopensuse.org- Modernize spec-file by calling spec-cleaner