Accepting request 376893 from GNOME:Factory
Update to 1.3.1 (forwarded request 376788 from dimstar) OBS-URL: https://build.opensuse.org/request/show/376893 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/colord?expand=0&rev=65
This commit is contained in:
commit
dd81b9bc3d
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d5241864c16a37f9e40d38d5009255456495a67f170ce0dc9250774442d68c3a
|
||||
size 1214992
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v1
|
||||
|
||||
iQEcBAABAgAGBQJV1JFrAAoJEBesuo36lw4XcPQH/RO+uO8WpyBP5fkGPc0ZcGfF
|
||||
iGgzNWuoj78db4Cpkc6ae9V0Hj4se5DExhOzdpaz6E9IyGpg/ctIW+uUeM0sRQ3C
|
||||
+qWsrqbjiDxBuOk7JqmGUa9gW6CinNGA2O+QiLZ8F5OCyzfMID5ScPT0TG9UZu1Q
|
||||
GoXkfeDd4EeDf1FE2qN/73cmM4vqcUz2GD+TooviealfwI1/E46fz4W66sMIjWHr
|
||||
qxEMlAPprJCNZShZI+ZPuFEkrcHjLkl5/7ZblpjdDXnZPsBKjYE3XeMjwQH921Ju
|
||||
Nl4UJnkzgNVls8V4FkyB69JvsWaceEieU3ggNXjonnt2FFAAJ/+ZwSTUcGAp7gg=
|
||||
=Nb7R
|
||||
-----END PGP SIGNATURE-----
|
3
colord-1.3.2.tar.xz
Normal file
3
colord-1.3.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d4ab3f11ec5e98d1079242fda7ad0a84a51da93572405561362a6ce2c274b8f5
|
||||
size 1235968
|
11
colord-1.3.2.tar.xz.asc
Normal file
11
colord-1.3.2.tar.xz.asc
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v1
|
||||
|
||||
iQEcBAABAgAGBQJW7+AJAAoJEBesuo36lw4X0D0H/jQoENkSrRDj36mDMJCfLmg8
|
||||
PigvY3y8JZsCatoaxGYn+HTBuMjG+jEmhKAuQMkoXzc/qcU8TG9zvtZw9FMNBdrd
|
||||
wbvYSnBFC8ZbghYm6RT/r4dItBe420yYyD9rPEpd0jNce0znJzrAcd7F64pywCGk
|
||||
PTZlDvAUY1qB4zYJu6sAMAfJJdSelvuLttRTon/4sE1aMk3JInZjA8oeqf/32nbD
|
||||
EXrnZbouXKGyMxbreQ0xtXI6UrUM/f4ucIJHfTIRNtumSEoLcPDgpb6ZPP6P/1KR
|
||||
+E5GQwvwStyJwJHxAUtas3ywG6+PS8tJTdO6OISrK6lUFlkyeznF6Jwbk3i3r/s=
|
||||
=uM4v
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,62 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 21 16:44:58 UTC 2016 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 1.3.2:
|
||||
+ New Features:
|
||||
- Make building the daemon optional.
|
||||
- Make the session helper optional.
|
||||
- libcolorhug: Add initial support for the v2 protocol used by
|
||||
ColorHug+.
|
||||
+ Bugfixes:
|
||||
- libcolord: Fix a hard-to-reproduce bug when cancelling async
|
||||
operations.
|
||||
- libcolorhug: Fix a crash when submitting lots of commands at
|
||||
the same time.
|
||||
- Replace '/' with '-' on the basename to fix calibration
|
||||
crash.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 18 10:04:55 UTC 2016 - fcrozat@suse.com
|
||||
|
||||
- Rely on _tmpfilesdir macro to locate the directory to use for
|
||||
store tmpfiles config files by using --with-tmpfilesdir to
|
||||
configure.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 16 13:55:44 UTC 2016 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 1.3.1:
|
||||
+ New Features:
|
||||
- Add a sensor error for missing dark calibration.
|
||||
- Add g_autoptr() defines for cd_color*.
|
||||
- Add get-spectral-reading command to colormgr.
|
||||
- Add the GetSpectrum() sensor D-Bus method.
|
||||
- Allow returning spectral readings from the Spark sensor.
|
||||
- libcolord:
|
||||
. Add an error enum for missing irradiance calibration.
|
||||
. Add a spectral sensor capability.
|
||||
. Add cd_sensor_get_spectrum().
|
||||
. Add cd_spectrum_get_value_max().
|
||||
. Add cd_spectrum_limit_min().
|
||||
. Add cd_spectrum_planckian_new_full().
|
||||
. Add cd_spectrum_resample().
|
||||
. Add cd_spectrum_set_wavelength_cal().
|
||||
. Add cd_spectrum_subtract().
|
||||
. Add cd_spectrum_to_string().
|
||||
+ Bugfixes:
|
||||
- Add a systemd user service corresponding to the D-Bus session
|
||||
service.
|
||||
- Add a tmpfiles.d snippet to fix stateless systems.
|
||||
- data: Build Rec709 correctly.
|
||||
- Ignore the ColorHug+ in DFU mode.
|
||||
- Install the tmpfiles.d snippet in the right place.
|
||||
- Reset the sensor back to idle after each action.
|
||||
- libcolord:
|
||||
. Fix a tiny memory leak in cd_icc_get_tag_data().
|
||||
. Fix saving non-normalized spectra.
|
||||
. Make cd_spectrum_free() NULL-safe.
|
||||
. Return an error when we fail to estimate the gamma value.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 7 14:27:19 UTC 2015 - dimstar@opensuse.org
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package colord
|
||||
#
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -19,7 +19,7 @@
|
||||
%define _udevrulesdir %(pkg-config --variable=udevdir udev)/rules.d
|
||||
|
||||
Name: colord
|
||||
Version: 1.2.12
|
||||
Version: 1.3.2
|
||||
Release: 0
|
||||
Summary: System Daemon for Managing Color Devices
|
||||
License: GPL-2.0+
|
||||
@ -130,6 +130,7 @@ there are no users logged in.
|
||||
--enable-polkit \
|
||||
--with-daemon-user=colord \
|
||||
--enable-vala \
|
||||
--with-tmpfilesdir=%{_tmpfilesdir} \
|
||||
--enable-systemd-login
|
||||
make %{?_smp_mflags}
|
||||
|
||||
@ -248,6 +249,8 @@ exit 0
|
||||
%dir %{_datadir}/vala
|
||||
%dir %{_datadir}/vala/vapi
|
||||
%{_datadir}/vala/vapi/colord.vapi
|
||||
%{_userunitdir}/colord-session.service
|
||||
%{_tmpfilesdir}/colord.conf
|
||||
|
||||
%files lang -f %{name}.lang
|
||||
%defattr(-, root, root)
|
||||
|
Loading…
Reference in New Issue
Block a user