New upstream version

This commit is contained in:
Richard Hughes 2013-09-13 16:19:36 +01:00
parent 1b6e82a95c
commit 70a24b5a1c
3 changed files with 19 additions and 3 deletions

1
.gitignore vendored
View File

@ -36,3 +36,4 @@
/colord-1.0.1.tar.xz
/colord-1.0.2.tar.xz
/colord-1.1.1.tar.xz
/colord-1.1.2.tar.xz

View File

@ -18,7 +18,7 @@
Summary: Color daemon
Name: colord
Version: 1.1.1
Version: 1.1.2
Release: 1%{?dist}
License: GPLv2+ and LGPLv2+
URL: http://www.freedesktop.org/software/colord/
@ -191,7 +191,7 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
/usr/lib/udev/rules.d/*.rules
%{_libdir}/colord-sensors
%{_libdir}/colord-plugins
%verify(not size md5 mtime) %attr(-,colord,colord) %{_localstatedir}/lib/colord/*.db
%ghost %attr(-,colord,colord) %{_localstatedir}/lib/colord/*.db
/usr/lib/systemd/system/colord.service
# session helper
@ -274,6 +274,21 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
%{_datadir}/gtk-doc/html/colord/*
%changelog
* Fri Sep 13 2013 Richard Hughes <richard@hughsie.com> 1.1.2-1
- New upstream version
- Add a 'dump' colormgr command to aid debugging
- Allow profiles to be added or removed when the device is not enabled
- Always return soft-add calibration profiles before soft-add EDID profiles
- Do not mix up device paths and device IDs in the documentation
- Fix an error when building the print profiles
- Fix the AdobeRGB and WideGamutRGB gamma values
- Fix up various vendor quirks
- Migrate from usb_id and usb_db to udev builtins usb_id and hwdb
- Set 'GAMUT_coverage(srgb)' when generating standard space profiles
- Show a warning for incorrect or extra command line arguments
- Use %ghost to avoid removing databases on upgrades
- Use the exact D50 whitepoint values
* Sun Jul 30 2013 Richard Hughes <richard@hughsie.com> 1.1.1-1
- New upstream version
- This release bumps the soname of libcolord as long deprecated methods have

View File

@ -1 +1 @@
620f6c8f21fc6fac1b5b2c7f8a271b2b colord-1.1.1.tar.xz
595d7ad4a9d83ac8c58a9986af1d7055 colord-1.1.2.tar.xz