cleanup
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/lcms2?expand=0&rev=40
This commit is contained in:
parent
80c5c05fe2
commit
b3a4867dad
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3f0dd35dbd1966c5cad37d143d72782c1593eaa6193149c551bb39f673267a1d
|
||||
size 3716553
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
Loading…
x
Reference in New Issue
Block a user