New upstream version
This commit is contained in:
parent
fceaaa3382
commit
d39debc885
1
.gitignore
vendored
1
.gitignore
vendored
@ -61,3 +61,4 @@
|
||||
/colord-1.3.4.tar.xz
|
||||
/colord-1.3.5.tar.xz
|
||||
/colord-1.4.0.tar.xz
|
||||
/colord-1.4.1.tar.xz
|
||||
|
13
colord.spec
13
colord.spec
@ -18,7 +18,7 @@
|
||||
|
||||
Summary: Color daemon
|
||||
Name: colord
|
||||
Version: 1.4.0
|
||||
Version: 1.4.1
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+ and LGPLv2+
|
||||
URL: http://www.freedesktop.org/software/colord/
|
||||
@ -115,7 +115,7 @@ This may be useful for CMYK soft-proofing or for extra device support.
|
||||
ulimit -Sv 2000000
|
||||
|
||||
%meson \
|
||||
-Denable-vala=false \
|
||||
-Denable-vala=true \
|
||||
%if 0%{?build_print_profiles}
|
||||
-Denable-print-profiles=true \
|
||||
%else
|
||||
@ -276,13 +276,20 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
|
||||
%{_libdir}/libcolorhug.so
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
%{_datadir}/gir-1.0/*.gir
|
||||
#%{_datadir}/vala/vapi/colord.vapi
|
||||
%{_datadir}/vala/vapi/colord.vapi
|
||||
%{_datadir}/vala/vapi/colord.deps
|
||||
|
||||
%files devel-docs
|
||||
%dir %{_datadir}/gtk-doc/html/colord
|
||||
%{_datadir}/gtk-doc/html/colord/*
|
||||
|
||||
%changelog
|
||||
* Mon Aug 21 2017 Richard Hughes <richard@hughsie.com> 1.4.1-1
|
||||
- New upstream version
|
||||
- Include all the files in the GIR target
|
||||
- Include the correct file when using Colord-1.0.gir
|
||||
- Use gio-2.0 when generating the VAPI
|
||||
|
||||
* Wed Aug 09 2017 Richard Hughes <richard@hughsie.com> 1.4.0-1
|
||||
- New upstream version
|
||||
- Port to the Meson build system
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (colord-1.4.0.tar.xz) = 4733d30bc5277b60c96b035c0aaf7a16243fabfd8769ff743f0ac10279da423f5d00223270e5e5281cced7a2b39a9c477c2da5e3b0db18c642f6710641402849
|
||||
SHA512 (colord-1.4.1.tar.xz) = b861ceaeabfe8d8c31ae0197e10b160869a17617436affb45d53b37738365aaccf77c89d32b0b8bf174e63a6ba99a2d16507a4ffa1c257c21aa6a9e8967df9b6
|
||||
|
Loading…
Reference in New Issue
Block a user