From b3a4867dad676ac6ae47279ae3bcce284f63eb772f7b785db4bc284efab26771 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Sun, 26 Dec 2010 18:49:48 +0000 Subject: [PATCH] cleanup OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/lcms2?expand=0&rev=40 --- _service:recompress:download_url:lcms2-2.1.tar.bz2 | 3 --- lcms2.changes | 1 + lcms2.spec | 4 ---- workaround-gcc-bug.diff | 12 ------------ 4 files changed, 1 insertion(+), 19 deletions(-) delete mode 100644 _service:recompress:download_url:lcms2-2.1.tar.bz2 delete mode 100644 workaround-gcc-bug.diff diff --git a/_service:recompress:download_url:lcms2-2.1.tar.bz2 b/_service:recompress:download_url:lcms2-2.1.tar.bz2 deleted file mode 100644 index 276231d..0000000 --- a/_service:recompress:download_url:lcms2-2.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3f0dd35dbd1966c5cad37d143d72782c1593eaa6193149c551bb39f673267a1d -size 3716553 diff --git a/lcms2.changes b/lcms2.changes index be57d2e..3dda5ad 100644 --- a/lcms2.changes +++ b/lcms2.changes @@ -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 diff --git a/lcms2.spec b/lcms2.spec index dfcd103..9456a60 100644 --- a/lcms2.spec +++ b/lcms2.spec @@ -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 diff --git a/workaround-gcc-bug.diff b/workaround-gcc-bug.diff deleted file mode 100644 index d16d274..0000000 --- a/workaround-gcc-bug.diff +++ /dev/null @@ -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