Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package lcms2 for openSUSE:Factory checked 
in at 2022-02-03 23:16:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lcms2 (Old)
 and      /work/SRC/openSUSE:Factory/.lcms2.new.1898 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lcms2"

Thu Feb  3 23:16:28 2022 rev:33 rq:950249 version:2.13

Changes:
--------
--- /work/SRC/openSUSE:Factory/lcms2/lcms2.changes      2021-05-05 
20:39:45.334979438 +0200
+++ /work/SRC/openSUSE:Factory/.lcms2.new.1898/lcms2.changes    2022-02-03 
23:17:17.360283950 +0100
@@ -1,0 +2,18 @@
+Mon Jan 31 12:56:29 UTC 2022 - Paolo Stivanin <[email protected]>
+
+- Update to 2.13:
+  * Added support for premultiplied alpha
+  * tifficc can now handle alpha channels, both unassociated and premultiplied
+  * CGATS parser can now deal with very long strings
+  * Added Projects for Visual Studio 2020
+  * 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 function
+  * configure now accepts --without-fastfloat to turn plugin off
+  * Checked to work on STM32 Cortex-A, Cortex-M families
+  * Bug & typos fixing (thanks to many reporters and contributors)
+- Rebase lcms2-visibility.patch
+
+-------------------------------------------------------------------

Old:
----
  lcms2-2.12.tar.gz

New:
----
  lcms2-2.13.tar.gz

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

Other differences:
------------------
++++++ lcms2.spec ++++++
--- /var/tmp/diff_new_pack.vrhzCN/_old  2022-02-03 23:17:18.208278162 +0100
+++ /var/tmp/diff_new_pack.vrhzCN/_new  2022-02-03 23:17:18.212278135 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package lcms2
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           lcms2
-Version:        2.12
+Version:        2.13
 Release:        0
 Summary:        Little CMS Engine - A color managment library and tools
 License:        MIT

++++++ lcms2-2.12.tar.gz -> lcms2-2.13.tar.gz ++++++
/work/SRC/openSUSE:Factory/lcms2/lcms2-2.12.tar.gz 
/work/SRC/openSUSE:Factory/.lcms2.new.1898/lcms2-2.13.tar.gz differ: char 5, 
line 1

++++++ lcms2-visibility.patch ++++++
--- /var/tmp/diff_new_pack.vrhzCN/_old  2022-02-03 23:17:18.284277643 +0100
+++ /var/tmp/diff_new_pack.vrhzCN/_new  2022-02-03 23:17:18.292277589 +0100
@@ -1,6 +1,7 @@
-diff -Naur lcms2-2.11.orig/src/lcms2_internal.h lcms2-2.11/src/lcms2_internal.h
---- lcms2-2.11.orig/src/lcms2_internal.h       2020-08-05 15:14:07.484229667 
+0200
-+++ lcms2-2.11/src/lcms2_internal.h    2020-08-05 15:19:51.517248023 +0200
+Index: lcms2-2.13/src/lcms2_internal.h
+===================================================================
+--- lcms2-2.13.orig/src/lcms2_internal.h
++++ lcms2-2.13/src/lcms2_internal.h
 @@ -37,6 +37,7 @@
  // assert macro is part of C99 as per 7.2
  #include <assert.h>
@@ -9,8 +10,8 @@
  // Some needed constants
  #ifndef M_PI
  #       define M_PI        3.14159265358979323846
-@@ -1125,4 +1126,5 @@
- 
+@@ -1122,4 +1123,5 @@ cmsBool   _cmsBuildRGB2XYZtransferMatrix
+ cmsBool _cmsGetTime(struct tm* ptr_time);
  
  #define _lcms_internal_H
 +#pragma GCC visibility pop

Reply via email to