Accepting request 174183 from home:dimstar:branches:GNOME:Factory
Update to 0.1.34 OBS-URL: https://build.opensuse.org/request/show/174183 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/colord?expand=0&rev=68
This commit is contained in:
parent
2280b4f363
commit
a49d703dfa
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2f908f9746ac2e91fdbd4d8a93ba06019a204f6af52362da50c8b090cf88bd8d
|
||||
size 1042780
|
3
colord-0.1.34.tar.xz
Normal file
3
colord-0.1.34.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9f4d42585cbc9497c07946223e9227de7eae33fbe539f0c7400ee4feec97eb32
|
||||
size 1067468
|
@ -1,3 +1,36 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed May 1 19:33:55 UTC 2013 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 0.1.34:
|
||||
+ New Features:
|
||||
- Add a ICC transform object for simple RGB conversions.
|
||||
- Add an example for using CdIcc in applications.
|
||||
- Add an internal program to scan a directory of ICC profiles
|
||||
for warnings.
|
||||
- Add a warning for RGB profiles with unlikely whitepoint
|
||||
values.
|
||||
- Add a webservice URI example that can upload a profile to the
|
||||
Internet.
|
||||
- Add device metadata OutputEdidMd5 so we can build a UCMM shim
|
||||
layer.
|
||||
- Add functionality to return the response of the CdIcc profile
|
||||
object.
|
||||
- Add getting and setting the VCGT table in CdIcc.
|
||||
- Add new systemd macros to the example spec file.
|
||||
- Add Qt DBus annotations.
|
||||
+ Bugfixes:
|
||||
- Allow clients to call org.freedesktop.DBus.Peer.
|
||||
- Correct a lot more company names when creating devices.
|
||||
- Do not automatically add EDID profiles with warnings to
|
||||
devices.
|
||||
- Fix building RGB working space profiles when using
|
||||
OpenBSD/sparc64.
|
||||
- Fix standard-space property name into a compilable name.
|
||||
- Increase the delay between patches in the session-helper.
|
||||
- Install the bash completion support into /usr.
|
||||
- Add pkgconfig(bash-completion) BuildRequires: allow configure to
|
||||
detect where to install the bash completion.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 16 14:53:42 UTC 2013 - dimstar@opensuse.org
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%define _udevrulesdir %(pkg-config --variable=udevdir udev)/rules.d
|
||||
|
||||
Name: colord
|
||||
Version: 0.1.33
|
||||
Version: 0.1.34
|
||||
Release: 0
|
||||
Summary: System Daemon for Managing Color Devices
|
||||
License: GPL-2.0+
|
||||
@ -32,6 +32,7 @@ Source99: baselibs.conf
|
||||
BuildRequires: gobject-introspection-devel
|
||||
BuildRequires: intltool
|
||||
BuildRequires: vala
|
||||
BuildRequires: pkgconfig(bash-completion) >= 2.0
|
||||
BuildRequires: pkgconfig(dbus-1)
|
||||
BuildRequires: pkgconfig(gio-2.0) >= 2.25.9
|
||||
BuildRequires: pkgconfig(gio-unix-2.0)
|
||||
@ -170,7 +171,7 @@ exit 0
|
||||
%{_udevrulesdir}/*.rules
|
||||
%attr(755,colord,colord) %dir %{_localstatedir}/lib/colord
|
||||
%config(noreplace) %{_sysconfdir}/%{name}.conf
|
||||
%{_sysconfdir}/bash_completion.d/colormgr-completion.bash
|
||||
%{_datadir}/bash-completion/completions/colormgr
|
||||
%{_sysconfdir}/dbus-1/system.d/org.freedesktop.ColorManager.conf
|
||||
%{_bindir}/cd-create-profile
|
||||
%{_bindir}/cd-fix-profile
|
||||
|
Loading…
Reference in New Issue
Block a user