New upstream version
This commit is contained in:
parent
0dc722e255
commit
8fb0b97a9d
1
.gitignore
vendored
1
.gitignore
vendored
@ -62,3 +62,4 @@
|
||||
/colord-1.3.5.tar.xz
|
||||
/colord-1.4.0.tar.xz
|
||||
/colord-1.4.1.tar.xz
|
||||
/colord-1.4.2.tar.xz
|
||||
|
19
colord.spec
19
colord.spec
@ -18,11 +18,11 @@
|
||||
|
||||
Summary: Color daemon
|
||||
Name: colord
|
||||
Version: 1.4.1
|
||||
Release: 6%{?dist}
|
||||
Version: 1.4.2
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+ and LGPLv2+
|
||||
URL: http://www.freedesktop.org/software/colord/
|
||||
Source0: http://www.freedesktop.org/software/colord/releases/%{name}-%{version}.tar.xz
|
||||
URL: https://www.freedesktop.org/software/colord/
|
||||
Source0: https://www.freedesktop.org/software/colord/releases/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: dbus-devel
|
||||
BuildRequires: docbook-utils
|
||||
@ -145,11 +145,6 @@ touch $RPM_BUILD_ROOT%{_localstatedir}/lib/colord/storage.db
|
||||
|
||||
%find_lang %{name}
|
||||
|
||||
%check
|
||||
# known failure as of 1.1.5: colorhug/device-queue
|
||||
make check || \
|
||||
{ rc=$?; find . -name test-suite.log | xargs cat; } # exit $rc; }
|
||||
|
||||
%pre
|
||||
getent group colord >/dev/null || groupadd -r colord
|
||||
getent passwd colord >/dev/null || \
|
||||
@ -282,6 +277,12 @@ exit 0
|
||||
%{_datadir}/gtk-doc/html/colord/*
|
||||
|
||||
%changelog
|
||||
* Mon Mar 12 2018 Richard Hughes <richard@hughsie.com> 1.4.2-1
|
||||
- New upstream version
|
||||
- Avoid buffer overflow when reading profile_id
|
||||
- Fix the detection of duplicate EDIDs
|
||||
- Set cd-create-profile date to SOURCE_DATE_EPOCH
|
||||
|
||||
* Fri Feb 09 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.4.1-6
|
||||
- Escape macros in %%changelog
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (colord-1.4.1.tar.xz) = b861ceaeabfe8d8c31ae0197e10b160869a17617436affb45d53b37738365aaccf77c89d32b0b8bf174e63a6ba99a2d16507a4ffa1c257c21aa6a9e8967df9b6
|
||||
SHA512 (colord-1.4.2.tar.xz) = 5dc276d008dd7e3365a894d8d8779e27bc0bb24c4eb9ec0994528da7fa92bff789993b0bfc075a443da664a781d23f9718e7eafc593acad80200b976266e2840
|
||||
|
Loading…
Reference in New Issue
Block a user