Hello community, here is the log from the commit of package colord for openSUSE:Factory checked in at 2014-09-30 19:36:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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 2014-07-04 17:18:45.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.colord.new/colord.changes 2014-09-30 19:37:09.000000000 +0200 @@ -1,0 +2,35 @@ +Mon Sep 15 06:47:53 UTC 2014 - kkaempf@suse.com + +- Update to version 1.2.3: + + New Features: + - colorhug: + . Add ch_device_check_firmware(). + . Add ch_device_mode_from_firmware(). + . Use a different PID for the ColorHug2 bootloader. + + Bugfixes: + - Fix the device path to allow uid or username to be omitted. + - There is no seat if running in a chroot. +- Add systemd %pre and %post macros for colord.service. +- Add rccolord symlink. + +------------------------------------------------------------------- +Sat Aug 23 21:27:22 UTC 2014 - dimstar@opensuse.org + +- Update to version 1.2.2: + + New Features: + - Add a helper to calculate the ΔE of two colors. + - Bump the lcms2 dep to 2.6. + - Use the ColorHug sensor driver for the ColorHug2 hardware. + + Bugfixes: + - Actually parse the EDID for better duplicate detection. + - Actually write a file when using cd_icc_save_default(). + - Do not try to return a CdIcc instance for virtual profiles. + - Use __attribute__(cleanup) to simplify memory cleanup. + +------------------------------------------------------------------- +Fri Aug 22 09:29:50 UTC 2014 - meissner@suse.com + +- AppArmor profile: Allow sessions of greeter style seats also to + be read (bnc#893081). + +------------------------------------------------------------------- Old: ---- colord-1.2.1.tar.xz New: ---- colord-1.2.3.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ colord.spec ++++++ --- /var/tmp/diff_new_pack.F5eThz/_old 2014-09-30 19:37:10.000000000 +0200 +++ /var/tmp/diff_new_pack.F5eThz/_new 2014-09-30 19:37:10.000000000 +0200 @@ -19,7 +19,7 @@ %define _udevrulesdir %(pkg-config --variable=udevdir udev)/rules.d Name: colord -Version: 1.2.1 +Version: 1.2.3 Release: 0 Summary: System Daemon for Managing Color Devices License: GPL-2.0+ @@ -41,7 +41,7 @@ BuildRequires: pkgconfig(gobject-2.0) BuildRequires: pkgconfig(gudev-1.0) BuildRequires: pkgconfig(gusb) >= 0.1.1 -BuildRequires: pkgconfig(lcms2) >= 2.4 +BuildRequires: pkgconfig(lcms2) >= 2.6 BuildRequires: pkgconfig(libsystemd-login) >= 44 BuildRequires: pkgconfig(polkit-gobject-1) >= 0.103 BuildRequires: pkgconfig(sqlite3) @@ -128,6 +128,8 @@ %install %make_install +mkdir $RPM_BUILD_ROOT%{_sbindir} +ln -sf %{_sbindir}/service $RPM_BUILD_ROOT%{_sbindir}/rc%{name} find %{buildroot} -type f -name '*.la' -delete -print mkdir %{buildroot}/etc/apparmor.d @@ -148,15 +150,21 @@ # Create colord user getent group colord >/dev/null || groupadd -r colord getent passwd colord >/dev/null || useradd -r -g colord -d %{_localstatedir}/lib/colord -s /sbin/nologin -c "user for colord" colord +%service_add_pre %{name}.service # Fix ownership of /var/lib/colord from first packages (in 12.1) test ! -d %{_localstatedir}/lib/colord || chown -R colord:colord %{_localstatedir}/lib/colord exit 0 +%preun +%service_del_preun %{name}.service + %post %glib2_gsettings_schema_post +%service_add_post %{name}.service %postun %glib2_gsettings_schema_postun +%service_del_postun %{name}.service %post -n libcolord2 -p /sbin/ldconfig @@ -199,6 +207,7 @@ %{_libdir}/colord-plugins/libcd_plugin_scanner.so # These should not be here.. this is ugly (fdo#60733) #{_libdir}/lib*private.* +%{_sbindir}/rc%{name} %files -n libcolord2 %defattr(-, root, root) ++++++ colord-1.2.1.tar.xz -> colord-1.2.3.tar.xz ++++++ ++++ 48386 lines of diff (skipped) ++++++ usr.lib.colord ++++++ --- /var/tmp/diff_new_pack.F5eThz/_old 2014-09-30 19:37:11.000000000 +0200 +++ /var/tmp/diff_new_pack.F5eThz/_new 2014-09-30 19:37:11.000000000 +0200 @@ -17,6 +17,7 @@ /proc/*/cgroup r, /proc/*/cmdline r, # not only @{pid}, bnc#846301 /run/systemd/sessions/[0-9]* r, + /run/systemd/sessions/c[0-9]* r, /run/udev/data/* r, /sys/bus/ r, /sys/bus/usb/devices/ r, -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org