New upstream version
- Add a Manager.CreateProfileWithFd() method for QtDBus - Split out the SANE support into it's own process - Fix a small leak when creating devices and profiles in clients - Fix cd-fix-profile to add and remove metadata entries - Install per-machine profiles in /var/lib/colord/icc
This commit is contained in:
parent
11bbfad492
commit
c73ed9676c
1
.gitignore
vendored
1
.gitignore
vendored
@ -15,3 +15,4 @@
|
|||||||
/colord-0.1.15.tar.xz
|
/colord-0.1.15.tar.xz
|
||||||
/colord-0.1.16.tar.xz
|
/colord-0.1.16.tar.xz
|
||||||
/colord-0.1.17.tar.xz
|
/colord-0.1.17.tar.xz
|
||||||
|
/colord-0.1.18.tar.xz
|
||||||
|
22
colord.spec
22
colord.spec
@ -1,6 +1,6 @@
|
|||||||
Summary: Color daemon
|
Summary: Color daemon
|
||||||
Name: colord
|
Name: colord
|
||||||
Version: 0.1.17
|
Version: 0.1.18
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+ and LGPLv2+
|
License: GPLv2+ and LGPLv2+
|
||||||
URL: http://www.freedesktop.org/software/colord/
|
URL: http://www.freedesktop.org/software/colord/
|
||||||
@ -11,7 +11,7 @@ BuildRequires: docbook-utils
|
|||||||
BuildRequires: gettext
|
BuildRequires: gettext
|
||||||
BuildRequires: glib2-devel
|
BuildRequires: glib2-devel
|
||||||
BuildRequires: intltool
|
BuildRequires: intltool
|
||||||
BuildRequires: lcms2-devel
|
BuildRequires: lcms2-devel >= 2.2
|
||||||
BuildRequires: libgudev1-devel
|
BuildRequires: libgudev1-devel
|
||||||
BuildRequires: polkit-devel >= 0.103
|
BuildRequires: polkit-devel >= 0.103
|
||||||
BuildRequires: sane-backends-devel
|
BuildRequires: sane-backends-devel
|
||||||
@ -78,6 +78,7 @@ exit 0
|
|||||||
%doc README AUTHORS NEWS COPYING
|
%doc README AUTHORS NEWS COPYING
|
||||||
%{_libexecdir}/colord
|
%{_libexecdir}/colord
|
||||||
%attr(755,colord,colord) %dir %{_localstatedir}/lib/colord
|
%attr(755,colord,colord) %dir %{_localstatedir}/lib/colord
|
||||||
|
%attr(755,colord,colord) %dir %{_localstatedir}/lib/colord/icc
|
||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
%{_sysconfdir}/dbus-1/system.d/org.freedesktop.ColorManager.conf
|
%{_sysconfdir}/dbus-1/system.d/org.freedesktop.ColorManager.conf
|
||||||
%{_datadir}/dbus-1/interfaces/org.freedesktop.ColorManager*.xml
|
%{_datadir}/dbus-1/interfaces/org.freedesktop.ColorManager*.xml
|
||||||
@ -92,7 +93,14 @@ exit 0
|
|||||||
%{_libdir}/colord-sensors
|
%{_libdir}/colord-sensors
|
||||||
%{_libdir}/girepository-1.0/*.typelib
|
%{_libdir}/girepository-1.0/*.typelib
|
||||||
%ghost %{_localstatedir}/lib/colord/*.db
|
%ghost %{_localstatedir}/lib/colord/*.db
|
||||||
/usr/lib/systemd/system/*.service
|
|
||||||
|
# TODO: split this out into a subpackage?
|
||||||
|
/usr/lib/systemd/system/colord.service
|
||||||
|
%{_datadir}/dbus-1/interfaces/org.freedesktop.colord.sane.xml
|
||||||
|
%{_datadir}/dbus-1/system-services/org.freedesktop.colord-sane.service
|
||||||
|
/usr/lib/systemd/system/colord-sane.service
|
||||||
|
%{_libexecdir}/colord-sane
|
||||||
|
%{_sysconfdir}/dbus-1/system.d/org.freedesktop.colord-sane.conf
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
@ -103,6 +111,14 @@ exit 0
|
|||||||
%{_datadir}/vala/vapi/*.vapi
|
%{_datadir}/vala/vapi/*.vapi
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Mar 15 2012 Richard Hughes <richard@hughsie.com> 0.1.18-1
|
||||||
|
- New upstream version
|
||||||
|
- Add a Manager.CreateProfileWithFd() method for QtDBus
|
||||||
|
- Split out the SANE support into it's own process
|
||||||
|
- Fix a small leak when creating devices and profiles in clients
|
||||||
|
- Fix cd-fix-profile to add and remove metadata entries
|
||||||
|
- Install per-machine profiles in /var/lib/colord/icc
|
||||||
|
|
||||||
* Wed Feb 22 2012 Richard Hughes <richard@hughsie.com> 0.1.17-1
|
* Wed Feb 22 2012 Richard Hughes <richard@hughsie.com> 0.1.17-1
|
||||||
- New upstream version
|
- New upstream version
|
||||||
- Add an LED sample type
|
- Add an LED sample type
|
||||||
|
Loading…
Reference in New Issue
Block a user