From 417638314f32a54a3546d00e0634790317d8678526a23dfc7a0e2bf09da91f10 Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Thu, 15 Mar 2012 07:01:57 +0000 Subject: [PATCH] Accepting request 109365 from home:vuntz:branches:GNOME:Factory Update to 3.3.91 with typo fixed OBS-URL: https://build.opensuse.org/request/show/109365 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-color-manager?expand=0&rev=53 --- gnome-color-manager-3.3.5.tar.xz | 3 --- gnome-color-manager-3.3.91.tar.xz | 3 +++ gnome-color-manager.changes | 24 ++++++++++++++++++++++++ gnome-color-manager.spec | 6 +++--- 4 files changed, 30 insertions(+), 6 deletions(-) delete mode 100644 gnome-color-manager-3.3.5.tar.xz create mode 100644 gnome-color-manager-3.3.91.tar.xz diff --git a/gnome-color-manager-3.3.5.tar.xz b/gnome-color-manager-3.3.5.tar.xz deleted file mode 100644 index c26a2b6..0000000 --- a/gnome-color-manager-3.3.5.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6d3151a073cf8706a241c305851d1b776628efc76bd4d5433fce819b32547596 -size 2515188 diff --git a/gnome-color-manager-3.3.91.tar.xz b/gnome-color-manager-3.3.91.tar.xz new file mode 100644 index 0000000..a34f51d --- /dev/null +++ b/gnome-color-manager-3.3.91.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7d5eba332a3eb6f1ebccca881e0298809527ca9ac45f1b24bb60afb550b1d7a +size 2509624 diff --git a/gnome-color-manager.changes b/gnome-color-manager.changes index d42020f..18401a8 100644 --- a/gnome-color-manager.changes +++ b/gnome-color-manager.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Wed Mar 14 14:45:11 UTC 2012 - vuntz@opensuse.org + +- Update to version 3.3.91: + + New Features: + - Compile the GtkBuilder files as a GResources to speed up + startup + - Show the calibration progress bar level for new versions of + Argyllcms + + Bugfix: + - Allow the calibration to ask more than one interaction + question + - Correctly restore the calibration status panel after asking + the user a question + - Detect a sample misread from argyllcms and try to recover + - Do not show a critical warning if we re-try a failed + calibration + - Don't assume dispcal is /usr/bin/dispcal + - Ensure the user can quit if the calibration fails + - Ensure the VTE is flushed when the spawned program exits + - Fix a critial warning when setting the brightness + - Replace use of deprecated clutter api + + Updated translations. + ------------------------------------------------------------------- Tue Feb 7 12:39:48 UTC 2012 - vuntz@opensuse.org diff --git a/gnome-color-manager.spec b/gnome-color-manager.spec index 84d8a6b..713fb54 100644 --- a/gnome-color-manager.spec +++ b/gnome-color-manager.spec @@ -18,7 +18,7 @@ Name: gnome-color-manager -Version: 3.3.5 +Version: 3.3.91 Release: 0 # 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) @@ -36,7 +36,7 @@ BuildRequires: translation-update-upstream BuildRequires: update-desktop-files BuildRequires: pkgconfig(colord) >= 0.1.12 BuildRequires: pkgconfig(exiv2) -BuildRequires: pkgconfig(glib-2.0) >= 2.30.0 +BuildRequires: pkgconfig(glib-2.0) >= 2.31.10 BuildRequires: pkgconfig(gnome-desktop-3.0) BuildRequires: pkgconfig(gtk+-3.0) >= 2.91.0 BuildRequires: pkgconfig(lcms2) >= 2.2 @@ -50,8 +50,8 @@ Requires: argyllcms Requires: colord Requires: shared-color-profiles Recommends: %{name}-lang -Obsoletes: libcolor-glib1 < %{version} Obsoletes: gnome-color-manager-devel < %{version} +Obsoletes: libcolor-glib1 < %{version} BuildRoot: %{_tmppath}/%{name}-%{version}-build %description