Adrian Schröter 2010-12-26 18:49:48 +00:00 committed by Git OBS Bridge
parent 80c5c05fe2
commit b3a4867dad
4 changed files with 1 additions and 19 deletions

View File

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

View File

@ -3,6 +3,7 @@ Sun Dec 26 18:03:50 UTC 2010 - adrian@suse.de
- update to version 2.1
* maintenance release (no further details in changelog)
- remove obsolete patches
-------------------------------------------------------------------
Wed Nov 10 08:53:50 UTC 2010 - mrdocs@opensuse.org

View File

@ -42,7 +42,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: %{name}-%{version}.tar.bz2
Source1: baselibs.conf
Patch: lcms-endian.patch
Patch2: workaround-gcc-bug.diff
%description
Littlecms is a small speed optimized color management engine.
@ -85,9 +84,6 @@ This package contains user and developer documentation for lcms2.
%prep
%setup -q
%patch
%if 0%{?suse_version} == 01110
#%patch2
%endif
chmod a-x doc/* COPYING AUTHORS
%build

View File

@ -1,12 +0,0 @@
--- ./utils/linkicc/linkicc.c.orig 2010-05-19 17:06:01.157118683 +0200
+++ ./utils/linkicc/linkicc.c 2010-05-19 17:08:03.257142292 +0200
@@ -294,7 +294,8 @@
// Ink limiting
if (InkLimit != 400.0) {
- Profiles[nargs++] = cmsCreateInkLimitingDeviceLink(cmsGetColorSpace(Profiles[nargs-1]), InkLimit);
+ Profiles[nargs] = cmsCreateInkLimitingDeviceLink(cmsGetColorSpace(Profiles[nargs]), InkLimit);
+ nargs++;
}
// Set the flags