Accepting request 599943 from GNOME:Factory
New stable rel (forwarded request 599783 from iznogood) OBS-URL: https://build.opensuse.org/request/show/599943 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/colord?expand=0&rev=75
This commit is contained in:
commit
5aa337e75a
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:4c70d5052a9c96da51fa57e80d6dc97ca642943d5b9940a196c990dfe84beca7
|
|
||||||
size 1841992
|
|
@ -1,10 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQEcBAABAgAGBQJappP+AAoJEBesuo36lw4XOEcH/RKKPMqjfnmY+xfYtdSS/mxf
|
|
||||||
5zQsnrK4ueYUlDLR353ewVbbzuvp9uR/BoxByf4wOpgNirlV/g9msAwrvLfE1gXJ
|
|
||||||
gPT+5OQPeXiCZtX3OzjXibmImoex1XFcX0+7PCW3wo/6CFwT5I40Qun5OTHriGl1
|
|
||||||
6I0/oSw7LwCXwrHbxf8LNe5SzgfzRY11rVM/JjroTCIkbph9/8FtlcVwrUd/UP2n
|
|
||||||
BP/OuGXWlSZ09mUqlZGj1K9pgF0RAQyr/IvEa0roTIkG4Kg1+dCVwN6QjZWTdOls
|
|
||||||
Y7sCv/7bcHgmoEADTybdTb/18BQECxtBN/7zfX3hSpIMEbZZb3gF624suDaDYUs=
|
|
||||||
=DZIY
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
colord-1.4.3.tar.xz
Normal file
3
colord-1.4.3.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9a8e669ee1ea31632bee636cc57353f703c2ea9b64cd6e02bbaabe9a1e549df7
|
||||||
|
size 1858552
|
10
colord-1.4.3.tar.xz.asc
Normal file
10
colord-1.4.3.tar.xz.asc
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQEcBAABAgAGBQJa1xVfAAoJEBesuo36lw4X+noH/1Tmpp/cbv8ycz59yUQ2UvEX
|
||||||
|
oYLJjgtJ6YtH8kF0MQgm4XuQOiQ86VG0D/BV4jw4wxW9MHKoRkmAPppPDWNHE4MS
|
||||||
|
Y054xE6VlszfvXmbCXUHqwu0WPI45b2BgGmZqbaMRzf0boWGYpt3t7NCjQj6WWD2
|
||||||
|
kpuimMRVNcIy3ZjL3o0Wj7DGBRvHahM66anjOAY/vjhbKeQcpnP6mS/rigzZ1Ukn
|
||||||
|
g4NfO2z7tzVPJFX/sfvTzu0rpj56I614b39t1HCmjgEglcC0P9cw63WaVvTxGB3e
|
||||||
|
MAajW+dBZ1rebtuyZWZjDoH9g56RkCdA89Xf4vKbadgRwoQI8WpmRqe9O879H28=
|
||||||
|
=Se/7
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Apr 22 16:35:34 UTC 2018 - bjorn.lie@gmail.com
|
||||||
|
|
||||||
|
- Update to version 1.4.3:
|
||||||
|
+ Bugfixes:
|
||||||
|
- Make cd_color_get_blackbody_rgb_full safer.
|
||||||
|
- Update style of Meson build options.
|
||||||
|
- Update warning about running daemon as root.
|
||||||
|
- Update options passed to meson following upstream changes.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Mar 13 10:27:17 UTC 2018 - bjorn.lie@gmail.com
|
Tue Mar 13 10:27:17 UTC 2018 - bjorn.lie@gmail.com
|
||||||
|
|
||||||
|
32
colord.spec
32
colord.spec
@ -18,7 +18,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.4.2
|
Version: 1.4.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: System Daemon for Managing Color Devices
|
Summary: System Daemon for Managing Color Devices
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
@ -148,21 +148,21 @@ there are no users logged in.
|
|||||||
ulimit -Sv 2000000
|
ulimit -Sv 2000000
|
||||||
|
|
||||||
%meson \
|
%meson \
|
||||||
-Denable-session-example=false \
|
-Dsession_example=false \
|
||||||
-Denable-bash-completion=true \
|
-Dbash_completion=true \
|
||||||
-Denable-systemd=true \
|
-Dsystemd=true \
|
||||||
-Denable-libcolordcompat=true \
|
-Dlibcolordcompat=true \
|
||||||
-Denable-argyllcms-sensor=true \
|
-Dargyllcms-sensor=true \
|
||||||
-Denable-reverse=false \
|
-Dreverse=false \
|
||||||
-Denable-sane=false \
|
-Dsane=false \
|
||||||
-Denable-vala=true \
|
-Dvapi=true \
|
||||||
-Denable-print-profiles=true \
|
-Dprint_profiles=true \
|
||||||
-Denable-tests=false \
|
-Dtests=false \
|
||||||
-Denable-installed-tests=false \
|
-Dinstalled_tests=false \
|
||||||
-Dwith-daemon-user=colord \
|
-Ddaemon_user=colord \
|
||||||
-Denable-man=true \
|
-Dman=true \
|
||||||
-Denable-docs=true \
|
-Ddocs=true \
|
||||||
-Denable-udev-rules=true \
|
-Dudev_rules=true \
|
||||||
%{nil}
|
%{nil}
|
||||||
%meson_build
|
%meson_build
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user