Accepting request 73904 from home:vuntz:branches:GNOME:Factory

Update to 0.1.9

OBS-URL: https://build.opensuse.org/request/show/73904
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/colord?expand=0&rev=4
This commit is contained in:
Dominique Leuenberger 2011-06-17 07:00:50 +00:00 committed by Git OBS Bridge
parent 274c50f334
commit aa9fe9e906
4 changed files with 34 additions and 5 deletions

View File

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

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

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

View File

@ -1,3 +1,30 @@
-------------------------------------------------------------------
Fri Jun 17 00:33:14 CEST 2011 - vuntz@opensuse.org
- Update to version 0.1.9:
+ New Features:
- Add a 'Format' property to the device interface
- Add a new method Client:FindDeviceByProperty for when only a
property is known
- Add methods to get the connected state of each object
- Define the DATA_source profile metadata item
- Define three metadata keys for the framework creator to set
- Define two keys to allow the profile to contain the mapping
parameters
+ Bugfixes:
- Allow GUDEV to be disabled at compile time
- Autodetect SANE in configure
- Fix 3 small memory leaks
- Fix a bug that caused a critical warning in client code
- Only warn if we fail to get the PolicyKit authority
- Save any additional disk device metadata in the property
database
- Use upstream gettext instead the glib one
- Write the new metadata entries in the utility programs
- Add xz BuildRequires because we can't build a package for a
xz-compressed tarball without explicitly specifying that... See
bnc#697467 for more details.
-------------------------------------------------------------------
Thu Jun 16 16:51:34 CEST 2011 - vuntz@opensuse.org

View File

@ -17,18 +17,20 @@
Name: colord
Version: 0.1.8
Version: 0.1.9
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.bz2
Source: http://people.freedesktop.org/~hughsient/releases/%{name}-%{version}.tar.xz
# bnc#698250 - Security Review for dbus service and polkit privileges
Source99: colord-rpmlintrc
BuildRequires: docbook-utils
BuildRequires: intltool
BuildRequires: sane-backends-devel
# 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)