Accepting request 964887 from GNOME:Next
- Update to version 1.4.6: + Add missing copyright notices. + Add Spyder X entry. + Document where to send patches. + Don't use exact floating point comparisons. + Drop option for removed reverse engineering tools. + Drop references to hughski.com. + Fix a small memory leak in sqlite3_exec(). + Fix typo in device-removed signal documentation. + Make introspection optional in meson. - Drop -Dreverse=false meson parameter: no longer supported. - Fix a few rpmlint warnings: + Do not self-obsolete shared-color-profiles by providing the symbol with a version. + Call +%tmpfiles_create %{_tmpfilesdir}/colord.conf in %post. + Package /usr/share/bash-completion/completions/colormgr with mode 644: the files are not executed, but sourced. + Own %{_localstatedir}/lib/colord/icc (ghost): this directory is generated by %tmpfiles_create. OBS-URL: https://build.opensuse.org/request/show/964887 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/colord?expand=0&rev=182
This commit is contained in:
parent
2d84430c9b
commit
266725be88
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b774ea443d239f4a2ee1853bd678426e669ddeda413dcb71cea1638c4d6c5e17
|
|
||||||
size 1869084
|
|
@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQEzBAABCAAdFiEEFj61ARkiXbPfj0nqF6y6jfqXDhcFAl+f5Z0ACgkQF6y6jfqX
|
|
||||||
DhfWLQf/V1Bvy1MkBrUyscTmdPBtPWXAnA8tu9YTxCfXZ3pRVeVfTVo4OWjcgIaF
|
|
||||||
zIEuwMm2zcV/+SbxjmU4PpPTpPBtQPtuernDpixf4H9JtZfcmIfZFqLzNNlLCZc5
|
|
||||||
3qe78HBs/mhbF5B/PZtE+lfZCzaKwzx4BU0gBlTd3R8NepFngi35+NMR9/ygYc4s
|
|
||||||
Xg/QoOIzd4R1hJjJBQS0RRy1nm+MiBllZJxPWvMfjekfvcIjU58TN1Vr6POPkYrQ
|
|
||||||
VJUhnO0EKkE6KKHrB9hGHxbaLSwOPKdVOI8prgqBNOgl4RsJtWQ6V9u17vq6JwG4
|
|
||||||
pMdp4wIxogOAVmp49W9Dfgb3xUlk4g==
|
|
||||||
=Et7c
|
|
||||||
-----END PGP SIGNATURE-----
|
|
BIN
colord-1.4.6.tar.xz
(Stored with Git LFS)
Normal file
BIN
colord-1.4.6.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
11
colord-1.4.6.tar.xz.asc
Normal file
11
colord-1.4.6.tar.xz.asc
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQEzBAABCAAdFiEEFj61ARkiXbPfj0nqF6y6jfqXDhcFAmINGfUACgkQF6y6jfqX
|
||||||
|
Dhf9VQgAtPp8r6gRnkblnfuw1LuChCKo+I8wQfw+PMki+J8ojL8EJ7+4U9aIf97p
|
||||||
|
ueBhhJse0bySKIgiBBMDcIos821tgdtX+19Nj0jfgIrdRGg+jo2leZA1i9WUUo7D
|
||||||
|
p4sTxHVnt9jP3vLVZqIrhaVLE8O4x54eBLb/Jc+MVE9pDvuVPP7k1M44rJOKY+mH
|
||||||
|
MMPcCfYvw1N6PpGasfW9P786iLyNz5VoCiGTAI+SmRl0oaXzAjcR2AZkXCUKFba2
|
||||||
|
L4EogkM4sO+z9e6vnIk3xPeq6xoIylWXzZnty2EE/3Syp7zL4VmkRYOu0J/g0MWk
|
||||||
|
sfCrNLVoGcUTjl1hImGiSW+aB/DhdA==
|
||||||
|
=l7fH
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,26 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 25 14:07:33 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- Update to version 1.4.6:
|
||||||
|
+ Add missing copyright notices.
|
||||||
|
+ Add Spyder X entry.
|
||||||
|
+ Document where to send patches.
|
||||||
|
+ Don't use exact floating point comparisons.
|
||||||
|
+ Drop option for removed reverse engineering tools.
|
||||||
|
+ Drop references to hughski.com.
|
||||||
|
+ Fix a small memory leak in sqlite3_exec().
|
||||||
|
+ Fix typo in device-removed signal documentation.
|
||||||
|
+ Make introspection optional in meson.
|
||||||
|
- Drop -Dreverse=false meson parameter: no longer supported.
|
||||||
|
- Fix a few rpmlint warnings:
|
||||||
|
+ Do not self-obsolete shared-color-profiles by providing the
|
||||||
|
symbol with a version.
|
||||||
|
+ Call +%tmpfiles_create %{_tmpfilesdir}/colord.conf in %post.
|
||||||
|
+ Package /usr/share/bash-completion/completions/colormgr with
|
||||||
|
mode 644: the files are not executed, but sourced.
|
||||||
|
+ Own %{_localstatedir}/lib/colord/icc (ghost): this directory is
|
||||||
|
generated by %tmpfiles_create.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Dec 13 16:03:21 UTC 2021 - Johannes Segitz <jsegitz@suse.com>
|
Mon Dec 13 16:03:21 UTC 2021 - Johannes Segitz <jsegitz@suse.com>
|
||||||
|
|
||||||
|
15
colord.spec
15
colord.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package colord
|
# spec file for package colord
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2022 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -19,7 +19,7 @@
|
|||||||
%define _udevrulesdir %(pkg-config --variable=udevdir udev)/rules.d
|
%define _udevrulesdir %(pkg-config --variable=udevdir udev)/rules.d
|
||||||
|
|
||||||
Name: colord
|
Name: colord
|
||||||
Version: 1.4.5
|
Version: 1.4.6
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: System Daemon for Managing Color Devices
|
Summary: System Daemon for Managing Color Devices
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
@ -39,8 +39,8 @@ BuildRequires: docbook5-xsl-stylesheets
|
|||||||
BuildRequires: gobject-introspection-devel
|
BuildRequires: gobject-introspection-devel
|
||||||
BuildRequires: gtk-doc
|
BuildRequires: gtk-doc
|
||||||
BuildRequires: meson
|
BuildRequires: meson
|
||||||
BuildRequires: sysuser-tools
|
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
|
BuildRequires: sysuser-tools
|
||||||
BuildRequires: pkgconfig(bash-completion) >= 2.0
|
BuildRequires: pkgconfig(bash-completion) >= 2.0
|
||||||
BuildRequires: pkgconfig(dbus-1)
|
BuildRequires: pkgconfig(dbus-1)
|
||||||
BuildRequires: pkgconfig(gio-2.0) >= 2.25.9
|
BuildRequires: pkgconfig(gio-2.0) >= 2.25.9
|
||||||
@ -90,10 +90,10 @@ there are no users logged in.
|
|||||||
|
|
||||||
%package color-profiles
|
%package color-profiles
|
||||||
Summary: Color profiles for colord
|
Summary: Color profiles for colord
|
||||||
# Last version of shared-color profiles packaged
|
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
|
# Last version of shared-color profiles packaged
|
||||||
Obsoletes: shared-color-profiles <= 0.1.6
|
Obsoletes: shared-color-profiles <= 0.1.6
|
||||||
Provides: shared-color-profiles
|
Provides: shared-color-profiles = %{version}
|
||||||
|
|
||||||
%description color-profiles
|
%description color-profiles
|
||||||
colord is a system activated daemon that maps devices to color profiles.
|
colord is a system activated daemon that maps devices to color profiles.
|
||||||
@ -158,7 +158,6 @@ ulimit -Sv 2000000
|
|||||||
-Dsystemd=true \
|
-Dsystemd=true \
|
||||||
-Dlibcolordcompat=true \
|
-Dlibcolordcompat=true \
|
||||||
-Dargyllcms_sensor=true \
|
-Dargyllcms_sensor=true \
|
||||||
-Dreverse=false \
|
|
||||||
-Dsane=false \
|
-Dsane=false \
|
||||||
-Dvapi=true \
|
-Dvapi=true \
|
||||||
-Dprint_profiles=true \
|
-Dprint_profiles=true \
|
||||||
@ -195,6 +194,7 @@ test ! -d %{_localstatedir}/lib/colord || chown -R colord:colord %{_localstatedi
|
|||||||
%service_del_preun %{name}.service
|
%service_del_preun %{name}.service
|
||||||
|
|
||||||
%post
|
%post
|
||||||
|
%tmpfiles_create %{_tmpfilesdir}/colord.conf
|
||||||
%service_add_post %{name}.service
|
%service_add_post %{name}.service
|
||||||
|
|
||||||
%postun
|
%postun
|
||||||
@ -212,7 +212,8 @@ test ! -d %{_localstatedir}/lib/colord || chown -R colord:colord %{_localstatedi
|
|||||||
%{_sysusersdir}/%{name}.conf
|
%{_sysusersdir}/%{name}.conf
|
||||||
%{_udevrulesdir}/*.rules
|
%{_udevrulesdir}/*.rules
|
||||||
%attr(755,colord,colord) %dir %{_localstatedir}/lib/colord
|
%attr(755,colord,colord) %dir %{_localstatedir}/lib/colord
|
||||||
%{_datadir}/bash-completion/completions/colormgr
|
%ghost %attr(755,colord,colord) %{_localstatedir}/lib/colord/icc
|
||||||
|
%attr(644,,-,-) %{_datadir}/bash-completion/completions/colormgr
|
||||||
%{_bindir}/cd-create-profile
|
%{_bindir}/cd-create-profile
|
||||||
%{_bindir}/cd-fix-profile
|
%{_bindir}/cd-fix-profile
|
||||||
%{_bindir}/cd-iccdump
|
%{_bindir}/cd-iccdump
|
||||||
|
Loading…
Reference in New Issue
Block a user