Accepting request 199985 from GNOME:Factory
Push GNOME 3.9.92 OBS-URL: https://build.opensuse.org/request/show/199985 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-color-manager?expand=0&rev=40
This commit is contained in:
commit
b675a53463
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6b9999d8213c8cab7abb7c9b1833d1d599866546180d11603fdee5430f93bae1
|
||||
size 2609956
|
3
gnome-color-manager-3.9.92.tar.xz
Normal file
3
gnome-color-manager-3.9.92.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a21304e39cc0f7661063e07b6c7d43ad62c0b0cc0d3f0db537edb2dce409e5a4
|
||||
size 2613936
|
@ -1,3 +1,30 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 13 15:46:41 UTC 2013 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 3.9.92:
|
||||
+ New Features:
|
||||
- Add an AppData description for gcm-viewer.
|
||||
- Use the new cd_icc_get_response() provided in colord 0.1.34.
|
||||
- Use the new cd_icc_get_vcgt() in colord 0.1.34.
|
||||
+ Bugfix:
|
||||
- Disable GCM_DATA path prefixing for colord provided image
|
||||
paths.
|
||||
- Do not use a predictable name when saving the PLY temp file.
|
||||
- Do not use g_spawn_command_line_sync() when spawning
|
||||
executables.
|
||||
- gcm_calibrate_is_livecd() should be linux-only.
|
||||
- GtkStock is deprecated.
|
||||
- Kelvin is not a graded scale.
|
||||
- Make wrapping sensible when showing details about profiles.
|
||||
- Tweak a few of the descriptions to reflect reality.
|
||||
- Use CdIcc to load and save ICC profiles.
|
||||
- Use g_ascii_dtostr() to avoid writing locale-specific floats
|
||||
in PLY files.
|
||||
- We need at least clutter 1.12 to properly build with mash.
|
||||
+ Updated translations.
|
||||
- Stop passing --disable-scrollkeeper to %configure, not needed
|
||||
anymore.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 13 09:55:10 UTC 2013 - dimstar@opensuse.org
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
Name: gnome-color-manager
|
||||
Version: 3.8.2
|
||||
Version: 3.9.92
|
||||
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.8/%{name}-%{version}.tar.xz
|
||||
Source: http://download.gnome.org/sources/gnome-color-manager/3.9/%{name}-%{version}.tar.xz
|
||||
BuildRequires: docbook-utils
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: intltool
|
||||
@ -34,7 +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) >= 0.1.34
|
||||
BuildRequires: pkgconfig(colord-gtk) >= 0.1.20
|
||||
BuildRequires: pkgconfig(exiv2)
|
||||
BuildRequires: pkgconfig(glib-2.0) >= 2.31.10
|
||||
@ -65,8 +65,7 @@ install and generate color profiles in the GNOME desktop.
|
||||
translation-update-upstream
|
||||
|
||||
%build
|
||||
%configure --disable-static \
|
||||
--disable-scrollkeeper
|
||||
%configure --disable-static
|
||||
%{__make} %{?jobs:-j %jobs} V=1
|
||||
|
||||
%install
|
||||
@ -100,6 +99,8 @@ rm -rf %{buildroot}
|
||||
%{_datadir}/icons/hicolor/*/mimetypes/application-vnd.iccprofile.*
|
||||
%{_mandir}/man?/*.*
|
||||
%{_libexecdir}/gcm-helper-exiv
|
||||
%dir %{_datadir}/appdata/
|
||||
%{_datadir}/appdata/gcm-viewer.appdata.xml
|
||||
|
||||
%files lang -f %{name}.lang
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user