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
|
||||
|
||||
|
32
colord.spec
32
colord.spec
@ -18,7 +18,7 @@
|
||||
|
||||
%define _udevrulesdir %(pkg-config --variable=udevdir udev)/rules.d
|
||||
Name: colord
|
||||
Version: 1.4.2
|
||||
Version: 1.4.3
|
||||
Release: 0
|
||||
Summary: System Daemon for Managing Color Devices
|
||||
License: GPL-2.0-or-later
|
||||
@ -148,21 +148,21 @@ there are no users logged in.
|
||||
ulimit -Sv 2000000
|
||||
|
||||
%meson \
|
||||
-Denable-session-example=false \
|
||||
-Denable-bash-completion=true \
|
||||
-Denable-systemd=true \
|
||||
-Denable-libcolordcompat=true \
|
||||
-Denable-argyllcms-sensor=true \
|
||||
-Denable-reverse=false \
|
||||
-Denable-sane=false \
|
||||
-Denable-vala=true \
|
||||
-Denable-print-profiles=true \
|
||||
-Denable-tests=false \
|
||||
-Denable-installed-tests=false \
|
||||
-Dwith-daemon-user=colord \
|
||||
-Denable-man=true \
|
||||
-Denable-docs=true \
|
||||
-Denable-udev-rules=true \
|
||||
-Dsession_example=false \
|
||||
-Dbash_completion=true \
|
||||
-Dsystemd=true \
|
||||
-Dlibcolordcompat=true \
|
||||
-Dargyllcms-sensor=true \
|
||||
-Dreverse=false \
|
||||
-Dsane=false \
|
||||
-Dvapi=true \
|
||||
-Dprint_profiles=true \
|
||||
-Dtests=false \
|
||||
-Dinstalled_tests=false \
|
||||
-Ddaemon_user=colord \
|
||||
-Dman=true \
|
||||
-Ddocs=true \
|
||||
-Dudev_rules=true \
|
||||
%{nil}
|
||||
%meson_build
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user