New upstream version
This commit is contained in:
parent
1b6e82a95c
commit
70a24b5a1c
1
.gitignore
vendored
1
.gitignore
vendored
@ -36,3 +36,4 @@
|
|||||||
/colord-1.0.1.tar.xz
|
/colord-1.0.1.tar.xz
|
||||||
/colord-1.0.2.tar.xz
|
/colord-1.0.2.tar.xz
|
||||||
/colord-1.1.1.tar.xz
|
/colord-1.1.1.tar.xz
|
||||||
|
/colord-1.1.2.tar.xz
|
||||||
|
19
colord.spec
19
colord.spec
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
Summary: Color daemon
|
Summary: Color daemon
|
||||||
Name: colord
|
Name: colord
|
||||||
Version: 1.1.1
|
Version: 1.1.2
|
||||||
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/
|
||||||
@ -191,7 +191,7 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
|
|||||||
/usr/lib/udev/rules.d/*.rules
|
/usr/lib/udev/rules.d/*.rules
|
||||||
%{_libdir}/colord-sensors
|
%{_libdir}/colord-sensors
|
||||||
%{_libdir}/colord-plugins
|
%{_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
|
/usr/lib/systemd/system/colord.service
|
||||||
|
|
||||||
# session helper
|
# session helper
|
||||||
@ -274,6 +274,21 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
|
|||||||
%{_datadir}/gtk-doc/html/colord/*
|
%{_datadir}/gtk-doc/html/colord/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sun Jul 30 2013 Richard Hughes <richard@hughsie.com> 1.1.1-1
|
||||||
- New upstream version
|
- New upstream version
|
||||||
- This release bumps the soname of libcolord as long deprecated methods have
|
- This release bumps the soname of libcolord as long deprecated methods have
|
||||||
|
Loading…
Reference in New Issue
Block a user