[colord] New upstream version

Richard Hughes rhughes at fedoraproject.org
Wed Jun 27 09:00:30 UTC 2012


commit a696e323d4b461fbca1fb0c997fc7b20276ae1c9
Author: Richard Hughes <richard at hughsie.com>
Date:   Wed Jun 27 09:58:55 2012 +0100

    New upstream version
    
    - Split out colord-gtk to a new sub-project to prevent a dep loop
    - Add many generic introspection type arguments
    - Check any files in /usr/share/color/icc have the content type
    - Do not create the same object paths if two sensors are plugged in
    - Fix the udev rules entry for the i1Display3

 .gitignore  |    1 +
 colord.spec |   33 +++++++++++++++++----------------
 sources     |    2 +-
 3 files changed, 19 insertions(+), 17 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 33f8541..7df464a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -19,3 +19,4 @@
 /colord-0.1.19.tar.xz
 /colord-0.1.20.tar.xz
 /colord-0.1.21.tar.xz
+/colord-0.1.22.tar.xz
diff --git a/colord.spec b/colord.spec
index da815c6..c0bea7c 100644
--- a/colord.spec
+++ b/colord.spec
@@ -1,6 +1,6 @@
 Summary:   Color daemon
 Name:      colord
-Version:   0.1.21
+Version:   0.1.22
 Release:   1%{?dist}
 License:   GPLv2+ and LGPLv2+
 URL:       http://www.freedesktop.org/software/colord/
@@ -19,7 +19,6 @@ BuildRequires: sqlite-devel
 BuildRequires: gobject-introspection-devel
 BuildRequires: vala-tools
 BuildRequires: libgusb-devel
-BuildRequires: gtk3-devel
 BuildRequires: gtk-doc
 
 Requires: shared-color-profiles
@@ -38,12 +37,13 @@ Requires: %{name} = %{version}-%{release}
 %description devel
 Files for development with %{name}.
 
-%package gtk-devel
-Summary: GTK development package for %{name}
+%package devel-docs
+Summary: Developer documentation package for %{name}
 Requires: %{name} = %{version}-%{release}
+BuildArch: noarch
 
-%description gtk-devel
-Files for development with %{name} using GTK.
+%description devel-docs
+Documentation for development with %{name}.
 
 %package gtk
 Summary: GTK helper library for %{name}
@@ -129,20 +129,21 @@ exit 0
 %{_libdir}/pkgconfig/colord.pc
 %{_datadir}/gir-1.0/Colord-1.0.gir
 %{_datadir}/vala/vapi/colord.vapi
-%dir %{_datadir}/gtk-doc/html/colord
-%{_datadir}/gtk-doc/html/colord/*
-
-%files gtk-devel
-%defattr(-,root,root,-)
-%{_libdir}/libcolord-gtk.so
-%{_libdir}/pkgconfig/colord-gtk.pc
-%{_datadir}/gir-1.0/ColordGtk-1.0.gir
 
-%files gtk
+%files devel-docs
 %defattr(-,root,root,-)
-%{_libdir}/libcolord-gtk.so.*
+%dir %{_datadir}/gtk-doc/html/colord
+%{_datadir}/gtk-doc/html/colord/*
 
 %changelog
+* Wed Jun 27 2012 Richard Hughes <richard at hughsie.com> 0.1.22-1
+- New upstream version
+- Split out colord-gtk to a new sub-project to prevent a dep loop
+- Add many generic introspection type arguments
+- Check any files in /usr/share/color/icc have the content type
+- Do not create the same object paths if two sensors are plugged in
+- Fix the udev rules entry for the i1Display3
+
 * Tue May 22 2012 Richard Hughes <richard at hughsie.com> 0.1.21-1
 - New upstream version
 - Do not install any parts of colord-sane if --disable-sane is specified
diff --git a/sources b/sources
index 69e7305..bd85298 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8028ac0d078efb2584602e7931dd06b2  colord-0.1.21.tar.xz
+695403d0d480ffa7a0f424f18d696373  colord-0.1.22.tar.xz


More information about the scm-commits mailing list