SHA256
1
0
forked from pool/colord

Accepting request 329479 from GNOME:Next

Forward to G:F...

OBS-URL: https://build.opensuse.org/request/show/329479
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/colord?expand=0&rev=130
This commit is contained in:
Dominique Leuenberger 2015-09-07 10:19:43 +00:00 committed by Git OBS Bridge
parent ddb60e0031
commit e94a8cb0b9
4 changed files with 26 additions and 6 deletions

View File

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

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

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

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Mon Sep 7 09:40:33 UTC 2015 - zaitor@opensuse.org
- Update to version 1.2.12:
+ New Features: Add a new private library libospark for future
use.
+ Bugfixes:
- Allow creating devices with the same device ID from different
users.
- Check for, and prefer, libsystemd over libsystemd-login.
- ColorHug:
. Add ch_device_queue_read_firmware().
. When converting HEX to BIN pad out the entire size.
- Replace pkgconfig(libsystemd-login) for pkgconfig(libsystemd)
following upstreams new preferance. Also pass
--enable-systemd-login to configure to ensure we build this
support.
-------------------------------------------------------------------
Sun Jun 21 09:34:57 UTC 2015 - zaitor@opensuse.org

View File

@ -19,7 +19,7 @@
%define _udevrulesdir %(pkg-config --variable=udevdir udev)/rules.d
Name: colord
Version: 1.2.11
Version: 1.2.12
Release: 0
Summary: System Daemon for Managing Color Devices
License: GPL-2.0+
@ -43,7 +43,7 @@ BuildRequires: pkgconfig(gobject-2.0)
BuildRequires: pkgconfig(gudev-1.0)
BuildRequires: pkgconfig(gusb) >= 0.2.2
BuildRequires: pkgconfig(lcms2) >= 2.6
BuildRequires: pkgconfig(libsystemd-login) >= 44
BuildRequires: pkgconfig(libsystemd)
BuildRequires: pkgconfig(libudev)
BuildRequires: pkgconfig(polkit-gobject-1) >= 0.103
BuildRequires: pkgconfig(sqlite3)
@ -126,7 +126,9 @@ there are no users logged in.
%configure \
--disable-static \
--enable-polkit \
--with-daemon-user=colord --enable-vala
--with-daemon-user=colord \
--enable-vala \
--enable-systemd-login
make %{?_smp_mflags}
%install