Accepting request 742261 from GNOME:Next

OBS-URL: https://build.opensuse.org/request/show/742261
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/colord?expand=0&rev=169
This commit is contained in:
Bjørn Lie 2019-10-24 11:04:45 +00:00 committed by Git OBS Bridge
parent 221da5bd8d
commit c423d1e11d
7 changed files with 72 additions and 18 deletions

32
_constraints Normal file
View File

@ -0,0 +1,32 @@
<constraints>
<hardware>
<disk>
<size unit="G">4</size>
</disk>
<physicalmemory>
<size unit="M">8000</size>
</physicalmemory>
</hardware>
<overwrite>
<conditions>
<arch>armv6l</arch>
<arch>armv7l</arch>
</conditions>
<hardware>
<physicalmemory>
<size unit="M">3500</size>
</physicalmemory>
</hardware>
</overwrite>
<overwrite>
<conditions>
<arch>riscv64</arch>
</conditions>
<hardware>
<physicalmemory>
<size unit="M">7250</size>
</physicalmemory>
</hardware>
</overwrite>
</constraints>

View File

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

View File

@ -1,10 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEcBAABAgAGBQJa1xVfAAoJEBesuo36lw4X+noH/1Tmpp/cbv8ycz59yUQ2UvEX
oYLJjgtJ6YtH8kF0MQgm4XuQOiQ86VG0D/BV4jw4wxW9MHKoRkmAPppPDWNHE4MS
Y054xE6VlszfvXmbCXUHqwu0WPI45b2BgGmZqbaMRzf0boWGYpt3t7NCjQj6WWD2
kpuimMRVNcIy3ZjL3o0Wj7DGBRvHahM66anjOAY/vjhbKeQcpnP6mS/rigzZ1Ukn
g4NfO2z7tzVPJFX/sfvTzu0rpj56I614b39t1HCmjgEglcC0P9cw63WaVvTxGB3e
MAajW+dBZ1rebtuyZWZjDoH9g56RkCdA89Xf4vKbadgRwoQI8WpmRqe9O879H28=
=Se/7
-----END PGP SIGNATURE-----

3
colord-1.4.4.tar.xz Normal file
View File

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

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

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCAAdFiEEFj61ARkiXbPfj0nqF6y6jfqXDhcFAlyCY5UACgkQF6y6jfqX
DhfX9Qf/SMa0r9eLqdOCCIGmF0Ek/2HE4sO/peXZfcKA5p2wdM2Cir1j8jE0ysd5
NIjmYAR4w6RP2WR4qTMHZMroV+mphcluuFrr2jJ00JMbw/DXmEHHTWaOHHAcVj9c
W1uMWyqf8C5dcVnThCo5ivbdFSvngySX2/Gnl1ICjB6/KrQLC/qIunxkpu9E94+o
0a0ahD16T2QPQnyADO6vWg8wc+E2rqWtEQ1giAbc7Wom1J7ACXj4GZPbMbK/jLoO
bdDKO9msSY35v5lu2kV3DIQaCepofl6DtHZJ3+43XpZLggC5NQvvAlW+iUFv6MXG
irHgQ/fHfunfisseDTy3SAItb6FQBw==
=SJ8I
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Wed Oct 23 19:30:25 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 1.4.4:
+ New Features:
- Actually install the installed tests.
- Allow building without the daemon.
+ Bugfixes:
- Consistently search for spotread in $PATH.
- Don't hard-require spotread to build argyll sensor.
- Fix linker argument checks.
- Include C header in Colorhug-1.0.gir.
- Pass -DCD_COMPILATION to gir compiler.
- Port manpages to xsltproc and DocBook 5.
- Replace docbook-utils-minimal with docbook5-xsl-stylesheets
BuildRequires following upstreams port.
- Add _constraints file, avoid random buildfails for i586 and other
arches.
-------------------------------------------------------------------
Tue Oct 8 19:42:53 UTC 2019 - Christian Boltz <suse-beta@cboltz.de>

View File

@ -17,21 +17,23 @@
%define _udevrulesdir %(pkg-config --variable=udevdir udev)/rules.d
Name: colord
Version: 1.4.3
Version: 1.4.4
Release: 0
Summary: System Daemon for Managing Color Devices
License: GPL-2.0-or-later
Group: System/Daemons
URL: http://colord.hughsie.com/
Source0: http://www.freedesktop.org/software/colord/releases/%{name}-%{version}.tar.xz
Source1: http://www.freedesktop.org/software/colord/releases/%{name}-%{version}.tar.xz.asc
URL: https://github.com/hughsie/colord/
Source0: https://www.freedesktop.org/software/colord/releases/%{name}-%{version}.tar.xz
Source1: https://www.freedesktop.org/software/colord/releases/%{name}-%{version}.tar.xz.asc
Source2: %{name}.keyring
# Apparmor profile
Source3: usr.lib.colord
Source99: baselibs.conf
BuildRequires: argyllcms
BuildRequires: docbook-utils-minimal
BuildRequires: docbook5-xsl-stylesheets
BuildRequires: gobject-introspection-devel
BuildRequires: gtk-doc
BuildRequires: meson