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
This commit is contained in:
Richard Hughes 2012-06-27 09:58:55 +01:00
parent 8a8d60f3ad
commit a696e323d4
3 changed files with 19 additions and 17 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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
%files devel-docs
%defattr(-,root,root,-)
%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
%defattr(-,root,root,-)
%{_libdir}/libcolord-gtk.so.*
%changelog
* Wed Jun 27 2012 Richard Hughes <richard@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@hughsie.com> 0.1.21-1
- New upstream version
- Do not install any parts of colord-sane if --disable-sane is specified

View File

@ -1 +1 @@
8028ac0d078efb2584602e7931dd06b2 colord-0.1.21.tar.xz
695403d0d480ffa7a0f424f18d696373 colord-0.1.22.tar.xz