Accepting request 36312 from GNOME:Factory
checked in (request 36312) OBS-URL: https://build.opensuse.org/request/show/36312 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-color-manager?expand=0&rev=10
This commit is contained in:
parent
34363bda3e
commit
31194477dc
3
gnome-color-manager-2.29.4.tar.bz2
Normal file
3
gnome-color-manager-2.29.4.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c7de5c4dcb79e02aa186f8e7b80c657058975b293aa4063d5fa9e4180ae52685
|
||||||
|
size 2126965
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:911371bd6eb8a924d1cb3347b071c12996ce98beaed6a6923f5994350fe217f3
|
|
||||||
size 2210025
|
|
@ -1,66 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
Mon Mar 29 12:56:40 CEST 2010 - vuntz@opensuse.org
|
|
||||||
|
|
||||||
- Update to version 2.30.0:
|
|
||||||
+ New Features:
|
|
||||||
- Add a 'created' and 'modified' key to each device in the
|
|
||||||
config file
|
|
||||||
- Add a DBus method GetDevices() and relax the checks in
|
|
||||||
GetProfilesForDevice() to also take a device ID
|
|
||||||
- Add an entry to the FAQ to explain the difference between
|
|
||||||
calibration and characterization
|
|
||||||
- Add a notification when devices with profiles need
|
|
||||||
recalibrating
|
|
||||||
- Add CMP DT 003 target image
|
|
||||||
- Add images of the Colorimtre HCFR
|
|
||||||
- Add images of the i1 Pro
|
|
||||||
- Add info regarding high precision for display profiling
|
|
||||||
- Allow the user to choose the calibration precision using an
|
|
||||||
interactive dialog
|
|
||||||
- Convert the .tiff files to .jpeg if we are creating a print
|
|
||||||
profile
|
|
||||||
- Do not rely on usb.ids, but instead encode the colorimeter
|
|
||||||
type in the udev rules
|
|
||||||
- Emit ::changed on the public DBus interface when devices are
|
|
||||||
added or removed
|
|
||||||
- For laptops, use the DMI data to contruct the calibration
|
|
||||||
filename
|
|
||||||
- Make sure the profile comboboxes are alphabetically sorted
|
|
||||||
- Show each device setting when we use gcm-inspect --dump
|
|
||||||
- Use libsane to get our scanners, which means remote devices
|
|
||||||
are now supported
|
|
||||||
- When devices are connected and disconnected, do not remove
|
|
||||||
then add them, just change the state
|
|
||||||
+ Bugfix:
|
|
||||||
- Check and correct TIFF image files with alpha channels before
|
|
||||||
using them in argyllcms. Fixes rh#569564
|
|
||||||
- Correct terminology in help file
|
|
||||||
- Correct use of calibrate/profile and replace device by
|
|
||||||
instrument
|
|
||||||
- Do not crash attempting to add cups printers without PPD file
|
|
||||||
- Do not crash the DBus service if a device does not have a
|
|
||||||
profile set and it is included in a query
|
|
||||||
- Do not crash when GetProfileForWindow() succeeds in finding a
|
|
||||||
window
|
|
||||||
- Do not use ACL_MANAGE, udev is already doing this for us
|
|
||||||
- Fix "cast increases required alignment of target type" [ia64]
|
|
||||||
- Fix up some translatable messages. Fixes bgo#612111
|
|
||||||
- Fix wrong word in data/gnome-color-manager.schemas.in. Fixes
|
|
||||||
bgo#612105
|
|
||||||
- If there are any lcms warnings in gcm-fix-profile, do not
|
|
||||||
attempt to re-save the profile
|
|
||||||
- Make gcm-install-system-wide a little more paranoid from
|
|
||||||
users that might want to be horrible
|
|
||||||
- Parse the EDID more carefully to not overwrite the model with
|
|
||||||
junk for an invalid entry.
|
|
||||||
- Prevent a segfault if ppdOpenFile() fails for whatever reason
|
|
||||||
- Update profiling precision wording
|
|
||||||
- Use the model name for the SANE id, the 'name' attribute
|
|
||||||
depends on the USB port used
|
|
||||||
- Warn if GConf is not set correctly when setting up the dialog
|
|
||||||
+ Updated translations.
|
|
||||||
- Add libnotify-devel, sane-backends BuildRequires.
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Mar 1 22:27:43 CET 2010 - dimstar@opensuse.org
|
Mon Mar 1 22:27:43 CET 2010 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gnome-color-manager (Version 2.30.0)
|
# spec file for package gnome-color-manager (Version 2.29.4)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# Copyright (c) 2010 Luis Medinas, Portugal
|
# Copyright (c) 2010 Luis Medinas, Portugal
|
||||||
@ -20,8 +20,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: gnome-color-manager
|
Name: gnome-color-manager
|
||||||
Version: 2.30.0
|
Version: 2.29.4
|
||||||
# FIXME: check if libgphoto2-devel BuildRequires is still needed
|
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Color management tools for GNOME
|
Summary: Color management tools for GNOME
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
@ -39,16 +38,12 @@ BuildRequires: intltool
|
|||||||
BuildRequires: libcanberra-devel
|
BuildRequires: libcanberra-devel
|
||||||
BuildRequires: libgudev-1_0-devel
|
BuildRequires: libgudev-1_0-devel
|
||||||
BuildRequires: liblcms-devel
|
BuildRequires: liblcms-devel
|
||||||
BuildRequires: libnotify-devel
|
|
||||||
BuildRequires: libtiff-devel
|
BuildRequires: libtiff-devel
|
||||||
BuildRequires: libunique-devel
|
BuildRequires: libunique-devel
|
||||||
BuildRequires: sane-backends
|
|
||||||
BuildRequires: vte-devel
|
BuildRequires: vte-devel
|
||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
# For directory ownership
|
# For directory ownership
|
||||||
BuildRequires: polkit
|
BuildRequires: polkit
|
||||||
# Only needed because of broken sane-backends dependency, see bnc#592143
|
|
||||||
BuilDrequires: libgphoto2-devel
|
|
||||||
Requires: %{name}-lang = %{version}
|
Requires: %{name}-lang = %{version}
|
||||||
Requires: PackageKit
|
Requires: PackageKit
|
||||||
Requires: shared-color-profiles
|
Requires: shared-color-profiles
|
||||||
|
Loading…
Reference in New Issue
Block a user