Update to new upstream version

This commit is contained in:
Richard Hughes 2015-02-05 16:55:01 +00:00
parent 21aae3c5de
commit 7ce28aa21c
4 changed files with 11 additions and 21 deletions

1
.gitignore vendored
View File

@ -9,3 +9,4 @@ lcms2-2.0a.tar.gz
/lcms2-2.6rc1.tar.gz
/lcms2-2.6rc3.tar.gz
/lcms2-2.6.tar.gz
/lcms2-2.7rc1.tar.gz

View File

@ -1,14 +0,0 @@
diff -Naur lcms2-2.6.orig/include/lcms2.h lcms2-2.6/include/lcms2.h
--- lcms2-2.6.orig/include/lcms2.h 2014-03-27 09:56:56.880010248 -0500
+++ lcms2-2.6/include/lcms2.h 2014-03-27 13:08:25.020010825 -0500
@@ -192,8 +192,8 @@
#if defined(__powerpc__) || defined(__ppc__) || defined(TARGET_CPU_PPC)
# define CMS_USE_BIG_ENDIAN 1
-# if defined (__GNUC__) && defined(__BYTE_ORDER) && defined(__LITTLE_ENDIAN)
-# if __BYTE_ORDER == __LITTLE_ENDIAN
+# if defined (__GNUC__) && defined(__BYTE_ORDER__) && defined(__LITTLE_ENDIAN__)
+# if __BYTE_ORDER__ == __ORDER_LITTLE_ENDIAN__
// // Don't use big endian for PowerPC little endian mode
# undef CMS_USE_BIG_ENDIAN
# endif

View File

@ -1,11 +1,10 @@
Name: lcms2
Version: 2.6
Release: 4%{?dist}
Version: 2.7
Release: 0.1rc1%{?dist}
Summary: Color Management Engine
License: MIT
URL: http://www.littlecms.com/
Source0: http://www.littlecms.com/lcms2-2.6.tar.gz
Patch0: define-ppc64le-endian.patch
Source0: http://www.littlecms.com/lcms2-2.7rc1.tar.gz
BuildRequires: libjpeg-devel
BuildRequires: libtiff-devel
@ -34,8 +33,7 @@ Provides: littlecms-devel = %{version}-%{release}
Development files for LittleCMS.
%prep
%setup -q -n lcms2-2.6
%patch0 -p1
%setup -q -n lcms2-2.7rc1
%build
%configure --disable-static --program-suffix=2
@ -82,6 +80,11 @@ rm -rf ${RPM_BUILD_ROOT}
%{_libdir}/pkgconfig/%{name}.pc
%changelog
* Thu Feb 05 2015 Richard Hughes <richard@hughsie.com> - 2.7-0.1rc1
- Update to new upstream version.
- Added a flag to clip negative values in unbounded transforms
- Added a global optimization that merges consecutive matrices in pipelines.
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.6-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild

View File

@ -1 +1 @@
6c5bb5f3a253124715764dae16fe8367 lcms2-2.6.tar.gz
fd30dad31909b002c76c91a1503795bb lcms2-2.7rc1.tar.gz