Accepting request 109415 from GNOME:Factory

Pushing G:F

OBS-URL: https://build.opensuse.org/request/show/109415
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-color-manager?expand=0&rev=29
This commit is contained in:
Stephan Kulow 2012-03-16 12:14:15 +00:00 committed by Git OBS Bridge
commit 764991e28f
4 changed files with 30 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6d3151a073cf8706a241c305851d1b776628efc76bd4d5433fce819b32547596
size 2515188

View File

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

View File

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

View File

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