Accepting request 175322 from home:dimstar:branches:GNOME:Factory
Update to 1.0.0 OBS-URL: https://build.opensuse.org/request/show/175322 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/colord?expand=0&rev=69
This commit is contained in:
parent
a49d703dfa
commit
cd4a9ed538
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9f4d42585cbc9497c07946223e9227de7eae33fbe539f0c7400ee4feec97eb32
|
||||
size 1067468
|
3
colord-1.0.0.tar.xz
Normal file
3
colord-1.0.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c7a875d5a50905117a76c73df4c4386384dfdd20bbc8a77dff0fedec847a4aa5
|
||||
size 1077832
|
@ -1,3 +1,32 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 13 18:14:57 UTC 2013 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 1.0.0:
|
||||
+ New Features:
|
||||
- Add a config option for monitors with identical EDID values.
|
||||
- Add API to control the use of BPC in CdTransform.
|
||||
- Add a simple BGRA32 pixel format.
|
||||
- Add a simple CMYK32 pixel format.
|
||||
- Add a simple colord.conf manpage.
|
||||
- Allow a different input and output format in CdTransform.
|
||||
- Show all the translations when dumping an ICC profile.
|
||||
+ Bugfixes:
|
||||
- Add some missing G_BEGIN_DECLS/G_END_DECLS in header files.
|
||||
- Always return an error if cd_main_device_add() failed.
|
||||
- Build all installed binaries with PIE.
|
||||
- Build the colord binary with full RELRO.
|
||||
- Do not show a warning when using 'colormgr
|
||||
device-get-profile-for-qualifier'.
|
||||
- Ensure the parent directories exist when calling
|
||||
cd_icc_save_file.
|
||||
- Fix crash in cd-iccdump by working around an lcms2 bug.
|
||||
- Fix using the ColorHug color sensor on ARM hardware.
|
||||
- Fix using the Huey color sensor on ARM hardware.
|
||||
- Set the STANDARD_space metadata for the print profiles.
|
||||
- Use G_GNUC_WARN_UNUSED_RESULT in public and private headers.
|
||||
- Use the same pixel format names as Cairo and the same
|
||||
in-memory value as lcms2.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 1 19:33:55 UTC 2013 - dimstar@opensuse.org
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%define _udevrulesdir %(pkg-config --variable=udevdir udev)/rules.d
|
||||
|
||||
Name: colord
|
||||
Version: 0.1.34
|
||||
Version: 1.0.0
|
||||
Release: 0
|
||||
Summary: System Daemon for Managing Color Devices
|
||||
License: GPL-2.0+
|
||||
@ -190,6 +190,7 @@ exit 0
|
||||
%{_datadir}/polkit-1/actions/org.freedesktop.color.policy
|
||||
%{_mandir}/man1/cd-create-profile.1%{?ext_man}
|
||||
%{_mandir}/man1/cd-fix-profile.1%{?ext_man}
|
||||
%{_mandir}/man1/colord.conf.1%{?ext_man}
|
||||
%{_mandir}/man1/colormgr.1%{?ext_man}
|
||||
%dir /etc/apparmor.d/
|
||||
%config /etc/apparmor.d/usr.lib.colord
|
||||
|
Loading…
Reference in New Issue
Block a user