Hello community,

here is the log from the commit of package lcms2 for openSUSE:Factory checked 
in at 2016-08-22 10:06:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lcms2 (Old)
 and      /work/SRC/openSUSE:Factory/.lcms2.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lcms2"

Changes:
--------
--- /work/SRC/openSUSE:Factory/lcms2/lcms2.changes      2016-06-12 
18:53:53.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.lcms2.new/lcms2.changes 2016-08-22 
10:06:45.000000000 +0200
@@ -1,0 +2,17 @@
+Tue Aug 16 06:09:50 UTC 2016 - plinn...@opensuse.org
+- Update to 2.8
+
+* Fixed many typos in comments, thanks to Stefan Weil for doing that.
+* Fixed localization bug, added a new test case crayons.icc thnaks to Richard 
Hughes for providing the profile. 
+* Fixed a bug in optimizer that made some formats (i.e, bits planar) 
unavailable
+* Fixed misalignment problems on Alpha. The compiler does not align strings, 
and accessing begin of string as a uint16 makes code to fail.
+* Added some extra checks to the tools and examples.
+* Fix a bug that prevented to read luminance tag
+* BIG amount of functionality contributed/Sponsored  by Alien Skin Software: 
TransformStride, copyAlpha, performance plug-ins. Fixes some warnings as well.
+* added an extra _ to _stdcall to make it more portable
+* Fixed a bug in transicc for named color profiles
+* Fixed several compiler warnings
+* Added support for Visual Studio 2015
+* Fixed for XCODE project
+
+-------------------------------------------------------------------

Old:
----
  lcms2-2.7.tar.gz

New:
----
  lcms2-2.8.tar.gz

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

Other differences:
------------------
++++++ lcms2.spec ++++++
--- /var/tmp/diff_new_pack.TROeG9/_old  2016-08-22 10:06:46.000000000 +0200
+++ /var/tmp/diff_new_pack.TROeG9/_new  2016-08-22 10:06:46.000000000 +0200
@@ -21,7 +21,7 @@
 License:        MIT
 Group:          Productivity/Graphics/Other
 Url:            http://www.littlecms.com/
-Version:        2.7
+Version:        2.8
 Release:        0
 
 %if 0%{?suse_version}
@@ -99,18 +99,21 @@
 chmod a-x doc/* COPYING AUTHORS
 
 %build
-#export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
-#export CXXFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
+
 autoreconf -fiv
+export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
+export CXXFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
+
 # FIXME --without-threads is a workaround for a linker error
 %configure --disable-static --without-threads
 
+
 make %{?_smp_flags}
 
-#%check
+%check
 # FIXME before submitting to factory
-# make %{?_smp_flags} check || true
-# make utils
+ make %{?_smp_flags} check || true
+ make utils
 
 %install
 make install DESTDIR=%{buildroot}

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


Reply via email to