Hello community,

here is the log from the commit of package lcms2 for openSUSE:Factory checked 
in at 2012-11-02 07:31:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lcms2 (Old)
 and      /work/SRC/openSUSE:Factory/.lcms2.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lcms2", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/lcms2/lcms2.changes      2011-12-21 
14:56:58.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.lcms2.new/lcms2.changes 2012-11-02 
07:31:08.000000000 +0100
@@ -1,0 +2,14 @@
+Sun Oct 28 18:52:41 UTC 2012 - tittiatc...@gmail.com
+
+- Update to version 2.4
+  * Featured release
+    + Performance and stability fixes
+    + Black point detection from the algorithm disclosed by Adobe
+    + Added support for transforms on planar data with different 
+      stride
+    + Added a new plug-in type for optimizing full transforms
+    + Linear (gamma 1.0) profiles can now operate in unbounded mode
+    + Added "half" float support
+    + Please see the ChangeLog  file for more details.
+
+-------------------------------------------------------------------

Old:
----
  lcms2-2.3.tar.gz

New:
----
  lcms2-2.4.tar.gz

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

Other differences:
------------------
++++++ lcms2.spec ++++++
--- /var/tmp/diff_new_pack.v9JFvo/_old  2012-11-02 07:31:09.000000000 +0100
+++ /var/tmp/diff_new_pack.v9JFvo/_new  2012-11-02 07:31:09.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package lcms2
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,7 +21,7 @@
 License:        MIT
 Group:          Productivity/Graphics/Other
 Url:            http://www.littlecms.com/
-Version:        2.3
+Version:        2.4
 Release:        0
 
 %if 0%{?suse_version}
@@ -72,7 +72,8 @@
 %package -n liblcms2-devel
 Summary:        Include Files and Libraries Mandatory for Development
 Group:          Development/Libraries/C and C++
-Requires:       liblcms2-2 = %{version} glibc-devel
+Requires:       glibc-devel
+Requires:       liblcms2-2 = %{version}
 
 %description -n liblcms2-devel
 This package contains all necessary include files and libraries needed

++++++ lcms2-2.3.tar.gz -> lcms2-2.4.tar.gz ++++++
++++ 39402 lines of diff (skipped)

++++++ lcms2-ocloexec.patch ++++++
--- /var/tmp/diff_new_pack.v9JFvo/_old  2012-11-02 07:31:10.000000000 +0100
+++ /var/tmp/diff_new_pack.v9JFvo/_new  2012-11-02 07:31:10.000000000 +0100
@@ -1,8 +1,8 @@
 Index: src/cmscgats.c
 ===================================================================
---- src/cmscgats.c.orig
-+++ src/cmscgats.c
-@@ -836,7 +836,7 @@ void InSymbol(cmsIT8* it8)
+--- src/cmscgats.c     2012-09-10 18:01:51.000000000 +0200
++++ src/cmscgats.c     2012-10-28 19:50:34.772962052 +0100
+@@ -914,7 +914,7 @@
                      return;
                  }
  
@@ -11,16 +11,16 @@
                  if (FileNest->Stream == NULL) {
  
                          SynError(it8, "File %s not found", 
FileNest->FileName);
-@@ -1670,7 +1670,7 @@ cmsBool CMSEXPORT cmsIT8SaveToFile(cmsHA
+@@ -1744,7 +1744,7 @@
  
      memset(&sd, 0, sizeof(sd));
  
 -    sd.stream = fopen(cFileName, "wt");
 +    sd.stream = fopen(cFileName, "wte");
      if (!sd.stream) return FALSE;
-     
+ 
      for (i=0; i < it8 ->TablesCount; i++) {
-@@ -2178,7 +2178,7 @@ cmsBool IsMyFile(const char* FileName)
+@@ -2252,7 +2252,7 @@
     cmsUInt32Number Size;
     cmsUInt8Number Ptr[133];
  
@@ -29,12 +29,12 @@
     if (!fp) {
         cmsSignalError(0, cmsERROR_FILE, "File '%s' not found", FileName);
         return FALSE;
-@@ -2256,7 +2256,7 @@ cmsHANDLE  CMSEXPORT cmsIT8LoadFromFile(
+@@ -2330,7 +2330,7 @@
       if (!hIT8) return NULL;
  
  
 -     it8 ->FileStack[0]->Stream = fopen(cFileName, "rt");
 +     it8 ->FileStack[0]->Stream = fopen(cFileName, "rte");
  
-      if (!it8 ->FileStack[0]->Stream) {         
+      if (!it8 ->FileStack[0]->Stream) {
           cmsIT8Free(hIT8);

++++++ lcms2-visibility.patch ++++++
--- /var/tmp/diff_new_pack.v9JFvo/_old  2012-11-02 07:31:10.000000000 +0100
+++ /var/tmp/diff_new_pack.v9JFvo/_new  2012-11-02 07:31:10.000000000 +0100
@@ -8,7 +8,7 @@
  // Some needed constants
  #ifndef M_PI
  #       define M_PI        3.14159265358979323846
-@@ -625,4 +626,5 @@ cmsBool   _cmsBuildRGB2XYZtransferMatrix
+@@ -602,4 +603,5 @@
  
  
  #define _lcms_internal_H

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to