Fixed another typo in cups-icc.patch.
Also changed loglevel from WARN to DEBUG when DeleteDevice fails. This can happen normally on start-up.
This commit is contained in:
parent
58f36123d7
commit
72d2aba52a
@ -402,8 +402,8 @@ index 0000000..2fdf401
|
|||||||
+ &error);
|
+ &error);
|
||||||
+ if (reply == NULL)
|
+ if (reply == NULL)
|
||||||
+ {
|
+ {
|
||||||
+ cupsdLogMessage(CUPSD_LOG_WARN,
|
+ cupsdLogMessage(CUPSD_LOG_DEBUG,
|
||||||
+ "failed to CreateDevice: %s:%s",
|
+ "failed to DeleteDevice: %s:%s",
|
||||||
+ error.name, error.message);
|
+ error.name, error.message);
|
||||||
+ dbus_error_free(&error);
|
+ dbus_error_free(&error);
|
||||||
+ goto out;
|
+ goto out;
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
Summary: Common Unix Printing System
|
Summary: Common Unix Printing System
|
||||||
Name: cups
|
Name: cups
|
||||||
Version: 1.4.6
|
Version: 1.4.6
|
||||||
Release: 13%{?dist}
|
Release: 14%{?dist}
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
Source: http://ftp.easysw.com/pub/cups/%{version}/cups-%{version}-source.tar.bz2
|
Source: http://ftp.easysw.com/pub/cups/%{version}/cups-%{version}-source.tar.bz2
|
||||||
@ -610,6 +610,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{php_extdir}/phpcups.so
|
%{php_extdir}/phpcups.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Mar 10 2011 Tim Waugh <twaugh@redhat.com> 1:1.4.6-14
|
||||||
|
- Fixed some typos in colord patch.
|
||||||
|
|
||||||
* Mon Mar 07 2011 Richard Hughes <rhughes@redhat.com> 1:1.4.6-13
|
* Mon Mar 07 2011 Richard Hughes <rhughes@redhat.com> 1:1.4.6-13
|
||||||
- Updated colord patch.
|
- Updated colord patch.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user