[argyllcms/f16] Update to 1.3.5

Richard Hughes rhughes at fedoraproject.org
Tue Mar 20 11:53:33 UTC 2012


commit 7860aacc331b454d1256295b3f008e058e4e204f
Author: Richard Hughes <richard at hughsie.com>
Date:   Tue Mar 20 11:52:32 2012 +0000

    Update to 1.3.5
    
    - Add a -V option to spotread to allow tracking reading consistency.
    - Add ColorHug support upstream (so distro patch removed).
    - Add Spyder4 support.
    - Add support for NEC SpectraSensor Pro version of the i1d3.
    - Changed and expanded display selection to be instrument specific.

 .gitignore                                         |    1 +
 ...dd-an-experimental-ColorHug-sensor-driver.patch |  949 --------------------
 argyllcms.spec                                     |   20 +-
 sources                                            |    2 +-
 4 files changed, 14 insertions(+), 958 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4296661..46a0ee1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 hargyllcms-1.1.0-20100201.tar.gz
 /hargyllcms-1.3.5.tar.xz
+/hargyllcms-1.3.6.tar.xz
diff --git a/argyllcms.spec b/argyllcms.spec
index 2b4eede..b40e228 100644
--- a/argyllcms.spec
+++ b/argyllcms.spec
@@ -1,16 +1,12 @@
 Name:    argyllcms
-Version: 1.3.5
-Release: 7%{?dist}
+Version: 1.3.6
+Release: 1%{?dist}
 Summary: ICC compatible color management system
 Group:   User Interface/X
 License: GPLv3 and MIT
 URL:     http://gitorious.org/hargyllcms
 Source0: http://people.freedesktop.org/~hughsient/releases/hargyllcms-%{version}.tar.xz
 
-# Pending upstream review
-Patch1:    0001-Add-an-experimental-ColorHug-sensor-driver.patch
-
-BuildRequires: automake
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: libtool
@@ -22,7 +18,6 @@ BuildRequires: libXxf86vm-devel
 BuildRequires: libXinerama-devel
 BuildRequires: libXScrnSaver-devel
 BuildRequires: libXrandr-devel
-BuildRequires: yajl-devel
 Requires: udev
 
 %description
@@ -55,9 +50,10 @@ This package contains the Argyll color management system documentation.
 
 %prep
 %setup -q -n hargyllcms-%{version}
-%patch1 -p1 -b .add-colorhug-sensor
 autoreconf
 automake
+libtoolize --force
+
 # we're not allowed to refer to acquisition devices as scanners
 ./legal.sh
 
@@ -94,6 +90,14 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/libargyll*.so
 %doc doc/*.html doc/*.jpg
 
 %changelog
+* Mon Mar 19 2012 Richard Hughes <rhughes at redhat.com> - 1.3.6-1
+- Update to 1.3.5
+- Add a -V option to spotread to allow tracking reading consistency.
+- Add ColorHug support upstream (so distro patch removed).
+- Add Spyder4 support.
+- Add support for NEC SpectraSensor Pro version of the i1d3.
+- Changed and expanded display selection to be instrument specific.
+
 * Tue Feb 07 2012 Richard Hughes <rhughes at redhat.com> - 1.3.5-7
 - Ship a shared library to reduce the installed package size from
   27.7Mb to 3.2Mb by removing 46 instances of static linking.
diff --git a/sources b/sources
index 8c370be..cec33a1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0087c5b68ab10c962a63b4f262854ef5  hargyllcms-1.3.5.tar.xz
+a7d270585c822c98bc00eae5bdf2e04e  hargyllcms-1.3.6.tar.xz


More information about the scm-commits mailing list