From af2127d7395584c8b47e53102a42e1566cf81ee5e843c84da912210d50bad3a6 Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Tue, 15 Feb 2022 15:13:32 +0000 Subject: [PATCH] Accepting request 954413 from home:dirkmueller:Factory - update to 2.13.1: * Fix a bug on grayscale that made printing gray on white paper * Added support for premultiplied alpha * tifficc can now handle alpha channels, both unassociated and premultiplied * Better documentation * CGATS parser can now deal with very long strings * Added Projects for Visual Studio 2020 * Travis CI discontinued, GitHub actions used instead * Added a very preliminary meson build script (thanks to xclaesse) * Added ARM64 target to visual studio 2019 (thanks to gaborkertesz-linaro) * Added thread safe code to get time * Added automatic linear space detection * Added cmsGetStageContextID function * Added cmsDetectRGBProfileGamma * configure now accepts --without-fastfloat to turn plugin off * autogen.sh has now a --distclean toggle to get rid of all autotools generated files * Checked to work on STM32 Cortex-A, Cortex-M families * Bug & typos fixing (thanks to many reporters and contributors) * Fixed mem leaks and out-of bounds accesses as reported by fuzzer OBS-URL: https://build.opensuse.org/request/show/954413 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/lcms2?expand=0&rev=79 --- lcms2-2.13.1.tar.gz | 3 +++ lcms2-2.13.tar.gz | 3 --- lcms2.changes | 23 +++++++++++++++++++++++ lcms2.spec | 6 +++--- 4 files changed, 29 insertions(+), 6 deletions(-) create mode 100644 lcms2-2.13.1.tar.gz delete mode 100644 lcms2-2.13.tar.gz diff --git a/lcms2-2.13.1.tar.gz b/lcms2-2.13.1.tar.gz new file mode 100644 index 0000000..df554cc --- /dev/null +++ b/lcms2-2.13.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d473e796e7b27c5af01bd6d1552d42b45b43457e7182ce9903f38bb748203b88 +size 7276499 diff --git a/lcms2-2.13.tar.gz b/lcms2-2.13.tar.gz deleted file mode 100644 index 80f1bc9..0000000 --- a/lcms2-2.13.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0c67a5cc144029cfa34647a52809ec399aae488db4258a6a66fba318474a070f -size 7259337 diff --git a/lcms2.changes b/lcms2.changes index defb679..ed91a56 100644 --- a/lcms2.changes +++ b/lcms2.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Mon Feb 14 23:13:22 UTC 2022 - Dirk Müller + +- update to 2.13.1: + * Fix a bug on grayscale that made printing gray on white paper + * Added support for premultiplied alpha + * tifficc can now handle alpha channels, both unassociated and premultiplied + * Better documentation + * CGATS parser can now deal with very long strings + * Added Projects for Visual Studio 2020 + * Travis CI discontinued, GitHub actions used instead + * Added a very preliminary meson build script (thanks to xclaesse) + * Added ARM64 target to visual studio 2019 (thanks to gaborkertesz-linaro) + * Added thread safe code to get time + * Added automatic linear space detection + * Added cmsGetStageContextID function + * Added cmsDetectRGBProfileGamma + * configure now accepts --without-fastfloat to turn plugin off + * autogen.sh has now a --distclean toggle to get rid of all autotools generated files + * Checked to work on STM32 Cortex-A, Cortex-M families + * Bug & typos fixing (thanks to many reporters and contributors) + * Fixed mem leaks and out-of bounds accesses as reported by fuzzer + ------------------------------------------------------------------- Mon Jan 31 12:56:29 UTC 2022 - Paolo Stivanin diff --git a/lcms2.spec b/lcms2.spec index 6d20a96..657cc5b 100644 --- a/lcms2.spec +++ b/lcms2.spec @@ -17,13 +17,13 @@ Name: lcms2 -Version: 2.13 +Version: 2.13.1 Release: 0 Summary: Little CMS Engine - A color managment library and tools License: MIT Group: Productivity/Graphics/Other -URL: http://www.littlecms.com/ -Source0: https://sourceforge.net/projects/lcms/files/lcms/%{version}/%{name}-%{version}.tar.gz +URL: https://www.littlecms.com/ +Source0: https://github.com/mm2/Little-CMS/releases/download/lcms%{version}/lcms2-%{version}.tar.gz Source1: baselibs.conf Patch1: lcms2-ocloexec.patch Patch2: lcms2-visibility.patch