Accepting request 175628 from GNOME:Factory

Update to 1.0.0 (forwarded request 175322 from Zaitor)

OBS-URL: https://build.opensuse.org/request/show/175628
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/colord?expand=0&rev=34
This commit is contained in:
Stephan Kulow 2013-05-16 07:48:11 +00:00 committed by Git OBS Bridge
commit 446be6e048
4 changed files with 69 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2f908f9746ac2e91fdbd4d8a93ba06019a204f6af52362da50c8b090cf88bd8d
size 1042780

3
colord-1.0.0.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c7a875d5a50905117a76c73df4c4386384dfdd20bbc8a77dff0fedec847a4aa5
size 1077832

View File

@ -1,3 +1,65 @@
-------------------------------------------------------------------
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
- 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 Tue Apr 16 14:53:42 UTC 2013 - dimstar@opensuse.org

View File

@ -19,7 +19,7 @@
%define _udevrulesdir %(pkg-config --variable=udevdir udev)/rules.d %define _udevrulesdir %(pkg-config --variable=udevdir udev)/rules.d
Name: colord Name: colord
Version: 0.1.33 Version: 1.0.0
Release: 0 Release: 0
Summary: System Daemon for Managing Color Devices Summary: System Daemon for Managing Color Devices
License: GPL-2.0+ License: GPL-2.0+
@ -32,6 +32,7 @@ Source99: baselibs.conf
BuildRequires: gobject-introspection-devel BuildRequires: gobject-introspection-devel
BuildRequires: intltool BuildRequires: intltool
BuildRequires: vala BuildRequires: vala
BuildRequires: pkgconfig(bash-completion) >= 2.0
BuildRequires: pkgconfig(dbus-1) BuildRequires: pkgconfig(dbus-1)
BuildRequires: pkgconfig(gio-2.0) >= 2.25.9 BuildRequires: pkgconfig(gio-2.0) >= 2.25.9
BuildRequires: pkgconfig(gio-unix-2.0) BuildRequires: pkgconfig(gio-unix-2.0)
@ -170,7 +171,7 @@ exit 0
%{_udevrulesdir}/*.rules %{_udevrulesdir}/*.rules
%attr(755,colord,colord) %dir %{_localstatedir}/lib/colord %attr(755,colord,colord) %dir %{_localstatedir}/lib/colord
%config(noreplace) %{_sysconfdir}/%{name}.conf %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 %{_sysconfdir}/dbus-1/system.d/org.freedesktop.ColorManager.conf
%{_bindir}/cd-create-profile %{_bindir}/cd-create-profile
%{_bindir}/cd-fix-profile %{_bindir}/cd-fix-profile
@ -189,6 +190,7 @@ exit 0
%{_datadir}/polkit-1/actions/org.freedesktop.color.policy %{_datadir}/polkit-1/actions/org.freedesktop.color.policy
%{_mandir}/man1/cd-create-profile.1%{?ext_man} %{_mandir}/man1/cd-create-profile.1%{?ext_man}
%{_mandir}/man1/cd-fix-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} %{_mandir}/man1/colormgr.1%{?ext_man}
%dir /etc/apparmor.d/ %dir /etc/apparmor.d/
%config /etc/apparmor.d/usr.lib.colord %config /etc/apparmor.d/usr.lib.colord