[apper] respin previous patch to use kDebug instead

Rex Dieter rdieter at fedoraproject.org
Mon Apr 29 14:37:31 UTC 2013


commit b026b73b67faf2505500819e9435b1191906baea
Author: Rex Dieter <rdieter at math.unl.edu>
Date:   Mon Apr 29 09:37:21 2013 -0500

    respin previous patch to use kDebug instead

 0100-pk-cache-update-debugging.patch |    8 ++++----
 apper.spec                           |    5 ++++-
 2 files changed, 8 insertions(+), 5 deletions(-)
---
diff --git a/0100-pk-cache-update-debugging.patch b/0100-pk-cache-update-debugging.patch
index 30109d4..1743090 100644
--- a/0100-pk-cache-update-debugging.patch
+++ b/0100-pk-cache-update-debugging.patch
@@ -15,8 +15,8 @@ index cce7d2d..cd49de8 100644
          m_lastRefreshCache = getTimeSinceRefreshCache();
      }
  
-+    qDebug() << "CHECKING FOR UPDATES (poll)";
-+    qDebug() << "interval:" << m_configs[CFG_INTERVAL].value<uint>();
++    kDebug() << "CHECKING FOR UPDATES (poll)";
++    kDebug() << "interval:" << m_configs[CFG_INTERVAL].value<uint>();
 +
      // If check for updates is active
      if (m_configs[CFG_INTERVAL].value<uint>() != Enum::Never) {
@@ -25,8 +25,8 @@ index cce7d2d..cd49de8 100644
  
  void ApperdThread::updatesChanged()
  {
-+    qDebug() << "UPDATES CHANGED";
-+    qDebug() << "interval:" << m_configs[CFG_INTERVAL].value<uint>();
++    kDebug() << "UPDATES CHANGED";
++    kDebug() << "interval:" << m_configs[CFG_INTERVAL].value<uint>();
 +
 +    if (m_configs[CFG_INTERVAL].value<uint>() == Enum::Never)
 +        return;
diff --git a/apper.spec b/apper.spec
index 226c030..02d26ff 100644
--- a/apper.spec
+++ b/apper.spec
@@ -7,7 +7,7 @@
 
 Name:    apper
 Version: 0.8.0
-Release: 4%{?dist}
+Release: 5%{?dist}
 Summary: KDE interface for PackageKit
 
 License: GPLv2+
@@ -168,6 +168,9 @@ fi
 
 
 %changelog
+* Mon Apr 29 2013 Rex Dieter <rdieter at fedoraproject.org> 0.8.0-5
+- respin previous patch to use kDebug instead
+
 * Mon Apr 29 2013 Rex Dieter <rdieter at fedoraproject.org> 0.8.0-4
 - Apper ignores "never check for updates" option (#948099)
 


More information about the scm-commits mailing list