Accepting request 419869 from multimedia:libs

1

OBS-URL: https://build.opensuse.org/request/show/419869
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lcms2?expand=0&rev=27
This commit is contained in:
Dominique Leuenberger 2016-08-22 08:06:44 +00:00 committed by Git OBS Bridge
commit 1f778cc8ed
4 changed files with 29 additions and 9 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4524234ae7de185e6b6da5d31d6875085b2198bc63b1211f7dde6e2d197d6a53
size 6497867

3
lcms2-2.8.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:66d02b229d2ea9474e62c2b6cd6720fde946155cd1d0d2bffdab829790a0fb22
size 6687005

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Tue Aug 16 06:09:50 UTC 2016 - plinnell@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
-------------------------------------------------------------------
Thu Apr 14 11:13:07 UTC 2016 - idonmez@suse.com

View File

@ -21,7 +21,7 @@ Summary: Little CMS Engine - A color managment library and tools
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 @@ This package contains user and developer documentation for lcms2.
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}