From 4f976204b48fea9e6491eb3280526f905d0cb319799b5a508cb474e625de73d6 Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Mon, 17 Oct 2011 21:14:55 +0000 Subject: [PATCH] Accepting request 88244 from home:dimstar:branches:GNOME:Factory Update to 3.2.1 OBS-URL: https://build.opensuse.org/request/show/88244 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-color-manager?expand=0&rev=45 --- gnome-color-manager-3.2.0.tar.bz2 | 3 --- gnome-color-manager-3.2.1.tar.bz2 | 3 +++ gnome-color-manager.changes | 21 +++++++++++++++++++++ gnome-color-manager.spec | 8 ++++---- 4 files changed, 28 insertions(+), 7 deletions(-) delete mode 100644 gnome-color-manager-3.2.0.tar.bz2 create mode 100644 gnome-color-manager-3.2.1.tar.bz2 diff --git a/gnome-color-manager-3.2.0.tar.bz2 b/gnome-color-manager-3.2.0.tar.bz2 deleted file mode 100644 index cc75ffb..0000000 --- a/gnome-color-manager-3.2.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a89a3c5b3a6e3eacee887e4a146fdd84ea863baaf7a78d1302f33887dcd533dc -size 2862812 diff --git a/gnome-color-manager-3.2.1.tar.bz2 b/gnome-color-manager-3.2.1.tar.bz2 new file mode 100644 index 0000000..5886ff3 --- /dev/null +++ b/gnome-color-manager-3.2.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e0c24269ff15e6de0c50b3b6d50aa06b8be82becdacacc26aef28ace44a5b5b +size 2860299 diff --git a/gnome-color-manager.changes b/gnome-color-manager.changes index fefd641..299d6ec 100644 --- a/gnome-color-manager.changes +++ b/gnome-color-manager.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Mon Oct 17 17:59:47 CEST 2011 - dimstar@opensuse.org + +- Update to version 3.2.1: + + New Features: + - Add a calibrate attach image for the 'i1 Display 3' sensor + device + - Show an error if we can't open the file passed to + gcm-viewer --file + - Speed up the profile viewer loading when scanning a large + number of profiles + + Bugfix: + - Do not send 'space' when argyllcms asks the user to press any + key + - Do not use g_application_release() manually + - Don't use the deprecated g_format_size_for_display() + - Don't use deprecated pango_cairo_font_map_create_context() + - Ensure we always set a calibration image if one exists + - Fix a crash when calibrating + + Updated translations. + ------------------------------------------------------------------- Mon Sep 26 19:29:01 UTC 2011 - vuntz@opensuse.org diff --git a/gnome-color-manager.spec b/gnome-color-manager.spec index 15d1e8a..75e7d97 100644 --- a/gnome-color-manager.spec +++ b/gnome-color-manager.spec @@ -20,7 +20,7 @@ Name: gnome-color-manager -Version: 3.2.0 +Version: 3.2.1 Release: 1 # FIXME: possibly add mash BuildRequires for 3D support. Check first if mash is still alive upstream. # (https://github.com/clutter-project/mash / packaged as libmash in Fedora) @@ -38,9 +38,9 @@ BuildRequires: translation-update-upstream BuildRequires: update-desktop-files BuildRequires: pkgconfig(colord) >= 0.1.12 BuildRequires: pkgconfig(exiv2) -BuildRequires: pkgconfig(glib-2.0) -BuildRequires: pkgconfig(gtk+-3.0) -BuildRequires: pkgconfig(lcms2) +BuildRequires: pkgconfig(glib-2.0) >= 2.30.0 +BuildRequires: pkgconfig(gtk+-3.0) >= 2.91.0 +BuildRequires: pkgconfig(lcms2) >= 2.2 BuildRequires: pkgconfig(libcanberra-gtk3) BuildRequires: pkgconfig(libexif) BuildRequires: pkgconfig(vte-2.90)