[argyllcms/f17] Update to latest upstream release

Richard Hughes rhughes at fedoraproject.org
Fri Apr 20 12:34:33 UTC 2012


commit 9d23df664559d5785cf0081de5c862164693918a
Author: Richard Hughes <richard at hughsie.com>
Date:   Fri Apr 20 13:13:00 2012 +0100

    Update to latest upstream release
    
    - A colorimeter can now be used as a reference to make ccmx files
    - Added dither/screening support for 8 bit output of render
    - Added JPEG file support to cctiff, tiffgamut and extracticc
    - Fixed double free in icc/icc.c for profiles that have duplicate tags
    - Fix bugs in ColorMunki Transmissive measurement mode calibration.

 .gitignore                          |    2 ++
 argyllcms.spec                      |   18 +++++++++++-------
 remove-obsolete-udev-sections.patch |   17 -----------------
 sources                             |    2 +-
 4 files changed, 14 insertions(+), 25 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 46a0ee1..27ba79d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,5 @@
 hargyllcms-1.1.0-20100201.tar.gz
 /hargyllcms-1.3.5.tar.xz
 /hargyllcms-1.3.6.tar.xz
+/hargyllcms-1.3.7.tar.xz
+/hargyllcms-1.4.0.tar.xz
diff --git a/argyllcms.spec b/argyllcms.spec
index fdf2e0c..7abbaf5 100644
--- a/argyllcms.spec
+++ b/argyllcms.spec
@@ -1,20 +1,17 @@
 Name:    argyllcms
-Version: 1.3.6
-Release: 2%{?dist}
+Version: 1.4.0
+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
 
-# From upstream: remove the plugdev and ConsoleKit stuff
-# see https://bugzilla.redhat.com/show_bug.cgi?id=785729 for details.
-Patch0:    remove-obsolete-udev-sections.patch
-
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: libtool
 BuildRequires: libtiff-devel
+BuildRequires: libjpeg-turbo-devel
 BuildRequires: libusb1-devel
 BuildRequires: libX11-devel
 BuildRequires: libXext-devel
@@ -54,7 +51,6 @@ This package contains the Argyll color management system documentation.
 
 %prep
 %setup -q -n hargyllcms-%{version}
-%patch0 -p1 -b .remove-obsolete-udev-sections
 autoreconf
 automake
 libtoolize --force
@@ -95,6 +91,14 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/libargyll*.so
 %doc doc/*.html doc/*.jpg
 
 %changelog
+* Fri Apr 20 2012 Richard Hughes <rhughes at redhat.com> - 1.4.0-1
+- Update to latest upstream release
+- A colorimeter can now be used as a reference to make ccmx files
+- Added dither/screening support for 8 bit output of render
+- Added JPEG file support to cctiff, tiffgamut and extracticc
+- Fixed double free in icc/icc.c for profiles that have duplicate tags
+- Fix bugs in ColorMunki Transmissive measurement mode calibration.
+
 * Thu Mar 22 2012 Richard Hughes <rhughes at redhat.com> - 1.3.6-2
 - Remove obsolete udev sections
 - Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=785729
diff --git a/sources b/sources
index cec33a1..23317b8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a7d270585c822c98bc00eae5bdf2e04e  hargyllcms-1.3.6.tar.xz
+0f1a00fbbd5c458e8791970b414f684f  hargyllcms-1.4.0.tar.xz


More information about the scm-commits mailing list