New upstream version
This commit is contained in:
parent
016b0a767b
commit
e564ee7408
1
.gitignore
vendored
1
.gitignore
vendored
@ -44,3 +44,4 @@
|
|||||||
/colord-1.1.7.tar.xz
|
/colord-1.1.7.tar.xz
|
||||||
/colord-1.2.0.tar.xz
|
/colord-1.2.0.tar.xz
|
||||||
/colord-1.2.1.tar.xz
|
/colord-1.2.1.tar.xz
|
||||||
|
/colord-1.2.2.tar.xz
|
||||||
|
14
colord.spec
14
colord.spec
@ -18,8 +18,8 @@
|
|||||||
|
|
||||||
Summary: Color daemon
|
Summary: Color daemon
|
||||||
Name: colord
|
Name: colord
|
||||||
Version: 1.2.1
|
Version: 1.2.2
|
||||||
Release: 4%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+ and LGPLv2+
|
License: GPLv2+ and LGPLv2+
|
||||||
URL: http://www.freedesktop.org/software/colord/
|
URL: http://www.freedesktop.org/software/colord/
|
||||||
Source0: http://www.freedesktop.org/software/colord/releases/%{name}-%{version}.tar.xz
|
Source0: http://www.freedesktop.org/software/colord/releases/%{name}-%{version}.tar.xz
|
||||||
@ -30,7 +30,7 @@ BuildRequires: gettext
|
|||||||
BuildRequires: glib2-devel
|
BuildRequires: glib2-devel
|
||||||
BuildRequires: intltool
|
BuildRequires: intltool
|
||||||
BuildRequires: systemd-devel
|
BuildRequires: systemd-devel
|
||||||
BuildRequires: lcms2-devel >= 2.2
|
BuildRequires: lcms2-devel >= 2.6
|
||||||
BuildRequires: libgudev1-devel
|
BuildRequires: libgudev1-devel
|
||||||
BuildRequires: polkit-devel >= 0.103
|
BuildRequires: polkit-devel >= 0.103
|
||||||
BuildRequires: sqlite-devel
|
BuildRequires: sqlite-devel
|
||||||
@ -280,6 +280,14 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
|
|||||||
%{_datadir}/gtk-doc/html/colord/*
|
%{_datadir}/gtk-doc/html/colord/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Aug 18 2014 Richard Hughes <richard@hughsie.com> 1.2.2-1
|
||||||
|
- New upstream version
|
||||||
|
- Actually parse the EDID for better duplicate detection
|
||||||
|
- Actually write a file when using cd_icc_save_default()
|
||||||
|
- Bump the lcms2 dep to 2.6
|
||||||
|
- Do not try to return a CdIcc instance for virtual profiles
|
||||||
|
- Use the ColorHug sensor driver for the ColorHug2 hardware
|
||||||
|
|
||||||
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.1-4
|
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.1-4
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user