Accepting request 263264 from GNOME:Factory
1 OBS-URL: https://build.opensuse.org/request/show/263264 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/colord?expand=0&rev=55
This commit is contained in:
commit
c55adb9d2f
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:98440deb524f71894a3542cd84c1f10e9306092a908854227b1b065ea3274035
|
||||
size 1177272
|
3
colord-1.2.6.tar.xz
Normal file
3
colord-1.2.6.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f6be25f365a07e8f65d9ad7d86897d23712074be04e66894a805f86d553f0b05
|
||||
size 1191180
|
@ -1,3 +1,43 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 27 09:50:45 UTC 2014 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 1.2.6:
|
||||
+ New Features:
|
||||
- Allowing compile using mingw.
|
||||
- Make the ArgyllCMS sensor driver optional.
|
||||
- libcolord:
|
||||
. Add cd_it8_get_xyz_for_rgb().
|
||||
. Add cd_it8_utils_calculate_gamma().
|
||||
. Add cd_spectrum_get_resolution().
|
||||
. Add cd_spectrum_get_value_raw().
|
||||
. Add cd_spectrum_normalize_max().
|
||||
. Add cd_spectrum_set_value().
|
||||
+ Bugfixes:
|
||||
- libcolord:
|
||||
. Allow a SPECTRAL_START_NM value of zero.
|
||||
. Always replace CCSS spectral data of the same ID.
|
||||
. Deep copy the spectral data when using cd_spectrum_dup().
|
||||
. Fix using cd_it8_add_spectrum() where the spectra have no
|
||||
ID values.
|
||||
. Never allow duplicate CCSS IDs for small wavelength ranges.
|
||||
. Only set SPECTRAL_NORM when the normalisation is enabled.
|
||||
. Return correct values when no LUMINANCE_XYZ_CDM2 is
|
||||
specified.
|
||||
. Use double precision for SPECTRAL_START_NM and
|
||||
SPECTRAL_END_NM.
|
||||
. When using cd_it8_add_spectrum() replace any with the same
|
||||
ID.
|
||||
- Changes from version 1.2.5:
|
||||
+ New Features:
|
||||
- Add a branding-less ColorHug2 figure.
|
||||
- Add the calculate-ccmx subcommand to cd-it8.
|
||||
- Install the now-useful cd-it8 helper.
|
||||
+ Bugfixes:
|
||||
- Drop nb.po, its superfluous with nb_NO.po around.
|
||||
- Fix a crash in the session helper while calibrating.
|
||||
- Remove the private cd-find-broken tool.
|
||||
- Add argyllcms BuildRequires and Requires.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 19 20:57:45 UTC 2014 - zaitor@opensuse.org
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%define _udevrulesdir %(pkg-config --variable=udevdir udev)/rules.d
|
||||
|
||||
Name: colord
|
||||
Version: 1.2.4
|
||||
Version: 1.2.6
|
||||
Release: 0
|
||||
Summary: System Daemon for Managing Color Devices
|
||||
License: GPL-2.0+
|
||||
@ -29,6 +29,7 @@ Source0: http://www.freedesktop.org/software/colord/releases/%{name}-%{ve
|
||||
# Apparmor profile
|
||||
Source1: usr.lib.colord
|
||||
Source99: baselibs.conf
|
||||
BuildRequires: argyllcms
|
||||
BuildRequires: gobject-introspection-devel
|
||||
BuildRequires: intltool
|
||||
BuildRequires: vala
|
||||
@ -48,6 +49,7 @@ BuildRequires: pkgconfig(sqlite3)
|
||||
BuildRequires: pkgconfig(systemd)
|
||||
BuildRequires: pkgconfig(udev)
|
||||
Requires(pre): pwdutils
|
||||
Requires: argyllcms
|
||||
Requires: shared-color-profiles
|
||||
Recommends: %{name}-lang
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -185,6 +187,7 @@ exit 0
|
||||
%{_bindir}/cd-create-profile
|
||||
%{_bindir}/cd-fix-profile
|
||||
%{_bindir}/cd-iccdump
|
||||
%{_bindir}/cd-it8
|
||||
%{_bindir}/colormgr
|
||||
%{_libdir}/colord-sensors/
|
||||
%{_libexecdir}/%{name}
|
||||
@ -199,6 +202,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/cd-it8.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