[cups: 2/3] Fixed another typo in cups-icc.patch.

Tim Waugh twaugh at fedoraproject.org
Thu Mar 10 13:44:43 UTC 2011


commit 72d2aba52a74b74909659221e002bb3c075448a3
Author: Tim Waugh <twaugh at redhat.com>
Date:   Thu Mar 10 13:40:08 2011 +0000

    Fixed another typo in cups-icc.patch.
    
    Also changed loglevel from WARN to DEBUG when DeleteDevice fails.
    This can happen normally on start-up.

 cups-icc.patch |    4 ++--
 cups.spec      |    5 ++++-
 2 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/cups-icc.patch b/cups-icc.patch
index 508b588..3132173 100644
--- a/cups-icc.patch
+++ b/cups-icc.patch
@@ -402,8 +402,8 @@ index 0000000..2fdf401
 +                                                    &error);
 +  if (reply == NULL)
 +  {
-+        cupsdLogMessage(CUPSD_LOG_WARN,
-+                        "failed to CreateDevice: %s:%s",
++        cupsdLogMessage(CUPSD_LOG_DEBUG,
++                        "failed to DeleteDevice: %s:%s",
 +                        error.name, error.message);
 +        dbus_error_free(&error);
 +        goto out;
diff --git a/cups.spec b/cups.spec
index 1a89973..e026e98 100644
--- a/cups.spec
+++ b/cups.spec
@@ -13,7 +13,7 @@
 Summary: Common Unix Printing System
 Name: cups
 Version: 1.4.6
-Release: 13%{?dist}
+Release: 14%{?dist}
 License: GPLv2
 Group: System Environment/Daemons
 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
 
 %changelog
+* Thu Mar 10 2011 Tim Waugh <twaugh at redhat.com> 1:1.4.6-14
+- Fixed some typos in colord patch.
+
 * Mon Mar 07 2011 Richard Hughes <rhughes at redhat.com> 1:1.4.6-13
 - Updated colord patch.
 


More information about the scm-commits mailing list