From ac3e2caf606d14831c3d210838b5ce2986f47d3084d61b8ca1a38a1c9d58e177 Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Fri, 7 Sep 2012 16:05:01 +0000 Subject: [PATCH 1/2] 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 --- gnome-color-manager-3.4.2.tar.xz | 3 --- gnome-color-manager-3.5.90.tar.xz | 3 +++ gnome-color-manager.changes | 45 +++++++++++++++++++++++++++++++ gnome-color-manager.spec | 10 +++---- 4 files changed, 53 insertions(+), 8 deletions(-) delete mode 100644 gnome-color-manager-3.4.2.tar.xz create mode 100644 gnome-color-manager-3.5.90.tar.xz diff --git a/gnome-color-manager-3.4.2.tar.xz b/gnome-color-manager-3.4.2.tar.xz deleted file mode 100644 index f58538f..0000000 --- a/gnome-color-manager-3.4.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ad69ac0ac242be0ad5b7966e0c2978a9a1440e52ee816993e4a8eb2cf6f0c922 -size 2520548 diff --git a/gnome-color-manager-3.5.90.tar.xz b/gnome-color-manager-3.5.90.tar.xz new file mode 100644 index 0000000..121a200 --- /dev/null +++ b/gnome-color-manager-3.5.90.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f0dc760029a7d40b87816533deb0bfe1a1a4d0a11643334ed3ec25caf2cdbab +size 2560272 diff --git a/gnome-color-manager.changes b/gnome-color-manager.changes index b4fb575..9d504ff 100644 --- a/gnome-color-manager.changes +++ b/gnome-color-manager.changes @@ -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 diff --git a/gnome-color-manager.spec b/gnome-color-manager.spec index ed1e31b..3b65623 100644 --- a/gnome-color-manager.spec +++ b/gnome-color-manager.spec @@ -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 From 32b356be42e2411f32dc508b02a704ebce0ef35550492868b6cc07771d72fdef Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 25 Sep 2012 20:28:24 +0000 Subject: [PATCH 2/2] Accepting request 135941 from home:dimstar:branches:GNOME:Factory Update to 3.6.0 OBS-URL: https://build.opensuse.org/request/show/135941 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-color-manager?expand=0&rev=60 --- gnome-color-manager-3.5.90.tar.xz | 3 --- gnome-color-manager-3.6.0.tar.xz | 3 +++ gnome-color-manager.changes | 6 ++++++ gnome-color-manager.spec | 4 ++-- 4 files changed, 11 insertions(+), 5 deletions(-) delete mode 100644 gnome-color-manager-3.5.90.tar.xz create mode 100644 gnome-color-manager-3.6.0.tar.xz diff --git a/gnome-color-manager-3.5.90.tar.xz b/gnome-color-manager-3.5.90.tar.xz deleted file mode 100644 index 121a200..0000000 --- a/gnome-color-manager-3.5.90.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8f0dc760029a7d40b87816533deb0bfe1a1a4d0a11643334ed3ec25caf2cdbab -size 2560272 diff --git a/gnome-color-manager-3.6.0.tar.xz b/gnome-color-manager-3.6.0.tar.xz new file mode 100644 index 0000000..8bef1a0 --- /dev/null +++ b/gnome-color-manager-3.6.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4e9d63c53061c65c4d1bcdd14952dd01aed7332c2e36d34f4a243a9e5097ec9 +size 2564388 diff --git a/gnome-color-manager.changes b/gnome-color-manager.changes index 9d504ff..8434292 100644 --- a/gnome-color-manager.changes +++ b/gnome-color-manager.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Sep 25 15:43:25 UTC 2012 - dimstar@opensuse.org + +- Update to version 3.6.0: + + Updated translations. + ------------------------------------------------------------------- Fri Aug 24 14:11:15 UTC 2012 - dimstar@opensuse.org diff --git a/gnome-color-manager.spec b/gnome-color-manager.spec index 3b65623..0eed54a 100644 --- a/gnome-color-manager.spec +++ b/gnome-color-manager.spec @@ -18,7 +18,7 @@ Name: gnome-color-manager -Version: 3.5.90 +Version: 3.6.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.5/%{name}-%{version}.tar.xz +Source: http://download.gnome.org/sources/gnome-color-manager/3.6/%{name}-%{version}.tar.xz BuildRequires: docbook-utils BuildRequires: gcc-c++ BuildRequires: intltool