diff --git a/colord-1.2.11.tar.xz b/colord-1.2.11.tar.xz deleted file mode 100644 index cf3411c..0000000 --- a/colord-1.2.11.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dac29c83659703a8548db561bc670832f26b30f7a88ed90a6530eb052a10df8f -size 1205468 diff --git a/colord-1.2.12.tar.xz b/colord-1.2.12.tar.xz new file mode 100644 index 0000000..405f68f --- /dev/null +++ b/colord-1.2.12.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5241864c16a37f9e40d38d5009255456495a67f170ce0dc9250774442d68c3a +size 1214992 diff --git a/colord.changes b/colord.changes index 36f00bf..220129f 100644 --- a/colord.changes +++ b/colord.changes @@ -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 diff --git a/colord.spec b/colord.spec index ec6c1a1..428d51c 100644 --- a/colord.spec +++ b/colord.spec @@ -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