diff --git a/colord-0.1.8.tar.bz2 b/colord-0.1.8.tar.bz2 deleted file mode 100644 index a4e582c..0000000 --- a/colord-0.1.8.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e1ad9051bec5b9f62ed6920def2ca501034f5ed3967b78d39fc6263f68ca172c -size 512091 diff --git a/colord-0.1.9.tar.xz b/colord-0.1.9.tar.xz new file mode 100644 index 0000000..3a960b6 --- /dev/null +++ b/colord-0.1.9.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c2c418405a631d1c069fcebf31a9df51f692bdd1a725ae09b6ebcaee649ea84 +size 415504 diff --git a/colord.changes b/colord.changes index 6dfc68d..30a8c54 100644 --- a/colord.changes +++ b/colord.changes @@ -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 diff --git a/colord.spec b/colord.spec index 1f49d10..dfd65dd 100644 --- a/colord.spec +++ b/colord.spec @@ -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)