diff --git a/colord-gtk-0.1.23.tar.xz b/colord-gtk-0.1.23.tar.xz deleted file mode 100644 index 4e17ca3..0000000 --- a/colord-gtk-0.1.23.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:30e658ee407531afe7b5787f31ffd20bc0a6a1c84bda153378b9a3acb2d58539 -size 283236 diff --git a/colord-gtk-0.1.24.tar.xz b/colord-gtk-0.1.24.tar.xz new file mode 100644 index 0000000..7b8a0e2 --- /dev/null +++ b/colord-gtk-0.1.24.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60d86a6f3ef68cadaebe3e8973d7e7d0026d5ba39751efad99c34b40643b063f +size 280724 diff --git a/colord-gtk.changes b/colord-gtk.changes index 37b7011..506acc6 100644 --- a/colord-gtk.changes +++ b/colord-gtk.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Wed Dec 19 10:03:14 UTC 2012 - dimstar@opensuse.org + +- Update to version 0.1.24: + + New Feature: Hide the mouse cursor when it goes over the sample + widget. + + Bugfixes: + - Don't use a GtkImage for the sample window. + - Fix automatic dep on vala. + - Fix the build. + - Never use -Werror as it breaks jhbuild. +- Pass --enable-vala to configure to ensure the vala bindings are + built. + ------------------------------------------------------------------- Tue Sep 18 18:56:46 UTC 2012 - dimstar@opensuse.org diff --git a/colord-gtk.spec b/colord-gtk.spec index 7a6dd4a..9f44b3a 100644 --- a/colord-gtk.spec +++ b/colord-gtk.spec @@ -17,15 +17,14 @@ Name: colord-gtk -Version: 0.1.23 +Version: 0.1.24 Release: 0 -License: LGPL-2.1+ Summary: System Daemon for Managing Color Devices -- GTK Integration -Url: http://colord.hughsie.com/ +License: LGPL-2.1+ Group: System/Daemons +Url: http://colord.hughsie.com/ Source0: http://www.freedesktop.org/software/colord/releases/%{name}-%{version}.tar.xz Source99: baselibs.conf -BuildRequires: pkgconfig(gobject-introspection-1.0) BuildRequires: intltool >= 0.35.0 BuildRequires: vala BuildRequires: xsltproc @@ -35,6 +34,7 @@ BuildRequires: pkgconfig(gio-unix-2.0) BuildRequires: pkgconfig(glib-2.0) >= 2.28.0 BuildRequires: pkgconfig(gmodule-2.0) BuildRequires: pkgconfig(gobject-2.0) +BuildRequires: pkgconfig(gobject-introspection-1.0) BuildRequires: pkgconfig(gthread-2.0) BuildRequires: pkgconfig(gtk+-3.0) BuildRequires: pkgconfig(lcms2) >= 2.2 @@ -85,7 +85,9 @@ there are no users logged in. %setup -q %build -%configure --disable-static +%configure \ + --disable-static \ + --enable-vala make %{?_smp_mflags} %install