diff --git a/gnome-color-manager-3.6.1.tar.xz b/gnome-color-manager-3.6.1.tar.xz deleted file mode 100644 index 174ed3e..0000000 --- a/gnome-color-manager-3.6.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c5fb0903d5570c50fbb2347db2222314bef0c57b293302e48e0b73f57f426fb7 -size 2595352 diff --git a/gnome-color-manager-3.8.0.tar.xz b/gnome-color-manager-3.8.0.tar.xz new file mode 100644 index 0000000..43e95c1 --- /dev/null +++ b/gnome-color-manager-3.8.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aac125a690b9b65d723de7d82699b0122995905b36603477b9b85936d62bd6c8 +size 2604864 diff --git a/gnome-color-manager.changes b/gnome-color-manager.changes index 8b8ce08..e970478 100644 --- a/gnome-color-manager.changes +++ b/gnome-color-manager.changes @@ -1,3 +1,51 @@ +------------------------------------------------------------------- +Tue Mar 26 10:43:36 UTC 2013 - dimstar@opensuse.org + +- Update to version 3.8.0: + + Updated translations. + +------------------------------------------------------------------- +Mon Mar 18 18:39:08 UTC 2013 - dimstar@opensuse.org + +- Update to version 3.7.92: + + New Features: + - Add some translations for the GAMUT metadata tags. + - Inhibit the screensaver and user switching when calibrating. + + Bugfix: + - Do not use gtk_image_set_from_file() as we want to see the + error if it fails. + - Ignore the OPENICC_automatic_generated metadata key. + - Set the transient and modal values before showing the + window. + - Show the entire filename with path in gcm-viewer. + - Switch the profile viewer to be a dialog window. + + Updated translations. + +------------------------------------------------------------------- +Tue Feb 5 19:30:07 UTC 2013 - dimstar@opensuse.org + +- Update to version 3.7.5: + + New Features: + - Get the ICC profile pre-cooked MD5 value if it is available. + - Show the profile problems in the viewer application. + - Use the new sensor metadata to avoid duplicating data tables. + + Bugfixes: + - Add a missing metadata title to the profile viewer. + - Add a 'Show details' button for already-installed profiles. + - Correct sheet/minutes counts in the calibration dailog. + - Do not use deprecated symbols from colord. + - Don't use the deprecated INCLUDES in Makefile.am. + - Remove gcm-dump-profile, it's no longer used. + - Remove the device figures now we depend on a version of + colord that installs them + - Remove the native calibration code + - Remove the obsolete docs + - Use cd_client_find_profile_by_property_sync() where available + - Use the UTF-8 '…' rather than '...' in UI code + + Updated translations. +- Add pkgconfig(colord) BuildRequires: new versioned, verified + dependency. + ------------------------------------------------------------------- Thu Jan 10 16:00:50 UTC 2013 - dimstar@opensuse.org diff --git a/gnome-color-manager.spec b/gnome-color-manager.spec index d17dfa1..ee0d650 100644 --- a/gnome-color-manager.spec +++ b/gnome-color-manager.spec @@ -18,7 +18,7 @@ Name: gnome-color-manager -Version: 3.6.1 +Version: 3.8.0 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,7 +26,7 @@ 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.6/%{name}-%{version}.tar.xz +Source: http://download.gnome.org/sources/gnome-color-manager/3.8/%{name}-%{version}.tar.xz BuildRequires: docbook-utils BuildRequires: gcc-c++ BuildRequires: intltool @@ -34,6 +34,7 @@ BuildRequires: libtiff-devel BuildRequires: translation-update-upstream BuildRequires: update-desktop-files BuildRequires: yelp-tools +BuildRequires: pkgconfig(colord) >= 0.1.28 BuildRequires: pkgconfig(colord-gtk) >= 0.1.20 BuildRequires: pkgconfig(exiv2) BuildRequires: pkgconfig(glib-2.0) >= 2.31.10