forked from pool/gnome-color-manager
Accepting request 132915 from GNOME:Next
Push G:N - Resubmit after adjusting based on the comments OBS-URL: https://build.opensuse.org/request/show/132915 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-color-manager?expand=0&rev=59
This commit is contained in:
parent
7722408737
commit
ac3e2caf60
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ad69ac0ac242be0ad5b7966e0c2978a9a1440e52ee816993e4a8eb2cf6f0c922
|
||||
size 2520548
|
3
gnome-color-manager-3.5.90.tar.xz
Normal file
3
gnome-color-manager-3.5.90.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8f0dc760029a7d40b87816533deb0bfe1a1a4d0a11643334ed3ec25caf2cdbab
|
||||
size 2560272
|
@ -1,3 +1,48 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 24 14:11:15 UTC 2012 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.5.90:
|
||||
+ Do not use deprecated clutter API
|
||||
+ Remove -Werror by default for development builds
|
||||
+ Use Yelp tools insted of gnome-doc-utils
|
||||
+ Updated translations.
|
||||
- Replace gnome-doc-utils-devel BuildRequires with yelp-tools,
|
||||
following upstream.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 27 08:40:23 UTC 2012 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.5.3:
|
||||
+ Add some checks to prevent gcm-picker crashing
|
||||
+ Change display profiles to single gamma
|
||||
+ Don't emit a two critical warnings when calibrating a printer
|
||||
+ Don't hardcode the AdobeRGB profile
|
||||
+ Ensure the print profile mode is set in the calibration dialog
|
||||
+ Fix up tooltip strings
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 15 13:09:54 UTC 2012 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.5.1:
|
||||
+ New Features:
|
||||
- Explain how to use the ICC profiles on other systems
|
||||
- Set the 'remote-profile-hash' sensor option when calibration
|
||||
has completed
|
||||
- When using a LiveCD, have a button the user can click on to
|
||||
show the icc profile
|
||||
+ Bugfixes:
|
||||
- Allow the user to select a CIE file when looking for chart
|
||||
values
|
||||
- Don't ask the user to choose a CIE reference when one cannot
|
||||
exist
|
||||
- Remove gcm-calibrate-helper as it's now unused
|
||||
- Use CdSampleWindow from libcolord-gtk rather than our own
|
||||
copy
|
||||
+ Updated translations.
|
||||
- Replace pkgconfig(colord) BuildRequires with
|
||||
pkgconfig(colord-gtk), following upstreams change.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 14 11:03:02 UTC 2012 - vuntz@opensuse.org
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
Name: gnome-color-manager
|
||||
Version: 3.4.2
|
||||
Version: 3.5.90
|
||||
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)
|
||||
@ -26,15 +26,15 @@ 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.4/%{name}-%{version}.tar.xz
|
||||
Source: http://download.gnome.org/sources/gnome-color-manager/3.5/%{name}-%{version}.tar.xz
|
||||
BuildRequires: docbook-utils
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: gnome-doc-utils-devel
|
||||
BuildRequires: intltool
|
||||
BuildRequires: libtiff-devel
|
||||
BuildRequires: translation-update-upstream
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: pkgconfig(colord) >= 0.1.12
|
||||
BuildRequires: yelp-tools
|
||||
BuildRequires: pkgconfig(colord-gtk) >= 0.1.20
|
||||
BuildRequires: pkgconfig(exiv2)
|
||||
BuildRequires: pkgconfig(glib-2.0) >= 2.31.10
|
||||
BuildRequires: pkgconfig(gnome-desktop-3.0)
|
||||
@ -94,10 +94,10 @@ rm -rf %{buildroot}
|
||||
%{_bindir}/gcm-*
|
||||
%{_datadir}/applications/*.desktop
|
||||
%{_datadir}/gnome-color-manager/
|
||||
%doc %{_datadir}/help/C/gnome-color-manager/
|
||||
%{_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…
x
Reference in New Issue
Block a user