Accepting request 186851 from GNOME:Factory
push GNOME:Factory OBS-URL: https://build.opensuse.org/request/show/186851 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/colord?expand=0&rev=38
This commit is contained in:
commit
3964744233
@ -1 +1 @@
|
|||||||
libcolord1
|
libcolord2
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b99d1d07fe21a37b446aa173a35c54fd669324ad61762a7545b1624c896a8a39
|
|
||||||
size 1082504
|
|
3
colord-1.1.1.tar.xz
Normal file
3
colord-1.1.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:fa8f1f3f8c69eb4683b970f0156a8f6737c5d5c0756a68726bc4815f5df23656
|
||||||
|
size 1086996
|
@ -1,3 +1,41 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 30 16:24:33 UTC 2013 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 1.1.1:
|
||||||
|
+ Notes:
|
||||||
|
- This release bumps the soname of libcolord as long deprecated
|
||||||
|
methods have finally been removed.
|
||||||
|
- This unstable branch is full of new features and experimental
|
||||||
|
code.
|
||||||
|
- The colord.conf file has been removed and features are now
|
||||||
|
autodetected at runtime where possible or specified in
|
||||||
|
configure.
|
||||||
|
+ New Features:
|
||||||
|
- Add a shim libcolordcompat library with some helpers for
|
||||||
|
ArgyllCMS.
|
||||||
|
- Add SystemVendor and SystemModel string properties to the
|
||||||
|
main interface.
|
||||||
|
- Add the sub-command import-profile to colormgr.
|
||||||
|
- libcolord:
|
||||||
|
. Add cd_icc_save_data() so that we can set _ICC_PROFILE.
|
||||||
|
. Add cd_icc_save_default() to save a profile to the default
|
||||||
|
location.
|
||||||
|
. Add functionality to set and get the profile
|
||||||
|
characterization data.
|
||||||
|
. Add methods to create a profile using CdClient with a CdIcc
|
||||||
|
object.
|
||||||
|
- List the required parameters in the 'colormgr --help' output.
|
||||||
|
- Remove the AlwaysUseXrandrName config option and auto-detect
|
||||||
|
it at runtime.
|
||||||
|
- Show the viewing conditions when dumping the ICC profile.
|
||||||
|
+ Bugs fixed:
|
||||||
|
- Add a quirk for ThinkPads so that we show 'ThinkPad T510'
|
||||||
|
rather than '4384BR2'.
|
||||||
|
- Add optional installed tests.
|
||||||
|
- Allow colormgr to take an object path or an ID as input.
|
||||||
|
- Allow the user to specify a non-qualified path when using
|
||||||
|
FindProfileByFilename.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jul 8 07:46:10 UTC 2013 - dimstar@opensuse.org
|
Mon Jul 8 07:46:10 UTC 2013 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
34
colord.spec
34
colord.spec
@ -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.0.2
|
Version: 1.1.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: System Daemon for Managing Color Devices
|
Summary: System Daemon for Managing Color Devices
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
@ -36,12 +36,12 @@ 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
|
||||||
BuildRequires: pkgconfig(gio-unix-2.0)
|
BuildRequires: pkgconfig(gio-unix-2.0)
|
||||||
BuildRequires: pkgconfig(glib-2.0) >= 2.32.0
|
BuildRequires: pkgconfig(glib-2.0) >= 2.36.0
|
||||||
BuildRequires: pkgconfig(gmodule-2.0)
|
BuildRequires: pkgconfig(gmodule-2.0)
|
||||||
BuildRequires: pkgconfig(gobject-2.0)
|
BuildRequires: pkgconfig(gobject-2.0)
|
||||||
BuildRequires: pkgconfig(gudev-1.0)
|
BuildRequires: pkgconfig(gudev-1.0)
|
||||||
BuildRequires: pkgconfig(gusb) >= 0.1.1
|
BuildRequires: pkgconfig(gusb) >= 0.1.1
|
||||||
BuildRequires: pkgconfig(lcms2) >= 2.2
|
BuildRequires: pkgconfig(lcms2) >= 2.4
|
||||||
BuildRequires: pkgconfig(libsystemd-login) >= 44
|
BuildRequires: pkgconfig(libsystemd-login) >= 44
|
||||||
BuildRequires: pkgconfig(polkit-gobject-1) >= 0.103
|
BuildRequires: pkgconfig(polkit-gobject-1) >= 0.103
|
||||||
BuildRequires: pkgconfig(sqlite3)
|
BuildRequires: pkgconfig(sqlite3)
|
||||||
@ -58,22 +58,22 @@ colord is a system activated daemon that maps devices to color profiles.
|
|||||||
It is used by gnome-color-manager for system integration and use when
|
It is used by gnome-color-manager for system integration and use when
|
||||||
there are no users logged in.
|
there are no users logged in.
|
||||||
|
|
||||||
%package -n libcolord1
|
%package -n libcolord2
|
||||||
Summary: System Daemon for Managing Color Devices -- Library
|
Summary: System Daemon for Managing Color Devices -- Library
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Suggests: %{name}
|
Suggests: %{name}
|
||||||
|
|
||||||
%description -n libcolord1
|
%description -n libcolord2
|
||||||
colord is a system activated daemon that maps devices to color profiles.
|
colord is a system activated daemon that maps devices to color profiles.
|
||||||
It is used by gnome-color-manager for system integration and use when
|
It is used by gnome-color-manager for system integration and use when
|
||||||
there are no users logged in.
|
there are no users logged in.
|
||||||
|
|
||||||
%package -n libcolorhug1
|
%package -n libcolorhug2
|
||||||
Summary: System Daemon for Managing Color Devices -- Library
|
Summary: System Daemon for Managing Color Devices -- Library
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Suggests: %{name}
|
Suggests: %{name}
|
||||||
|
|
||||||
%description -n libcolorhug1
|
%description -n libcolorhug2
|
||||||
colord is a system activated daemon that maps devices to color profiles.
|
colord is a system activated daemon that maps devices to color profiles.
|
||||||
It is used by gnome-color-manager for system integration and use when
|
It is used by gnome-color-manager for system integration and use when
|
||||||
there are no users logged in.
|
there are no users logged in.
|
||||||
@ -105,8 +105,8 @@ libcolorhug library.
|
|||||||
%package -n libcolord-devel
|
%package -n libcolord-devel
|
||||||
Summary: System Daemon for Managing Color Devices -- Development Files
|
Summary: System Daemon for Managing Color Devices -- Development Files
|
||||||
Group: Development/Languages/C and C++
|
Group: Development/Languages/C and C++
|
||||||
Requires: libcolord1 = %{version}
|
Requires: libcolord2 = %{version}
|
||||||
Requires: libcolorhug1 = %{version}
|
Requires: libcolorhug2 = %{version}
|
||||||
Requires: typelib-1_0-ColorHug-1_0 = %{version}
|
Requires: typelib-1_0-ColorHug-1_0 = %{version}
|
||||||
Requires: typelib-1_0-Colord-1_0 = %{version}
|
Requires: typelib-1_0-Colord-1_0 = %{version}
|
||||||
|
|
||||||
@ -158,21 +158,20 @@ exit 0
|
|||||||
%postun
|
%postun
|
||||||
%glib2_gsettings_schema_postun
|
%glib2_gsettings_schema_postun
|
||||||
|
|
||||||
%post -n libcolord1 -p /sbin/ldconfig
|
%post -n libcolord2 -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -n libcolord1 -p /sbin/ldconfig
|
%postun -n libcolord2 -p /sbin/ldconfig
|
||||||
|
|
||||||
%post -n libcolorhug1 -p /sbin/ldconfig
|
%post -n libcolorhug2 -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -n libcolorhug1 -p /sbin/ldconfig
|
%postun -n libcolorhug2 -p /sbin/ldconfig
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc AUTHORS ChangeLog COPYING NEWS README
|
%doc AUTHORS ChangeLog COPYING NEWS
|
||||||
%{_unitdir}/colord.service
|
%{_unitdir}/colord.service
|
||||||
%{_udevrulesdir}/*.rules
|
%{_udevrulesdir}/*.rules
|
||||||
%attr(755,colord,colord) %dir %{_localstatedir}/lib/colord
|
%attr(755,colord,colord) %dir %{_localstatedir}/lib/colord
|
||||||
%config(noreplace) %{_sysconfdir}/%{name}.conf
|
|
||||||
%{_datadir}/bash-completion/completions/colormgr
|
%{_datadir}/bash-completion/completions/colormgr
|
||||||
%{_sysconfdir}/dbus-1/system.d/org.freedesktop.ColorManager.conf
|
%{_sysconfdir}/dbus-1/system.d/org.freedesktop.ColorManager.conf
|
||||||
%{_bindir}/cd-create-profile
|
%{_bindir}/cd-create-profile
|
||||||
@ -192,7 +191,6 @@ exit 0
|
|||||||
%{_datadir}/polkit-1/actions/org.freedesktop.color.policy
|
%{_datadir}/polkit-1/actions/org.freedesktop.color.policy
|
||||||
%{_mandir}/man1/cd-create-profile.1%{?ext_man}
|
%{_mandir}/man1/cd-create-profile.1%{?ext_man}
|
||||||
%{_mandir}/man1/cd-fix-profile.1%{?ext_man}
|
%{_mandir}/man1/cd-fix-profile.1%{?ext_man}
|
||||||
%{_mandir}/man1/colord.conf.1%{?ext_man}
|
|
||||||
%{_mandir}/man1/colormgr.1%{?ext_man}
|
%{_mandir}/man1/colormgr.1%{?ext_man}
|
||||||
%dir /etc/apparmor.d/
|
%dir /etc/apparmor.d/
|
||||||
%config /etc/apparmor.d/usr.lib.colord
|
%config /etc/apparmor.d/usr.lib.colord
|
||||||
@ -202,12 +200,12 @@ exit 0
|
|||||||
# These should not be here.. this is ugly (fdo#60733)
|
# These should not be here.. this is ugly (fdo#60733)
|
||||||
#{_libdir}/lib*private.*
|
#{_libdir}/lib*private.*
|
||||||
|
|
||||||
%files -n libcolord1
|
%files -n libcolord2
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%{_libdir}/libcolord.so.*
|
%{_libdir}/libcolord.so.*
|
||||||
%{_libdir}/libcolordprivate.so.*
|
%{_libdir}/libcolordprivate.so.*
|
||||||
|
|
||||||
%files -n libcolorhug1
|
%files -n libcolorhug2
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libcolorhug.so.*
|
%{_libdir}/libcolorhug.so.*
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user