[colord] New upstream version

Richard Hughes rhughes at fedoraproject.org
Mon Nov 26 19:51:24 UTC 2012


commit bc4974e8f4e9459de5a0ac44ebc850f4f4166eef
Author: Richard Hughes <richard at hughsie.com>
Date:   Mon Nov 26 19:54:04 2012 +0000

    New upstream version
    
    - Add a create-standard-space sub-command to cd-create-profile
    - Add a profile metadata key of 'License'
    - Add a set-version command to the cd-fix-profile command line tool
    - Create linear vcgt tables when using create-x11-gamma
    - Fix GetStandardSpace so it can actually work
    - Move the named color examples to shared-color-profiles

 .gitignore                                         |    1 +
 ...to-connect-to-colord-in-cd-fix-profile-un.patch |   48 --------------------
 colord.spec                                        |   19 +++++---
 sources                                            |    2 +-
 4 files changed, 13 insertions(+), 57 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e467328..0e52248 100644
--- a/.gitignore
+++ b/.gitignore
@@ -22,3 +22,4 @@
 /colord-0.1.22.tar.xz
 /colord-0.1.23.tar.xz
 /colord-0.1.24.tar.xz
+/colord-0.1.25.tar.xz
diff --git a/colord.spec b/colord.spec
index d928028..2955b66 100644
--- a/colord.spec
+++ b/colord.spec
@@ -1,14 +1,11 @@
 Summary:   Color daemon
 Name:      colord
-Version:   0.1.24
-Release:   2%{?dist}
+Version:   0.1.25
+Release:   1%{?dist}
 License:   GPLv2+ and LGPLv2+
 URL:       http://www.freedesktop.org/software/colord/
 Source0:   http://www.freedesktop.org/software/colord/releases/%{name}-%{version}.tar.xz
 
-# Already upstream
-Patch1: 0001-Do-not-try-to-connect-to-colord-in-cd-fix-profile-un.patch
-
 BuildRequires: dbus-devel
 BuildRequires: docbook-utils
 BuildRequires: gettext
@@ -57,7 +54,6 @@ when running GTK applications.
 
 %prep
 %setup -q
-%patch1 -p1 -b .cd-fix-profile
 
 %build
 %configure \
@@ -110,8 +106,6 @@ exit 0
 %{_libdir}/libcolord.so.*
 %config %{_sysconfdir}/colord.conf
 /usr/lib/udev/rules.d/*.rules
-%dir %{_datadir}/color/icc/colord
-%{_datadir}/color/icc/colord/*.ic?
 %{_libdir}/colord-sensors
 %{_libdir}/colord-plugins
 %{_libdir}/girepository-1.0/*.typelib
@@ -133,6 +127,15 @@ exit 0
 %{_datadir}/gtk-doc/html/colord/*
 
 %changelog
+* Mon Nov 26 2012 Richard Hughes <richard at hughsie.com> 0.1.25-1
+- New upstream version
+- Add a create-standard-space sub-command to cd-create-profile
+- Add a profile metadata key of 'License'
+- Add a set-version command to the cd-fix-profile command line tool
+- Create linear vcgt tables when using create-x11-gamma
+- Fix GetStandardSpace so it can actually work
+- Move the named color examples to shared-color-profiles
+
 * Wed Nov 21 2012 Richard Hughes <richard at hughsie.com> 0.1.24-2
 - Apply a patch from upstream so we can use cd-fix-profile in
   situations without D-Bus.
diff --git a/sources b/sources
index 81fbd2e..c73b8a2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1e7c4164c35b8415af108fb2a0db7e1f  colord-0.1.24.tar.xz
+85549f99d36c0436db8b9c764215c584  colord-0.1.25.tar.xz


More information about the scm-commits mailing list