[LibRaw] Use lcms2

Siddhesh Poyarekar siddhesh at fedoraproject.org
Sat Jun 2 05:37:19 UTC 2012


commit 2a591238406d973122111773bb5d47d590d83e52
Author: Siddhesh Poyarekar <siddhesh.poyarekar at gmail.com>
Date:   Sat Jun 2 11:07:19 2012 +0530

    Use lcms2

 LibRaw.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/LibRaw.spec b/LibRaw.spec
index a833371..ac2be00 100644
--- a/LibRaw.spec
+++ b/LibRaw.spec
@@ -2,12 +2,12 @@
 Summary: Library for reading RAW files obtained from digital photo cameras
 Name: LibRaw
 Version: 0.14.6
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: GPLv3+
 Group: Development/Libraries
 URL: http://www.libraw.org
 
-BuildRequires: lcms-devel >= 1.0
+BuildRequires: lcms2-devel
 BuildRequires: jasper-devel
 
 
@@ -80,6 +80,9 @@ make install DESTDIR=%{buildroot}
 %postun -p /sbin/ldconfig
 
 %changelog
+* Sat Jun  2 2012 Siddhesh Poyarekar <siddhesh.poyarekar at gmail.com> - 0.14.6-2
+- Use lcms2.
+
 * Sat Jun  2 2012 Siddhesh Poyarekar <siddhesh.poyarekar at gmail.com> - 0.14.6-1
 - New upstream 0.14.6
 


More information about the scm-commits mailing list