[argyllcms/f18] Update to 1.5.1

Richard Hughes rhughes at fedoraproject.org
Thu Dec 5 08:40:39 UTC 2013


commit 3d2173c651cc54a157a2592d33ce4a2598333bbc
Author: Richard Hughes <richard at hughsie.com>
Date:   Tue May 28 15:47:29 2013 +0100

    Update to 1.5.1

 .gitignore     |    1 +
 argyllcms.spec |   14 +++++++++-----
 sources        |    2 +-
 3 files changed, 11 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 27ba79d..f23c603 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ hargyllcms-1.1.0-20100201.tar.gz
 /hargyllcms-1.3.6.tar.xz
 /hargyllcms-1.3.7.tar.xz
 /hargyllcms-1.4.0.tar.xz
+/hargyllcms-1.5.1.tar.xz
diff --git a/argyllcms.spec b/argyllcms.spec
index 60b795e..3c0f44f 100644
--- a/argyllcms.spec
+++ b/argyllcms.spec
@@ -1,6 +1,6 @@
 Name:    argyllcms
-Version: 1.4.0
-Release: 6%{?dist}
+Version: 1.5.1
+Release: 1%{?dist}
 Summary: ICC compatible color management system
 Group:   User Interface/X
 License: GPLv3 and MIT
@@ -17,8 +17,10 @@ BuildRequires: libX11-devel
 BuildRequires: libXext-devel
 BuildRequires: libXxf86vm-devel
 BuildRequires: libXinerama-devel
-BuildRequires: libXScrnSaver-devel
 BuildRequires: libXrandr-devel
+BuildRequires: automake
+BuildRequires: zlib-devel
+BuildRequires: libXScrnSaver-devel
 
 %description
 The Argyll color management system supports accurate ICC profile creation for
@@ -62,7 +64,6 @@ libtoolize --force
 make
 
 %install
-rm -rf %{buildroot}
 make install DESTDIR=%{buildroot}
 
 # We don't want other programs to use these
@@ -89,9 +90,12 @@ rm -f $RPM_BUILD_ROOT/lib/udev/rules.d/55-Argyll.rules
 
 %files doc
 %defattr(0644,root,root,0755)
-%doc doc/*.html doc/*.jpg
+%doc doc/*.html doc/*.jpg doc/*.txt
 
 %changelog
+* Tue May 28 2013 Richard Hughes <rhughes at redhat.com> - 1.5.1-1
+- Update to 1.5.1
+
 * Wed Oct 24 2012 Richard Hughes <rhughes at redhat.com> - 1.4.0-6
 - Drop 55-Argyll.rules, it's not required and we can rely on colord
   to provide the ENV{COLOR_MEASUREMENT_DEVICE}="1" without the
diff --git a/sources b/sources
index 23317b8..6c82c8b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0f1a00fbbd5c458e8791970b414f684f  hargyllcms-1.4.0.tar.xz
+d55d64d59dc4b30cb0990214b299c222  hargyllcms-1.5.1.tar.xz


More information about the scm-commits mailing list