Accepting request 99029 from GNOME:Factory
Pushing G:F OBS-URL: https://build.opensuse.org/request/show/99029 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-color-manager?expand=0&rev=26
This commit is contained in:
commit
a2ea05c31d
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0e0c24269ff15e6de0c50b3b6d50aa06b8be82becdacacc26aef28ace44a5b5b
|
||||
size 2860299
|
3
gnome-color-manager-3.3.3.tar.xz
Normal file
3
gnome-color-manager-3.3.3.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6e95045aaa65430cc85d5f7a4096fe5b094ccdf450eb5af596a07691a114b5d7
|
||||
size 2519292
|
@ -1,3 +1,43 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 20 10:27:35 UTC 2011 - vuntz@opensuse.org
|
||||
|
||||
- Update to version 3.3.3:
|
||||
+ Merge changes from version 3.2.1.
|
||||
+ New Features:
|
||||
- Add an ICC profile metadata blacklist
|
||||
- Add a ColorHug attach image and customised calibration
|
||||
message
|
||||
- Get the primaries when calibrating the screen
|
||||
- Prefix some profile titles with 'Colorspace' or 'Test
|
||||
Profile'
|
||||
- Show a progress bar on the calibration action page
|
||||
- Split out the display characterization and add a helper
|
||||
program to test it
|
||||
+ Bugfix:
|
||||
- Add accessible descriptions to the next/prev buttons in
|
||||
gcm-viewer
|
||||
- Add the the mnemonic-widget property to labels in the profile
|
||||
viewer
|
||||
- Before converting a .ti1 file into a .ti3 file load the
|
||||
display calibration
|
||||
- Connect to GSD to change the brightness, not GPM
|
||||
- Fix compile with newer versions of clutter
|
||||
- Force the CIE 1931 diagram to be square
|
||||
- Initialize error pointer for gdk_pixbuf_new_from_file_at_size
|
||||
- Move the brightness and inhibit functionality to the
|
||||
calibration module
|
||||
- Normalize the ti3 calibration values
|
||||
- Ship some pregenerated ti1 files
|
||||
- Show an interaction dialog for native samples
|
||||
- Sort the standard and test profiles lower in the profile
|
||||
viewer
|
||||
- Update colorimeter artwork
|
||||
+ Updated translations.
|
||||
- Add xz BuildRequires because we can't build a package for a
|
||||
xz-compressed tarball without explicitly specifying that... See
|
||||
bnc#697467 for more details.
|
||||
- Add pkgconfig(gnome-desktop-3.0) BuildRequires: new dependency.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 17 17:59:47 CEST 2011 - dimstar@opensuse.org
|
||||
|
||||
|
@ -16,19 +16,16 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
|
||||
|
||||
Name: gnome-color-manager
|
||||
Version: 3.2.1
|
||||
Release: 1
|
||||
Version: 3.3.3
|
||||
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)
|
||||
Summary: Color management tools for GNOME
|
||||
License: GPL-2.0+
|
||||
Group: System/GUI/GNOME
|
||||
Url: http://projects.gnome.org/gnome-color-manager
|
||||
Source: http://download.gnome.org/sources/gnome-color-manager/3.2/%{name}-%{version}.tar.bz2
|
||||
Source: http://download.gnome.org/sources/gnome-color-manager/3.3/%{name}-%{version}.tar.xz
|
||||
BuildRequires: docbook-utils
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: gnome-doc-utils-devel
|
||||
@ -36,9 +33,12 @@ BuildRequires: intltool
|
||||
BuildRequires: libtiff-devel
|
||||
BuildRequires: translation-update-upstream
|
||||
BuildRequires: update-desktop-files
|
||||
# Only needed because we don't (and won't) support building xz tarballs by default... See bnc#697467
|
||||
BuildRequires: xz
|
||||
BuildRequires: pkgconfig(colord) >= 0.1.12
|
||||
BuildRequires: pkgconfig(exiv2)
|
||||
BuildRequires: pkgconfig(glib-2.0) >= 2.30.0
|
||||
BuildRequires: pkgconfig(gnome-desktop-3.0)
|
||||
BuildRequires: pkgconfig(gtk+-3.0) >= 2.91.0
|
||||
BuildRequires: pkgconfig(lcms2) >= 2.2
|
||||
BuildRequires: pkgconfig(libcanberra-gtk3)
|
||||
@ -98,6 +98,7 @@ rm -rf %{buildroot}
|
||||
%{_datadir}/icons/hicolor/*/apps/gnome-color-manager.*
|
||||
%{_datadir}/icons/hicolor/*/mimetypes/application-vnd.iccprofile.*
|
||||
%{_mandir}/man?/*.*
|
||||
%{_libexecdir}/gcm-calibrate-helper
|
||||
%{_libexecdir}/gcm-helper-exiv
|
||||
|
||||
%files lang -f %{name}.lang
|
||||
|
Loading…
Reference in New Issue
Block a user