Hello community, here is the log from the commit of package colord for openSUSE:Factory checked in at 2013-09-11 11:27:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/colord (Old) and /work/SRC/openSUSE:Factory/.colord.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "colord" Changes: -------- --- /work/SRC/openSUSE:Factory/colord/colord.changes 2013-08-16 12:27:22.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.colord.new/colord.changes 2013-09-11 11:27:37.000000000 +0200 @@ -1,0 +2,6 @@ +Wed Jul 31 17:31:04 UTC 2013 - [email protected] + +- Add colord-udev-hwdb.patch: call udev hwdb to fill appropriately + usb device informations (backport from upstream GIT). + +------------------------------------------------------------------- New: ---- colord-udev-hwdb.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ colord.spec ++++++ --- /var/tmp/diff_new_pack.RfiqPk/_old 2013-09-11 11:27:38.000000000 +0200 +++ /var/tmp/diff_new_pack.RfiqPk/_new 2013-09-11 11:27:38.000000000 +0200 @@ -29,6 +29,8 @@ # Apparmor profile Source1: usr.lib.colord Source99: baselibs.conf +# PATCH-FIX-UPSTREAM colord-udev-hwdb.patch [email protected] -- call udev hwdb to fill appropriate data about usb devices +Patch0: colord-udev-hwdb.patch BuildRequires: gobject-introspection-devel BuildRequires: intltool BuildRequires: vala @@ -118,6 +120,7 @@ %lang_package %prep %setup -q +%patch0 -p1 %build %configure \ ++++++ colord-udev-hwdb.patch ++++++ >From fd9654c786cb19b541d20a953c5b51c0f53caeea Mon Sep 17 00:00:00 2001 From: Dmitrijs Ledkovs <[email protected]> Date: Sat, 3 Aug 2013 17:55:36 +0200 Subject: [PATCH] Migrate from usb_id and usb_db to udev builtins usb_id and hwdb Signed-off-by: Richard Hughes <[email protected]> --- rules/69-cd-sensors.rules.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/69-cd-sensors.rules.in b/rules/69-cd-sensors.rules.in index 6e0a643..eb47e25 100644 --- a/rules/69-cd-sensors.rules.in +++ b/rules/69-cd-sensors.rules.in @@ -86,8 +86,8 @@ ATTRS{idVendor}=="273f", ATTRS{idProduct}=="1002", ENV{COLORD_SENSOR_KIND}="colo # color calibration device ENV{COLORD_SENSOR_KIND}=="*?", ENV{COLOR_MEASUREMENT_DEVICE}="1" -ENV{COLORD_SENSOR_KIND}=="*?", ENV{ID_MODEL}=="", IMPORT{program}="usb_id --export %p" -ENV{COLORD_SENSOR_KIND}=="*?", ENV{ID_MODEL_FROM_DATABASE}=="", IMPORT{program}="usb-db %p" +ENV{COLORD_SENSOR_KIND}=="*?", ENV{ID_MODEL}=="", IMPORT{builtin}="usb_id" +ENV{COLORD_SENSOR_KIND}=="*?", ENV{ID_MODEL_FROM_DATABASE}=="", IMPORT{builtin}="hwdb --subsystem=usb" # Allow the daemon to access the color devices ENV{COLORD_SENSOR_KIND}=="*?", GROUP="@daemon_user@" -- 1.8.4 -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
