commit colord for openSUSE:Factory

2020-01-28 Thread root
Hello community,

here is the log from the commit of package colord for openSUSE:Factory checked 
in at 2020-01-28 10:47:33

Comparing /work/SRC/openSUSE:Factory/colord (Old)
 and  /work/SRC/openSUSE:Factory/.colord.new.26092 (New)


Package is "colord"

Tue Jan 28 10:47:33 2020 rev:81 rq:767346 version:1.4.4

Changes:

--- /work/SRC/openSUSE:Factory/colord/colord.changes2019-12-11 
12:05:05.70874 +0100
+++ /work/SRC/openSUSE:Factory/.colord.new.26092/colord.changes 2020-01-28 
10:47:37.672513542 +0100
@@ -1,0 +2,5 @@
+Sat Jan 25 14:06:23 UTC 2020 - Dominique Leuenberger 
+
+- No longer recommend -lang: supplements are in use
+
+---



Other differences:
--
++ colord.spec ++
--- /var/tmp/diff_new_pack.6jnKB4/_old  2020-01-28 10:47:39.384514593 +0100
+++ /var/tmp/diff_new_pack.6jnKB4/_new  2020-01-28 10:47:39.388514596 +0100
@@ -60,7 +60,6 @@
 Requires:   argyllcms
 Requires:   colord-color-profiles
 Requires(pre):  pwdutils
-Recommends: %{name}-lang
 %{?systemd_requires}
 
 %description






commit colord for openSUSE:Factory

2019-12-11 Thread root
Hello community,

here is the log from the commit of package colord for openSUSE:Factory checked 
in at 2019-12-11 12:04:46

Comparing /work/SRC/openSUSE:Factory/colord (Old)
 and  /work/SRC/openSUSE:Factory/.colord.new.4691 (New)


Package is "colord"

Wed Dec 11 12:04:46 2019 rev:80 rq:754062 version:1.4.4

Changes:

--- /work/SRC/openSUSE:Factory/colord/colord.changes2019-10-30 
14:39:02.913622424 +0100
+++ /work/SRC/openSUSE:Factory/.colord.new.4691/colord.changes  2019-12-11 
12:05:05.70874 +0100
@@ -1,0 +2,6 @@
+Wed Dec  4 10:15:30 UTC 2019 - Richard Brown 
+
+- Add add-spyderx.patch for datacolor SpyderX supprot (will be in version 
1.4.5)
+- Move colord-session.service and tmpfiles config from libcolord-devel to 
colord package 
+
+---

New:

  add-spyderx.patch



Other differences:
--
++ colord.spec ++
--- /var/tmp/diff_new_pack.pxDz7F/_old  2019-12-11 12:05:07.584740321 +0100
+++ /var/tmp/diff_new_pack.pxDz7F/_new  2019-12-11 12:05:07.588740320 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package colord
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -31,6 +31,8 @@
 # Apparmor profile
 Source3:usr.lib.colord
 Source99:   baselibs.conf
+# PATCH-FIX-UPSTREAM add-spyderx.patch -- Add SpyderX Support
+Patch1: add-spyderx.patch
 
 BuildRequires:  argyllcms
 BuildRequires:  docbook5-xsl-stylesheets
@@ -142,6 +144,7 @@
 
 %prep
 %setup -q
+%patch1 -p1
 
 %build
 # Set ~2 GiB limit so that colprof is forced to work in chunks when
@@ -239,6 +242,8 @@
 %{_libdir}/colord-plugins/libcolord_sensor_camera.so
 %{_libdir}/colord-plugins/libcolord_sensor_scanner.so
 %{_sbindir}/rc%{name}
+%{_userunitdir}/colord-session.service
+%{_tmpfilesdir}/colord.conf
 
 %files color-profiles
 %{_datadir}/color/
@@ -268,8 +273,6 @@
 %{_datadir}/vala/vapi/colord.deps
 %{_datadir}/vala/vapi/colord.vapi
 %{_datadir}/gtk-doc/html/colord/
-%{_userunitdir}/colord-session.service
-%{_tmpfilesdir}/colord.conf
 
 %files lang -f %{name}.lang
 

++ add-spyderx.patch ++
diff --git a/lib/colord/cd-enum.c b/lib/colord/cd-enum.c
index b1ced1c..00b6e16 100644
--- a/lib/colord/cd-enum.c
+++ b/lib/colord/cd-enum.c
@@ -71,6 +71,7 @@ static const CdEnumMatch enum_sensor_kind[] = {
{CD_SENSOR_KIND_SPYDER3,"spyder3"},
{CD_SENSOR_KIND_SPYDER4,"spyder4"},
{CD_SENSOR_KIND_SPYDER5,"spyder5"},
+   {CD_SENSOR_KIND_SPYDERX,"spyderX"},
{CD_SENSOR_KIND_SPYDER, "spyder"},
{CD_SENSOR_KIND_SPARK,  "spark"},
{0, NULL}
diff --git a/lib/colord/cd-enum.h b/lib/colord/cd-enum.h
index f311d26..c9d015b 100644
--- a/lib/colord/cd-enum.h
+++ b/lib/colord/cd-enum.h
@@ -193,6 +193,7 @@ typedef enum {
CD_SENSOR_KIND_COLORHUG2,   /* Since: 1.2.2 */
CD_SENSOR_KIND_SPYDER5, /* Since: 1.2.11 */
CD_SENSOR_KIND_SPARK,   /* Since: 1.2.11 */
+   CD_SENSOR_KIND_SPYDERX, /* Since: 1.4.5 */
/*< private >*/
CD_SENSOR_KIND_LAST
 } CdSensorKind;
diff --git a/src/sensors/argyll/cd-sensor-argyll.c 
b/src/sensors/argyll/cd-sensor-argyll.c
index ef8456d..21b354b 100644
--- a/src/sensors/argyll/cd-sensor-argyll.c
+++ b/src/sensors/argyll/cd-sensor-argyll.c
@@ -334,6 +334,8 @@ cd_sensor_to_argyll_name (CdSensor *sensor)
return "Datacolor Spyder4";
case CD_SENSOR_KIND_SPYDER5:
return "Datacolor Spyder5";
+case CD_SENSOR_KIND_SPYDERX:
+return "Datacolor SpyderX";
case CD_SENSOR_KIND_HUEY:
return "GretagMacbeth Huey";
case CD_SENSOR_KIND_COLORHUG:





commit colord for openSUSE:Factory

2019-10-30 Thread root
Hello community,

here is the log from the commit of package colord for openSUSE:Factory checked 
in at 2019-10-30 14:39:01

Comparing /work/SRC/openSUSE:Factory/colord (Old)
 and  /work/SRC/openSUSE:Factory/.colord.new.2990 (New)


Package is "colord"

Wed Oct 30 14:39:01 2019 rev:79 rq:742522 version:1.4.4

Changes:

--- /work/SRC/openSUSE:Factory/colord/colord.changes2019-10-17 
12:57:01.441649562 +0200
+++ /work/SRC/openSUSE:Factory/.colord.new.2990/colord.changes  2019-10-30 
14:39:02.913622424 +0100
@@ -1,0 +2,19 @@
+Wed Oct 23 19:30:25 UTC 2019 - Bjørn Lie 
+
+- 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.
+
+---

Old:

  colord-1.4.3.tar.xz
  colord-1.4.3.tar.xz.asc

New:

  _constraints
  colord-1.4.4.tar.xz
  colord-1.4.4.tar.xz.asc



Other differences:
--
++ colord.spec ++
--- /var/tmp/diff_new_pack.uz2gr0/_old  2019-10-30 14:39:03.401622944 +0100
+++ /var/tmp/diff_new_pack.uz2gr0/_new  2019-10-30 14:39:03.401622944 +0100
@@ -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

++ _constraints ++

  

  4


  8000

  
  

  armv6l
  armv7l

 
 
3500
 

  
  

  riscv64

 
 
7250
 

  
 

++ colord-1.4.3.tar.xz -> colord-1.4.4.tar.xz ++
 4291 lines of diff (skipped)





commit colord for openSUSE:Factory

2019-10-17 Thread root
Hello community,

here is the log from the commit of package colord for openSUSE:Factory checked 
in at 2019-10-17 12:56:59

Comparing /work/SRC/openSUSE:Factory/colord (Old)
 and  /work/SRC/openSUSE:Factory/.colord.new.2352 (New)


Package is "colord"

Thu Oct 17 12:56:59 2019 rev:78 rq:736499 version:1.4.3

Changes:

--- /work/SRC/openSUSE:Factory/colord/colord.changes2019-06-30 
10:20:04.431487138 +0200
+++ /work/SRC/openSUSE:Factory/.colord.new.2352/colord.changes  2019-10-17 
12:57:01.441649562 +0200
@@ -1,0 +2,5 @@
+Tue Oct  8 19:42:53 UTC 2019 - Christian Boltz 
+
+- Also allow /var/lib/colord/icc/ in AppArmor profile (boo#1112230)
+
+---



Other differences:
--


++ usr.lib.colord ++
--- /var/tmp/diff_new_pack.D8KzDj/_old  2019-10-17 12:57:02.445647019 +0200
+++ /var/tmp/diff_new_pack.D8KzDj/_new  2019-10-17 12:57:02.445647019 +0200
@@ -47,6 +47,7 @@
   /usr/share/locale-bundle/**.mo r,
   /usr/share/mime/** r,
   /var/lib/color/icc/ r,
+  /var/lib/colord/icc/ r,
   /var/lib/colord/.cache/ rw,
   /var/lib/colord/.cache/** rw,
   /var/lib/colord/mapping.db rwk,




commit colord for openSUSE:Factory

2019-06-30 Thread root
Hello community,

here is the log from the commit of package colord for openSUSE:Factory checked 
in at 2019-06-30 10:20:03

Comparing /work/SRC/openSUSE:Factory/colord (Old)
 and  /work/SRC/openSUSE:Factory/.colord.new.4615 (New)


Package is "colord"

Sun Jun 30 10:20:03 2019 rev:77 rq:712351 version:1.4.3

Changes:

--- /work/SRC/openSUSE:Factory/colord/colord.changes2019-02-24 
16:58:45.568812763 +0100
+++ /work/SRC/openSUSE:Factory/.colord.new.4615/colord.changes  2019-06-30 
10:20:04.431487138 +0200
@@ -1,0 +2,7 @@
+Wed Jun 26 11:17:53 UTC 2019 - Stefan Brüns 
+
+- Change BuildRequires to docbook-utils-minimal, otherwise the build
+  pulls in half of texlive and all its dependencies. Only man pages
+  and HTML API docs are generated, no need for PS/PDF generation.
+
+---



Other differences:
--
++ colord.spec ++
--- /var/tmp/diff_new_pack.yWVTOd/_old  2019-06-30 10:20:05.199488331 +0200
+++ /var/tmp/diff_new_pack.yWVTOd/_new  2019-06-30 10:20:05.227488375 +0200
@@ -31,7 +31,7 @@
 Source3:usr.lib.colord
 Source99:   baselibs.conf
 BuildRequires:  argyllcms
-BuildRequires:  docbook-utils
+BuildRequires:  docbook-utils-minimal
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  gtk-doc
 BuildRequires:  meson






commit colord for openSUSE:Factory

2019-02-24 Thread root
Hello community,

here is the log from the commit of package colord for openSUSE:Factory checked 
in at 2019-02-24 16:58:43

Comparing /work/SRC/openSUSE:Factory/colord (Old)
 and  /work/SRC/openSUSE:Factory/.colord.new.28833 (New)


Package is "colord"

Sun Feb 24 16:58:43 2019 rev:76 rq:673344 version:1.4.3

Changes:

--- /work/SRC/openSUSE:Factory/colord/colord.changes2018-04-25 
09:44:54.567024632 +0200
+++ /work/SRC/openSUSE:Factory/.colord.new.28833/colord.changes 2019-02-24 
16:58:45.568812763 +0100
@@ -1,0 +2,6 @@
+Mon Feb 11 12:37:27 UTC 2019 - Dominique Leuenberger 
+
+- Fix meson parameters: -Dargyllcms-sensor=true must be
+  -Dargyllcms_sensor=true (boo#1124388).
+
+---



Other differences:
--
++ colord.spec ++
--- /var/tmp/diff_new_pack.bqTCdK/_old  2019-02-24 16:58:46.320812405 +0100
+++ /var/tmp/diff_new_pack.bqTCdK/_new  2019-02-24 16:58:46.320812405 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package colord
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -152,7 +152,7 @@
-Dbash_completion=true \
-Dsystemd=true \
-Dlibcolordcompat=true \
-   -Dargyllcms-sensor=true \
+   -Dargyllcms_sensor=true \
-Dreverse=false \
-Dsane=false \
-Dvapi=true \






commit colord for openSUSE:Factory

2018-04-25 Thread root
Hello community,

here is the log from the commit of package colord for openSUSE:Factory checked 
in at 2018-04-25 09:44:52

Comparing /work/SRC/openSUSE:Factory/colord (Old)
 and  /work/SRC/openSUSE:Factory/.colord.new (New)


Package is "colord"

Wed Apr 25 09:44:52 2018 rev:75 rq:599943 version:1.4.3

Changes:

--- /work/SRC/openSUSE:Factory/colord/colord.changes2018-03-19 
23:31:52.283437156 +0100
+++ /work/SRC/openSUSE:Factory/.colord.new/colord.changes   2018-04-25 
09:44:54.567024632 +0200
@@ -1,0 +2,10 @@
+Sun Apr 22 16:35:34 UTC 2018 - bjorn@gmail.com
+
+- Update to version 1.4.3:
+  + Bugfixes:
+- Make cd_color_get_blackbody_rgb_full safer.
+- Update style of Meson build options.
+- Update warning about running daemon as root.
+- Update options passed to meson following upstream changes.
+
+---

Old:

  colord-1.4.2.tar.xz
  colord-1.4.2.tar.xz.asc

New:

  colord-1.4.3.tar.xz
  colord-1.4.3.tar.xz.asc



Other differences:
--
++ colord.spec ++
--- /var/tmp/diff_new_pack.0wv38M/_old  2018-04-25 09:44:57.226927117 +0200
+++ /var/tmp/diff_new_pack.0wv38M/_new  2018-04-25 09:44:57.226927117 +0200
@@ -18,7 +18,7 @@
 
 %define _udevrulesdir %(pkg-config --variable=udevdir udev)/rules.d
 Name:   colord
-Version:1.4.2
+Version:1.4.3
 Release:0
 Summary:System Daemon for Managing Color Devices
 License:GPL-2.0-or-later
@@ -148,21 +148,21 @@
 ulimit -Sv 200
 
 %meson \
-   -Denable-session-example=false \
-   -Denable-bash-completion=true \
-   -Denable-systemd=true \
-   -Denable-libcolordcompat=true \
-   -Denable-argyllcms-sensor=true \
-   -Denable-reverse=false \
-   -Denable-sane=false \
-   -Denable-vala=true \
-   -Denable-print-profiles=true \
-   -Denable-tests=false \
-   -Denable-installed-tests=false \
-   -Dwith-daemon-user=colord \
-   -Denable-man=true \
-   -Denable-docs=true \
-   -Denable-udev-rules=true \
+   -Dsession_example=false \
+   -Dbash_completion=true \
+   -Dsystemd=true \
+   -Dlibcolordcompat=true \
+   -Dargyllcms-sensor=true \
+   -Dreverse=false \
+   -Dsane=false \
+   -Dvapi=true \
+   -Dprint_profiles=true \
+   -Dtests=false \
+   -Dinstalled_tests=false \
+   -Ddaemon_user=colord \
+   -Dman=true \
+   -Ddocs=true \
+   -Dudev_rules=true \
%{nil}
 %meson_build
 

++ colord-1.4.2.tar.xz -> colord-1.4.3.tar.xz ++
 7 lines of diff (skipped)





commit colord for openSUSE:Factory

2018-03-19 Thread root
Hello community,

here is the log from the commit of package colord for openSUSE:Factory checked 
in at 2018-03-19 23:31:49

Comparing /work/SRC/openSUSE:Factory/colord (Old)
 and  /work/SRC/openSUSE:Factory/.colord.new (New)


Package is "colord"

Mon Mar 19 23:31:49 2018 rev:74 rq:587038 version:1.4.2

Changes:

--- /work/SRC/openSUSE:Factory/colord/colord.changes2018-03-14 
19:23:52.513510384 +0100
+++ /work/SRC/openSUSE:Factory/.colord.new/colord.changes   2018-03-19 
23:31:52.283437156 +0100
@@ -1,0 +2,16 @@
+Tue Mar 13 10:27:17 UTC 2018 - bjorn@gmail.com
+
+- Update to version 1.4.2:
+  + New Features:
+- Add cd_icc_set_created.
+- Add --enable-timestamps option for CREATED header.
+  + Bugfixes:
+- Avoid buffer overflow when reading profile_id.
+- Fix the detection of duplicate EDIDs.
+- Make udev hwdb optional by using pnp.ids as fallback.
+- Raise _XOPEN_SOURCE to 700 to enable C99 on FreeBSD.
+- Refactor build directory selection.
+- Set cd-create-profile date to SOURCE_DATE_EPOCH.
+- Pass new option enable-udev-rules=true to meson.
+
+---

Old:

  colord-1.4.1.tar.xz
  colord-1.4.1.tar.xz.asc

New:

  colord-1.4.2.tar.xz
  colord-1.4.2.tar.xz.asc



Other differences:
--
++ colord.spec ++
--- /var/tmp/diff_new_pack.35nK1W/_old  2018-03-19 23:31:53.711385644 +0100
+++ /var/tmp/diff_new_pack.35nK1W/_new  2018-03-19 23:31:53.711385644 +0100
@@ -18,7 +18,7 @@
 
 %define _udevrulesdir %(pkg-config --variable=udevdir udev)/rules.d
 Name:   colord
-Version:1.4.1
+Version:1.4.2
 Release:0
 Summary:System Daemon for Managing Color Devices
 License:GPL-2.0-or-later
@@ -162,6 +162,7 @@
-Dwith-daemon-user=colord \
-Denable-man=true \
-Denable-docs=true \
+   -Denable-udev-rules=true \
%{nil}
 %meson_build
 

++ colord-1.4.1.tar.xz -> colord-1.4.2.tar.xz ++
 22554 lines of diff (skipped)





commit colord for openSUSE:Factory

2018-03-14 Thread root
Hello community,

here is the log from the commit of package colord for openSUSE:Factory checked 
in at 2018-03-14 19:23:49

Comparing /work/SRC/openSUSE:Factory/colord (Old)
 and  /work/SRC/openSUSE:Factory/.colord.new (New)


Package is "colord"

Wed Mar 14 19:23:49 2018 rev:73 rq:584716 version:1.4.1

Changes:

--- /work/SRC/openSUSE:Factory/colord/colord.changes2017-10-07 
17:48:41.064529429 +0200
+++ /work/SRC/openSUSE:Factory/.colord.new/colord.changes   2018-03-14 
19:23:52.513510384 +0100
@@ -1,0 +2,5 @@
+Wed Feb 28 16:24:28 UTC 2018 - dims...@opensuse.org
+
+- Modernize spec-file by calling spec-cleaner
+
+---



Other differences:
--
++ colord.spec ++
--- /var/tmp/diff_new_pack.GCVeoj/_old  2018-03-14 19:23:53.441477436 +0100
+++ /var/tmp/diff_new_pack.GCVeoj/_new  2018-03-14 19:23:53.449477152 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package colord
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,14 +17,13 @@
 
 
 %define _udevrulesdir %(pkg-config --variable=udevdir udev)/rules.d
-
 Name:   colord
 Version:1.4.1
 Release:0
 Summary:System Daemon for Managing Color Devices
-License:GPL-2.0+
+License:GPL-2.0-or-later
 Group:  System/Daemons
-Url:http://colord.hughsie.com/
+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
 Source2:%{name}.keyring
@@ -36,6 +35,7 @@
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  gtk-doc
 BuildRequires:  meson
+BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(bash-completion) >= 2.0
 BuildRequires:  pkgconfig(dbus-1)
 BuildRequires:  pkgconfig(gio-2.0) >= 2.25.9
@@ -53,11 +53,10 @@
 BuildRequires:  pkgconfig(systemd)
 BuildRequires:  pkgconfig(udev)
 BuildRequires:  pkgconfig(vapigen)
-Requires(pre):  pwdutils
 Requires:   argyllcms
 Requires:   colord-color-profiles
+Requires(pre):  pwdutils
 Recommends: %{name}-lang
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %{?systemd_requires}
 
 %description
@@ -138,6 +137,7 @@
 there are no users logged in.
 
 %lang_package
+
 %prep
 %setup -q
 
@@ -171,11 +171,11 @@
 # Create colord rclink
 mkdir %{buildroot}/%{_sbindir}
 ln -sf %{_sbindir}/service %{buildroot}/%{_sbindir}/rc%{name}
-find %{buildroot} -type f -name '*.la' -delete -print
+find %{buildroot} -type f -name "*.la" -delete -print
 
 # Install Apparmor profile
-mkdir -p %{buildroot}/etc/apparmor.d/
-install -c -m 644 %{SOURCE3} %{buildroot}/etc/apparmor.d/
+mkdir -p %{buildroot}%{_sysconfdir}/apparmor.d/
+install -c -m 644 %{SOURCE3} %{buildroot}%{_sysconfdir}/apparmor.d/
 %find_lang %{name}
 
 %pre
@@ -197,16 +197,13 @@
 %service_del_postun %{name}.service
 
 %post -n libcolord2 -p /sbin/ldconfig
-
 %postun -n libcolord2 -p /sbin/ldconfig
-
 %post -n libcolorhug2 -p /sbin/ldconfig
-
 %postun -n libcolorhug2 -p /sbin/ldconfig
 
 %files
-%defattr(-,root,root)
-%doc AUTHORS COPYING NEWS
+%license COPYING
+%doc AUTHORS NEWS
 %{_unitdir}/colord.service
 %{_udevrulesdir}/*.rules
 %attr(755,colord,colord) %dir %{_localstatedir}/lib/colord
@@ -232,8 +229,8 @@
 %{_mandir}/man1/cd-fix-profile.1%{?ext_man}
 %{_mandir}/man1/cd-it8.1%{?ext_man}
 %{_mandir}/man1/colormgr.1%{?ext_man}
-%dir /etc/apparmor.d/
-%config /etc/apparmor.d/usr.lib.colord
+%dir %{_sysconfdir}/apparmor.d/
+%config %{_sysconfdir}/apparmor.d/usr.lib.colord
 %dir %{_libdir}/colord-plugins
 %{_libdir}/libcolordcompat.so
 %{_libdir}/colord-plugins/libcolord_sensor_camera.so
@@ -241,28 +238,22 @@
 %{_sbindir}/rc%{name}
 
 %files color-profiles
-%defattr(-, root, root)
 %{_datadir}/color/
 
 %files -n libcolord2
-%defattr(-, root, root)
 %{_libdir}/libcolord.so.*
 %{_libdir}/libcolordprivate.so.*
 
 %files -n libcolorhug2
-%defattr(-,root,root)
 %{_libdir}/libcolorhug.so.*
 
 %files -n typelib-1_0-Colord-1_0
-%defattr(-,root,root)
 %{_libdir}/girepository-1.0/Colord-1.0.typelib
 
 %files -n typelib-1_0-Colorhug-1_0
-%defattr(-,root,root)
 %{_libdir}/girepository-1.0/Colorhug-1.0.typelib
 
 %files -n libcolord-devel
-%defattr(-, root, root)
 %{_includedir}/colord-1/
 %{_libdir}/libcolord.so
 %{_libdir}/libcolordprivate.so
@@ -278,6 +269,5 @@
 %{_tmpfilesdir}/colord.conf
 
 %files lang -f %{name}.lang
-%defattr(-, root, root)
 
 %changelog






commit colord for openSUSE:Factory

2017-10-07 Thread root
Hello community,

here is the log from the commit of package colord for openSUSE:Factory checked 
in at 2017-10-07 17:48:37

Comparing /work/SRC/openSUSE:Factory/colord (Old)
 and  /work/SRC/openSUSE:Factory/.colord.new (New)


Package is "colord"

Sat Oct  7 17:48:37 2017 rev:72 rq:532194 version:1.4.1

Changes:

--- /work/SRC/openSUSE:Factory/colord/colord.changes2017-10-06 
10:56:04.144304417 +0200
+++ /work/SRC/openSUSE:Factory/.colord.new/colord.changes   2017-10-07 
17:48:41.064529429 +0200
@@ -1,0 +2,5 @@
+Fri Oct  6 10:55:06 UTC 2017 - dims...@opensuse.org
+
+- Collapse files section for gtk-doc.
+
+---



Other differences:
--
++ colord.spec ++
--- /var/tmp/diff_new_pack.cfha9s/_old  2017-10-07 17:48:41.724500417 +0200
+++ /var/tmp/diff_new_pack.cfha9s/_new  2017-10-07 17:48:41.728500241 +0200
@@ -273,11 +273,7 @@
 %{_datadir}/gir-1.0/Colorhug-1.0.gir
 %{_datadir}/vala/vapi/colord.deps
 %{_datadir}/vala/vapi/colord.vapi
-%dir %{_datadir}/gtk-doc/html/colord
-%{_datadir}/gtk-doc/html/colord/colord.devhelp2
-%{_datadir}/gtk-doc/html/colord/*.png
-%{_datadir}/gtk-doc/html/colord/*.html
-%{_datadir}/gtk-doc/html/colord/style.css
+%{_datadir}/gtk-doc/html/colord/
 %{_userunitdir}/colord-session.service
 %{_tmpfilesdir}/colord.conf
 






commit colord for openSUSE:Factory

2017-10-06 Thread root
Hello community,

here is the log from the commit of package colord for openSUSE:Factory checked 
in at 2017-10-06 10:56:02

Comparing /work/SRC/openSUSE:Factory/colord (Old)
 and  /work/SRC/openSUSE:Factory/.colord.new (New)


Package is "colord"

Fri Oct  6 10:56:02 2017 rev:71 rq:530825 version:1.4.1

Changes:

--- /work/SRC/openSUSE:Factory/colord/colord.changes2017-09-29 
11:50:46.389833727 +0200
+++ /work/SRC/openSUSE:Factory/.colord.new/colord.changes   2017-10-06 
10:56:04.144304417 +0200
@@ -1,0 +2,5 @@
+Mon Oct  2 22:13:40 UTC 2017 - jeng...@inai.de
+
+- Update package summaries. Replace old RPM shell variables.
+
+---



Other differences:
--
++ colord.spec ++
--- /var/tmp/diff_new_pack.1ebZnj/_old  2017-10-06 10:56:05.236139378 +0200
+++ /var/tmp/diff_new_pack.1ebZnj/_new  2017-10-06 10:56:05.236139378 +0200
@@ -66,7 +66,7 @@
 there are no users logged in.
 
 %package -n libcolord2
-Summary:System Daemon for Managing Color Devices -- Library
+Summary:Library for managing color devices
 Group:  System/Libraries
 Suggests:   %{name}
 
@@ -76,7 +76,7 @@
 there are no users logged in.
 
 %package -n libcolorhug2
-Summary:System Daemon for Managing Color Devices -- Library
+Summary:Library for managing color devices
 Group:  System/Libraries
 Suggests:   %{name}
 
@@ -86,7 +86,7 @@
 there are no users logged in.
 
 %package color-profiles
-Summary:System Daemon for Managing Color Devices -- Color profiles
+Summary:Color profiles for colord
 # Last version of shared-color profiles packaged
 Group:  System/Libraries
 Obsoletes:  shared-color-profiles <= 0.1.6
@@ -100,7 +100,7 @@
 This package provides color profiles previously provided by 
shared-color-profiles
 
 %package -n typelib-1_0-Colord-1_0
-Summary:System Daemon for Managing Color Devices -- Introspection 
bindings
+Summary:Introspection bindings for libcolord
 Group:  System/Libraries
 
 %description -n typelib-1_0-Colord-1_0
@@ -112,7 +112,7 @@
 libcolord library.
 
 %package -n typelib-1_0-Colorhug-1_0
-Summary:System Daemon for Managing Color Devices -- Introspection 
bindings
+Summary:Introspection bindings for libcolorhug
 Group:  System/Libraries
 
 %description -n typelib-1_0-Colorhug-1_0
@@ -124,7 +124,7 @@
 libcolorhug library.
 
 %package -n libcolord-devel
-Summary:System Daemon for Managing Color Devices -- Development Files
+Summary:Development files for libcolord
 Group:  Development/Languages/C and C++
 Requires:   %{name}-color-profiles = %{version}
 Requires:   libcolord2 = %{version}
@@ -169,8 +169,8 @@
 %meson_install
 
 # Create colord rclink
-mkdir $RPM_BUILD_ROOT%{_sbindir}
-ln -sf %{_sbindir}/service $RPM_BUILD_ROOT%{_sbindir}/rc%{name}
+mkdir %{buildroot}/%{_sbindir}
+ln -sf %{_sbindir}/service %{buildroot}/%{_sbindir}/rc%{name}
 find %{buildroot} -type f -name '*.la' -delete -print
 
 # Install Apparmor profile






commit colord for openSUSE:Factory

2017-09-29 Thread root
Hello community,

here is the log from the commit of package colord for openSUSE:Factory checked 
in at 2017-09-29 11:50:45

Comparing /work/SRC/openSUSE:Factory/colord (Old)
 and  /work/SRC/openSUSE:Factory/.colord.new (New)


Package is "colord"

Fri Sep 29 11:50:45 2017 rev:70 rq:528878 version:1.4.1

Changes:

--- /work/SRC/openSUSE:Factory/colord/colord.changes2017-03-22 
23:02:19.667398533 +0100
+++ /work/SRC/openSUSE:Factory/.colord.new/colord.changes   2017-09-29 
11:50:46.389833727 +0200
@@ -1,0 +2,59 @@
+Tue Sep 26 18:42:03 UTC 2017 - zai...@opensuse.org
+
+- Add ulimit -Sv 200 entry before build, set ~2 GiB limit so
+  that colprof is forced to work in chunks when generating the
+  print profile rather than trying to allocate a 3.1 GiB chunk of
+  RAM to put the entire B-to-A tables in.
+
+---
+Mon Sep 11 14:05:14 UTC 2017 - zai...@opensuse.org
+
+- Add pkgconfig(vapigen) BuildRequires and pass
+  enable-session-example=false, enable-bash-completion=true,
+  enable-systemd=true, enable-libcolordcompat=true,
+  enable-argyllcms-sensor=true, enable-reverse=false,
+  enable-sane=false, enable-vala=true, enable-print-profiles=true,
+  enable-tests=false, enable-installed-tests=false,
+  with-daemon-user=colord, enable-man=true and enable-docs=true to
+  meson, ensure we build the feature we want.
+
+---
+Thu Sep  7 19:56:12 UTC 2017 - luc1...@linuxmail.org
+
+- Update to version 1.4.1:
+  + Bugfixes:
+- Add back the meson -Denable-systemd=false configure argument.
+- Add the fallback rules for older PolicyKit versions.
+- Define PATH_MAX if not available.
+- Enable C99 support in meson.build.
+- Include all the files in the GIR target.
+- Include the correct file when using Colord-1.0.gir.
+- Use appropriate feature macro for realpath().
+- Use gio-2.0 when generating the VAPI.
+- Changes from version 1.4.0:
+  + New Features:
+- Port to the Meson build system.
+- Enable Travis CI for Fedora 25 and Debian Stretch.
+- Make PolicyKit, gusb and udev a hard requirement.
+  + Bugfixes:
+- Add some experimental tools for the HueyCOLOR sensor as found
+  in the P70.
+- Conditionally build documentation and man pages.
+- Correctly build the ICC transfer curve for Rec709.
+- Do not build the examples as part of the regular build.
+- Do not spin the Huey LEDs when the sensor is embedded.
+- Do not use /tmp to create profiles.
+- Fix the version numbers in cd-version.h to reflect reality.
+- Get the Huey status before trying to unlock.
+- Use a different Huey unlock code on the W700 laptop.
+- Add meson BuildRequires, and switch autotools macros configure,
+  make and makeinstall to meson, meson_build and meson_install
+  following upstream switch to Meson Build System.
+- Add gtk-doc and docbook-utils BuildRequires: new dependencies.
+- Drop %glib2_gsettings_schema_* post/postun macros: the
+  functionality is now covered by file triggers.
+- Drop intltool and vala BuildRequires: no longer needed.
+- Upstream rename of ColorHug-1.0.typelib file to
+  Colorhug-1.0.typelib, thus its package has been renamed as well.
+
+---

Old:

  colord-1.3.5.tar.xz
  colord-1.3.5.tar.xz.asc

New:

  colord-1.4.1.tar.xz
  colord-1.4.1.tar.xz.asc



Other differences:
--
++ colord.spec ++
--- /var/tmp/diff_new_pack.M7EXzD/_old  2017-09-29 11:50:47.097733902 +0200
+++ /var/tmp/diff_new_pack.M7EXzD/_new  2017-09-29 11:50:47.097733902 +0200
@@ -19,7 +19,7 @@
 %define _udevrulesdir %(pkg-config --variable=udevdir udev)/rules.d
 
 Name:   colord
-Version:1.3.5
+Version:1.4.1
 Release:0
 Summary:System Daemon for Managing Color Devices
 License:GPL-2.0+
@@ -32,9 +32,10 @@
 Source3:usr.lib.colord
 Source99:   baselibs.conf
 BuildRequires:  argyllcms
+BuildRequires:  docbook-utils
 BuildRequires:  gobject-introspection-devel
-BuildRequires:  intltool
-BuildRequires:  vala
+BuildRequires:  gtk-doc
+BuildRequires:  meson
 BuildRequires:  pkgconfig(bash-completion) >= 2.0
 BuildRequires:  pkgconfig(dbus-1)
 BuildRequires:  pkgconfig(gio-2.0) >= 2.25.9
@@ -51,6 +52,7 @@
 BuildRequires:  pkgconfig(sqlite3)
 BuildRequires:  pkgconfig(systemd)
 BuildRequires:  pkgconfig(udev)
+BuildRequires:  pkgconfig(vapigen)
 Requires(pre):  pwdutils
 Requires:   argyllcms
 Requires:   colord-color-profiles
@@ -85,8 +87,8 @@
 
 %package color-profiles
 Summary:System Daemon for Managing Color Devices -- Color profiles
-Group:  

commit colord for openSUSE:Factory

2016-09-21 Thread h_root
Hello community,

here is the log from the commit of package colord for openSUSE:Factory checked 
in at 2016-09-21 18:27:29

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.changes2016-08-18 
09:17:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.colord.new/colord.changes   2016-09-21 
18:27:30.0 +0200
@@ -9,0 +10 @@
+  + Updated translations.



Other differences:
--





commit colord for openSUSE:Factory

2016-08-18 Thread h_root
Hello community,

here is the log from the commit of package colord for openSUSE:Factory checked 
in at 2016-08-18 09:17:06

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.changes2016-03-29 
14:37:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.colord.new/colord.changes   2016-08-18 
09:17:07.0 +0200
@@ -1,0 +2,15 @@
+Fri Aug  5 13:24:06 UTC 2016 - zai...@opensuse.org
+
+- Update to version 1.3.3:
+  + Check polkit version before defining g_autoptr macros.
+  + Fix an assert failure when connecting to sensors.
+  + Fix gtk-doc build when srcdir != builddir.
+  + Increase timeout to 60s for argyll spotread sampling.
+  + Use the USB path to match the ArgyllCMS port.
+
+---
+Thu Apr 14 11:08:55 UTC 2016 - idon...@suse.com
+
+- Update to GNOME 3.20  Fate#318572
+
+---

Old:

  colord-1.3.2.tar.xz
  colord-1.3.2.tar.xz.asc

New:

  colord-1.3.3.tar.xz
  colord-1.3.3.tar.xz.asc



Other differences:
--
++ colord.spec ++
--- /var/tmp/diff_new_pack.l2IbJu/_old  2016-08-18 09:17:08.0 +0200
+++ /var/tmp/diff_new_pack.l2IbJu/_new  2016-08-18 09:17:08.0 +0200
@@ -19,7 +19,7 @@
 %define _udevrulesdir %(pkg-config --variable=udevdir udev)/rules.d
 
 Name:   colord
-Version:1.3.2
+Version:1.3.3
 Release:0
 Summary:System Daemon for Managing Color Devices
 License:GPL-2.0+

++ colord-1.3.2.tar.xz -> colord-1.3.3.tar.xz ++
 11847 lines of diff (skipped)





commit colord for openSUSE:Factory

2016-03-29 Thread h_root
Hello community,

here is the log from the commit of package colord for openSUSE:Factory checked 
in at 2016-03-29 14:37:55

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.changes2015-10-14 
16:43:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.colord.new/colord.changes   2016-03-29 
14:37:57.0 +0200
@@ -1,0 +2,59 @@
+Mon Mar 21 16:44:58 UTC 2016 - dims...@opensuse.org
+
+- Update to version 1.3.2:
+  + New Features:
+- Make building the daemon optional.
+- Make the session helper optional.
+- libcolorhug: Add initial support for the v2 protocol used by
+  ColorHug+.
+  + Bugfixes:
+- libcolord: Fix a hard-to-reproduce bug when cancelling async
+  operations.
+- libcolorhug: Fix a crash when submitting lots of commands at
+  the same time.
+- Replace '/' with '-' on the basename to fix calibration
+  crash.
+
+---
+Thu Feb 18 10:04:55 UTC 2016 - fcro...@suse.com
+
+- Rely on _tmpfilesdir macro to locate the directory to use for
+  store tmpfiles config files by using --with-tmpfilesdir to
+  configure.
+
+---
+Tue Feb 16 13:55:44 UTC 2016 - dims...@opensuse.org
+
+- Update to version 1.3.1:
+  + New Features:
+- Add a sensor error for missing dark calibration.
+- Add g_autoptr() defines for cd_color*.
+- Add get-spectral-reading command to colormgr.
+- Add the GetSpectrum() sensor D-Bus method.
+- Allow returning spectral readings from the Spark sensor.
+- libcolord:
+  . Add an error enum for missing irradiance calibration.
+  . Add a spectral sensor capability.
+  . Add cd_sensor_get_spectrum().
+  . Add cd_spectrum_get_value_max().
+  . Add cd_spectrum_limit_min().
+  . Add cd_spectrum_planckian_new_full().
+  . Add cd_spectrum_resample().
+  . Add cd_spectrum_set_wavelength_cal().
+  . Add cd_spectrum_subtract().
+  . Add cd_spectrum_to_string().
+  + Bugfixes:
+- Add a systemd user service corresponding to the D-Bus session
+  service.
+- Add a tmpfiles.d snippet to fix stateless systems.
+- data: Build Rec709 correctly.
+- Ignore the ColorHug+ in DFU mode.
+- Install the tmpfiles.d snippet in the right place.
+- Reset the sensor back to idle after each action.
+- libcolord:
+  . Fix a tiny memory leak in cd_icc_get_tag_data().
+  . Fix saving non-normalized spectra.
+  . Make cd_spectrum_free() NULL-safe.
+  . Return an error when we fail to estimate the gamma value.
+
+---

Old:

  colord-1.2.12.tar.xz
  colord-1.2.12.tar.xz.asc

New:

  colord-1.3.2.tar.xz
  colord-1.3.2.tar.xz.asc



Other differences:
--
++ colord.spec ++
--- /var/tmp/diff_new_pack.r1ufND/_old  2016-03-29 14:37:58.0 +0200
+++ /var/tmp/diff_new_pack.r1ufND/_new  2016-03-29 14:37:58.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package colord
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 %define _udevrulesdir %(pkg-config --variable=udevdir udev)/rules.d
 
 Name:   colord
-Version:1.2.12
+Version:1.3.2
 Release:0
 Summary:System Daemon for Managing Color Devices
 License:GPL-2.0+
@@ -130,6 +130,7 @@
 --enable-polkit \
 --with-daemon-user=colord \
 --enable-vala \
+--with-tmpfilesdir=%{_tmpfilesdir} \
 --enable-systemd-login
 make %{?_smp_mflags}
 
@@ -248,6 +249,8 @@
 %dir %{_datadir}/vala
 %dir %{_datadir}/vala/vapi
 %{_datadir}/vala/vapi/colord.vapi
+%{_userunitdir}/colord-session.service
+%{_tmpfilesdir}/colord.conf
 
 %files lang -f %{name}.lang
 %defattr(-, root, root)

++ colord-1.2.12.tar.xz -> colord-1.3.2.tar.xz ++
 105660 lines of diff (skipped)





commit colord for openSUSE:Factory

2015-10-14 Thread h_root
Hello community,

here is the log from the commit of package colord for openSUSE:Factory checked 
in at 2015-10-14 16:43:43

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.changes2015-10-06 
16:09:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.colord.new/colord.changes   2015-10-14 
16:43:44.0 +0200
@@ -1,0 +2,6 @@
+Wed Oct  7 14:27:19 UTC 2015 - dims...@opensuse.org
+
+- Apparmor profile (usr.lib.colord): Add capability dac_override
+  (boo#948892).
+
+---



Other differences:
--


++ usr.lib.colord ++
--- /var/tmp/diff_new_pack.XRbArV/_old  2015-10-14 16:43:45.0 +0200
+++ /var/tmp/diff_new_pack.XRbArV/_new  2015-10-14 16:43:45.0 +0200
@@ -5,6 +5,7 @@
   #include 
   #include 
 
+  capability dac_override,
 
   deny /usr/share/gvfs/remote-volume-monitors/ r,
   deny /usr/share/gvfs/remote-volume-monitors/afc.monitor r,




commit colord for openSUSE:Factory

2015-10-06 Thread h_root
Hello community,

here is the log from the commit of package colord for openSUSE:Factory checked 
in at 2015-10-06 16:09:07

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.changes2015-07-05 
18:01:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.colord.new/colord.changes   2015-10-06 
16:09:09.0 +0200
@@ -1,0 +2,23 @@
+Mon Sep  7 19:40:11 UTC 2015 - mplus...@suse.com
+
+- Add gpg signature
+
+---
+Mon Sep  7 09:40:33 UTC 2015 - zai...@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.
+
+---

Old:

  colord-1.2.11.tar.xz

New:

  colord-1.2.12.tar.xz
  colord-1.2.12.tar.xz.asc
  colord.keyring



Other differences:
--
++ colord.spec ++
--- /var/tmp/diff_new_pack.02AR4X/_old  2015-10-06 16:09:10.0 +0200
+++ /var/tmp/diff_new_pack.02AR4X/_new  2015-10-06 16:09:10.0 +0200
@@ -19,15 +19,17 @@
 %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+
 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
+Source2:%{name}.keyring
 # Apparmor profile
-Source1:usr.lib.colord
+Source3:usr.lib.colord
 Source99:   baselibs.conf
 BuildRequires:  argyllcms
 BuildRequires:  gobject-introspection-devel
@@ -43,7 +45,7 @@
 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 +128,9 @@
 %configure \
 --disable-static \
 --enable-polkit \
---with-daemon-user=colord --enable-vala
+--with-daemon-user=colord \
+--enable-vala \
+--enable-systemd-login
 make %{?_smp_mflags}
 
 %install
@@ -136,7 +140,7 @@
 find %{buildroot} -type f -name '*.la' -delete -print
 
 mkdir %{buildroot}/etc/apparmor.d
-install -c -m 644 %{SOURCE1} %{buildroot}/etc/apparmor.d/
+install -c -m 644 %{SOURCE3} %{buildroot}/etc/apparmor.d/
 # Manually install prebuilt man pages, since we don't have docbook2man
 pushd man
 test ! -f %{buildroot}%{_mandir}/man1/*

++ colord-1.2.11.tar.xz -> colord-1.2.12.tar.xz ++
 4743 lines of diff (skipped)




commit colord for openSUSE:Factory

2015-07-05 Thread h_root
Hello community,

here is the log from the commit of package colord for openSUSE:Factory checked 
in at 2015-07-05 18:01:19

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.changes2015-05-23 
12:57:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.colord.new/colord.changes   2015-07-05 
18:01:20.0 +0200
@@ -1,0 +2,17 @@
+Sun Jun 21 09:34:57 UTC 2015 - zai...@opensuse.org
+
+- Update to version 1.2.11:
+  + New Features:
+- Add defines and artwork for the Spyder5 device.
+- Add defines for the OceanOptics Spark sensor.
+- libcolorhug:
+  . Add ch_device_close.
+  . Handle low-level commands when in Sensor HID mode.
+  + Bugfixes:
+- libcolord:
+  . Fix leak in cd_context_lcms_free.
+  . Fix leak previously in cd_client_connect_cb.
+- Only return devices created by the calling user when doing
+  GetDevices.
+
+---

Old:

  colord-1.2.10.tar.xz

New:

  colord-1.2.11.tar.xz



Other differences:
--
++ colord.spec ++
--- /var/tmp/diff_new_pack.Ug5D0d/_old  2015-07-05 18:01:21.0 +0200
+++ /var/tmp/diff_new_pack.Ug5D0d/_new  2015-07-05 18:01:21.0 +0200
@@ -19,7 +19,7 @@
 %define _udevrulesdir %(pkg-config --variable=udevdir udev)/rules.d
 
 Name:   colord
-Version:1.2.10
+Version:1.2.11
 Release:0
 Summary:System Daemon for Managing Color Devices
 License:GPL-2.0+

++ colord-1.2.10.tar.xz - colord-1.2.11.tar.xz ++
 33884 lines of diff (skipped)




commit colord for openSUSE:Factory

2015-05-23 Thread h_root
Hello community,

here is the log from the commit of package colord for openSUSE:Factory checked 
in at 2015-05-23 12:57:40

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.changes2015-04-10 
09:49:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.colord.new/colord.changes   2015-05-23 
12:57:42.0 +0200
@@ -1,0 +2,6 @@
+Fri May 22 11:57:12 UTC 2015 - zai...@opensuse.org
+
+- Add explicit pkgconfig(libudev) BuildRequires: Configure checks
+  for it.
+
+---



Other differences:
--
++ colord.spec ++
--- /var/tmp/diff_new_pack.vXKfRf/_old  2015-05-23 12:57:43.0 +0200
+++ /var/tmp/diff_new_pack.vXKfRf/_new  2015-05-23 12:57:43.0 +0200
@@ -44,6 +44,7 @@
 BuildRequires:  pkgconfig(gusb) = 0.2.2
 BuildRequires:  pkgconfig(lcms2) = 2.6
 BuildRequires:  pkgconfig(libsystemd-login) = 44
+BuildRequires:  pkgconfig(libudev)
 BuildRequires:  pkgconfig(polkit-gobject-1) = 0.103
 BuildRequires:  pkgconfig(sqlite3)
 BuildRequires:  pkgconfig(systemd)




commit colord for openSUSE:Factory

2015-03-03 Thread h_root
Hello community,

here is the log from the commit of package colord for openSUSE:Factory checked 
in at 2015-03-03 11:10:25

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.changes2015-01-30 
06:04:36.0 +0100
+++ /work/SRC/openSUSE:Factory/.colord.new/colord.changes   2015-03-03 
11:10:26.0 +0100
@@ -1,0 +2,11 @@
+Fri Feb 27 09:32:10 UTC 2015 - dims...@opensuse.org
+
+- Update to version 1.2.9:
+  + New Features of colorhug:
+- Add support for the ColorHug ALS device.
+- Return the exact address on verification failure.
+  + Bugfixes:
+- Fix cd-test-private linking.
+- Fix reporting of logind errors.
+
+---

Old:

  colord-1.2.8.tar.xz

New:

  colord-1.2.9.tar.xz



Other differences:
--
++ colord.spec ++
--- /var/tmp/diff_new_pack.bywcFk/_old  2015-03-03 11:10:27.0 +0100
+++ /var/tmp/diff_new_pack.bywcFk/_new  2015-03-03 11:10:27.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package colord
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 %define _udevrulesdir %(pkg-config --variable=udevdir udev)/rules.d
 
 Name:   colord
-Version:1.2.8
+Version:1.2.9
 Release:0
 Summary:System Daemon for Managing Color Devices
 License:GPL-2.0+

++ colord-1.2.8.tar.xz - colord-1.2.9.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/colord-1.2.8/ChangeLog new/colord-1.2.9/ChangeLog
--- old/colord-1.2.8/ChangeLog  2015-01-15 10:19:53.0 +0100
+++ new/colord-1.2.9/ChangeLog  2015-02-20 20:44:49.0 +0100
@@ -1,6 +1,109 @@
+commit dbca12584d38ae28aa04fc238136d86d367e37db
+Author: Richard Hughes rich...@hughsie.com
+Date:   2015-02-20
+
+Release colord 1.2.9
+
+M  NEWS
+M  doc/website/download.html
+
+commit 8a2ebf256c830c7fee3aeed4fe4b0dfef88894ed
+Author: Richard Hughes rich...@hughsie.com
+Date:  2015-02-20
+
+trivial: Update the GtkDoc markup for the ColorHugALS support
+
+M  lib/colorhug/ch-common.h
+
+commit 47295896713aeb42584d20ae0edd7a6075636c30
+Author: Christopher James Halse Rogers r...@ubuntu.com
+Date:  2015-02-19
+
+Fix reporting of logind errors.
+
+The sd_* functions follow the kernel style of returning the negation
+of the relevant
+errno value on error. We therefore need to negate the return value
+before passing
+it to strerror().
+
+M  src/cd-main.c
+
+commit d4c31cc698c1085fd5f9a83b614772ea0119a8c2
+Author: Richard Hughes rich...@hughsie.com
+Date:  2015-02-16
+
+colorhug: Return the exact address on verification failure
+
+M  lib/colorhug/ch-device-queue.c
+
+commit d8bc0e74f608753f84c89ff0d8d5e6babc1a1b62
+Author: Richard Hughes rich...@hughsie.com
+Date:  2015-02-09
+
+colorhug: Add CH_ERROR_SELF_TEST_EEPROM error code
+
+M  lib/colorhug/ch-common.c
+M  lib/colorhug/ch-common.h
+
+commit ef72e9006e06c0bd315435a64b1157d5d71e8ae6
+Author: Richard Hughes rich...@hughsie.com
+Date:  2015-02-09
+
+trivial: Hide the _LAST enum from the gtk-doc scanner
+
+M  lib/colorhug/ch-common.h
+
+commit 2e3bfe5873d408a58769a7f5ccfd43054a7d
+Author: Richard Hughes rich...@hughsie.com
+Date:  2015-02-05
+
+colorhug: Add support for the ColorHug ALS device
+
+M  lib/colorhug/ch-common.c
+M  lib/colorhug/ch-common.h
+M  lib/colorhug/ch-device-queue.c
+M  lib/colorhug/ch-device.c
+M  lib/colorhug/ch-device.h
+M  lib/colorhug/ch-inhx32.c
+M  lib/colorhug/ch-inhx32.h
+M  rules/69-cd-sensors.rules.in
+
+commit 98204831008414576eba2907277842c62e5a4aee
+Author: Christopher James Halse Rogers r...@ubuntu.com
+Date:  2015-02-13
+
+Fix cd-test-private linking.
+
+cd-test-private directly uses symbols from lcms2, so it's not
+incorrect for it
+to explicitly link to LCMS_LIBS.
+
+I'm not entirely sure why libtool isn't adding that link
+automatically, though.
+
+M  lib/colord/Makefile.am
+
+commit 8360abdc60975853cef7286983cc9eb19404ef5d
+Author: Richard Hughes rich...@hughsie.com
+Date:  2015-01-15
+
+trivial: Endpoints are uint8 in size
+
+M  lib/colorhug/ch-common.h
+
+commit c5a77d70d1d4935a4ccec5f1a0ffab2972c02a21
+Author: Richard Hughes rich...@hughsie.com
+Date:  2015-01-15
+
+trivial: post release version 

commit colord for openSUSE:Factory

2015-01-29 Thread h_root
Hello community,

here is the log from the commit of package colord for openSUSE:Factory checked 
in at 2015-01-30 06:04:33

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.changes2014-12-29 
00:33:11.0 +0100
+++ /work/SRC/openSUSE:Factory/.colord.new/colord.changes   2015-01-30 
06:04:36.0 +0100
@@ -1,0 +2,10 @@
+Tue Jan 27 18:12:09 UTC 2015 - dims...@opensuse.org
+
+- Update to version 1.2.8:
+  + Bugfixes:
+- Check for dbus when enabling sane.
+- Do not use the deprecated GUsbDeviceList.
+- Fix build without gobject-introspection.
+- Fix possible critical warning when using g_dbus_watch_name().
+
+---

Old:

  colord-1.2.7.tar.xz

New:

  colord-1.2.8.tar.xz



Other differences:
--
++ colord.spec ++
--- /var/tmp/diff_new_pack.BKUy9t/_old  2015-01-30 06:04:37.0 +0100
+++ /var/tmp/diff_new_pack.BKUy9t/_new  2015-01-30 06:04:37.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package colord
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 %define _udevrulesdir %(pkg-config --variable=udevdir udev)/rules.d
 
 Name:   colord
-Version:1.2.7
+Version:1.2.8
 Release:0
 Summary:System Daemon for Managing Color Devices
 License:GPL-2.0+
@@ -41,7 +41,7 @@
 BuildRequires:  pkgconfig(gmodule-2.0)
 BuildRequires:  pkgconfig(gobject-2.0)
 BuildRequires:  pkgconfig(gudev-1.0)
-BuildRequires:  pkgconfig(gusb) = 0.1.1
+BuildRequires:  pkgconfig(gusb) = 0.2.2
 BuildRequires:  pkgconfig(lcms2) = 2.6
 BuildRequires:  pkgconfig(libsystemd-login) = 44
 BuildRequires:  pkgconfig(polkit-gobject-1) = 0.103

++ colord-1.2.7.tar.xz - colord-1.2.8.tar.xz ++
 6949 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit colord for openSUSE:Factory

2014-12-28 Thread h_root
Hello community,

here is the log from the commit of package colord for openSUSE:Factory checked 
in at 2014-12-29 00:33:09

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.changes2014-12-17 
19:18:45.0 +0100
+++ /work/SRC/openSUSE:Factory/.colord.new/colord.changes   2014-12-29 
00:33:11.0 +0100
@@ -1,0 +2,5 @@
+Mon Dec 22 16:52:20 UTC 2014 - fcro...@suse.com
+
+- Update apparmor profile for USB profiling (boo#901148).
+
+---



Other differences:
--
++ usr.lib.colord ++
--- /var/tmp/diff_new_pack.Uj9OX4/_old  2014-12-29 00:33:12.0 +0100
+++ /var/tmp/diff_new_pack.Uj9OX4/_new  2014-12-29 00:33:12.0 +0100
@@ -10,16 +10,22 @@
   deny /usr/share/gvfs/remote-volume-monitors/afc.monitor r,
   deny /usr/share/gvfs/remote-volume-monitors/udisks2.monitor r,
 
+  /dev/ r,
+  /dev/bus/usb/ r,
+  /dev/bus/usb/[0-9]*/[0-9]* rw,
   /etc/colord.conf r,
   /etc/fstab r,
   /etc/udev/hwdb.bin r,
   /etc/udev/udev.conf r,
+  /proc/*/fd/ r,
+  /proc/*/mountinfo r,
   /proc/*/mounts r,
   /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,
+  /run/udev/queue.bin r,
   /sys/bus/ r,
   /sys/bus/usb/devices/ r,
   /sys/class/ r,
@@ -27,6 +33,7 @@
   /sys/class/video4linux/** r,
   /sys/class/video4linux/ r,
   /sys/devices/** r,
+  /usr/bin/spotread ix, # inherit colord profile, needed to support USB 
colorimeter not natively supported by colord
   /usr/lib/colord mr,
   /usr/local/share/mime/** r,
   /usr/share/color/**/ r,

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit colord for openSUSE:Factory

2014-12-17 Thread h_root
Hello community,

here is the log from the commit of package colord for openSUSE:Factory checked 
in at 2014-12-17 19:19:47

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.changes2014-11-29 
08:39:39.0 +0100
+++ /work/SRC/openSUSE:Factory/.colord.new/colord.changes   2014-12-17 
19:18:45.0 +0100
@@ -1,0 +2,9 @@
+Tue Dec 16 10:48:19 UTC 2014 - dims...@opensuse.org
+
+- Update to version 1.2.7:
+  + Bugfixes:
+- Don't build the daemon when compiling for MinGW.
+- Use wine to run the client build tools when compiling under
+  MinGW.
+
+---

Old:

  colord-1.2.6.tar.xz

New:

  colord-1.2.7.tar.xz



Other differences:
--
++ colord.spec ++
--- /var/tmp/diff_new_pack.TChqP6/_old  2014-12-17 19:18:46.0 +0100
+++ /var/tmp/diff_new_pack.TChqP6/_new  2014-12-17 19:18:46.0 +0100
@@ -19,7 +19,7 @@
 %define _udevrulesdir %(pkg-config --variable=udevdir udev)/rules.d
 
 Name:   colord
-Version:1.2.6
+Version:1.2.7
 Release:0
 Summary:System Daemon for Managing Color Devices
 License:GPL-2.0+

++ colord-1.2.6.tar.xz - colord-1.2.7.tar.xz ++
 16327 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit colord for openSUSE:Factory

2014-11-28 Thread h_root
Hello community,

here is the log from the commit of package colord for openSUSE:Factory checked 
in at 2014-11-29 08:39:34

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.changes2014-11-18 
22:46:51.0 +0100
+++ /work/SRC/openSUSE:Factory/.colord.new/colord.changes   2014-11-29 
08:39:39.0 +0100
@@ -1,0 +2,40 @@
+Thu Nov 27 09:50:45 UTC 2014 - dims...@opensuse.org
+
+- Update to version 1.2.6:
+  + New Features:
+- Allowing compile using mingw.
+- Make the ArgyllCMS sensor driver optional.
+- libcolord:
+  . Add cd_it8_get_xyz_for_rgb().
+  . Add cd_it8_utils_calculate_gamma().
+  . Add cd_spectrum_get_resolution().
+  . Add cd_spectrum_get_value_raw().
+  . Add cd_spectrum_normalize_max().
+  . Add cd_spectrum_set_value().
+  + Bugfixes:
+- libcolord:
+  . Allow a SPECTRAL_START_NM value of zero.
+  . Always replace CCSS spectral data of the same ID.
+  . Deep copy the spectral data when using cd_spectrum_dup().
+  . Fix using cd_it8_add_spectrum() where the spectra have no
+ID values.
+  . Never allow duplicate CCSS IDs for small wavelength ranges.
+  . Only set SPECTRAL_NORM when the normalisation is enabled.
+  . Return correct values when no LUMINANCE_XYZ_CDM2 is
+specified.
+  . Use double precision for SPECTRAL_START_NM and
+SPECTRAL_END_NM.
+  . When using cd_it8_add_spectrum() replace any with the same
+ID.
+- Changes from version 1.2.5:
+  + New Features:
+- Add a branding-less ColorHug2 figure.
+- Add the calculate-ccmx subcommand to cd-it8.
+- Install the now-useful cd-it8 helper.
+  + Bugfixes:
+- Drop nb.po, its superfluous with nb_NO.po around.
+- Fix a crash in the session helper while calibrating.
+- Remove the private cd-find-broken tool.
+- Add argyllcms BuildRequires and Requires.
+
+---

Old:

  colord-1.2.4.tar.xz

New:

  colord-1.2.6.tar.xz



Other differences:
--
++ colord.spec ++
--- /var/tmp/diff_new_pack.IeSkRr/_old  2014-11-29 08:39:40.0 +0100
+++ /var/tmp/diff_new_pack.IeSkRr/_new  2014-11-29 08:39:40.0 +0100
@@ -19,7 +19,7 @@
 %define _udevrulesdir %(pkg-config --variable=udevdir udev)/rules.d
 
 Name:   colord
-Version:1.2.4
+Version:1.2.6
 Release:0
 Summary:System Daemon for Managing Color Devices
 License:GPL-2.0+
@@ -29,6 +29,7 @@
 # Apparmor profile
 Source1:usr.lib.colord
 Source99:   baselibs.conf
+BuildRequires:  argyllcms
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  intltool
 BuildRequires:  vala
@@ -48,6 +49,7 @@
 BuildRequires:  pkgconfig(systemd)
 BuildRequires:  pkgconfig(udev)
 Requires(pre):  pwdutils
+Requires:   argyllcms
 Requires:   shared-color-profiles
 Recommends: %{name}-lang
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -185,6 +187,7 @@
 %{_bindir}/cd-create-profile
 %{_bindir}/cd-fix-profile
 %{_bindir}/cd-iccdump
+%{_bindir}/cd-it8
 %{_bindir}/colormgr
 %{_libdir}/colord-sensors/
 %{_libexecdir}/%{name}
@@ -199,6 +202,7 @@
 %{_datadir}/polkit-1/actions/org.freedesktop.color.policy
 %{_mandir}/man1/cd-create-profile.1%{?ext_man}
 %{_mandir}/man1/cd-fix-profile.1%{?ext_man}
+%{_mandir}/man1/cd-it8.1%{?ext_man}
 %{_mandir}/man1/colormgr.1%{?ext_man}
 %dir /etc/apparmor.d/
 %config /etc/apparmor.d/usr.lib.colord

++ colord-1.2.4.tar.xz - colord-1.2.6.tar.xz ++
 38964 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit colord for openSUSE:Factory

2014-11-18 Thread h_root
Hello community,

here is the log from the commit of package colord for openSUSE:Factory checked 
in at 2014-11-18 22:46:00

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.changes2014-10-15 
16:42:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.colord.new/colord.changes   2014-11-18 
22:46:51.0 +0100
@@ -1,0 +2,11 @@
+Sun Oct 19 20:57:45 UTC 2014 - zai...@opensuse.org
+
+- Update to version 1.2.4:
+  + New Features:
+- libcolord: Add cd_mat33_init() helper function.
+- libcolorhug: Retry the command if the response is incomplete.
+  + Bugfixes:
+- Don't enable PIE support when --without-pic is specified.
+- libcolord: Build with PIE enabled.
+
+---

Old:

  colord-1.2.3.tar.xz

New:

  colord-1.2.4.tar.xz



Other differences:
--
++ colord.spec ++
--- /var/tmp/diff_new_pack.ZPNa8p/_old  2014-11-18 22:46:54.0 +0100
+++ /var/tmp/diff_new_pack.ZPNa8p/_new  2014-11-18 22:46:54.0 +0100
@@ -19,7 +19,7 @@
 %define _udevrulesdir %(pkg-config --variable=udevdir udev)/rules.d
 
 Name:   colord
-Version:1.2.3
+Version:1.2.4
 Release:0
 Summary:System Daemon for Managing Color Devices
 License:GPL-2.0+

++ colord-1.2.3.tar.xz - colord-1.2.4.tar.xz ++
 34774 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit colord for openSUSE:Factory

2014-10-15 Thread h_root
Hello community,

here is the log from the commit of package colord for openSUSE:Factory checked 
in at 2014-10-15 16:41:16

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.changes2014-09-30 
19:37:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.colord.new/colord.changes   2014-10-15 
16:42:12.0 +0200
@@ -1,0 +2,5 @@
+Tue Oct 14 18:22:29 UTC 2014 - opens...@cboltz.de
+
+- AppArmor profile: allow reading /etc/udev/hwdb.bin (bnc#901148) 
+
+---



Other differences:
--
++ usr.lib.colord ++
--- /var/tmp/diff_new_pack.9kJhsH/_old  2014-10-15 16:42:13.0 +0200
+++ /var/tmp/diff_new_pack.9kJhsH/_new  2014-10-15 16:42:13.0 +0200
@@ -12,6 +12,7 @@
 
   /etc/colord.conf r,
   /etc/fstab r,
+  /etc/udev/hwdb.bin r,
   /etc/udev/udev.conf r,
   /proc/*/mounts r,
   /proc/*/cgroup r,

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit colord for openSUSE:Factory

2014-09-30 Thread h_root
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.changes2014-07-04 
17:18:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.colord.new/colord.changes   2014-09-30 
19:37:09.0 +0200
@@ -1,0 +2,35 @@
+Mon Sep 15 06:47:53 UTC 2014 - kkae...@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 - dims...@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 - meiss...@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.0 +0200
+++ /var/tmp/diff_new_pack.F5eThz/_new  2014-09-30 19:37:10.0 +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.0 +0200
+++ /var/tmp/diff_new_pack.F5eThz/_new  2014-09-30 19:37:11.0 +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+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit colord for openSUSE:Factory

2014-07-04 Thread h_root
Hello community,

here is the log from the commit of package colord for openSUSE:Factory checked 
in at 2014-07-04 17:18:34

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.changes2014-06-16 
21:43:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.colord.new/colord.changes   2014-07-04 
17:18:45.0 +0200
@@ -1,0 +2,15 @@
+Tue Jul  1 17:47:51 UTC 2014 - dims...@opensuse.org
+
+- Update to version 1.2.1:
+  + New Features:
+- Allow users to rename session and system ICC profiles.
+  + Bugfixes:
+- Fix building the CMF spectra on OpenBSD/sparc64.
+- Fix the style of two colorimeter figures.
+- Make colord polkit policy usable on servers.
+- Trim out the CUPS-supplied prefix for the printer serial
+  number.
+  + Updated translations.
+- Drop type-mismatch.patch: fixed upstream.
+
+---
@@ -4 +19 @@
-- type-mismatch.patch: fix type mismatch (fdo#77535)
+- type-mismatch.patch: fix type mismatch (fdo#77535).

Old:

  colord-1.2.0.tar.xz
  type-mismatch.patch

New:

  colord-1.2.1.tar.xz



Other differences:
--
++ colord.spec ++
--- /var/tmp/diff_new_pack.Wmx48B/_old  2014-07-04 17:18:46.0 +0200
+++ /var/tmp/diff_new_pack.Wmx48B/_new  2014-07-04 17:18:46.0 +0200
@@ -19,7 +19,7 @@
 %define _udevrulesdir %(pkg-config --variable=udevdir udev)/rules.d
 
 Name:   colord
-Version:1.2.0
+Version:1.2.1
 Release:0
 Summary:System Daemon for Managing Color Devices
 License:GPL-2.0+
@@ -29,8 +29,6 @@
 # Apparmor profile
 Source1:usr.lib.colord
 Source99:   baselibs.conf
-# PATCH-FIX-UPSTREAM type-mismatch.patch fdo#77535 sch...@linux-m68k.org -- 
Fix type mismatch on build 
-Patch0: type-mismatch.patch
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  intltool
 BuildRequires:  vala
@@ -120,7 +118,6 @@
 %lang_package
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %configure \

++ colord-1.2.0.tar.xz - colord-1.2.1.tar.xz ++
 25056 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit colord for openSUSE:Factory

2014-06-16 Thread h_root
Hello community,

here is the log from the commit of package colord for openSUSE:Factory checked 
in at 2014-06-16 21:43:19

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.changes2014-05-05 
21:14:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.colord.new/colord.changes   2014-06-16 
21:43:54.0 +0200
@@ -1,0 +2,5 @@
+Sun May 18 22:16:01 UTC 2014 - sch...@linux-m68k.org
+
+- type-mismatch.patch: fix type mismatch (fdo#77535)
+
+---

New:

  type-mismatch.patch



Other differences:
--
++ colord.spec ++
--- /var/tmp/diff_new_pack.bZ4RLE/_old  2014-06-16 21:43:55.0 +0200
+++ /var/tmp/diff_new_pack.bZ4RLE/_new  2014-06-16 21:43:55.0 +0200
@@ -29,6 +29,8 @@
 # Apparmor profile
 Source1:usr.lib.colord
 Source99:   baselibs.conf
+# PATCH-FIX-UPSTREAM type-mismatch.patch fdo#77535 sch...@linux-m68k.org -- 
Fix type mismatch on build 
+Patch0: type-mismatch.patch
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  intltool
 BuildRequires:  vala
@@ -118,6 +120,7 @@
 %lang_package
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure \

++ type-mismatch.patch ++
Index: colord-1.2.0/lib/colord/cd-it8.c
===
--- colord-1.2.0.orig/lib/colord/cd-it8.c
+++ colord-1.2.0/lib/colord/cd-it8.c
@@ -1424,7 +1424,7 @@ cd_it8_save_to_data (CdIt8 *it8,
gchar *data_tmp = NULL;
gchar *date_str = NULL;
GDateTime *datetime = NULL;
-   gsize size_tmp = 0;
+   cmsUInt32Number size_tmp = 0;
guint i;
 
g_return_val_if_fail (CD_IS_IT8 (it8), FALSE);
@@ -1494,10 +1494,10 @@ cd_it8_save_to_data (CdIt8 *it8,
}
 
/* write the file */
-   ret = cmsIT8SaveToMem (it8_lcms, NULL, (cmsUInt32Number *) size_tmp);
+   ret = cmsIT8SaveToMem (it8_lcms, NULL, size_tmp);
g_assert (ret);
data_tmp = g_malloc (size_tmp);
-   ret = cmsIT8SaveToMem (it8_lcms, data_tmp, (cmsUInt32Number *) 
size_tmp);
+   ret = cmsIT8SaveToMem (it8_lcms, data_tmp, size_tmp);
g_assert (ret);
 
/* save for caller */
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit colord for openSUSE:Factory

2014-05-05 Thread h_root
Hello community,

here is the log from the commit of package colord for openSUSE:Factory checked 
in at 2014-05-05 21:14:16

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.changes2014-03-17 
09:12:48.0 +0100
+++ /work/SRC/openSUSE:Factory/.colord.new/colord.changes   2014-05-05 
21:14:37.0 +0200
@@ -1,0 +2,47 @@
+Mon Apr  7 17:50:42 UTC 2014 - zai...@opensuse.org
+
+- Update to version 1.2.0:
+  + New Features:
+- Generate the CMFs from source data.
+- Install several standard illuminants.
+- Install the CRI Test Color Samples.
+- Make colormgr script friendly by allowing filtering.
+- Colord:
+  . Add a RGB32 pixel format for GdkPixbuf.
+  . Add a utility function to calculate an XYZ value from a
+CMF.
+  . Add a whitepoint value to cd_color_xyz_to_uvw().
+  . Add CdColorUVW and some useful functionality.
+  . Add cd_color_xyz_to_cct().
+  . Add cd_icc_get_context() to get the internal cmsContext
+used lcms2.
+  . Add cd_it8_utils_calculate_cri_from_cmf() to generate a
+CRI.
+  . Add cd_spectrum_multiply() to multiply two spectra.
+  . Add cd_spectrum_planckian_new().
+  . Add functionality to read and write raw tag data.
+  . Support CCSS data files.
+  . Support SPECTRAL_NORM in it8 files.
+- colorhug: Support setting and getting the DAC value.
+  + Bugs fixed:
+- Correctly convert all of the image when using CdTransform.
+- EDID strings can be up to 13 bytes.
+- Fix the blue primary check so ProPhotoRGB is not marked as
+  invalid.
+- Fix the tag 'size' when viewing a profile in cd-iccdump with
+  newer lcms versions.
+- Colord:
+  . Do not invalidate the CdTransform if the CdIcc object does
+not change.
+  . Do not use G_GNUC_WARN_UNUSED_RESULT when uninhibiting.
+  . Fix a potential crash when destroying a CdIt8 object.
+  . Fix the GObject introspection for cd_device_get_profiles().
+  . Improve the error handling in CdIt8.
+  . Load the profile defaults when using
+cd_icc_create_default().
+- colorhug:
+  . Handle failure to initialise GUsb in self-tests.
+  . Rename 'ColorHug Spectro' to 'ColorHug+' for trademark
+reasons.
+
+---

Old:

  colord-1.1.7.tar.xz

New:

  colord-1.2.0.tar.xz



Other differences:
--
++ colord.spec ++
--- /var/tmp/diff_new_pack.NzavEf/_old  2014-05-05 21:14:38.0 +0200
+++ /var/tmp/diff_new_pack.NzavEf/_new  2014-05-05 21:14:38.0 +0200
@@ -19,7 +19,7 @@
 %define _udevrulesdir %(pkg-config --variable=udevdir udev)/rules.d
 
 Name:   colord
-Version:1.1.7
+Version:1.2.0
 Release:0
 Summary:System Daemon for Managing Color Devices
 License:GPL-2.0+

++ colord-1.1.7.tar.xz - colord-1.2.0.tar.xz ++
 60390 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit colord for openSUSE:Factory

2014-03-17 Thread h_root
Hello community,

here is the log from the commit of package colord for openSUSE:Factory checked 
in at 2014-03-17 09:12:45

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.changes2014-01-28 
15:37:55.0 +0100
+++ /work/SRC/openSUSE:Factory/.colord.new/colord.changes   2014-03-17 
09:12:48.0 +0100
@@ -1,0 +2,9 @@
+Sat Mar  8 12:47:22 UTC 2014 - dims...@opensuse.org
+
+- Update to version 1.1.7:
+  + New Feature: Use the new cmsContext functionality in LCMS 2.6.
+  + Bugfixes in libcolord:
+- Fix the GObject introspection for cd_device_get_profiles().
+- Load the profile defaults when using cd_icc_create_default().
+
+---

Old:

  colord-1.1.6.tar.xz

New:

  colord-1.1.7.tar.xz



Other differences:
--
++ colord.spec ++
--- /var/tmp/diff_new_pack.BQIMTJ/_old  2014-03-17 09:12:49.0 +0100
+++ /var/tmp/diff_new_pack.BQIMTJ/_new  2014-03-17 09:12:49.0 +0100
@@ -19,7 +19,7 @@
 %define _udevrulesdir %(pkg-config --variable=udevdir udev)/rules.d
 
 Name:   colord
-Version:1.1.6
+Version:1.1.7
 Release:0
 Summary:System Daemon for Managing Color Devices
 License:GPL-2.0+

++ colord-1.1.6.tar.xz - colord-1.1.7.tar.xz ++
 3528 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit colord for openSUSE:Factory

2014-01-28 Thread h_root
Hello community,

here is the log from the commit of package colord for openSUSE:Factory checked 
in at 2014-01-28 15:37:54

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.changes2013-12-16 
15:47:33.0 +0100
+++ /work/SRC/openSUSE:Factory/.colord.new/colord.changes   2014-01-28 
15:37:55.0 +0100
@@ -1,0 +2,12 @@
+Fri Jan 24 14:57:33 UTC 2014 - zai...@opensuse.org
+
+- Update to version 1.1.6:
+  + Bugs fixed:
+- Fix the tag 'size' when viewing a profile in cd-iccdump.
+- Only include libudev in Requires.private on Linux.
+- Use the corect sensor-kind values for GretagMacbeth sensors.
+- libcolord: Do not use G_GNUC_WARN_UNUSED_RESULT when
+  uninhibiting.
+- libcolorhug: Handle failure to initialise GUsb in self-tests.
+
+---

Old:

  colord-1.1.5.tar.xz

New:

  colord-1.1.6.tar.xz



Other differences:
--
++ colord.spec ++
--- /var/tmp/diff_new_pack.taMrDY/_old  2014-01-28 15:37:56.0 +0100
+++ /var/tmp/diff_new_pack.taMrDY/_new  2014-01-28 15:37:56.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package colord
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 %define _udevrulesdir %(pkg-config --variable=udevdir udev)/rules.d
 
 Name:   colord
-Version:1.1.5
+Version:1.1.6
 Release:0
 Summary:System Daemon for Managing Color Devices
 License:GPL-2.0+

++ colord-1.1.5.tar.xz - colord-1.1.6.tar.xz ++
 2585 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit colord for openSUSE:Factory

2013-12-16 Thread h_root
Hello community,

here is the log from the commit of package colord for openSUSE:Factory checked 
in at 2013-12-16 15:47:33

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.changes2013-11-25 
14:32:36.0 +0100
+++ /work/SRC/openSUSE:Factory/.colord.new/colord.changes   2013-12-16 
15:47:33.0 +0100
@@ -1,0 +2,21 @@
+Sun Dec 15 11:04:36 UTC 2013 - zai...@opensuse.org
+
+- Update to version 1.1.5:
+  + New Features:
+- Change the --enable-gudev parameter into --enable-udev.
+- Fall back to parsing pnp.ids if udev is not available.
+  + Bugs fixed:
+- Don't crash with zero-sized ICC file.
+- Never add USB hubs as scanner devices even if tagged.
+- Never create color managed webcam devices.
+- session-helper: Do not crash when moving the sensor position.
+- libcolord:
+  . Check that the vendor and model are valid UTF-8.
+  . Do not write invalid data when the resaving a profile.
+  . Don't create legacy locations.
+  . Ensure the parsed EDID strings are valid UTF-8.
+  . Ensure the version is set when creating from the EDID.
+  . Fix crash when using cd_color_get_blackbody_rgb().
+  . No critical warning if udev_hwdb_new() fails.
+
+---

Old:

  colord-1.1.4.tar.xz

New:

  colord-1.1.5.tar.xz



Other differences:
--
++ colord.spec ++
--- /var/tmp/diff_new_pack.aFBUPn/_old  2013-12-16 15:47:34.0 +0100
+++ /var/tmp/diff_new_pack.aFBUPn/_new  2013-12-16 15:47:34.0 +0100
@@ -19,7 +19,7 @@
 %define _udevrulesdir %(pkg-config --variable=udevdir udev)/rules.d
 
 Name:   colord
-Version:1.1.4
+Version:1.1.5
 Release:0
 Summary:System Daemon for Managing Color Devices
 License:GPL-2.0+

++ colord-1.1.4.tar.xz - colord-1.1.5.tar.xz ++
 3689 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit colord for openSUSE:Factory

2013-11-25 Thread h_root
Hello community,

here is the log from the commit of package colord for openSUSE:Factory checked 
in at 2013-11-25 14:32: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.changes2013-10-31 
15:38:50.0 +0100
+++ /work/SRC/openSUSE:Factory/.colord.new/colord.changes   2013-11-25 
14:32:36.0 +0100
@@ -1,0 +2,17 @@
+Wed Nov 20 21:10:43 UTC 2013 - dims...@opensuse.org
+
+- Update to version 1.1.4:
+  + Only syslog() profile additions when they're added via DBus.
+  + Reset the LCMS log handlers to default after use.
+  + Use the threadsafe versions of the LCMS functions.
+- Changes from version 1.1.3:
+  + Fix a very mild security bug: If you send keep sending hundreds
+of megabytes of random text data to the SetProperty() method
+you can eventually cause the daemon to use a lot of memory and
+then crash with an out-of-memory condition. As the daemon runs
+as restricted user and is respawned by any client, the system
+automatically recovers from it.
+  + Never print incomplete 'colormgr dump' output.
+  + Restrict the length of key and values when setting metadata.
+
+---

Old:

  colord-1.1.2.tar.xz

New:

  colord-1.1.4.tar.xz



Other differences:
--
++ colord.spec ++
--- /var/tmp/diff_new_pack.k2Hmro/_old  2013-11-25 14:32:37.0 +0100
+++ /var/tmp/diff_new_pack.k2Hmro/_new  2013-11-25 14:32:37.0 +0100
@@ -19,7 +19,7 @@
 %define _udevrulesdir %(pkg-config --variable=udevdir udev)/rules.d
 
 Name:   colord
-Version:1.1.2
+Version:1.1.4
 Release:0
 Summary:System Daemon for Managing Color Devices
 License:GPL-2.0+

++ colord-1.1.2.tar.xz - colord-1.1.4.tar.xz ++
 22734 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit colord for openSUSE:Factory

2013-10-31 Thread h_root
Hello community,

here is the log from the commit of package colord for openSUSE:Factory checked 
in at 2013-10-31 15:38:49

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.changes2013-10-17 
20:40:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.colord.new/colord.changes   2013-10-31 
15:38:50.0 +0100
@@ -1,0 +2,5 @@
+Wed Oct 23 21:49:30 UTC 2013 - opens...@cboltz.de
+
+- Another update for the apparmor profile (bnc#846301#c9).
+
+---



Other differences:
--
++ usr.lib.colord ++
--- /var/tmp/diff_new_pack.rOkTF2/_old  2013-10-31 15:38:52.0 +0100
+++ /var/tmp/diff_new_pack.rOkTF2/_new  2013-10-31 15:38:52.0 +0100
@@ -1,7 +1,7 @@
 # Last Modified: Thu Oct 17 14:07:52 2013
 #include tunables/global
 
-/usr/lib/colord {
+/usr/lib/colord (attach_disconnected) {
   #include abstractions/base
   #include abstractions/nameservice
 
@@ -15,6 +15,8 @@
   /etc/udev/udev.conf r,
   /proc/*/mounts r,
   /proc/*/cgroup r,
+  /proc/*/cmdline r, # not only @{pid}, bnc#846301
+  /run/systemd/sessions/[0-9]* r,
   /run/udev/data/* r,
   /sys/bus/ r,
   /sys/bus/usb/devices/ r,
@@ -42,4 +44,5 @@
 
   @{HOME}/.local/share/icc/*.icc r,
   @{HOME}/.local/share/color/icc/*.icc r,
+  /var/lib/gdm/.local/share/icc/*.icc r,
 }

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit colord for openSUSE:Factory

2013-10-17 Thread h_root
Hello community,

here is the log from the commit of package colord for openSUSE:Factory checked 
in at 2013-10-17 20:35:21

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.changes2013-09-23 
14:21:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.colord.new/colord.changes   2013-10-17 
20:40:26.0 +0200
@@ -1,0 +2,5 @@
+Thu Oct 17 12:08:56 UTC 2013 - opens...@cboltz.de
+
+- Update apparmor profile (bnc#846301).
+
+---



Other differences:
--
++ usr.lib.colord ++
--- /var/tmp/diff_new_pack.YgzLhm/_old  2013-10-17 20:40:27.0 +0200
+++ /var/tmp/diff_new_pack.YgzLhm/_new  2013-10-17 20:40:27.0 +0200
@@ -1,4 +1,4 @@
-# Last Modified: Thu Jul  5 16:42:52 2012
+# Last Modified: Thu Oct 17 14:07:52 2013
 #include tunables/global
 
 /usr/lib/colord {
@@ -19,10 +19,12 @@
   /sys/bus/ r,
   /sys/bus/usb/devices/ r,
   /sys/class/ r,
+  /sys/class/drm/ r,
   /sys/class/video4linux/** r,
   /sys/class/video4linux/ r,
   /sys/devices/** r,
   /usr/lib/colord mr,
+  /usr/local/share/mime/** r,
   /usr/share/color/**/ r,
   /usr/share/color/icc/** r,
   /usr/share/dbus-1/interfaces/org.freedesktop.ColorManager.Device.xml r,

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit colord for openSUSE:Factory

2013-09-23 Thread h_root
Hello community,

here is the log from the commit of package colord for openSUSE:Factory checked 
in at 2013-09-23 14:20:02

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.changes2013-09-11 
11:27:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.colord.new/colord.changes   2013-09-23 
14:21:00.0 +0200
@@ -1,0 +2,42 @@
+Fri Sep 13 20:58:36 UTC 2013 - zai...@opensuse.org
+
+- Update to version 1.1.2:
+  + New Features:
+- Add a 'dump' colormgr command to aid debugging.
+- libcolord: Add ability to create a CdIcc object from an EDID
+  blob.
+- libcolord: Add cd_icc_create_default() to use the default
+  sRGB profile.
+- libcolord: Export cd_icc_utils_get_coverage() for comparing
+  two profiles.
+- Set 'GAMUT_coverage(srgb)' when generating standard space
+  profiles.
+  + Bugs fixed:
+- Allow profiles to be added or removed when the device is not
+  enabled.
+- Always return soft-add calibration profiles before soft-add
+  EDID profiles.
+- Do not add fake metadata to avoid creating an empty
+  dictionary.
+- Do not mix up device paths and device IDs in the
+  documentation.
+- Fix an error when building the print profiles.
+- Fix creation of the dummy sensor device.
+- Fix the AdobeRGB and WideGamutRGB gamma values.
+- Fix transposed bits for EDID red y.
+- Fix up various vendor quirks.
+- Fix warning when any test profile has an EDID source and no
+  ICC file.
+- libcolord: Always calculate the fallback checksum when using
+  CdIccStore.
+- libcolord: Do not assert on finalize if connecting to the
+  profile failed.
+- Migrate from usb_id and usb_db to udev builtins usb_id and
+  hwdb.
+- Show a warning for incorrect or extra command line arguments.
+- Use %ghost in the example spec file to avoid removing
+  databases on upgrades.
+- Use the exact D50 whitepoint values.
+- Drop colord-udev-hwdb.patch, fixed upstream.
+
+---

Old:

  colord-1.1.1.tar.xz
  colord-udev-hwdb.patch

New:

  colord-1.1.2.tar.xz



Other differences:
--
++ colord.spec ++
--- /var/tmp/diff_new_pack.yUzTML/_old  2013-09-23 14:21:01.0 +0200
+++ /var/tmp/diff_new_pack.yUzTML/_new  2013-09-23 14:21:01.0 +0200
@@ -19,7 +19,7 @@
 %define _udevrulesdir %(pkg-config --variable=udevdir udev)/rules.d
 
 Name:   colord
-Version:1.1.1
+Version:1.1.2
 Release:0
 Summary:System Daemon for Managing Color Devices
 License:GPL-2.0+
@@ -29,8 +29,6 @@
 # Apparmor profile
 Source1:usr.lib.colord
 Source99:   baselibs.conf
-# PATCH-FIX-UPSTREAM colord-udev-hwdb.patch fcro...@suse.com -- call udev hwdb 
to fill appropriate data about usb devices
-Patch0: colord-udev-hwdb.patch
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  intltool
 BuildRequires:  vala
@@ -120,7 +118,6 @@
 %lang_package
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %configure \

++ colord-1.1.1.tar.xz - colord-1.1.2.tar.xz ++
 20974 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit colord for openSUSE:Factory

2013-09-11 Thread h_root
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.changes2013-08-16 
12:27:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.colord.new/colord.changes   2013-09-11 
11:27:37.0 +0200
@@ -1,0 +2,6 @@
+Wed Jul 31 17:31:04 UTC 2013 - fcro...@suse.com
+
+- 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.0 +0200
+++ /var/tmp/diff_new_pack.RfiqPk/_new  2013-09-11 11:27:38.0 +0200
@@ -29,6 +29,8 @@
 # Apparmor profile
 Source1:usr.lib.colord
 Source99:   baselibs.conf
+# PATCH-FIX-UPSTREAM colord-udev-hwdb.patch fcro...@suse.com -- 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 dmitrij.led...@ubuntu.com
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 rich...@hughsie.com
---
 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: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit colord for openSUSE:Factory

2013-08-16 Thread h_root
Hello community,

here is the log from the commit of package colord for openSUSE:Factory checked 
in at 2013-08-16 12:27:21

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.changes2013-07-11 
13:27:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.colord.new/colord.changes   2013-08-16 
12:27:22.0 +0200
@@ -1,0 +2,38 @@
+Tue Jul 30 16:24:33 UTC 2013 - dims...@opensuse.org
+
+- Update to version 1.1.1:
+  + Notes:
+- This release bumps the soname of libcolord as long deprecated
+  methods have finally been removed.
+- This unstable branch is full of new features and experimental
+  code.
+- The colord.conf file has been removed and features are now
+  autodetected at runtime where possible or specified in
+  configure.
+  + New Features:
+- Add a shim libcolordcompat library with some helpers for
+  ArgyllCMS.
+- Add SystemVendor and SystemModel string properties to the
+  main interface.
+- Add the sub-command import-profile to colormgr.
+- libcolord:
+  . Add cd_icc_save_data() so that we can set _ICC_PROFILE.
+  . Add cd_icc_save_default() to save a profile to the default
+location.
+  . Add functionality to set and get the profile
+characterization data.
+  . Add methods to create a profile using CdClient with a CdIcc
+object.
+- List the required parameters in the 'colormgr --help' output.
+- Remove the AlwaysUseXrandrName config option and auto-detect
+  it at runtime.
+- Show the viewing conditions when dumping the ICC profile.
+  + Bugs fixed:
+- Add a quirk for ThinkPads so that we show 'ThinkPad T510'
+  rather than '4384BR2'.
+- Add optional installed tests.
+- Allow colormgr to take an object path or an ID as input.
+- Allow the user to specify a non-qualified path when using
+  FindProfileByFilename.
+
+---

Old:

  colord-1.0.2.tar.xz

New:

  colord-1.1.1.tar.xz



Other differences:
--
++ colord.spec ++
--- /var/tmp/diff_new_pack.mLPGWC/_old  2013-08-16 12:27:23.0 +0200
+++ /var/tmp/diff_new_pack.mLPGWC/_new  2013-08-16 12:27:23.0 +0200
@@ -19,7 +19,7 @@
 %define _udevrulesdir %(pkg-config --variable=udevdir udev)/rules.d
 
 Name:   colord
-Version:1.0.2
+Version:1.1.1
 Release:0
 Summary:System Daemon for Managing Color Devices
 License:GPL-2.0+
@@ -36,12 +36,12 @@
 BuildRequires:  pkgconfig(dbus-1)
 BuildRequires:  pkgconfig(gio-2.0) = 2.25.9
 BuildRequires:  pkgconfig(gio-unix-2.0)
-BuildRequires:  pkgconfig(glib-2.0) = 2.32.0
+BuildRequires:  pkgconfig(glib-2.0) = 2.36.0
 BuildRequires:  pkgconfig(gmodule-2.0)
 BuildRequires:  pkgconfig(gobject-2.0)
 BuildRequires:  pkgconfig(gudev-1.0)
 BuildRequires:  pkgconfig(gusb) = 0.1.1
-BuildRequires:  pkgconfig(lcms2) = 2.2
+BuildRequires:  pkgconfig(lcms2) = 2.4
 BuildRequires:  pkgconfig(libsystemd-login) = 44
 BuildRequires:  pkgconfig(polkit-gobject-1) = 0.103
 BuildRequires:  pkgconfig(sqlite3)
@@ -58,22 +58,22 @@
 It is used by gnome-color-manager for system integration and use when
 there are no users logged in.
 
-%package -n libcolord1
+%package -n libcolord2
 Summary:System Daemon for Managing Color Devices -- Library
 Group:  System/Libraries
 Suggests:   %{name}
 
-%description -n libcolord1
+%description -n libcolord2
 colord is a system activated daemon that maps devices to color profiles.
 It is used by gnome-color-manager for system integration and use when
 there are no users logged in.
 
-%package -n libcolorhug1
+%package -n libcolorhug2
 Summary:System Daemon for Managing Color Devices -- Library
 Group:  System/Libraries
 Suggests:   %{name}
 
-%description -n libcolorhug1
+%description -n libcolorhug2
 colord is a system activated daemon that maps devices to color profiles.
 It is used by gnome-color-manager for system integration and use when
 there are no users logged in.
@@ -105,8 +105,8 @@
 %package -n libcolord-devel
 Summary:System Daemon for Managing Color Devices -- Development Files
 Group:  Development/Languages/C and C++
-Requires:   libcolord1 = %{version}
-Requires:   libcolorhug1 = %{version}
+Requires:   libcolord2 = %{version}
+Requires:   libcolorhug2 = %{version}
 Requires:   typelib-1_0-ColorHug-1_0 = %{version}
 Requires:   typelib-1_0-Colord-1_0 = %{version}
 
@@ -158,21 +158,20 @@
 %postun
 %glib2_gsettings_schema_postun
 
-%post -n libcolord1 -p /sbin/ldconfig
+%post 

commit colord for openSUSE:Factory

2013-07-11 Thread h_root
Hello community,

here is the log from the commit of package colord for openSUSE:Factory checked 
in at 2013-07-11 13:27:34

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.changes2013-06-25 
14:39:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.colord.new/colord.changes   2013-07-11 
13:27:36.0 +0200
@@ -1,0 +2,19 @@
+Mon Jul  8 07:46:10 UTC 2013 - dims...@opensuse.org
+
+- Update to version 1.0.2:
+  + New Features:
+- Add cd_icc_save_data() so that we can easily set
+  _ICC_PROFILE.
+- Add CdIccStore to monitor directories of ICC profiles.
+- Add SystemVendor and SystemModel properties to the main
+  interface.
+  + Bugfixes:
+- Allow to specify a non-qualified path when using
+  FindProfileByFilename.
+- Allow using the key 'Filename' when using
+  FindProfileByProperty.
+- Always return the error if any sync method failed.
+- Fix GObject introspection when getting lists.
+- Fix GObject introspection when getting metadata.
+
+---

Old:

  colord-1.0.1.tar.xz

New:

  colord-1.0.2.tar.xz



Other differences:
--
++ colord.spec ++
--- /var/tmp/diff_new_pack.ecs4R3/_old  2013-07-11 13:27:37.0 +0200
+++ /var/tmp/diff_new_pack.ecs4R3/_new  2013-07-11 13:27:37.0 +0200
@@ -19,7 +19,7 @@
 %define _udevrulesdir %(pkg-config --variable=udevdir udev)/rules.d
 
 Name:   colord
-Version:1.0.1
+Version:1.0.2
 Release:0
 Summary:System Daemon for Managing Color Devices
 License:GPL-2.0+

++ colord-1.0.1.tar.xz - colord-1.0.2.tar.xz ++
 13020 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit colord for openSUSE:Factory

2013-06-25 Thread h_root
Hello community,

here is the log from the commit of package colord for openSUSE:Factory checked 
in at 2013-06-25 09:23:12

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.changes2013-05-28 
11:44:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.colord.new/colord.changes   2013-06-25 
14:39:07.0 +0200
@@ -1,0 +2,9 @@
+Sun Jun 16 10:36:57 UTC 2013 - zai...@opensuse.org
+
+- Update to version 1.0.1:
+  + Add 0.1.34 to 1.0.0 deprecated methods to preserve ABI.
+  + Do not unconditionally enable BPC on the color transform.
+  + Fix profile created time for non-UTC timezones.
+  + Record the gamma table in the session helper error message.
+
+---

Old:

  colord-1.0.0.tar.xz

New:

  colord-1.0.1.tar.xz



Other differences:
--
++ colord.spec ++
--- /var/tmp/diff_new_pack.aVS1Je/_old  2013-06-25 14:39:09.0 +0200
+++ /var/tmp/diff_new_pack.aVS1Je/_new  2013-06-25 14:39:09.0 +0200
@@ -19,7 +19,7 @@
 %define _udevrulesdir %(pkg-config --variable=udevdir udev)/rules.d
 
 Name:   colord
-Version:1.0.0
+Version:1.0.1
 Release:0
 Summary:System Daemon for Managing Color Devices
 License:GPL-2.0+

++ colord-1.0.0.tar.xz - colord-1.0.1.tar.xz ++
 7389 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit colord for openSUSE:Factory

2013-05-28 Thread h_root
Hello community,

here is the log from the commit of package colord for openSUSE:Factory checked 
in at 2013-05-28 11:44:02

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.changes2013-05-16 
09:48:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.colord.new/colord.changes   2013-05-28 
11:44:03.0 +0200
@@ -1,0 +2,7 @@
+Wed May 22 12:45:35 UTC 2013 - dims...@opensuse.org
+
+- Move %glib2_gsettings_schema_post from %pre to %post: if we
+  execute this prior to installation, the schema will not be
+  registered, as the files are not yet in place.
+
+---



Other differences:
--
++ colord.spec ++
--- /var/tmp/diff_new_pack.gf49p4/_old  2013-05-28 11:44:04.0 +0200
+++ /var/tmp/diff_new_pack.gf49p4/_new  2013-05-28 11:44:04.0 +0200
@@ -150,9 +150,11 @@
 getent passwd colord /dev/null || useradd -r -g colord -d 
%{_localstatedir}/lib/colord -s /sbin/nologin -c user for colord colord
 # Fix ownership of /var/lib/colord from first packages (in 12.1)
 test ! -d %{_localstatedir}/lib/colord || chown -R colord:colord 
%{_localstatedir}/lib/colord
-%glib2_gsettings_schema_post
 exit 0
 
+%post
+%glib2_gsettings_schema_post
+
 %postun
 %glib2_gsettings_schema_postun
 

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit colord for openSUSE:Factory

2013-05-16 Thread h_root
Hello community,

here is the log from the commit of package colord for openSUSE:Factory checked 
in at 2013-05-16 09:48:11

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.changes2013-04-26 
15:39:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.colord.new/colord.changes   2013-05-16 
09:48:12.0 +0200
@@ -1,0 +2,62 @@
+Mon May 13 18:14:57 UTC 2013 - dims...@opensuse.org
+
+- Update to version 1.0.0:
+  + New Features:
+- Add a config option for monitors with identical EDID values.
+- Add API to control the use of BPC in CdTransform.
+- Add a simple BGRA32 pixel format.
+- Add a simple CMYK32 pixel format.
+- Add a simple colord.conf manpage.
+- Allow a different input and output format in CdTransform.
+- Show all the translations when dumping an ICC profile.
+  + Bugfixes:
+- Add some missing G_BEGIN_DECLS/G_END_DECLS in header files.
+- Always return an error if cd_main_device_add() failed.
+- Build all installed binaries with PIE.
+- Build the colord binary with full RELRO.
+- Do not show a warning when using 'colormgr
+  device-get-profile-for-qualifier'.
+- Ensure the parent directories exist when calling
+  cd_icc_save_file.
+- Fix crash in cd-iccdump by working around an lcms2 bug.
+- Fix using the ColorHug color sensor on ARM hardware.
+- Fix using the Huey color sensor on ARM hardware.
+- Set the STANDARD_space metadata for the print profiles.
+- Use G_GNUC_WARN_UNUSED_RESULT in public and private headers.
+- Use the same pixel format names as Cairo and the same
+  in-memory value as lcms2.
+
+---
+Wed May  1 19:33:55 UTC 2013 - dims...@opensuse.org
+
+- Update to version 0.1.34:
+  + New Features:
+- Add a ICC transform object for simple RGB conversions.
+- Add an example for using CdIcc in applications.
+- Add an internal program to scan a directory of ICC profiles
+  for warnings.
+- Add a warning for RGB profiles with unlikely whitepoint
+  values.
+- Add a webservice URI example that can upload a profile to the
+  Internet.
+- Add device metadata OutputEdidMd5 so we can build a UCMM shim
+  layer.
+- Add functionality to return the response of the CdIcc profile
+  object.
+- Add getting and setting the VCGT table in CdIcc.
+- Add new systemd macros to the example spec file.
+- Add Qt DBus annotations.
+  + Bugfixes:
+- Allow clients to call org.freedesktop.DBus.Peer.
+- Correct a lot more company names when creating devices.
+- Do not automatically add EDID profiles with warnings to
+  devices.
+- Fix building RGB working space profiles when using
+  OpenBSD/sparc64.
+- Fix standard-space property name into a compilable name.
+- Increase the delay between patches in the session-helper.
+- Install the bash completion support into /usr.
+- Add pkgconfig(bash-completion) BuildRequires: allow configure to
+  detect where to install the bash completion.
+
+---

Old:

  colord-0.1.33.tar.xz

New:

  colord-1.0.0.tar.xz



Other differences:
--
++ colord.spec ++
--- /var/tmp/diff_new_pack.BNGZqW/_old  2013-05-16 09:48:13.0 +0200
+++ /var/tmp/diff_new_pack.BNGZqW/_new  2013-05-16 09:48:13.0 +0200
@@ -19,7 +19,7 @@
 %define _udevrulesdir %(pkg-config --variable=udevdir udev)/rules.d
 
 Name:   colord
-Version:0.1.33
+Version:1.0.0
 Release:0
 Summary:System Daemon for Managing Color Devices
 License:GPL-2.0+
@@ -32,6 +32,7 @@
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  intltool
 BuildRequires:  vala
+BuildRequires:  pkgconfig(bash-completion) = 2.0
 BuildRequires:  pkgconfig(dbus-1)
 BuildRequires:  pkgconfig(gio-2.0) = 2.25.9
 BuildRequires:  pkgconfig(gio-unix-2.0)
@@ -170,7 +171,7 @@
 %{_udevrulesdir}/*.rules
 %attr(755,colord,colord) %dir %{_localstatedir}/lib/colord
 %config(noreplace) %{_sysconfdir}/%{name}.conf
-%{_sysconfdir}/bash_completion.d/colormgr-completion.bash
+%{_datadir}/bash-completion/completions/colormgr
 %{_sysconfdir}/dbus-1/system.d/org.freedesktop.ColorManager.conf
 %{_bindir}/cd-create-profile
 %{_bindir}/cd-fix-profile
@@ -189,6 +190,7 @@
 %{_datadir}/polkit-1/actions/org.freedesktop.color.policy
 %{_mandir}/man1/cd-create-profile.1%{?ext_man}
 %{_mandir}/man1/cd-fix-profile.1%{?ext_man}
+%{_mandir}/man1/colord.conf.1%{?ext_man}
 %{_mandir}/man1/colormgr.1%{?ext_man}
 %dir 

commit colord for openSUSE:Factory

2013-04-26 Thread h_root
Hello community,

here is the log from the commit of package colord for openSUSE:Factory checked 
in at 2013-04-26 15:39:21

Comparing /work/SRC/openSUSE:Factory/colord (Old)
 and  /work/SRC/openSUSE:Factory/.colord.new (New)


Package is colord, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/colord/colord.changes2013-04-03 
12:47:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.colord.new/colord.changes   2013-04-26 
15:39:39.0 +0200
@@ -1,0 +2,26 @@
+Tue Apr 16 14:53:42 UTC 2013 - dims...@opensuse.org
+
+- Update to version 0.1.33:
+  + New Features:
+- Add some profile descriptions for the CMYK profiles.
+- Add the FOGRA45L and FOGRA47L CMYK profiles.
+- Include the eciRGBv1 gamma 1.8 profile.
+- libcolord: Add cd_it8_set_enable_created.
+- libcolord: Add helpers for int and double values from the
+  DOM.
+  + Bugfixes:
+- Add ifdef for cmsGetToneCurveEstimatedTableEntries.
+- Build the print profiles from XML descriptions.
+- Check the generated CCMX matrix for invalid data.
+- Do not print a warning if the DBus property does not exist.
+- Ensure mbstowcs() has an LC_CTYPE of 'en_US.UTF-8'.
+- libcolord: Always write C-locale floating point values in IT8
+  files.
+- libcolord: Initialize the value of the CCMX matrix.
+- libcolord: Return the correct result from
+  cd_mat33_matrix_multiply.
+- Never promote localized v2 ICC profiles to v4.
+- Rename ISOnewspaper26 to IFRA26S_2004_newsprint.
+  + Updated translations.
+
+---

Old:

  colord-0.1.32.tar.xz

New:

  colord-0.1.33.tar.xz



Other differences:
--
++ colord.spec ++
--- /var/tmp/diff_new_pack.Xt6Y0p/_old  2013-04-26 15:39:52.0 +0200
+++ /var/tmp/diff_new_pack.Xt6Y0p/_new  2013-04-26 15:39:52.0 +0200
@@ -19,7 +19,7 @@
 %define _udevrulesdir %(pkg-config --variable=udevdir udev)/rules.d
 
 Name:   colord
-Version:0.1.32
+Version:0.1.33
 Release:0
 Summary:System Daemon for Managing Color Devices
 License:GPL-2.0+

++ colord-0.1.32.tar.xz - colord-0.1.33.tar.xz ++
 106716 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit colord for openSUSE:Factory

2013-04-03 Thread h_root
Hello community,

here is the log from the commit of package colord for openSUSE:Factory checked 
in at 2013-04-03 12:47:46

Comparing /work/SRC/openSUSE:Factory/colord (Old)
 and  /work/SRC/openSUSE:Factory/.colord.new (New)


Package is colord, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/colord/colord.changes2013-02-19 
13:30:34.0 +0100
+++ /work/SRC/openSUSE:Factory/.colord.new/colord.changes   2013-04-03 
12:47:49.0 +0200
@@ -1,0 +2,183 @@
+Fri Mar 29 08:49:11 UTC 2013 - dims...@opensuse.org
+
+- Update to version 0.1.32:
+  + New Features:
+- Add a new tool 'cd-iccdump' that can dump V4 and V2 profiles.
+- Add translated descriptions to the ICC profiles.
+- libcolord:
+  . Add an object which is a named colord.
+  . Add an object to factor out the profile load and save.
+  . Add a really simple XML DOM extractor.
+  . Add some helpers for dealing with CdColorLab objects.
+- Translate some of the profile source XML file descriptions
+  and licences.
+- Use an XML source format for the generated profiles.
+  + Bugfixes:
+- libcolord: Correctly copy CdColorYxy-Y when used as a
+  property.
+- lib: Fix the licence boilerplate in the sensor libs.
+- Set the default profile locale to be en_US, not EN_us.
+- Use gtkdocize --copy in autogen.sh
+
+---
+Mon Mar 18 18:40:44 UTC 2013 - dims...@opensuse.org
+
+- Update to version 0.1.31:
+  + New Features:
+- Add more sensor capabilities to support the latest ArgyllCMS
+  release.
+- Calculate the display calibration based on the Lab and target
+  display gamma.
+- Emulate a perfect sRGB screen when returning XYZ values from
+  the dummy sensor.
+- Interpolate the gamma data to the VCGT size using Akima.
+- libcolord: Add Akima and Linear 2D interpolation classes.
+- libcolord: Switch CdColor to using the GSlice allocator.
+- libcolorhug: Add commands to get the ADC Vref+ and Vref-.
+- libcolorhug: Add extensions to the take_reading_x() commands
+  to set the sensor type.
+- libcolorhug: Add the ability to get and set the CCD
+  calibration values.
+- libcolorhug: Add the ability to get a spectral reading from
+  the device.
+- Run the self test programs in 'make check' under valgrind.
+  + Bugfixes:
+- Add a warning if compiling with --with-daemon-user=root.
+- Add some more display vendor names to the display fixup
+  table.
+- Deprecate both the cd_profile_set_$foo_sync() functions.
+- Do not show a critical warning if an unmatched sensor is
+  connected.
+- Fix build on OpenBSD.
+- Fix compile with --disable-gusb.
+- Fix the argyll sensor driver when using the ColorMunki Smile.
+- Fix the gamut warning to check primaries wider than CIERGB
+  and ProPhoto.
+- Fix unusual crash in cd_main_get_cmdline_for_pid.
+- Guess the option type when using 'colormgr
+  sensor-set-options'.
+- libcolord: ArgyllCMS uses 'YES' for IT8 options.
+- libcolord: Fix two small memory leaks when getting details
+  about a sensor.
+- Move the private sensor libraries out of the pure lib space.
+- Rename the colormgr 'profile-set-$foo' commands to
+  'profile-set-property'.
+- Return an error if the client tries to change the profile
+  filename after creation.
+- Set the target gamma when using the session-helper.
+- Setup the devices for another embedded Huey colorimeter and
+  the original Spyder.
+- Drop colord-privlib.patch: fixed upstream.
+- Remove gnome-common BuildRequires and call to gnome-autogen.sh,
+  as we don't carry any patch touching the build system anymore.
+- Add post/postun scriptlets to libcolorhug1 subpackage.
+
+---
+Wed Feb 27 12:11:08 UTC 2013 - dims...@opensuse.org
+
+- Update to version 0.1.30:
+  + New features:
+- Load the instrospection to the colord binary as a GResource
+- Save the common ICC profiles as GResources in the colord
+  binary to reduce I/O
+- Support setting the blue LED in the ColorHug Spectro
+  + Bugfixes:
+- Append -private to the driver libraries as they have no
+  headers installed
+- cd_sensor_get_caps() returns a bitfield, so make it
+  explicitly 64 bits wide
+- Do not expect a system proxy when checking if the daemon
+  exists
+- Do not remove the database files when upgrading the package
+- Do not show duplicate profiles when icc-profiles-openicc is
+  installed
+- Fix Colord-1.0.gir build with --no-add-needed
+- Fix linking of ch-self-test
+- Fix symbol-prefix passed to g-ir-scanner
+- Fix up the model name for the 

commit colord for openSUSE:Factory

2013-02-19 Thread h_root
Hello community,

here is the log from the commit of package colord for openSUSE:Factory checked 
in at 2013-02-19 13:30:33

Comparing /work/SRC/openSUSE:Factory/colord (Old)
 and  /work/SRC/openSUSE:Factory/.colord.new (New)


Package is colord, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/colord/colord.changes2013-01-12 
07:51:13.0 +0100
+++ /work/SRC/openSUSE:Factory/.colord.new/colord.changes   2013-02-19 
13:30:34.0 +0100
@@ -1,0 +2,22 @@
+Mon Feb 18 15:10:01 UTC 2013 - abergm...@novell.com
+
+- Adjusted last editions to AppAmor profile (bnc#803281):
+  + Replaced
+- @{HOME}/.local/share/color/*.icc r
+with
+- @{HOME}/.local/share/color/icc/*.icc r
+  + Added
+- allow reading all /sys/class/video4linux/ r
+
+---
+Mon Feb 18 08:16:46 UTC 2013 - meiss...@suse.com
+
+- Additions to the AA profile (bnc#803281)
+  + allow /proc/*/cgroup r (unkown why).
+  + allow reading all /sys/class/video4linux/** r (video4linux
+devices).
+  + allow user local ICC files:
+- @{HOME}/.local/share/icc/*.icc r
+- @{HOME}/.local/share/color/*.icc r
+
+---



Other differences:
--

++ usr.lib.colord ++
--- /var/tmp/diff_new_pack.Qivk3r/_old  2013-02-19 13:30:35.0 +0100
+++ /var/tmp/diff_new_pack.Qivk3r/_new  2013-02-19 13:30:35.0 +0100
@@ -14,10 +14,13 @@
   /etc/fstab r,
   /etc/udev/udev.conf r,
   /proc/*/mounts r,
+  /proc/*/cgroup r,
   /run/udev/data/* r,
   /sys/bus/ r,
   /sys/bus/usb/devices/ r,
   /sys/class/ r,
+  /sys/class/video4linux/** r,
+  /sys/class/video4linux/ r,
   /sys/devices/** r,
   /usr/lib/colord mr,
   /usr/share/color/**/ r,
@@ -34,4 +37,7 @@
   /var/lib/colord/mapping.db-journal rw,
   /var/lib/colord/storage.db rwk,
   /var/lib/colord/storage.db-journal rw,
+
+  @{HOME}/.local/share/icc/*.icc r,
+  @{HOME}/.local/share/color/icc/*.icc r,
 }

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit colord for openSUSE:Factory

2013-01-11 Thread h_root
Hello community,

here is the log from the commit of package colord for openSUSE:Factory checked 
in at 2013-01-12 07:44:17

Comparing /work/SRC/openSUSE:Factory/colord (Old)
 and  /work/SRC/openSUSE:Factory/.colord.new (New)


Package is colord, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/colord/colord.changes2012-12-27 
22:09:49.0 +0100
+++ /work/SRC/openSUSE:Factory/.colord.new/colord.changes   2013-01-12 
07:44:20.0 +0100
@@ -1,0 +2,5 @@
+Fri Jan 11 11:00:10 UTC 2013 - meiss...@suse.com
+
+- allow /usr/share/mime/** readable in AA profile (bnc#797907)
+
+---



Other differences:
--
++ colord.spec ++
--- /var/tmp/diff_new_pack.g95xyJ/_old  2013-01-12 07:44:21.0 +0100
+++ /var/tmp/diff_new_pack.g95xyJ/_new  2013-01-12 07:44:21.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package colord
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed


++ usr.lib.colord ++
--- /var/tmp/diff_new_pack.g95xyJ/_old  2013-01-12 07:44:21.0 +0100
+++ /var/tmp/diff_new_pack.g95xyJ/_new  2013-01-12 07:44:21.0 +0100
@@ -28,10 +28,10 @@
   /usr/share/dbus-1/interfaces/org.freedesktop.ColorManager.xml r,
   /usr/share/gvfs/remote-volume-monitors/gphoto2.monitor r,
   /usr/share/locale-bundle/**.mo r,
+  /usr/share/mime/** r,
   /var/lib/color/icc/ r,
   /var/lib/colord/mapping.db rwk,
   /var/lib/colord/mapping.db-journal rw,
   /var/lib/colord/storage.db rwk,
   /var/lib/colord/storage.db-journal rw,
-
 }

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit colord for openSUSE:Factory

2012-12-27 Thread h_root
Hello community,

here is the log from the commit of package colord for openSUSE:Factory checked 
in at 2012-12-27 22:09:47

Comparing /work/SRC/openSUSE:Factory/colord (Old)
 and  /work/SRC/openSUSE:Factory/.colord.new (New)


Package is colord, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/colord/colord.changes2012-12-14 
06:36:44.0 +0100
+++ /work/SRC/openSUSE:Factory/.colord.new/colord.changes   2012-12-27 
22:09:49.0 +0100
@@ -1,0 +2,45 @@
+Thu Dec 20 08:16:40 UTC 2012 - dims...@opensuse.org
+
+- Update to version 0.1.26:
+  + New Features:
+- Add 4 more defined sensor types.
+- Add a create-temperature subcommand to colormgr to test VCGT
+  generation.
+- Add a 'SensorId' property to the sensor interface.
+- Add a session helper that can be used to calibrate the screen
+- Add cd_it8_save_to_data() to save the data to some allocated
+  memory.
+- Add FindSensorById() to the main interface.
+- Add some defines for the Spyder4 display colorimeter.
+- Add some device figures from gnome-color-manager used in KDE
+  and GNOME.
+- Add some example calibration ti1 files from
+  gnome-color-manager.
+- Add support for reading and writing .cal files to CdIt8.
+- Add the ability to 'disable' a device so that color
+  management can be turned off.
+- Export cd_color_rgb_interpolate() as it's useful to
+  applications.
+- Recognise the internal sensor on W700 laptops and set a
+  property for the calibration tools.
+- Use spotread when there is no native sensor driver.
+  + Bugfixes:
+- Add some missing entries in cd_sensor_kind_from_string.
+- Create ICCv2 profiles when using cd-create-profile.
+- Do 3 reads in quick succession for colormgr
+  get-sensor-reading.
+- Fix a crash when saving a ti3 file where white is not the
+  last sample.
+- Fix a critical warning when writing using cd_it8_add_data()
+  with no XYZ value.
+- If ti1 values are  1.0 then assume they are normalized.
+- Return class specific error codes if authentication fails.
+- Scale the ti3 RGB values to 100 when writing with
+  NORMALIZED_TO_Y_100.
+- Set DEVICE_CLASS when saving a cal IT8 file.
+- Support doing sensor user actions when using 'colormgr
+  get-sensor-reading'.
+- Update the device scope if it changes at runtime.
+- Use enumerated error values in the client library.
+
+---

Old:

  colord-0.1.25.tar.xz

New:

  colord-0.1.26.tar.xz



Other differences:
--
++ colord.spec ++
--- /var/tmp/diff_new_pack.cnn0j5/_old  2012-12-27 22:09:50.0 +0100
+++ /var/tmp/diff_new_pack.cnn0j5/_new  2012-12-27 22:09:50.0 +0100
@@ -19,7 +19,7 @@
 %define _udevrulesdir %(pkg-config --variable=udevdir udev)/rules.d
 
 Name:   colord
-Version:0.1.25
+Version:0.1.26
 Release:0
 Summary:System Daemon for Managing Color Devices
 License:GPL-2.0+
@@ -145,7 +145,11 @@
 %{_bindir}/colormgr
 %{_libdir}/colord-sensors/
 %{_libexecdir}/%{name}
+%{_libexecdir}/%{name}-session
+%{_datadir}/%{name}/
+%{_datadir}/dbus-1/interfaces/org.freedesktop.ColorHelper.xml
 %{_datadir}/dbus-1/interfaces/org.freedesktop.ColorManager.*
+%{_datadir}/dbus-1/services/org.freedesktop.ColorHelper.service
 %{_datadir}/dbus-1/system-services/org.freedesktop.ColorManager.service
 %{_datadir}/polkit-1/actions/org.freedesktop.color.policy
 %{_mandir}/man1/cd-create-profile.1%{?ext_man}

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit colord for openSUSE:Factory

2012-12-13 Thread h_root
Hello community,

here is the log from the commit of package colord for openSUSE:Factory checked 
in at 2012-12-14 06:36:39

Comparing /work/SRC/openSUSE:Factory/colord (Old)
 and  /work/SRC/openSUSE:Factory/.colord.new (New)


Package is colord, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/colord/colord.changes2012-11-06 
16:32:56.0 +0100
+++ /work/SRC/openSUSE:Factory/.colord.new/colord.changes   2012-12-14 
06:36:44.0 +0100
@@ -1,0 +2,58 @@
+Thu Nov 29 08:33:29 UTC 2012 - dims...@opensuse.org
+
+- Update to version 0.1.25:
+  + New Features:
+- Add a create-standard-space sub-command to cd-create-profile.
+- Add a FAQ entry describing application support of color
+  management.
+- Add a 'make coverity' helper to scan the project for errors.
+- Add a profile metadata key of 'License'.
+- Add a profile warning if any of the primaries are outside of
+  ROMM RGB.
+- Add a set-version command to the cd-fix-profile command line
+  tool.
+- Add a warning if the profile calibration data is
+  non-monotonic.
+- Add a warning if the profile copyright is missing.
+- Add a warning if the profile description is missing.
+- Add a warning if the profile gray axis is invalid.
+- Move the named color examples to shared-color-profiles.
+- Print if the profile is system-wide when doing 'colormgr
+  get-profiles'.
+- Show the primaries when dumping the profile using
+  cd-fix-profile.
+- Use syslog to be able to debug what the daemon is doing
+  without restarting it.
+  + Bugfixes:
+- Check the return value of mbstowcs before using the buffer.
+- Convert cd-create-profile to using sub-commands to make it
+  more modular.
+- Create linear vcgt tables when using create-x11-gamma to
+  match the xserver behaviour.
+- Create version 2.2 ICC files when creating named color
+  profiles.
+- Do not ever manually set a ICC profile version when creating
+  profiles.
+- Do not try to connect to colord in cd-fix-profile until
+  actually needed.
+- Don't optimize the profile check transforms to speed up
+  daemon startup.
+- Don't set the StandardSpaces override, the generated profiles
+  have the correct metadata now.
+- Fix a crash in the example code if the device has a
+  non-standard qualifier format.
+- Fix GetStandardSpace so it can actually work.
+- huey: Ensure we return an error if we ran out of retries.
+- If the copyright string is not set when creating a profile
+  use a good default.
+- Improve the formatting of 'get-profiles' and 'get-devices'.
+- libcolord: Fix up a warning if GetStandardSpace fails to find
+  a profile.
+- Return an error if the client does not set a profile or
+  device id.
+- Return an error if the client uses an unsupported scope
+  value.
+- Set a default copyright string when creating profiles without
+  using --copyright.
+
+---

Old:

  colord-0.1.24.tar.xz

New:

  colord-0.1.25.tar.xz



Other differences:
--
++ colord.spec ++
--- /var/tmp/diff_new_pack.FLgV8V/_old  2012-12-14 06:36:46.0 +0100
+++ /var/tmp/diff_new_pack.FLgV8V/_new  2012-12-14 06:36:46.0 +0100
@@ -19,7 +19,7 @@
 %define _udevrulesdir %(pkg-config --variable=udevdir udev)/rules.d
 
 Name:   colord
-Version:0.1.24
+Version:0.1.25
 Release:0
 Summary:System Daemon for Managing Color Devices
 License:GPL-2.0+
@@ -145,7 +145,6 @@
 %{_bindir}/colormgr
 %{_libdir}/colord-sensors/
 %{_libexecdir}/%{name}
-%{_datadir}/color/
 %{_datadir}/dbus-1/interfaces/org.freedesktop.ColorManager.*
 %{_datadir}/dbus-1/system-services/org.freedesktop.ColorManager.service
 %{_datadir}/polkit-1/actions/org.freedesktop.color.policy

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit colord for openSUSE:Factory

2012-11-06 Thread h_root
Hello community,

here is the log from the commit of package colord for openSUSE:Factory checked 
in at 2012-11-06 16:32:53

Comparing /work/SRC/openSUSE:Factory/colord (Old)
 and  /work/SRC/openSUSE:Factory/.colord.new (New)


Package is colord, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/colord/colord.changes2012-10-19 
12:05:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.colord.new/colord.changes   2012-11-06 
16:32:56.0 +0100
@@ -1,0 +2,35 @@
+Wed Oct 31 20:53:05 UTC 2012 - dims...@opensuse.org
+
+- Update to version 0.1.24:
+  + New Features:
+- Add a extract-vcgt subcommand to cd-fix-profile.
+- Add a general plugin interface for adding and removing
+  devices.
+- Add defines for the 'ColorHug Spectro' hardware.
+- Add a 'seat' property to each device.
+- Add FindProfileByProperty() to the main interface.
+- Allow the user to specify a custom udev rules directory.
+  + Bugfixes:
+- Append usernames to dbus object paths before sanitising the
+  object path.
+- colorhug:
+  . Add support for firmware = 1.2.0 by accepting a full HID
+buffer.
+  . Update the private files to the latest libcolorhug code.
+- Fix a critical warning when user tries to dump a non-icc
+  file.
+- Fix automatic dep on libusb and vala.
+- Fix a warning in the daemon if a device property is NULL at
+  setup.
+- Initialise global connection variable earlier.
+- More paranoia in construction of object paths.
+- Never use Werror by default in configure.
+- Remove libsane support and rely only on udev for scanner
+  device information.
+- Set FILE_checksum on discovered system profiles.
+- Set the seat for devices created in the session and from
+  udev.
+- Drop sane-backends-devel BuildRequires: no longer needed.
+- Add pkgconfig(libsystemd-login) BuildRequires: new dependency.
+
+---

Old:

  colord-0.1.23.tar.xz

New:

  colord-0.1.24.tar.xz



Other differences:
--
++ colord.spec ++
--- /var/tmp/diff_new_pack.SJp48f/_old  2012-11-06 16:32:59.0 +0100
+++ /var/tmp/diff_new_pack.SJp48f/_new  2012-11-06 16:32:59.0 +0100
@@ -19,7 +19,7 @@
 %define _udevrulesdir %(pkg-config --variable=udevdir udev)/rules.d
 
 Name:   colord
-Version:0.1.23
+Version:0.1.24
 Release:0
 Summary:System Daemon for Managing Color Devices
 License:GPL-2.0+
@@ -31,7 +31,6 @@
 Source99:   baselibs.conf
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  intltool
-BuildRequires:  sane-backends-devel
 BuildRequires:  vala
 BuildRequires:  pkgconfig(dbus-1)
 BuildRequires:  pkgconfig(gio-2.0)
@@ -42,6 +41,7 @@
 BuildRequires:  pkgconfig(gudev-1.0)
 BuildRequires:  pkgconfig(gusb) = 0.1.1
 BuildRequires:  pkgconfig(lcms2) = 2.2
+BuildRequires:  pkgconfig(libsystemd-login) = 44
 BuildRequires:  pkgconfig(polkit-gobject-1) = 0.103
 BuildRequires:  pkgconfig(sqlite3)
 BuildRequires:  pkgconfig(systemd)
@@ -98,7 +98,7 @@
 %configure \
 --disable-static \
 --enable-polkit \
---with-daemon-user=colord
+--with-daemon-user=colord --enable-vala
 make %{?_smp_mflags}
 
 %install
@@ -120,7 +120,6 @@
 %find_lang %{name}
 
 %pre
-%service_add_pre colord.service colord-sane.service
 # 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
@@ -128,15 +127,6 @@
 test ! -d %{_localstatedir}/lib/colord || chown -R colord:colord 
%{_localstatedir}/lib/colord
 exit 0
 
-%post
-%service_add_post colord.service colord-sane.service
-
-%preun
-%service_del_preun colord.service colord-sane.service
-
-%postun
-%service_del_postun colord.service colord-sane.service
-
 %post -n libcolord1 -p /sbin/ldconfig
 
 %postun -n libcolord1 -p /sbin/ldconfig
@@ -145,30 +135,28 @@
 %defattr(-,root,root)
 %doc AUTHORS ChangeLog COPYING NEWS README
 %{_unitdir}/colord.service
-%{_unitdir}/colord-sane.service
 %{_udevrulesdir}/*.rules
 %attr(755,colord,colord) %dir %{_localstatedir}/lib/colord
 %config(noreplace) %{_sysconfdir}/%{name}.conf
 %{_sysconfdir}/bash_completion.d/colormgr-completion.bash
 %{_sysconfdir}/dbus-1/system.d/org.freedesktop.ColorManager.conf
-%{_sysconfdir}/dbus-1/system.d/org.freedesktop.colord-sane.conf
 %{_bindir}/cd-create-profile
 %{_bindir}/cd-fix-profile
 %{_bindir}/colormgr
 %{_libdir}/colord-sensors/
 %{_libexecdir}/%{name}
-%{_libexecdir}/colord-sane
 %{_datadir}/color/
 %{_datadir}/dbus-1/interfaces/org.freedesktop.ColorManager.*

commit colord for openSUSE:Factory

2012-10-04 Thread h_root
Hello community,

here is the log from the commit of package colord for openSUSE:Factory checked 
in at 2012-10-04 18:38:00

Comparing /work/SRC/openSUSE:Factory/colord (Old)
 and  /work/SRC/openSUSE:Factory/.colord.new (New)


Package is colord, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/colord/colord.changes2012-07-18 
17:12:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.colord.new/colord.changes   2012-10-04 
18:38:02.0 +0200
@@ -1,0 +2,32 @@
+Tue Sep 18 18:28:50 UTC 2012 - dims...@opensuse.org
+
+- Update to version 0.1.23:
+  + New Features:
+- Get udevrulesdir from pkg-config
+  + Bugfixes:
+- Assorted documentation fixes
+- Do not try to add duplicate sysfs devices
+- Changes from version 0.1.22:
+  + New Features:
+- Add a Vala version of cd-gtk-demo
+- Split out colord-gtk to a new sub-project to prevent a dep
+  loop
+  + Bugfixes:
+- Add many generic introspection type arguments
+- Check any files in /usr/share/color/icc have the content type
+  application/vnd.iccprofile
+- Do not try to create the same object paths if two sensors of
+  the same type are plugged in
+- Fix the udev rules entry for the i1Display3.
+- Drop all colord-gtk related things (split in an own package with
+  own tarball):
+  + colord-gtk.spec, colord-gtk.changes
+  + subpackages libcolord-gtk1, libcolord-gtk-devel and
+typelib-1_0-ColordGtk-1_0. No obsoletes added, as they will
+appear in their form from the new package, based on colord-gtk
+tarballs, again.
+  + Remove libcolord-gtk1 from baselibs.conf.
+- Drop pre_checkin.sh: as this is now a simple package, there is no
+  need for a pre_checkin script anymore.
+
+---

Old:

  colord-0.1.21.tar.xz
  colord-gtk.changes
  colord-gtk.spec
  pre_checkin.sh

New:

  colord-0.1.23.tar.xz



Other differences:
--
++ colord.spec ++
--- /var/tmp/diff_new_pack.cMitog/_old  2012-10-04 18:38:03.0 +0200
+++ /var/tmp/diff_new_pack.cMitog/_new  2012-10-04 18:38:03.0 +0200
@@ -16,17 +16,14 @@
 #
 
 
-%define build_gtk 0
-
 Name:   colord
-%define _name   colord
-Version:0.1.21
+Version:0.1.23
 Release:0
 Summary:System Daemon for Managing Color Devices
 License:GPL-2.0+
 Group:  System/Daemons
 Url:http://colord.hughsie.com/
-Source0:
http://www.freedesktop.org/software/colord/releases/%{_name}-%{version}.tar.xz
+Source0:
http://www.freedesktop.org/software/colord/releases/%{name}-%{version}.tar.xz
 # Apparmor profile
 Source1:usr.lib.colord
 Source99:   baselibs.conf
@@ -46,12 +43,7 @@
 BuildRequires:  pkgconfig(polkit-gobject-1) = 0.103
 BuildRequires:  pkgconfig(sqlite3)
 BuildRequires:  pkgconfig(systemd)
-%if %{build_gtk}
-# For directory ownership and removing files in %%install
-BuildRequires:  colord
-BuildRequires:  libcolord-devel
-BuildRequires:  pkgconfig(gtk+-3.0)
-%endif
+BuildRequires:  pkgconfig(udev)
 Requires(pre):  pwdutils
 Requires:   shared-color-profiles
 Recommends: %{name}-lang
@@ -96,42 +88,9 @@
 It is used by gnome-color-manager for system integration and use when
 there are no users logged in.
 
-%package -n libcolord-gtk1
-Summary:System Daemon for Managing Color Devices -- GTK Integration 
Library
-Group:  System/Libraries
-Suggests:   %{name}
-
-%description -n libcolord-gtk1
-colord is a system activated daemon that maps devices to color profiles.
-It is used by gnome-color-manager for system integration and use when
-there are no users logged in.
-
-%package -n typelib-1_0-ColordGtk-1_0
-Summary:System Daemon for Managing Color Devices -- GTK Integration 
Introspection bindings
-Group:  System/Libraries
-
-%description -n typelib-1_0-ColordGtk-1_0
-colord is a system activated daemon that maps devices to color profiles.
-It is used by gnome-color-manager for system integration and use when
-there are no users logged in.
-
-This package provides the GObject Introspection bindings for the
-libcolord-gtk library.
-
-%package -n libcolord-gtk-devel
-Summary:System Daemon for Managing Color Devices -- GTK Integration 
Development Files
-Group:  Development/Languages/C and C++
-Requires:   libcolord-gtk1 = %{version}
-Requires:   typelib-1_0-ColordGtk-1_0 = %{version}
-
-%description -n libcolord-gtk-devel
-colord is a system activated daemon that maps devices to color profiles.
-It is used by gnome-color-manager for system integration and use when
-there are no users logged in.
-
 %lang_package
 %prep
-%setup -q -n %{_name}-%{version}
+%setup -q
 
 %build
 %configure \

commit colord for openSUSE:Factory

2012-07-18 Thread h_root
Hello community,

here is the log from the commit of package colord for openSUSE:Factory checked 
in at 2012-07-18 17:12:38

Comparing /work/SRC/openSUSE:Factory/colord (Old)
 and  /work/SRC/openSUSE:Factory/.colord.new (New)


Package is colord, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/colord/colord-gtk.changes2012-06-07 
15:37:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.colord.new/colord-gtk.changes   2012-07-18 
17:12:40.0 +0200
@@ -1,0 +2,5 @@
+Thu Jul  5 14:47:17 UTC 2012 - meiss...@suse.com
+
+- Add a apparmor profile for usr.lib.colord
+
+---
colord.changes: same change

New:

  usr.lib.colord



Other differences:
--
++ colord-gtk.spec ++
--- /var/tmp/diff_new_pack.J9jYlI/_old  2012-07-18 17:12:41.0 +0200
+++ /var/tmp/diff_new_pack.J9jYlI/_new  2012-07-18 17:12:41.0 +0200
@@ -28,6 +28,8 @@
 Group:  System/Daemons
 Url:http://colord.hughsie.com/
 Source0:
http://www.freedesktop.org/software/colord/releases/%{_name}-%{version}.tar.xz
+# Apparmor profile
+Source1:usr.lib.colord
 Source99:   baselibs.conf
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  intltool
@@ -145,6 +147,8 @@
 
 %if !%{build_gtk}
 
+mkdir %{buildroot}/etc/apparmor.d
+install -c -m 644 %{SOURCE1} %{buildroot}/etc/apparmor.d/
 # Manually install prebuilt man pages, since we don't have docbook2man
 pushd man
 test ! -f %{buildroot}%{_mandir}/man1/*
@@ -223,6 +227,8 @@
 %{_mandir}/man1/cd-create-profile.1%{?ext_man}
 %{_mandir}/man1/cd-fix-profile.1%{?ext_man}
 %{_mandir}/man1/colormgr.1%{?ext_man}
+%dir /etc/apparmor.d/
+%config /etc/apparmor.d/usr.lib.colord
 
 %files -n libcolord1
 %defattr(-, root, root)

++ colord.spec ++
--- /var/tmp/diff_new_pack.J9jYlI/_old  2012-07-18 17:12:41.0 +0200
+++ /var/tmp/diff_new_pack.J9jYlI/_new  2012-07-18 17:12:41.0 +0200
@@ -27,6 +27,8 @@
 Group:  System/Daemons
 Url:http://colord.hughsie.com/
 Source0:
http://www.freedesktop.org/software/colord/releases/%{_name}-%{version}.tar.xz
+# Apparmor profile
+Source1:usr.lib.colord
 Source99:   baselibs.conf
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  intltool
@@ -144,6 +146,8 @@
 
 %if !%{build_gtk}
 
+mkdir %{buildroot}/etc/apparmor.d
+install -c -m 644 %{SOURCE1} %{buildroot}/etc/apparmor.d/
 # Manually install prebuilt man pages, since we don't have docbook2man
 pushd man
 test ! -f %{buildroot}%{_mandir}/man1/*
@@ -222,6 +226,8 @@
 %{_mandir}/man1/cd-create-profile.1%{?ext_man}
 %{_mandir}/man1/cd-fix-profile.1%{?ext_man}
 %{_mandir}/man1/colormgr.1%{?ext_man}
+%dir /etc/apparmor.d/
+%config /etc/apparmor.d/usr.lib.colord
 
 %files -n libcolord1
 %defattr(-, root, root)


++ usr.lib.colord ++
# Last Modified: Thu Jul  5 16:42:52 2012
#include tunables/global

/usr/lib/colord {
  #include abstractions/base
  #include abstractions/nameservice


  deny /usr/share/gvfs/remote-volume-monitors/ r,
  deny /usr/share/gvfs/remote-volume-monitors/afc.monitor r,
  deny /usr/share/gvfs/remote-volume-monitors/udisks2.monitor r,

  /etc/colord.conf r,
  /etc/fstab r,
  /etc/udev/udev.conf r,
  /proc/*/mounts r,
  /run/udev/data/* r,
  /sys/bus/ r,
  /sys/bus/usb/devices/ r,
  /sys/class/ r,
  /sys/devices/** r,
  /usr/lib/colord mr,
  /usr/share/color/**/ r,
  /usr/share/color/icc/** r,
  /usr/share/dbus-1/interfaces/org.freedesktop.ColorManager.Device.xml r,
  /usr/share/dbus-1/interfaces/org.freedesktop.ColorManager.Profile.xml r,
  /usr/share/dbus-1/interfaces/org.freedesktop.ColorManager.Sensor.xml r,
  /usr/share/dbus-1/interfaces/org.freedesktop.ColorManager.xml r,
  /usr/share/gvfs/remote-volume-monitors/gphoto2.monitor r,
  /usr/share/locale-bundle/**.mo r,
  /var/lib/color/icc/ r,
  /var/lib/colord/mapping.db rwk,
  /var/lib/colord/mapping.db-journal rw,
  /var/lib/colord/storage.db rwk,
  /var/lib/colord/storage.db-journal rw,

}
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit colord for openSUSE:Factory

2012-06-07 Thread h_root
Hello community,

here is the log from the commit of package colord for openSUSE:Factory checked 
in at 2012-06-07 15:37:39

Comparing /work/SRC/openSUSE:Factory/colord (Old)
 and  /work/SRC/openSUSE:Factory/.colord.new (New)


Package is colord, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/colord/colord-gtk.changes2012-05-22 
10:08:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.colord.new/colord-gtk.changes   2012-06-07 
15:37:44.0 +0200
@@ -1,0 +2,20 @@
+Wed May 23 19:18:54 UTC 2012 - zai...@opensuse.org
+
+- Update to version 0.1.21:
+  + Do not add sensors that are ignored or have no caps.
+  + Do not install any parts of colord-sane if --disable-sane is
+specified.
+  + Do not use 'WantedBy=graphical.target' in the shipped systemd
+file.
+  + Fix autotools when configuring without systemd.
+  + Fix InstallSystemWide() by not writing a private file.
+  + Fix srcdir != builddir with introspection enabled.
+  + Fix the description in the systemd service file.
+  + Isolate gtk dependency to cd-convert.
+  + Save the CCMX and ITx files to be compatible with argyllcms
+  + The ColorHug has a new VID and PID.
+- Drop colord-build-no-gtk.patch, fixed upstream.
+- Removed call to gnome-autogen.sh and drop gnome-common
+  buildrequires, only needed for above dropped patch.
+
+---
colord.changes: same change

Old:

  colord-0.1.20.tar.xz
  colord-build-no-gtk.patch

New:

  colord-0.1.21.tar.xz



Other differences:
--
++ colord-gtk.spec ++
--- /var/tmp/diff_new_pack.FmN4Do/_old  2012-06-07 15:37:45.0 +0200
+++ /var/tmp/diff_new_pack.FmN4Do/_new  2012-06-07 15:37:45.0 +0200
@@ -21,7 +21,7 @@
 # Do not edit this auto generated file! Edit colord.spec.
 Name:   colord-gtk
 %define _name   colord
-Version:0.1.20
+Version:0.1.21
 Release:0
 Summary:System Daemon for Managing Color Devices
 License:GPL-2.0+
@@ -29,10 +29,7 @@
 Url:http://colord.hughsie.com/
 Source0:
http://www.freedesktop.org/software/colord/releases/%{_name}-%{version}.tar.xz
 Source99:   baselibs.conf
-Patch0: colord-build-no-gtk.patch
 BuildRequires:  gobject-introspection-devel
-# needed for patch0
-BuildRequires:  gnome-common
 BuildRequires:  intltool
 BuildRequires:  sane-backends-devel
 BuildRequires:  vala
@@ -134,9 +131,6 @@
 %lang_package
 %prep
 %setup -q -n %{_name}-%{version}
-%patch0 -p1
-# needed for patch0
-NOCONFIGURE=1 gnome-autogen.sh
 
 %build
 %configure \

++ colord.spec ++
--- /var/tmp/diff_new_pack.FmN4Do/_old  2012-06-07 15:37:45.0 +0200
+++ /var/tmp/diff_new_pack.FmN4Do/_new  2012-06-07 15:37:45.0 +0200
@@ -20,7 +20,7 @@
 
 Name:   colord
 %define _name   colord
-Version:0.1.20
+Version:0.1.21
 Release:0
 Summary:System Daemon for Managing Color Devices
 License:GPL-2.0+
@@ -28,10 +28,7 @@
 Url:http://colord.hughsie.com/
 Source0:
http://www.freedesktop.org/software/colord/releases/%{_name}-%{version}.tar.xz
 Source99:   baselibs.conf
-Patch0: colord-build-no-gtk.patch
 BuildRequires:  gobject-introspection-devel
-# needed for patch0
-BuildRequires:  gnome-common
 BuildRequires:  intltool
 BuildRequires:  sane-backends-devel
 BuildRequires:  vala
@@ -133,9 +130,6 @@
 %lang_package
 %prep
 %setup -q -n %{_name}-%{version}
-%patch0 -p1
-# needed for patch0
-NOCONFIGURE=1 gnome-autogen.sh
 
 %build
 %configure \

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit colord for openSUSE:Factory

2012-05-22 Thread h_root
Hello community,

here is the log from the commit of package colord for openSUSE:Factory checked 
in at 2012-05-22 10:08:44

Comparing /work/SRC/openSUSE:Factory/colord (Old)
 and  /work/SRC/openSUSE:Factory/.colord.new (New)


Package is colord, Maintainer is 

Changes:

New Changes file:

--- /dev/null   2012-05-03 01:24:41.895590051 +0200
+++ /work/SRC/openSUSE:Factory/.colord.new/colord-gtk.changes   2012-05-22 
10:08:45.0 +0200
@@ -0,0 +1,374 @@
+---
+Mon May 14 09:53:20 UTC 2012 - vu...@opensuse.org
+
+- Update to version 0.1.20:
+  + New Features:
+- Add a bash completion file for colormgr
+- Add a BUSY state value for sensor devices
+- Add a GObject Introspection example
+- Add a sensor-set-options command to the colormgr tool
+- Add async and sync methods in libcolord to support sensor
+  options
+- Add CdIt8 as a helper for reading and writing ti1, ti3 and
+  ccmx files
+- Add cd_it8_utils_calculate_ccmx() to libcolorhug
+- Add CdSampleWindow to libcolord-gtk
+- Add CdWindow which allows us to get the color profile for a
+  GtkWidget
+- Add functionality to colord-convert to sample ti1 - ti3
+  files
+- Add gio-2.0 to the requires line of colord.pc for GFile
+- Add the concept of 'options' on each color sensor device
+- colorhug: Allow saving the remote hash as a sensor option
+- Print any sensor options when doing 'colormgr get-sensors'
+  + Bugfixes:
+- colorhug: Save the EEPROM after setting sensor options
+- Enable gtk-doc in the default distro build
+- Fix build failure when colord is not installed system-wide
+- Add colord-build-no-gtk.patch: fix build without GTK+.
+- Add gnome-common BuildRequires and call to gnome-autogen.sh,
+  needed for above patch.
+- Enable the build of colord-gtk, by creating a colord-gtk.spec
+  based on colord.spec (with pre_checkin.sh). We do it this way to
+  avoid a build loop between colord and gtk3, since gtk3 depends on
+  colord. The differences are:
+  + Add a pkgconfig(gtk+-3.0) BuildRequires.
+  + Add colord and libcolord-devel BuildRequires, so we can use rpm
+to remove the files from colord.spec subpackages in %install
+(in order to only package colord-gtk files).
+  + Create libcolord-gtk1, typelib-1_0-ColordGtk-1_0 and
+libcolord-gtk-devel subpackages.
+
+---
+Wed Apr 18 07:31:39 UTC 2012 - vu...@opensuse.org
+
+- Update to version 0.1.19:
+  + New Features:
+- Add a user suffix to the object path of user-created devices
+  and profiles
+  + Bugfixes:
+- Add User key to colord-sane's DBus service file
+- Do not enable PrivateNetwork=yes as it breaks hotplugging
+  devices
+- Ensure colord-sane can create devices and profiles
+- Fix usage of CD_OBJECT_SCOPE_* enums
+- Honor aclocal flags
+- Remove the 'Default,' profile title prefix if legacy profiles
+  are installed
+
+---
+Thu Mar 15 19:29:33 UTC 2012 - vu...@opensuse.org
+
+- Update to version 0.1.18:
+  + New Features:
+- Add a Manager.CreateProfileWithFd() method for QtDBus
+- Add the GAMUT_coverage metadata key to the spec
+- Add the GAMUT_volume metadata key to the spec
+- Depend on lcms2 = 2.2
+- Make cd-fix-profile add the GAMUT keys to the ICC file
+- Split out the SANE support into it's own process
+  + Bugfixes:
+- Do not delete 'disk' or 'normal' devices when the session
+  exits
+- Ensure we return NULL for missing device properties
+- Fix a small leak when creating devices and profiles in
+  clients
+- Fix cd-fix-profile to add and remove metadata entries
+- Install per-machine profiles in /var/lib/colord/icc
+- Show what DBus names have inhibited each device
+- When doing 'get-devices' show the profile ID and filename
+- Add new colord-sane.service as argument to calls to
+  %service_{add,del}_* macros.
+
+---
+Mon Feb 27 13:24:10 UTC 2012 - vu...@opensuse.org
+
+- Fix systemd-related packaging:
+  + Use %{?systemd_requires}.
+  + Call %service_{add,del}_* macros in scriptlets for
+colord.service.
+
+---
+Thu Feb 23 07:51:54 UTC 2012 - vu...@opensuse.org
+
+- Update to version 0.1.17:
+  + New Features:
+- Add an LED sample type
+- Add a metadata key to store the calibration brightness
+- Show the profile title when using colormgr get-profiles
+  + Bugfixes:
+- Add PrivateNetwork and PrivateTmp to the systemd service file
+- Don't leak a GVariantIter when setting the device metadata
+- 

commit colord for openSUSE:Factory

2012-04-20 Thread h_root
Hello community,

here is the log from the commit of package colord for openSUSE:Factory checked 
in at 2012-04-20 15:11:49

Comparing /work/SRC/openSUSE:Factory/colord (Old)
 and  /work/SRC/openSUSE:Factory/.colord.new (New)


Package is colord, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/colord/colord.changes2012-03-29 
11:36:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.colord.new/colord.changes   2012-04-20 
15:12:06.0 +0200
@@ -1,0 +2,17 @@
+Wed Apr 18 07:31:39 UTC 2012 - vu...@opensuse.org
+
+- Update to version 0.1.19:
+  + New Features:
+- Add a user suffix to the object path of user-created devices
+  and profiles
+  + Bugfixes:
+- Add User key to colord-sane's DBus service file
+- Do not enable PrivateNetwork=yes as it breaks hotplugging
+  devices
+- Ensure colord-sane can create devices and profiles
+- Fix usage of CD_OBJECT_SCOPE_* enums
+- Honor aclocal flags
+- Remove the 'Default,' profile title prefix if legacy profiles
+  are installed
+
+---

Old:

  colord-0.1.18.tar.xz

New:

  colord-0.1.19.tar.xz



Other differences:
--
++ colord.spec ++
--- /var/tmp/diff_new_pack.YWt2BA/_old  2012-04-20 15:12:07.0 +0200
+++ /var/tmp/diff_new_pack.YWt2BA/_new  2012-04-20 15:12:07.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   colord
-Version:0.1.18
+Version:0.1.19
 Release:0
 Summary:System Daemon for Managing Color Devices
 License:GPL-2.0+

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit colord for openSUSE:Factory

2012-03-29 Thread h_root
Hello community,

here is the log from the commit of package colord for openSUSE:Factory checked 
in at 2012-03-29 11:35:58

Comparing /work/SRC/openSUSE:Factory/colord (Old)
 and  /work/SRC/openSUSE:Factory/.colord.new (New)


Package is colord, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/colord/colord.changes2012-03-01 
07:24:59.0 +0100
+++ /work/SRC/openSUSE:Factory/.colord.new/colord.changes   2012-03-29 
11:36:01.0 +0200
@@ -1,0 +2,24 @@
+Thu Mar 15 19:29:33 UTC 2012 - vu...@opensuse.org
+
+- Update to version 0.1.18:
+  + New Features:
+- Add a Manager.CreateProfileWithFd() method for QtDBus
+- Add the GAMUT_coverage metadata key to the spec
+- Add the GAMUT_volume metadata key to the spec
+- Depend on lcms2 = 2.2
+- Make cd-fix-profile add the GAMUT keys to the ICC file
+- Split out the SANE support into it's own process
+  + Bugfixes:
+- Do not delete 'disk' or 'normal' devices when the session
+  exits
+- Ensure we return NULL for missing device properties
+- Fix a small leak when creating devices and profiles in
+  clients
+- Fix cd-fix-profile to add and remove metadata entries
+- Install per-machine profiles in /var/lib/colord/icc
+- Show what DBus names have inhibited each device
+- When doing 'get-devices' show the profile ID and filename
+- Add new colord-sane.service as argument to calls to
+  %service_{add,del}_* macros.
+
+---

Old:

  colord-0.1.17.tar.xz

New:

  colord-0.1.18.tar.xz



Other differences:
--
++ colord.spec ++
--- /var/tmp/diff_new_pack.SvsnNa/_old  2012-03-29 11:36:02.0 +0200
+++ /var/tmp/diff_new_pack.SvsnNa/_new  2012-03-29 11:36:02.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   colord
-Version:0.1.17
+Version:0.1.18
 Release:0
 Summary:System Daemon for Managing Color Devices
 License:GPL-2.0+
@@ -37,7 +37,7 @@
 BuildRequires:  pkgconfig(gobject-2.0)
 BuildRequires:  pkgconfig(gudev-1.0)
 BuildRequires:  pkgconfig(gusb) = 0.1.1
-BuildRequires:  pkgconfig(lcms2)
+BuildRequires:  pkgconfig(lcms2) = 2.2
 BuildRequires:  pkgconfig(polkit-gobject-1) = 0.103
 BuildRequires:  pkgconfig(sqlite3)
 BuildRequires:  pkgconfig(systemd)
@@ -111,7 +111,7 @@
 %find_lang %{name}
 
 %pre
-%service_add_pre colord.service
+%service_add_pre colord.service colord-sane.service
 # 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
@@ -120,13 +120,13 @@
 exit 0
 
 %post
-%service_add_post colord.service
+%service_add_post colord.service colord-sane.service
 
 %preun
-%service_del_preun colord.service
+%service_del_preun colord.service colord-sane.service
 
 %postun
-%service_del_postun colord.service
+%service_del_postun colord.service colord-sane.service
 
 %post -n libcolord1 -p /sbin/ldconfig
 
@@ -136,18 +136,23 @@
 %defattr(-,root,root)
 %doc AUTHORS ChangeLog COPYING NEWS README
 %{_unitdir}/colord.service
+%{_unitdir}/colord-sane.service
 /lib/udev/rules.d/*.rules
 %attr(755,colord,colord) %dir %{_localstatedir}/lib/colord
 %config(noreplace) %{_sysconfdir}/%{name}.conf
 %{_sysconfdir}/dbus-1/system.d/org.freedesktop.ColorManager.conf
+%{_sysconfdir}/dbus-1/system.d/org.freedesktop.colord-sane.conf
 %{_bindir}/cd-create-profile
 %{_bindir}/cd-fix-profile
 %{_bindir}/colormgr
 %{_libdir}/colord-sensors/
 %{_libexecdir}/%{name}
+%{_libexecdir}/colord-sane
 %{_datadir}/color/
 %{_datadir}/dbus-1/interfaces/org.freedesktop.ColorManager.*
+%{_datadir}/dbus-1/interfaces/org.freedesktop.colord.sane.xml
 %{_datadir}/dbus-1/system-services/org.freedesktop.ColorManager.service
+%{_datadir}/dbus-1/system-services/org.freedesktop.colord-sane.service
 %{_datadir}/polkit-1/actions/org.freedesktop.color.policy
 %{_mandir}/man1/cd-create-profile.1%{?ext_man}
 %{_mandir}/man1/cd-fix-profile.1%{?ext_man}

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit colord for openSUSE:Factory

2012-02-29 Thread h_root
Hello community,

here is the log from the commit of package colord for openSUSE:Factory checked 
in at 2012-03-01 07:24:56

Comparing /work/SRC/openSUSE:Factory/colord (Old)
 and  /work/SRC/openSUSE:Factory/.colord.new (New)


Package is colord, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/colord/colord.changes2012-01-25 
11:07:33.0 +0100
+++ /work/SRC/openSUSE:Factory/.colord.new/colord.changes   2012-03-01 
07:24:59.0 +0100
@@ -1,0 +2,29 @@
+Mon Feb 27 13:24:10 UTC 2012 - vu...@opensuse.org
+
+- Fix systemd-related packaging:
+  + Use %{?systemd_requires}.
+  + Call %service_{add,del}_* macros in scriptlets for
+colord.service.
+
+---
+Thu Feb 23 07:51:54 UTC 2012 - vu...@opensuse.org
+
+- Update to version 0.1.17:
+  + New Features:
+- Add an LED sample type
+- Add a metadata key to store the calibration brightness
+- Show the profile title when using colormgr get-profiles
+  + Bugfixes:
+- Add PrivateNetwork and PrivateTmp to the systemd service file
+- Don't leak a GVariantIter when setting the device metadata
+- Fix a critical warning if a client tries to get the profile
+  metadata
+- Fix InstallSystemWide() when running as the colord user
+- Increase the colorhug sample timeout to 5 seconds
+- Make underscores into spaces for the profile title
+- Return from cd_profile_has_access() with TRUE for virtual
+  profiles
+- Remove xz BuildRequires now that it comes for free in the build
+  system.
+
+---

Old:

  colord-0.1.16.tar.xz

New:

  colord-0.1.17.tar.xz



Other differences:
--
++ colord.spec ++
--- /var/tmp/diff_new_pack.iw8Cim/_old  2012-03-01 07:25:00.0 +0100
+++ /var/tmp/diff_new_pack.iw8Cim/_new  2012-03-01 07:25:00.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   colord
-Version:0.1.16
+Version:0.1.17
 Release:0
 Summary:System Daemon for Managing Color Devices
 License:GPL-2.0+
@@ -29,8 +29,6 @@
 BuildRequires:  intltool
 BuildRequires:  sane-backends-devel
 BuildRequires:  vala
-# Only needed because we don't (and won't) support building xz tarballs by 
default... See bnc#697467
-BuildRequires:  xz
 BuildRequires:  pkgconfig(dbus-1)
 BuildRequires:  pkgconfig(gio-2.0)
 BuildRequires:  pkgconfig(gio-unix-2.0)
@@ -47,6 +45,7 @@
 Requires:   shared-color-profiles
 Recommends: %{name}-lang
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+%{?systemd_requires}
 
 %description
 colord is a system activated daemon that maps devices to color profiles.
@@ -112,12 +111,23 @@
 %find_lang %{name}
 
 %pre
+%service_add_pre colord.service
+# 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
 # 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
 
+%post
+%service_add_post colord.service
+
+%preun
+%service_del_preun colord.service
+
+%postun
+%service_del_postun colord.service
+
 %post -n libcolord1 -p /sbin/ldconfig
 
 %postun -n libcolord1 -p /sbin/ldconfig
@@ -125,7 +135,7 @@
 %files
 %defattr(-,root,root)
 %doc AUTHORS ChangeLog COPYING NEWS README
-/lib/systemd/system/colord.service
+%{_unitdir}/colord.service
 /lib/udev/rules.d/*.rules
 %attr(755,colord,colord) %dir %{_localstatedir}/lib/colord
 %config(noreplace) %{_sysconfdir}/%{name}.conf

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit colord for openSUSE:Factory

2012-01-25 Thread h_root
Hello community,

here is the log from the commit of package colord for openSUSE:Factory checked 
in at 2012-01-25 11:07:32

Comparing /work/SRC/openSUSE:Factory/colord (Old)
 and  /work/SRC/openSUSE:Factory/.colord.new (New)


Package is colord, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/colord/colord.changes2012-01-09 
12:03:09.0 +0100
+++ /work/SRC/openSUSE:Factory/.colord.new/colord.changes   2012-01-25 
11:07:33.0 +0100
@@ -1,0 +2,35 @@
+Wed Jan 18 10:47:23 UTC 2012 - vu...@opensuse.org
+
+- Add pkgconfig(gusb) BuildRequires to build with libgusb support,
+  which matters even more now than libusb support is gone.
+
+---
+Tue Jan 17 18:02:05 UTC 2012 - vu...@opensuse.org
+
+- Update to version 0.1.16:
+  + New Features:
+- Add a device-inhibit command to the colormgr client
+- Add org.freedesktop.policykit.owner annotations to .policy
+  file
+- Add profile metadata MAPPING_device_id for automatic profile
+  mapping
+- Add some profile metadata keys
+- Install a systemd service file if systemd is used
+- Support 2nd generation Huey hardware
+- Use GUsb for the Huey sensor
+  + Bugfixes:
+- Fix a Wformat error when printing a gsize
+- If /usr/share/color appears at runtime, don't rescan the
+  parent dir
+- Set the colorimeter sensor group so the dameon can access the
+  sensor
+- Split the spyder hardware into different types
+- Add pkgconfig(systemd) BuildRequires, following upstream change,
+  to know where to install the .service file.
+- Remove pkgconfig(libusb-1.0) BuildRequires: the dependency is
+  gone now.
+- Drop colord-polkit-annotate-owner.patch: fixed upstream.
+- Remove libtool BuildRequires and call to autoreconf and
+  intltoolize, that were only needed for above patch.
+
+---

Old:

  colord-0.1.15.tar.xz
  colord-polkit-annotate-owner.patch

New:

  colord-0.1.16.tar.xz



Other differences:
--
++ colord.spec ++
--- /var/tmp/diff_new_pack.fhfEjK/_old  2012-01-25 11:07:52.0 +0100
+++ /var/tmp/diff_new_pack.fhfEjK/_new  2012-01-25 11:07:52.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package colord
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,8 +15,9 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   colord
-Version:0.1.15
+Version:0.1.16
 Release:0
 Summary:System Daemon for Managing Color Devices
 License:GPL-2.0+
@@ -24,12 +25,8 @@
 Url:http://colord.hughsie.com/
 Source0:
http://www.freedesktop.org/software/colord/releases/%{name}-%{version}.tar.xz
 Source99:   baselibs.conf
-# PATCH-FIX-UPSTREAM colord-polkit-annotate-owner.patch vu...@opensuse.org -- 
Add org.freedesktop.policykit.owner annotations to policy file; will enter git 
very soon
-Patch1: colord-polkit-annotate-owner.patch
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  intltool
-# needed for patch1
-BuildRequires:  libtool
 BuildRequires:  sane-backends-devel
 BuildRequires:  vala
 # Only needed because we don't (and won't) support building xz tarballs by 
default... See bnc#697467
@@ -41,10 +38,11 @@
 BuildRequires:  pkgconfig(gmodule-2.0)
 BuildRequires:  pkgconfig(gobject-2.0)
 BuildRequires:  pkgconfig(gudev-1.0)
+BuildRequires:  pkgconfig(gusb) = 0.1.1
 BuildRequires:  pkgconfig(lcms2)
-BuildRequires:  pkgconfig(libusb-1.0) = 1.0.0
-BuildRequires:  pkgconfig(polkit-gobject-1)
+BuildRequires:  pkgconfig(polkit-gobject-1) = 0.103
 BuildRequires:  pkgconfig(sqlite3)
+BuildRequires:  pkgconfig(systemd)
 Requires(pre):  pwdutils
 Requires:   shared-color-profiles
 Recommends: %{name}-lang
@@ -91,12 +89,8 @@
 %lang_package
 %prep
 %setup -q
-%patch1 -p1
 
 %build
-# needed for patch1
-autoreconf -fi
-intltoolize --force
 %configure \
 --disable-static \
 --enable-polkit \
@@ -131,6 +125,7 @@
 %files
 %defattr(-,root,root)
 %doc AUTHORS ChangeLog COPYING NEWS README
+/lib/systemd/system/colord.service
 /lib/udev/rules.d/*.rules
 %attr(755,colord,colord) %dir %{_localstatedir}/lib/colord
 %config(noreplace) %{_sysconfdir}/%{name}.conf

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit colord for openSUSE:Factory

2012-01-09 Thread h_root
Hello community,

here is the log from the commit of package colord for openSUSE:Factory checked 
in at 2012-01-09 12:03:06

Comparing /work/SRC/openSUSE:Factory/colord (Old)
 and  /work/SRC/openSUSE:Factory/.colord.new (New)


Package is colord, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/colord/colord.changes2011-11-02 
13:11:32.0 +0100
+++ /work/SRC/openSUSE:Factory/.colord.new/colord.changes   2012-01-09 
12:03:09.0 +0100
@@ -1,0 +2,58 @@
+Thu Dec  8 20:25:09 UTC 2011 - dims...@opensuse.org
+
+- Split typelib file into typelib-1_0-Colord-1_0 subpackage.
+- Add typelib-1_0-Colord-1_0 Requires to libcolord-devel
+  subpackage.
+
+---
+Tue Dec  6 16:06:22 UTC 2011 - vu...@opensuse.org
+
+- Run the colord daemon as user colord (bnc#698250):
+  + Add colord-polkit-annotate-owner.patch: add
+org.freedesktop.policykit.owner annotations to policy file so
+that running as colord user works.
+  + Add a %pre script to create the colord user and change
+ownership of /var/lib/colord.
+  + Add pwdutils Requires(pre), to make sure we can create the
+user.
+  + Pass --with-daemon-user=colord to configure.
+  + Package /var/lib/colord with the right user.
+  + Add libtool BuildRequires and calls to autoreconf and
+intltoolize, as needed by above patch.
+
+---
+Tue Nov 29 21:27:11 UTC 2011 - dims...@opensuse.org
+
+- Update to version 0.1.15:
+  + This release fixes an important security bug: CVE-2011-4349.
+  + New Features:
+- Add a native driver for the Hughski ColorHug hardware
+- Export cd-math as three projects are now using it
+  + Bugfixes:
+- Documentation fixes and improvements
+- Do not crash the daemon if adding the device to the db failed
+- Do not match any sensor device with a kernel driver
+- Don't be obscure when the user passes a device-id to colormgr
+- Fix a memory leak when getting properties from a device
+- Fix colormgr device-get-default-profile
+- Fix some conection bugs in colormgr
+- Fix some potential SQL injections
+- Make gusb optional
+- Only use the udev USB helper if the PID and VID have matches
+- Output the Huey calibration matrices when dumping the sensor
+
+---
+Wed Nov 16 10:27:26 UTC 2011 - dims...@opensuse.org
+
+- Update to version 0.1.14:
+  + New Features:
+- Add defines for the i1 Display 3
+- Add two more DATA_source values to the specification
+- Align the output from colormgr get-devices and get-profiles
+- Allow cd-fix-profile to append and edit new metadata
+  + Bugfixes:
+- Ensure non-native device are added with no driver module
+- Split the sensor and device udev code
+  + Updated translations.
+
+---

Old:

  colord-0.1.13.tar.xz

New:

  colord-0.1.15.tar.xz
  colord-polkit-annotate-owner.patch



Other differences:
--
++ colord.spec ++
--- /var/tmp/diff_new_pack.JH0w8b/_old  2012-01-09 12:03:10.0 +0100
+++ /var/tmp/diff_new_pack.JH0w8b/_new  2012-01-09 12:03:10.0 +0100
@@ -15,19 +15,21 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:   colord
-Version:0.1.13
-Release:1
-License:GPLv2+
+Version:0.1.15
+Release:0
 Summary:System Daemon for Managing Color Devices
-Url:http://colord.hughsie.com/
+License:GPL-2.0+
 Group:  System/Daemons
+Url:http://colord.hughsie.com/
 Source0:
http://www.freedesktop.org/software/colord/releases/%{name}-%{version}.tar.xz
 Source99:   baselibs.conf
+# PATCH-FIX-UPSTREAM colord-polkit-annotate-owner.patch vu...@opensuse.org -- 
Add org.freedesktop.policykit.owner annotations to policy file; will enter git 
very soon
+Patch1: colord-polkit-annotate-owner.patch
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  intltool
+# needed for patch1
+BuildRequires:  libtool
 BuildRequires:  sane-backends-devel
 BuildRequires:  vala
 # Only needed because we don't (and won't) support building xz tarballs by 
default... See bnc#697467
@@ -43,6 +45,7 @@
 BuildRequires:  pkgconfig(libusb-1.0) = 1.0.0
 BuildRequires:  pkgconfig(polkit-gobject-1)
 BuildRequires:  pkgconfig(sqlite3)
+Requires(pre):  pwdutils
 Requires:   shared-color-profiles
 Recommends: %{name}-lang
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -62,10 +65,23 @@
 It is used by gnome-color-manager for system integration and use when
 there are no users 

commit colord for openSUSE:Factory

2011-11-02 Thread h_root
Hello community,

here is the log from the commit of package colord for openSUSE:Factory checked 
in at 2011-11-02 13:11:30

Comparing /work/SRC/openSUSE:Factory/colord (Old)
 and  /work/SRC/openSUSE:Factory/.colord.new (New)


Package is colord, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/colord/colord.changes2011-10-04 
18:08:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.colord.new/colord.changes   2011-11-02 
13:11:32.0 +0100
@@ -1,0 +2,6 @@
+Fri Oct 28 14:31:58 UTC 2011 - lnus...@suse.de
+
+- don't recommend colord from libcolord1 to prevent automatic
+  installation (bnc#698250)
+
+---



Other differences:
--
++ colord.spec ++
--- /var/tmp/diff_new_pack.cSrsag/_old  2011-11-02 13:11:33.0 +0100
+++ /var/tmp/diff_new_pack.cSrsag/_new  2011-11-02 13:11:33.0 +0100
@@ -55,7 +55,7 @@
 %package -n libcolord1
 Summary:System Daemon for Managing Color Devices -- Library
 Group:  System/Libraries
-Recommends: %{name}
+Suggests:   %{name}
 
 %description -n libcolord1
 colord is a system activated daemon that maps devices to color profiles.


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit colord for openSUSE:Factory

2011-10-04 Thread h_root

Hello community,

here is the log from the commit of package colord for openSUSE:Factory
checked in at Tue Oct 4 18:08:24 CEST 2011.




--- openSUSE:Factory/colord/colord.changes  2011-10-02 09:52:58.0 
+0200
+++ /mounts/work_src_done/STABLE/colord/colord.changes  2011-10-03 
20:55:56.0 +0200
@@ -1,0 +2,26 @@
+Mon Oct  3 20:50:40 CEST 2011 - dims...@opensuse.org
+
+- Update to version 0.1.13:
+  + New Features:
+- Add an 'Owner' property on device and profile objects
+- Add cd_profile_has_access() to filter profiles from other
+  user accounts
+- Add the crayon named color palette
+- Add --xorg-gamma to cd-create-profile to create custom gamma
+  ramps
+  + Bugfixes:
+- Add a note in the naming specification about the username
+  suffix
+- colormgr only needs one argument for find-device
+- Ensure remote DBus errors are registered at startup
+- Ensure uid 0 can always create devices and profiles
+- Fix an error in configure if there is no sane .pc file
+- Fix the --disable-polkit build
+- Documentation: cd_device_get_modified() returns microseconds
+- Reduce the CPU load of clients when assigning profiles from
+  the session
+- Return an error if a client tries to create a duplicate
+  device
+- Return an error when trying to register a duplicate profile
+
+---

calling whatdependson for head-i586


Old:

  colord-0.1.12.tar.xz

New:

  colord-0.1.13.tar.xz



Other differences:
--
++ colord.spec ++
--- /var/tmp/diff_new_pack.Ddvqwy/_old  2011-10-04 18:08:21.0 +0200
+++ /var/tmp/diff_new_pack.Ddvqwy/_new  2011-10-04 18:08:21.0 +0200
@@ -18,8 +18,8 @@
 
 
 Name:   colord
-Version:0.1.12
-Release:3
+Version:0.1.13
+Release:1
 License:GPLv2+
 Summary:System Daemon for Managing Color Devices
 Url:http://colord.hughsie.com/

continue with q...



Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit colord for openSUSE:Factory

2011-10-02 Thread h_root

Hello community,

here is the log from the commit of package colord for openSUSE:Factory
checked in at Sun Oct 2 09:52:59 CEST 2011.




--- openSUSE:Factory/colord/colord.changes  2011-09-23 01:53:49.0 
+0200
+++ /mounts/work_src_done/STABLE/colord/colord.changes  2011-09-18 
01:39:29.0 +0200
@@ -1,0 +2,5 @@
+Sat Sep 17 23:39:25 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant tags/sections from specfile
+
+---

calling whatdependson for head-i586




Other differences:
--
++ colord.spec ++
--- /var/tmp/diff_new_pack.qg6q8O/_old  2011-10-02 09:52:56.0 +0200
+++ /var/tmp/diff_new_pack.qg6q8O/_new  2011-10-02 09:52:56.0 +0200
@@ -53,8 +53,6 @@
 there are no users logged in.
 
 %package -n libcolord1
-
-
 Summary:System Daemon for Managing Color Devices -- Library
 Group:  System/Libraries
 Recommends: %{name}
@@ -65,8 +63,6 @@
 there are no users logged in.
 
 %package -n libcolord-devel
-
-
 Summary:System Daemon for Managing Color Devices -- Development Files
 Group:  Development/Languages/C and C++
 Requires:   libcolord1 = %{version}
@@ -100,9 +96,6 @@
 popd
 %find_lang %{name}
 
-%clean
-%{?buildroot:%__rm -rf %{buildroot}}
-
 %post -n libcolord1 -p /sbin/ldconfig
 
 %postun -n libcolord1 -p /sbin/ldconfig


continue with q...



Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit colord for openSUSE:Factory

2011-09-11 Thread h_root

Hello community,

here is the log from the commit of package colord for openSUSE:Factory
checked in at Sun Sep 11 19:06:23 CEST 2011.




--- colord/colord.changes   2011-09-02 18:59:21.0 +0200
+++ /mounts/work_src_done/STABLE/colord/colord.changes  2011-09-09 
18:28:58.0 +0200
@@ -1,0 +2,5 @@
+Fri Sep  9 16:28:41 UTC 2011 - vu...@opensuse.org
+
+- Add baselibs.conf.
+
+---

calling whatdependson for head-i586


New:

  baselibs.conf



Other differences:
--
++ colord.spec ++
--- /var/tmp/diff_new_pack.ZHLcE4/_old  2011-09-11 19:06:18.0 +0200
+++ /var/tmp/diff_new_pack.ZHLcE4/_new  2011-09-11 19:06:18.0 +0200
@@ -19,12 +19,13 @@
 
 Name:   colord
 Version:0.1.12
-Release:1
+Release:3
 License:GPLv2+
 Summary:System Daemon for Managing Color Devices
 Url:http://colord.hughsie.com/
 Group:  System/Daemons
-Source: 
http://www.freedesktop.org/software/colord/releases/%{name}-%{version}.tar.xz
+Source0:
http://www.freedesktop.org/software/colord/releases/%{name}-%{version}.tar.xz
+Source99:   baselibs.conf
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  intltool
 BuildRequires:  sane-backends-devel
@@ -53,6 +54,7 @@
 
 %package -n libcolord1
 
+
 Summary:System Daemon for Managing Color Devices -- Library
 Group:  System/Libraries
 Recommends: %{name}
@@ -64,6 +66,7 @@
 
 %package -n libcolord-devel
 
+
 Summary:System Daemon for Managing Color Devices -- Development Files
 Group:  Development/Languages/C and C++
 Requires:   libcolord1 = %{version}

++ baselibs.conf ++
libcolord1






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit colord for openSUSE:Factory

2011-09-09 Thread h_root

Hello community,

here is the log from the commit of package colord for openSUSE:Factory
checked in at Fri Sep 9 11:11:38 CEST 2011.




--- colord/colord.changes   2011-07-11 12:44:13.0 +0200
+++ /mounts/work_src_done/STABLE/colord/colord.changes  2011-09-02 
18:59:21.0 +0200
@@ -1,0 +2,54 @@
+Fri Sep  2 08:20:51 UTC 2011 - vu...@opensuse.org
+
+- Update to version 0.1.12:
+  + New Features:
+- Add a configure argument --enable-volume-search
+- Add a configure argument of --enable-fd-fallback
+- Add cd_client_import_profile() to be able to easily import a
+  GFile
+- Allow the daemon to run with a different user
+  + Bugfixes:
+- Add daemon user to acl of sensor devices
+- Add lcms2 to Requires.private
+- Check if a file is really an ICC profile before importing it
+- Detect libusb_strerror in configure rather than relying on
+  the version
+- Do not fail make check if there is no available local colord
+  process to use
+- Ensure the profiles are sorted by their timestamp during
+  login
+- Ensure the volume-sourced profiles are not marked as
+  systemwide profiles
+- Exit with an error when trying to connect to a device that
+  does not exist
+- Remove duplicate call to complete in libcolord
+- Try harder to use the ICC profile checksum
+- Changes from version 0.1.11:
+  + New Features:
+- Enable GObject introspection generation on libcolord
+- Generate a Vala API binding from the GObject Introspection
+  GIR
+- Move the project home to freedesktop.org
+- Ship generated man pages in tarballs
+  + Bugfixes:
+- Add all of the required GObject Introspection annotations
+  required
+- Allow FindDeviceByProperty() to match on model, vendor and
+  serial number
+- Don't crash the example program if there is no default
+  profile assigned
+- Fix the bugzilla and mailing list links on the webpage
+  (fdo#39129).
+- Fix the licence headers in colord.h and cd-color.h
+- Fix up some translatable strings
+- Honor ACLOCAL_FLAGS when running autoreconf
+- Use the const formatter when unwrapping GVariants to reduce
+  memory allocation
+  + Updated translations.
+- Add gobject-introspection-devel and vala BuildRequires to build
+  introspection data and vala bindings.
+- Manually install pre-built man pages, since the build system
+  cannot install them if docbook2man is not there (and we don't
+  want to add a BuildRequires on it since it's big).
+
+---

calling whatdependson for head-i586


Old:

  colord-0.1.10.tar.xz

New:

  colord-0.1.12.tar.xz



Other differences:
--
++ colord.spec ++
--- /var/tmp/diff_new_pack.KV3xjZ/_old  2011-09-09 11:11:31.0 +0200
+++ /var/tmp/diff_new_pack.KV3xjZ/_new  2011-09-09 11:11:31.0 +0200
@@ -18,15 +18,17 @@
 
 
 Name:   colord
-Version:0.1.10
-Release:3
+Version:0.1.12
+Release:1
 License:GPLv2+
 Summary:System Daemon for Managing Color Devices
 Url:http://colord.hughsie.com/
 Group:  System/Daemons
-Source: 
http://people.freedesktop.org/~hughsient/releases/%{name}-%{version}.tar.xz
+Source: 
http://www.freedesktop.org/software/colord/releases/%{name}-%{version}.tar.xz
+BuildRequires:  gobject-introspection-devel
 BuildRequires:  intltool
 BuildRequires:  sane-backends-devel
+BuildRequires:  vala
 # Only needed because we don't (and won't) support building xz tarballs by 
default... See bnc#697467
 BuildRequires:  xz
 BuildRequires:  pkgconfig(dbus-1)
@@ -37,7 +39,7 @@
 BuildRequires:  pkgconfig(gobject-2.0)
 BuildRequires:  pkgconfig(gudev-1.0)
 BuildRequires:  pkgconfig(lcms2)
-BuildRequires:  pkgconfig(libusb-1.0)
+BuildRequires:  pkgconfig(libusb-1.0) = 1.0.0
 BuildRequires:  pkgconfig(polkit-gobject-1)
 BuildRequires:  pkgconfig(sqlite3)
 Requires:   shared-color-profiles
@@ -51,7 +53,6 @@
 
 %package -n libcolord1
 
-
 Summary:System Daemon for Managing Color Devices -- Library
 Group:  System/Libraries
 Recommends: %{name}
@@ -63,7 +64,6 @@
 
 %package -n libcolord-devel
 
-
 Summary:System Daemon for Managing Color Devices -- Development Files
 Group:  Development/Languages/C and C++
 Requires:   libcolord1 = %{version}
@@ -86,6 +86,15 @@
 %install
 %make_install
 find %{buildroot} -type f -name '*.la' -delete -print
+# Manually install prebuilt man pages, since we don't have docbook2man
+pushd man
+test ! -f %{buildroot}%{_mandir}/man1/*
+for man in *.1; do
+  install -m 644 ${man} %{buildroot}%{_mandir}/man1/
+done
+# Check we only have man1 pages to install
+test ! -f *.[2-9]
+popd
 %find_lang %{name}
 
 %clean
@@ -110,18 +119,24 @@
 

commit colord for openSUSE:Factory

2011-07-08 Thread h_root

Hello community,

here is the log from the commit of package colord for openSUSE:Factory
checked in at Fri Jul 8 11:18:55 CEST 2011.




--- colord/colord.changes   2011-07-04 15:32:47.0 +0200
+++ /mounts/work_src_done/STABLE/colord/colord.changes  2011-07-06 
18:22:36.0 +0200
@@ -1,0 +2,18 @@
+Wed Jul  6 18:21:17 CEST 2011 - vu...@opensuse.org
+
+- Update to version 0.1.10:
+  + New Features:
+- Add a find-profile-by-filename command to the colormgr client
+  tool
+- Add the object scope to the DBus interface as a property
+- Write a document detailing the colord security attack surface
+  + Bugfixes:
+- Actually store the device ID in the mapping database
+- Fix include statements to search from current libcolord
+  folder
+- Fix mbstowcs usage
+- Fix the build for old versions of lcms2
+- Fix up the location of the libcolord header files
+- Remove the DBus annotations in the introspection
+
+---

calling whatdependson for head-i586


Old:

  colord-0.1.9.tar.xz

New:

  colord-0.1.10.tar.xz



Other differences:
--
++ colord.spec ++
--- /var/tmp/diff_new_pack.6Fq1Nj/_old  2011-07-08 11:18:42.0 +0200
+++ /var/tmp/diff_new_pack.6Fq1Nj/_new  2011-07-08 11:18:42.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   colord
-Version:0.1.9
+Version:0.1.10
 Release:1
 License:GPLv2+
 Summary:System Daemon for Managing Color Devices
@@ -52,6 +52,7 @@
 
 %package -n libcolord1
 
+
 Summary:System Daemon for Managing Color Devices -- Library
 Group:  System/Libraries
 Recommends: %{name}
@@ -63,6 +64,7 @@
 
 %package -n libcolord-devel
 
+
 Summary:System Daemon for Managing Color Devices -- Development Files
 Group:  Development/Languages/C and C++
 Requires:   libcolord1 = %{version}
@@ -118,7 +120,7 @@
 
 %files -n libcolord-devel
 %defattr(-, root, root)
-%{_includedir}/lib%{name}/
+%{_includedir}/colord-1/
 %{_libdir}/libcolord.so
 %{_libdir}/pkgconfig/colord.pc
 






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org