Blame SPECS/colord.spec

e8d909
e8d909
# Building the extra print profiles requires colprof, +4Gb of RAM and
e8d909
# quite a lot of time. Don't enable this for test builds.
e8d909
%define enable_print_profiles 0
e8d909
e8d909
# SANE is pretty insane when it comes to handling devices, and we get AVCs
e8d909
# popping up all over the place.
e8d909
%define enable_sane 0
e8d909
e8d909
# Don't build the print profiles for secondary architectures on the
e8d909
# logic that these are probably not doing press proofing or editing
e8d909
# in different CMYK spaces
e8d909
%ifarch %{ix86} x86_64 %{arm}
e8d909
 %if !0%{?rhel}
e8d909
  %define build_print_profiles %{?enable_print_profiles}
e8d909
 %endif
e8d909
%endif
e8d909
4461fe
Summary:   Color daemon
4461fe
Name:      colord
e8d909
Version:   1.3.4
8e18b6
Release:   2%{?dist}
4461fe
License:   GPLv2+ and LGPLv2+
4461fe
URL:       http://www.freedesktop.org/software/colord/
4461fe
Source0:   http://www.freedesktop.org/software/colord/releases/%{name}-%{version}.tar.xz
4461fe
8e18b6
# already upstream
8e18b6
Patch0:    0001-trivial-Downgrade-a-trivial-warning-to-a-debug-state.patch
8e18b6
4461fe
BuildRequires: dbus-devel
4461fe
BuildRequires: docbook-utils
4461fe
BuildRequires: gettext
4461fe
BuildRequires: glib2-devel
4461fe
BuildRequires: intltool
4461fe
BuildRequires: systemd-devel
56b728
BuildRequires: lcms2-devel >= 2.6
4461fe
BuildRequires: libgudev1-devel
4461fe
BuildRequires: polkit-devel >= 0.103
4461fe
BuildRequires: sqlite-devel
4461fe
BuildRequires: gobject-introspection-devel
4461fe
BuildRequires: vala-tools
e8d909
BuildRequires: libgusb-devel >= 0.2.2
4461fe
BuildRequires: gtk-doc
4461fe
BuildRequires: color-filesystem
e8d909
%if !0%{?rhel}
e8d909
BuildRequires: bash-completion
e8d909
%endif
e8d909
%if !0%{?rhel}
e8d909
BuildRequires: argyllcms
e8d909
%endif
4461fe
4461fe
# for SANE support
4461fe
%if 0%{?enable_sane}
4461fe
BuildRequires: sane-backends-devel
4461fe
BuildRequires: dbus-devel
4461fe
%endif
4461fe
4461fe
Requires: color-filesystem
4461fe
Requires: systemd-units
4461fe
Requires(pre): shadow-utils
4461fe
Requires: colord-libs%{?_isa} = %{version}-%{release}
4461fe
4461fe
# Self-obsoletes to fix the multilib upgrade path
4461fe
Obsoletes: colord < 0.1.27-3
4461fe
4461fe
# obsolete separate profiles package
4461fe
Obsoletes: shared-color-profiles <= 0.1.6-2
4461fe
Provides: shared-color-profiles
4461fe
4461fe
%description
4461fe
colord is a low level system activated daemon that maps color devices
4461fe
to color profiles in the system context.
4461fe
4461fe
%package libs
4461fe
Summary: Color daemon library
4461fe
4461fe
%description libs
4461fe
colord is a low level system activated daemon that maps color devices
4461fe
to color profiles in the system context.
4461fe
4461fe
%package devel
4461fe
Summary: Development package for %{name}
4461fe
Requires: %{name} = %{version}-%{release}
4461fe
Requires: %{name}-libs = %{version}-%{release}
4461fe
Obsoletes: colorhug-client-devel <= 0.1.13
4461fe
4461fe
%description devel
4461fe
Files for development with %{name}.
4461fe
4461fe
%package devel-docs
4461fe
Summary: Developer documentation package for %{name}
4461fe
Requires: %{name} = %{version}-%{release}
4461fe
BuildArch: noarch
4461fe
4461fe
%description devel-docs
4461fe
Documentation for development with %{name}.
4461fe
4461fe
%package extra-profiles
4461fe
Summary: More color profiles for color management that are less commonly used
4461fe
Requires: %{name} = %{version}-%{release}
4461fe
BuildArch: noarch
4461fe
4461fe
# obsolete separate profiles package
4461fe
Obsoletes: shared-color-profiles-extra <= 0.1.6-2
4461fe
Provides: shared-color-profiles-extra
4461fe
4461fe
%description extra-profiles
4461fe
More color profiles for color management that are less commonly used.
4461fe
This may be useful for CMYK soft-proofing or for extra device support.
4461fe
4461fe
%prep
4461fe
%setup -q
8e18b6
%patch0 -p1 -b .less-logging
4461fe
4461fe
%build
56b728
export CFLAGS='-fno-strict-aliasing %optflags'
e8d909
# Set ~2 GiB limit so that colprof is forced to work in chunks when
e8d909
# generating the print profile rather than trying to allocate a 3.1 GiB
e8d909
# chunk of RAM to put the entire B-to-A tables in.
e8d909
ulimit -Sv 2000000
4461fe
%configure \
4461fe
        --with-daemon-user=colord \
4461fe
        --enable-gtk-doc \
4461fe
        --enable-vala \
e8d909
%if 0%{?build_print_profiles}
e8d909
        --enable-print-profiles \
e8d909
%else
4461fe
        --disable-print-profiles \
e8d909
%endif
e8d909
%if 0%{?enable_sane}
e8d909
        --enable-sane \
e8d909
%endif
e8d909
%if 0%{?rhel}
4461fe
        --disable-bash-completion \
56b728
        --disable-argyllcms-sensor \
e8d909
%endif
e8d909
%if !0%{?rhel}
e8d909
        --enable-libcolordcompat \
e8d909
%endif
4461fe
        --disable-static \
4461fe
        --disable-rpath \
4461fe
        --disable-examples \
4461fe
        --disable-silent-rules \
4461fe
        --disable-dependency-tracking
4461fe
4461fe
make %{?_smp_mflags}
4461fe
4461fe
%install
4461fe
make install DESTDIR=$RPM_BUILD_ROOT
4461fe
4461fe
# Remove static libs and libtool archives.
4461fe
find %{buildroot} -name '*.la' -exec rm -f {} ';'
4461fe
find %{buildroot} -name '*.a' -exec rm -f {} ';'
4461fe
4461fe
# databases
4461fe
touch $RPM_BUILD_ROOT%{_localstatedir}/lib/colord/mapping.db
4461fe
touch $RPM_BUILD_ROOT%{_localstatedir}/lib/colord/storage.db
4461fe
4461fe
%find_lang %{name}
4461fe
e8d909
%check
e8d909
# known failure as of 1.1.5: colorhug/device-queue
e8d909
make check || \
e8d909
{ rc=$?; find . -name test-suite.log | xargs cat; } # exit $rc; }
e8d909
4461fe
%pre
4461fe
getent group colord >/dev/null || groupadd -r colord
4461fe
getent passwd colord >/dev/null || \
4461fe
    useradd -r -g colord -d /var/lib/colord -s /sbin/nologin \
4461fe
    -c "User for colord" colord
4461fe
exit 0
4461fe
4461fe
%post
4461fe
glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
4461fe
%systemd_post colord.service
4461fe
4461fe
%preun
4461fe
%systemd_preun colord.service
4461fe
4461fe
%postun
4461fe
glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
4461fe
%systemd_postun colord.service
4461fe
56b728
%post libs -p /sbin/ldconfig
56b728
%postun libs -p /sbin/ldconfig
56b728
4461fe
%files -f %{name}.lang
56b728
%doc README.md AUTHORS NEWS COPYING
4461fe
%{_libexecdir}/colord
4461fe
%attr(755,colord,colord) %dir %{_localstatedir}/lib/colord
4461fe
%attr(755,colord,colord) %dir %{_localstatedir}/lib/colord/icc
4461fe
%{_bindir}/*
4461fe
%{_datadir}/glib-2.0/schemas/org.freedesktop.ColorHelper.gschema.xml
4461fe
%{_sysconfdir}/dbus-1/system.d/org.freedesktop.ColorManager.conf
4461fe
%{_datadir}/dbus-1/interfaces/org.freedesktop.ColorManager*.xml
4461fe
%{_datadir}/polkit-1/actions/org.freedesktop.color.policy
4461fe
%{_datadir}/dbus-1/system-services/org.freedesktop.ColorManager.service
4461fe
%{_datadir}/man/man1/*.1.gz
4461fe
%{_datadir}/colord
e8d909
%if !0%{?rhel}
e8d909
%{_datadir}/bash-completion/completions/colormgr
e8d909
%endif
4461fe
/usr/lib/udev/rules.d/*.rules
e8d909
/usr/lib/tmpfiles.d/colord.conf
4461fe
%{_libdir}/colord-sensors
4461fe
%{_libdir}/colord-plugins
4461fe
%ghost %attr(-,colord,colord) %{_localstatedir}/lib/colord/*.db
e8d909
%{_unitdir}/colord.service
4461fe
4461fe
# session helper
4461fe
%{_libexecdir}/colord-session
4461fe
%{_datadir}/dbus-1/interfaces/org.freedesktop.ColorHelper.xml
4461fe
%{_datadir}/dbus-1/services/org.freedesktop.ColorHelper.service
e8d909
%{_userunitdir}/colord-session.service
e8d909
e8d909
# sane helper
e8d909
%if 0%{?enable_sane}
e8d909
%{_libexecdir}/colord-sane
e8d909
%endif
4461fe
4461fe
# common colorspaces
4461fe
%dir %{_icccolordir}/colord
4461fe
%{_icccolordir}/colord/AdobeRGB1998.icc
4461fe
%{_icccolordir}/colord/ProPhotoRGB.icc
4461fe
%{_icccolordir}/colord/SMPTE-C-RGB.icc
4461fe
%{_icccolordir}/colord/sRGB.icc
4461fe
4461fe
# so we can display at least something in the default dropdown
4461fe
%if 0%{?build_print_profiles}
4461fe
%{_icccolordir}/colord/FOGRA39L_coated.icc
4461fe
%endif
4461fe
4461fe
# monitor test profiles
4461fe
%{_icccolordir}/colord/Bluish.icc
4461fe
4461fe
# named color profiles
4461fe
%{_icccolordir}/colord/x11-colors.icc
4461fe
4461fe
%files libs
4461fe
%doc COPYING
e8d909
%{_libdir}/libcolord.so.2*
e8d909
%{_libdir}/libcolordprivate.so.2*
e8d909
%{_libdir}/libcolorhug.so.2*
e8d909
%if !0%{?rhel}
e8d909
%{_libdir}/libcolordcompat.so
e8d909
%endif
e8d909
4461fe
%{_libdir}/girepository-1.0/*.typelib
4461fe
4461fe
%files extra-profiles
e8d909
%if 0%{?build_print_profiles}
e8d909
%{_icccolordir}/colord/FOGRA27L_coated.icc
e8d909
%{_icccolordir}/colord/FOGRA28L_webcoated.icc
e8d909
%{_icccolordir}/colord/FOGRA29L_uncoated.icc
e8d909
%{_icccolordir}/colord/FOGRA30L_uncoated_yellowish.icc
e8d909
%{_icccolordir}/colord/FOGRA40L_SC_paper.icc
e8d909
%{_icccolordir}/colord/FOGRA45L_lwc.icc
e8d909
%{_icccolordir}/colord/FOGRA47L_uncoated.icc
e8d909
%{_icccolordir}/colord/GRACoL*.icc
e8d909
%{_icccolordir}/colord/IFRA26S_2004_newsprint.icc
e8d909
%{_icccolordir}/colord/SNAP*.icc
e8d909
%{_icccolordir}/colord/SWOP*.icc
e8d909
%endif
e8d909
4461fe
# other colorspaces not often used
4461fe
%{_icccolordir}/colord/AppleRGB.icc
4461fe
%{_icccolordir}/colord/BestRGB.icc
4461fe
%{_icccolordir}/colord/BetaRGB.icc
4461fe
%{_icccolordir}/colord/BruceRGB.icc
4461fe
%{_icccolordir}/colord/CIE-RGB.icc
4461fe
%{_icccolordir}/colord/ColorMatchRGB.icc
4461fe
%{_icccolordir}/colord/DonRGB4.icc
4461fe
%{_icccolordir}/colord/ECI-RGBv1.icc
4461fe
%{_icccolordir}/colord/ECI-RGBv2.icc
4461fe
%{_icccolordir}/colord/EktaSpacePS5.icc
4461fe
%{_icccolordir}/colord/Gamma*.icc
4461fe
%{_icccolordir}/colord/NTSC-RGB.icc
4461fe
%{_icccolordir}/colord/PAL-RGB.icc
4461fe
%{_icccolordir}/colord/SwappedRedAndGreen.icc
4461fe
%{_icccolordir}/colord/WideGamutRGB.icc
4461fe
4461fe
# other named color profiles not generally useful
4461fe
%{_icccolordir}/colord/Crayons.icc
4461fe
4461fe
%files devel
4461fe
%{_includedir}/colord-1
e8d909
%{_libdir}/libcolord.so
e8d909
%{_libdir}/libcolordprivate.so
e8d909
%{_libdir}/libcolorhug.so
4461fe
%{_libdir}/pkgconfig/*.pc
4461fe
%{_datadir}/gir-1.0/*.gir
4461fe
%{_datadir}/vala/vapi/colord.vapi
4461fe
4461fe
%files devel-docs
4461fe
%dir %{_datadir}/gtk-doc/html/colord
4461fe
%{_datadir}/gtk-doc/html/colord/*
4461fe
4461fe
%changelog
8e18b6
* Tue Aug 13 2019 Richard Hughes <rhughes@redhat.com> 1.3.4-2
8e18b6
- Downgrade a trivial warning to a debug statement
8e18b6
- Resolves: #1421231
8e18b6
e8d909
* Thu Feb 23 2017 Kalev Lember <klember@redhat.com> 1.3.4-1
e8d909
- Update to 1.3.4
e8d909
- Resolves: #1386837
e8d909
56b728
* Tue May 26 2015 Matthias Clasen <mclasen@redhat.com> 1.2.7-2
56b728
- Build with -fno-strict-aliasing
56b728
Related: #1220479
56b728
56b728
* Tue May 12 2015 Richard Hughes <richard@hughsie.com> 1.2.7-1
56b728
- New upstream version
56b728
- Resolves: #1220479
56b728
0562d6
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 1.0.4-3
0562d6
- Mass rebuild 2014-01-24
0562d6
0562d6
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 1.0.4-2
0562d6
- Mass rebuild 2013-12-27
0562d6
4461fe
* Wed Oct 30 2013 Richard Hughes <richard@hughsie.com> 1.0.4-1
4461fe
- Rebase to a new upstream version to fix small security bug
4461fe
- Use %ghost in the to avoid removing databases on upgrades
4461fe
- Resolves: #1012832
4461fe
4461fe
* Thu Jul 18 2013 Matthias Clasen <mclasen@redhat.com> 1.0.2-2
4461fe
- Add an archful dep to silence rpmdiff
4461fe
4461fe
* Sun Jul 07 2013 Richard Hughes <richard@hughsie.com> 1.0.2-1
4461fe
- New upstream version
4461fe
- Add cd_icc_save_data() so that we can easily set _ICC_PROFILE
4461fe
- Add CdIccStore to monitor directories of ICC profiles
4461fe
- Add SystemVendor and SystemModel properties to the main interface
4461fe
- Allow to specify a non-qualified path when using FindProfileByFilename
4461fe
- Allow using the key 'Filename' when using FindProfileByProperty
4461fe
- Always return the error if any sync method failed
4461fe
- Fix GObject introspection when getting lists
4461fe
- Fix GObject introspection when getting metadata
4461fe
4461fe
* Tue Jun 11 2013 Richard Hughes <richard@hughsie.com> 1.0.1-1
4461fe
- New upstream version
4461fe
- Do not unconditionally enable BPC on the color transform
4461fe
- Fix profile created time for non-UTC timezones
4461fe
- Record the gamma table in the session helper error message
4461fe
4461fe
* Mon May 13 2013 Richard Hughes <richard@hughsie.com> 1.0.0-1
4461fe
- New upstream version
4461fe
- Add a config option for monitors with identical EDID values
4461fe
- Allow a different input and output format in CdTransform
4461fe
- Build all installed binaries with PIE
4461fe
- Build the colord binary with full RELRO
4461fe
- Do not show a warning when using 'colormgr device-get-profile-for-qualifier'
4461fe
- Fix crash in cd-iccdump by working around an lcms2 bug
4461fe
- Fix using the color sensors on ARM hardware
4461fe
- Set the STANDARD_space metadata for the print profiles
4461fe
- Show all the translations when dumping an ICC profile
4461fe
4461fe
* Wed May 01 2013 Richard Hughes <richard@hughsie.com> 0.1.34-1
4461fe
- New upstream version
4461fe
- Add a ICC transform object for simple RGB conversions
4461fe
- Add a warning for RGB profiles with unlikely whitepoint values
4461fe
- Add Qt DBus annotations
4461fe
- Allow clients to call org.freedesktop.DBus.Peer
4461fe
- Correct a lot more company names when creating devices
4461fe
- Do not automatically add EDID profiles with warnings to devices
4461fe
- Increase the delay between patches in the session-helper
4461fe
- Install the bash completion support into /usr
4461fe
4461fe
* Wed Apr 24 2013 Václav Pavlín <vpavlin@redhat.com> - 0.1.33-2
4461fe
- Add new systemd macros (#856659)
4461fe
4461fe
* Tue Apr 16 2013 Richard Hughes <richard@hughsie.com> 0.1.33-1
4461fe
- New upstream version
4461fe
- Add some translated profile descriptions for the CMYK profiles
4461fe
- Add the FOGRA45L and FOGRA47L CMYK and eciRGBv1 profiles
4461fe
- Check the generated CCMX matrix for invalid data
4461fe
- Do not print a warning if the DBus property does not exist
4461fe
- Ensure mbstowcs() has an LC_CTYPE of 'en_US.UTF-8'
4461fe
- Always write C-locale floating point values in IT8 files
4461fe
- Initialize the value of the CCMX matrix
4461fe
- Never promote localized v2 ICC profiles to v4
4461fe
- Rename ISOnewspaper26 to IFRA26S_2004_newsprint
4461fe
4461fe
* Thu Mar 28 2013 Richard Hughes <richard@hughsie.com> 0.1.32-1
4461fe
- New upstream version
4461fe
- Add a new tool 'cd-iccdump' that can dump V4 and V2 profiles
4461fe
- Add translated descriptions to the ICC profiles
4461fe
4461fe
* Mon Mar 18 2013 Richard Hughes <richard@hughsie.com> 0.1.31-1
4461fe
- New upstream version
4461fe
- Calculate the display calibration based on the Lab and target display gamma
4461fe
- Interpolate the gamma data to the VCGT size using Akima
4461fe
- Add some more display vendor names to the display fixup table
4461fe
- Fix the argyll sensor driver when using the ColorMunki Smile
4461fe
- Fix the gamut warning to check primaries wider than CIERGB and ProPhoto
4461fe
- Move the private sensor libraries out of the pure lib space
4461fe
4461fe
* Mon Feb 18 2013 Richard Hughes <richard@hughsie.com> 0.1.30-1
4461fe
- New upstream version
4461fe
- Append -private to the driver libraries as they have no headers installed
4461fe
- Do not show duplicate profiles when icc-profiles-openicc is installed
4461fe
- Speed up the daemon loading and use less I/O at startup
4461fe
4461fe
* Mon Feb 04 2013 Richard Hughes <richard@hughsie.com> 0.1.29-1
4461fe
- New upstream version
4461fe
- Add a --verbose and --version argument to colormgr
4461fe
- Add DTP94 native sensor support
4461fe
- Allow profiles to have a 'score' which affects the standard space
4461fe
- Change the Adobe RGB description to be 'Compatible with Adobe RGB (1998)'
4461fe
- Detect profiles from adobe.com and color.org and add metadata
4461fe
- Do not auto-add profiles due to device-id metadata if they have been removed
4461fe
- Ensure profiles with MAPPING_device_id get auto-added to devices
4461fe
- Install various helper libraries for access to hardware
4461fe
- Set the additional 'OwnerCmdline' metadata on each device
4461fe
4461fe
* Fri Jan 18 2013 Richard Hughes <richard@hughsie.com> 0.1.28-2
4461fe
- Backport some fixes from upstream for gnome-settings-daemon.
4461fe
4461fe
* Wed Jan 16 2013 Richard Hughes <richard@hughsie.com> 0.1.28-1
4461fe
- New upstream version
4461fe
- Add some default GSetting schema values for the calibration helper
4461fe
- Add the sensor images as metadata on the D-Bus interface
4461fe
- Quit the session helper if the device or sensor was not found
4461fe
4461fe
* Mon Jan 14 2013 Richard Hughes <richard@hughsie.com> 0.1.27-4
4461fe
- Add BR systemd-devel so the seat tracking stuff works
4461fe
- Build with full compiler output
4461fe
- Do not build the profiles in parallel, backported from upstream
4461fe
- Limit the memory allocation to 2GiB when building profiles
4461fe
- Do not attempt to build the print profiles on ARM or PPC hardware
4461fe
4461fe
* Fri Jan 11 2013 Kalev Lember <kalevlember@gmail.com> 0.1.27-3
4461fe
- Added self-obsoletes to 'colord' subpackage to fix the multilib upgrade path
4461fe
4461fe
* Thu Jan 10 2013 Kalev Lember <kalevlember@gmail.com> 0.1.27-2
4461fe
- Split out libcolord to colord-libs subpackage, so that the daemon package
4461fe
  doesn't get multilibbed
4461fe
4461fe
* Tue Jan 08 2013 Richard Hughes <richard@hughsie.com> 0.1.27-1
4461fe
- New upstream version
4461fe
- Add some more calibration attach images
4461fe
- Import shared-color-profiles into colord
4461fe
- Install a header with all the session helper defines
4461fe
4461fe
* Mon Jan  7 2013 Matthias Clasen <mclasen@redhat.com> 0.1.26-2
4461fe
- Enable hardened build
4461fe
4461fe
* Wed Dec 19 2012 Richard Hughes <richard@hughsie.com> 0.1.26-1
4461fe
- New upstream version
4461fe
- Add a session helper that can be used to calibrate the screen
4461fe
- Add some defines for the Spyder4 display colorimeter
4461fe
- Add support for reading and writing .cal files to CdIt8
4461fe
- Add the ability to 'disable' a device from a color POV
4461fe
- Create ICCv2 profiles when using cd-create-profile
4461fe
- Use enumerated error values in the client library
4461fe
- Use spotread when there is no native sensor driver
4461fe
4461fe
* Mon Nov 26 2012 Richard Hughes <richard@hughsie.com> 0.1.25-1
4461fe
- New upstream version
4461fe
- Add a create-standard-space sub-command to cd-create-profile
4461fe
- Add a profile metadata key of 'License'
4461fe
- Add a set-version command to the cd-fix-profile command line tool
4461fe
- Create linear vcgt tables when using create-x11-gamma
4461fe
- Fix GetStandardSpace so it can actually work
4461fe
- Move the named color examples to shared-color-profiles
4461fe
4461fe
* Wed Nov 21 2012 Richard Hughes <richard@hughsie.com> 0.1.24-2
4461fe
- Apply a patch from upstream so we can use cd-fix-profile in
4461fe
  situations without D-Bus.
4461fe
4461fe
* Fri Oct 26 2012 Richard Hughes <richard@hughsie.com> 0.1.24-1
4461fe
- New upstream version
4461fe
- Fix a critical warning when user tries to dump a non-icc file
4461fe
- Remove libsane support and rely only on udev for scanner information
4461fe
- Set the seat for devices created in the session and from udev
4461fe
4461fe
* Wed Aug 29 2012 Richard Hughes <richard@hughsie.com> 0.1.23-1
4461fe
- New upstream version
4461fe
- Assorted documentation fixes
4461fe
- Do not try to add duplicate sysfs devices
4461fe
4461fe
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.22-2
4461fe
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
4461fe
4461fe
* Wed Jun 27 2012 Richard Hughes <richard@hughsie.com> 0.1.22-1
4461fe
- New upstream version
4461fe
- Split out colord-gtk to a new sub-project to prevent a dep loop
4461fe
- Add many generic introspection type arguments
4461fe
- Check any files in /usr/share/color/icc have the content type
4461fe
- Do not create the same object paths if two sensors are plugged in
4461fe
- Fix the udev rules entry for the i1Display3
4461fe
4461fe
* Tue May 22 2012 Richard Hughes <richard@hughsie.com> 0.1.21-1
4461fe
- New upstream version
4461fe
- Do not install any parts of colord-sane if --disable-sane is specified
4461fe
- Fix InstallSystemWide() by not writing a private file
4461fe
- Save the CCMX and ITx files to be compatible with argyllcms
4461fe
- The ColorHug has a new VID and PID
4461fe
4461fe
* Wed May 09 2012 Richard Hughes <richard@hughsie.com> 0.1.20-1
4461fe
- New upstream version
4461fe
- Add a sensor-set-options command to the colormgr tool
4461fe
- Add the concept of 'options' on each color sensor device
4461fe
- Enable gtk-doc in the default distro build
4461fe
4461fe
* Tue Apr 17 2012 Richard Hughes <richard@hughsie.com> 0.1.19-1
4461fe
- New upstream version
4461fe
- Add a user suffix to the object path of user-created devices and profiles
4461fe
4461fe
* Thu Mar 29 2012 Richard Hughes <richard@hughsie.com> 0.1.18-2
4461fe
- Disable PrivateNetwork=1 as it breaks sensor hotplug.
4461fe
4461fe
* Thu Mar 15 2012 Richard Hughes <richard@hughsie.com> 0.1.18-1
4461fe
- New upstream version
4461fe
- Add a Manager.CreateProfileWithFd() method for QtDBus
4461fe
- Split out the SANE support into it's own process
4461fe
- Fix a small leak when creating devices and profiles in clients
4461fe
- Fix cd-fix-profile to add and remove metadata entries
4461fe
- Install per-machine profiles in /var/lib/colord/icc
4461fe
4461fe
* Wed Feb 22 2012 Richard Hughes <richard@hughsie.com> 0.1.17-1
4461fe
- New upstream version
4461fe
- Add an LED sample type
4461fe
- Add PrivateNetwork and PrivateTmp to the systemd service file
4461fe
- Fix InstallSystemWide() when running as the colord user
4461fe
4461fe
* Fri Jan 20 2012 Matthias Clasen <mclasen@redha.com> - 0.1.16-4
4461fe
- Fix some obvious bugs
4461fe
4461fe
* Tue Jan 17 2012 Richard Hughes <richard@hughsie.com> 0.1.16-1
4461fe
- New upstream version
4461fe
- Now runs as a colord user rather than as root.
4461fe
- Support more ICC metadata keys
4461fe
- Install a systemd service file
4461fe
- Support 2nd generation Huey hardware
4461fe
4461fe
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.15-2
4461fe
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
4461fe
4461fe
* Sat Nov 26 2011 Richard Hughes <richard@hughsie.com> 0.1.15-1
4461fe
- New upstream version
4461fe
- This release fixes an important security bug: CVE-2011-4349.
4461fe
- Do not crash the daemon if adding the device to the db failed
4461fe
- Fix a memory leak when getting properties from a device
4461fe
4461fe
* Tue Nov 01 2011 Richard Hughes <richard@hughsie.com> 0.1.14-1
4461fe
- New upstream version
4461fe
- Remove upstreamed patches
4461fe
4461fe
* Mon Oct 03 2011 Richard Hughes <richard@hughsie.com> 0.1.13-1
4461fe
- New upstream version
4461fe
- Ensure uid 0 can always create devices and profiles
4461fe
- Reduce the CPU load of clients when assigning profiles
4461fe
4461fe
* Tue Aug 30 2011 Richard Hughes <richard@hughsie.com> 0.1.12-1
4461fe
- New upstream version
4461fe
4461fe
* Mon Aug 01 2011 Richard Hughes <richard@hughsie.com> 0.1.11-2
4461fe
- Remove the sedding libtool's internals as it breaks
4461fe
  generation of the GObject Introspection data.
4461fe
4461fe
* Mon Aug 01 2011 Richard Hughes <richard@hughsie.com> 0.1.11-1
4461fe
- New upstream version
4461fe
4461fe
* Wed Jul 06 2011 Richard Hughes <richard@hughsie.com> 0.1.10-1
4461fe
- New upstream version
4461fe
4461fe
* Mon Jun 13 2011 Richard Hughes <richard@hughsie.com> 0.1.9-1
4461fe
- New upstream version
4461fe
4461fe
* Thu Jun 02 2011 Richard Hughes <richard@hughsie.com> 0.1.8-1
4461fe
- New upstream version
4461fe
- Add a webcam device kind
4461fe
- Add a timestamp when making profiles default
4461fe
- Add support for reading and writing ICC profile metadata
4461fe
- Allow the client to pass file descriptors out of band to CreateProfile
4461fe
- Prettify the device vendor and model names
4461fe
- Split out the sensors into runtime-loadable shared objects
4461fe
- Provide some GIO async variants for the methods in CdClient
4461fe
- Ensure GPhoto2 devices get added to the device list
4461fe
4461fe
* Fri May 06 2011 Richard Hughes <richard@hughsie.com> 0.1.7-1
4461fe
- New upstream version.
4461fe
- Create /var/lib/colord at buildtime not runtime for SELinux
4461fe
- Ensure profiles with embedded profile checksums are parsed correctly
4461fe
- Move the colorimeter rules to be run before 70-acl.rules
4461fe
- Stop watching the client when the sensor is finalized
4461fe
- Ensure the source is destroyed when we unref CdUsb to prevent a crash
4461fe
- Only enable the volume mount tracking when searching volumes
4461fe
4461fe
* Tue Apr 26 2011 Richard Hughes <rhughes@redhat.com> 0.1.6-2
4461fe
- Own /var/lib/colord and /var/lib/colord/*.db
4461fe
4461fe
* Sun Apr 24 2011 Richard Hughes <richard@hughsie.com> 0.1.6-1
4461fe
- New upstream version.
4461fe
4461fe
* Thu Mar 31 2011 Richard Hughes <richard@hughsie.com> 0.1.5-1
4461fe
- New upstream version.
4461fe
4461fe
* Wed Mar 09 2011 Richard Hughes <richard@hughsie.com> 0.1.4-1
4461fe
- New upstream version.
4461fe
4461fe
* Mon Feb 28 2011 Richard Hughes <richard@hughsie.com> 0.1.3-1
4461fe
- New upstream version.
4461fe
4461fe
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.1-3
4461fe
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
4461fe
4461fe
* Fri Jan 28 2011 Richard Hughes <richard@hughsie.com> 0.1.1-2
4461fe
- Rebuild in the vain hope koji isn't broken today.
4461fe
4461fe
* Wed Jan 26 2011 Richard Hughes <richard@hughsie.com> 0.1.1-1
4461fe
- New upstream version.
4461fe
4461fe
* Thu Jan 13 2011 Richard Hughes <richard@hughsie.com> 0.1.0-1
4461fe
- Initial version for Fedora package review.