Accepting request 185075 from home:dimstar:branches:GNOME:Factory

Update to 1.1.1.

OBS-URL: https://build.opensuse.org/request/show/185075
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/colord?expand=0&rev=77
This commit is contained in:
Dominique Leuenberger 2013-07-31 19:07:51 +00:00 committed by Git OBS Bridge
parent 2f543cb478
commit 844bcccc87
5 changed files with 58 additions and 22 deletions

View File

@ -1 +1 @@
libcolord1
libcolord2

View File

@ -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
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fa8f1f3f8c69eb4683b970f0156a8f6737c5d5c0756a68726bc4815f5df23656
size 1086996

View File

@ -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

View File

@ -19,7 +19,7 @@
%define _udevrulesdir %(pkg-config --variable=udevdir udev)/rules.d
Name: colord
Version: 1.0.2
Version: 1.1.1
Release: 0
Summary: System Daemon for Managing Color Devices
License: GPL-2.0+
@ -36,12 +36,12 @@ BuildRequires: pkgconfig(bash-completion) >= 2.0
BuildRequires: pkgconfig(dbus-1)
BuildRequires: pkgconfig(gio-2.0) >= 2.25.9
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(gobject-2.0)
BuildRequires: pkgconfig(gudev-1.0)
BuildRequires: pkgconfig(gusb) >= 0.1.1
BuildRequires: pkgconfig(lcms2) >= 2.2
BuildRequires: pkgconfig(lcms2) >= 2.4
BuildRequires: pkgconfig(libsystemd-login) >= 44
BuildRequires: pkgconfig(polkit-gobject-1) >= 0.103
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
there are no users logged in.
%package -n libcolord1
%package -n libcolord2
Summary: System Daemon for Managing Color Devices -- Library
Group: System/Libraries
Suggests: %{name}
%description -n libcolord1
%description -n libcolord2
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
there are no users logged in.
%package -n libcolorhug1
%package -n libcolorhug2
Summary: System Daemon for Managing Color Devices -- Library
Group: System/Libraries
Suggests: %{name}
%description -n libcolorhug1
%description -n libcolorhug2
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
there are no users logged in.
@ -105,8 +105,8 @@ libcolorhug library.
%package -n libcolord-devel
Summary: System Daemon for Managing Color Devices -- Development Files
Group: Development/Languages/C and C++
Requires: libcolord1 = %{version}
Requires: libcolorhug1 = %{version}
Requires: libcolord2 = %{version}
Requires: libcolorhug2 = %{version}
Requires: typelib-1_0-ColorHug-1_0 = %{version}
Requires: typelib-1_0-Colord-1_0 = %{version}
@ -158,21 +158,20 @@ exit 0
%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
%defattr(-,root,root)
%doc AUTHORS ChangeLog COPYING NEWS README
%doc AUTHORS ChangeLog COPYING NEWS
%{_unitdir}/colord.service
%{_udevrulesdir}/*.rules
%attr(755,colord,colord) %dir %{_localstatedir}/lib/colord
%config(noreplace) %{_sysconfdir}/%{name}.conf
%{_datadir}/bash-completion/completions/colormgr
%{_sysconfdir}/dbus-1/system.d/org.freedesktop.ColorManager.conf
%{_bindir}/cd-create-profile
@ -192,7 +191,6 @@ exit 0
%{_datadir}/polkit-1/actions/org.freedesktop.color.policy
%{_mandir}/man1/cd-create-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}
%dir /etc/apparmor.d/
%config /etc/apparmor.d/usr.lib.colord
@ -202,12 +200,12 @@ exit 0
# These should not be here.. this is ugly (fdo#60733)
#{_libdir}/lib*private.*
%files -n libcolord1
%files -n libcolord2
%defattr(-, root, root)
%{_libdir}/libcolord.so.*
%{_libdir}/libcolordprivate.so.*
%files -n libcolorhug1
%files -n libcolorhug2
%defattr(-,root,root)
%{_libdir}/libcolorhug.so.*