Hello community,

here is the log from the commit of package lcms2 for openSUSE:Factory checked 
in at 2011-12-21 14:56:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-11-25 
10:12:33.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.lcms2.new/lcms2.changes 2011-12-21 
14:56:58.000000000 +0100
@@ -1,0 +2,6 @@
+Sat Dec 17 13:12:55 UTC 2011 - [email protected]
+
+- update to version 2.3
+  * Full support for ICC 4.3
+
+-------------------------------------------------------------------

Old:
----
  lcms2-2.2.tar.gz

New:
----
  lcms2-2.3.tar.gz

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

Other differences:
------------------
++++++ lcms2.spec ++++++
--- /var/tmp/diff_new_pack.6YRwAf/_old  2011-12-21 14:57:00.000000000 +0100
+++ /var/tmp/diff_new_pack.6YRwAf/_new  2011-12-21 14:57:00.000000000 +0100
@@ -15,27 +15,36 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:           lcms2
+Summary:        Little CMS Engine - A color managment library and tools
 License:        MIT
 Group:          Productivity/Graphics/Other
-Summary:        Little CMS Engine - A color managment library and tools
 Url:            http://www.littlecms.com/
-Version:        2.2
-Release:        1
+Version:        2.3
+Release:        0
 
 %if 0%{?suse_version}
-BuildRequires:  libjpeg-devel libtiff-devel pkg-config zlib-devel
+BuildRequires:  libjpeg-devel
+BuildRequires:  libtiff-devel
+BuildRequires:  pkg-config
+BuildRequires:  zlib-devel
 %endif
 
 %if 0%{?fedora_version}
-BuildRequires:  gcc libjpeg-devel libtiff-devel pkgconfig zlib-devel
+BuildRequires:  gcc
+BuildRequires:  libjpeg-devel
+BuildRequires:  libtiff-devel
+BuildRequires:  pkgconfig
+BuildRequires:  zlib-devel
 %endif
 
 %if 0%{?mandriva_version}
-BuildRequires:  gcc libjpeg-devel libtiff-devel pkgconfig zlib-devel
+BuildRequires:  gcc
+BuildRequires:  libjpeg-devel
+BuildRequires:  libtiff-devel
+BuildRequires:  pkgconfig
+BuildRequires:  zlib-devel
 %endif
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -54,7 +63,6 @@
 referred to in many International and other de-facto standards.
 
 %package -n liblcms2-2
-License:        MIT
 Summary:        Libraries for the Little CMS Engine
 Group:          System/Libraries
 
@@ -62,17 +70,15 @@
 Little CMS Engine - A color managment library and tools.
 
 %package -n liblcms2-devel
-License:        MIT
 Summary:        Include Files and Libraries Mandatory for Development
-Requires:       liblcms2-2 = %{version} glibc-devel
 Group:          Development/Libraries/C and C++
+Requires:       liblcms2-2 = %{version} glibc-devel
 
 %description -n liblcms2-devel
 This package contains all necessary include files and libraries needed
 to develop applications that require these.
 
 %package -n liblcms2-doc
-License:        MIT
 Summary:        User and developer documentation for lcms2
 Group:          Documentation/Other
 %if 0%{?suse_version} >= 1120

++++++ lcms2-2.2.tar.gz -> lcms2-2.3.tar.gz ++++++
++++ 2899 lines of diff (skipped)

++++++ lcms2-ocloexec.patch ++++++
--- /var/tmp/diff_new_pack.6YRwAf/_old  2011-12-21 14:57:00.000000000 +0100
+++ /var/tmp/diff_new_pack.6YRwAf/_new  2011-12-21 14:57:00.000000000 +0100
@@ -1,6 +1,8 @@
+Index: src/cmscgats.c
+===================================================================
 --- src/cmscgats.c.orig
 +++ src/cmscgats.c
-@@ -835,7 +835,7 @@ void InSymbol(cmsIT8* it8)
+@@ -836,7 +836,7 @@ void InSymbol(cmsIT8* it8)
                      return;
                  }
  
@@ -9,7 +11,7 @@
                  if (FileNest->Stream == NULL) {
  
                          SynError(it8, "File %s not found", 
FileNest->FileName);
-@@ -1669,7 +1669,7 @@ cmsBool CMSEXPORT cmsIT8SaveToFile(cmsHA
+@@ -1670,7 +1670,7 @@ cmsBool CMSEXPORT cmsIT8SaveToFile(cmsHA
  
      memset(&sd, 0, sizeof(sd));
  
@@ -17,8 +19,8 @@
 +    sd.stream = fopen(cFileName, "wte");
      if (!sd.stream) return FALSE;
      
-     WriteStr(&sd, it8->SheetType);
-@@ -2142,7 +2142,7 @@ cmsBool IsMyFile(const char* FileName)
+     for (i=0; i < it8 ->TablesCount; i++) {
+@@ -2178,7 +2178,7 @@ cmsBool IsMyFile(const char* FileName)
     cmsUInt32Number Size;
     cmsUInt8Number Ptr[133];
  
@@ -27,7 +29,7 @@
     if (!fp) {
         cmsSignalError(0, cmsERROR_FILE, "File '%s' not found", FileName);
         return FALSE;
-@@ -2220,7 +2220,7 @@ cmsHANDLE  CMSEXPORT cmsIT8LoadFromFile(
+@@ -2256,7 +2256,7 @@ cmsHANDLE  CMSEXPORT cmsIT8LoadFromFile(
       if (!hIT8) return NULL;
  
  

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to