Accepting request 360370 from GNOME:Next

Scripted push of project GNOME:Next

OBS-URL: https://build.opensuse.org/request/show/360370
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/colord?expand=0&rev=135
This commit is contained in:
Dominique Leuenberger 2016-02-19 14:49:17 +00:00 committed by Git OBS Bridge
parent 05676c887e
commit 21126b0758
6 changed files with 61 additions and 16 deletions

View File

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

View File

@ -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.1.tar.xz Normal file
View File

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

11
colord-1.3.1.tar.xz.asc Normal file
View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQEcBAABAgAGBQJWWHW/AAoJEBesuo36lw4Xza8H/0jsArD3s17Jzm7I5WgZ+mJM
ekSfUw+vSHIxecKl+QGayMKCTC0OvRUhFZJ+ggzxmxJlEuyU5P73w+OflZZuIoR7
9PcMi0m8fn4zqrL53Z60wYlzumksp69PQmLZPS907QyWflbmrkm6FdCluuL3wuCp
qJo7uWJiq4Po3NhCt9l43rjtqoJ4K1MgYCraIKZ+3bpYjmIT5vWZt96OTOzZtD62
G81hvIEJDCItuzpiL/f6kaFztdlFyaaAbRYhczHF5BP8XtA4VsEhJbA1fW7D6e64
f4HpBEJCjZk2Mf6rGTP7dA3ZrgsCUDUU0So4n5A5Yuajx6kdqOebbq0OM9Gy8+c=
=+nYl
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,45 @@
-------------------------------------------------------------------
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 Wed Oct 7 14:27:19 UTC 2015 - dimstar@opensuse.org

View File

@ -1,7 +1,7 @@
# #
# spec file for package colord # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -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: 1.2.12 Version: 1.3.1
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+
@ -130,6 +130,7 @@ there are no users logged in.
--enable-polkit \ --enable-polkit \
--with-daemon-user=colord \ --with-daemon-user=colord \
--enable-vala \ --enable-vala \
--with-tmpfilesdir=%{_tmpfilesdir} \
--enable-systemd-login --enable-systemd-login
make %{?_smp_mflags} make %{?_smp_mflags}
@ -248,6 +249,8 @@ exit 0
%dir %{_datadir}/vala %dir %{_datadir}/vala
%dir %{_datadir}/vala/vapi %dir %{_datadir}/vala/vapi
%{_datadir}/vala/vapi/colord.vapi %{_datadir}/vala/vapi/colord.vapi
%{_userunitdir}/colord-session.service
%{_tmpfilesdir}/colord.conf
%files lang -f %{name}.lang %files lang -f %{name}.lang
%defattr(-, root, root) %defattr(-, root, root)