Accepting request 145880 from home:dimstar:branches:GNOME:Factory

Update to 0.1.24

OBS-URL: https://build.opensuse.org/request/show/145880
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/colord-gtk?expand=0&rev=6
This commit is contained in:
Hans Petter Jansson 2012-12-22 15:51:26 +00:00 committed by Git OBS Bridge
parent f70ee17694
commit c8fffd1e65
4 changed files with 24 additions and 8 deletions

View File

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

3
colord-gtk-0.1.24.tar.xz Normal file
View File

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

View File

@ -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

View File

@ -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