Hello community,

here is the log from the commit of package libqt5-qtbase for openSUSE:Factory 
checked in at 2015-08-07 00:19:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libqt5-qtbase (Old)
 and      /work/SRC/openSUSE:Factory/.libqt5-qtbase.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libqt5-qtbase"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libqt5-qtbase/libqt5-qtbase.changes      
2015-08-02 22:45:49.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libqt5-qtbase.new/libqt5-qtbase.changes 
2015-08-07 00:19:30.000000000 +0200
@@ -1,0 +2,5 @@
+Tue Aug  4 19:05:31 UTC 2015 - [email protected]
+
+- Update QMimeDatabase-use-QElapsedTimer.patch to latest version
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ QMimeDatabase-use-QElapsedTimer.patch ++++++
--- /var/tmp/diff_new_pack.VKNKZu/_old  2015-08-07 00:19:33.000000000 +0200
+++ /var/tmp/diff_new_pack.VKNKZu/_new  2015-08-07 00:19:33.000000000 +0200
@@ -23,7 +23,7 @@
  {
 -    const QDateTime now = QDateTime::currentDateTime();
 -    if (m_lastCheck.isValid() && m_lastCheck.secsTo(now) < 
qmime_secondsBetweenChecks)
-+    if (m_lastCheck.isValid() && m_lastCheck.elapsed() < 
qmime_secondsBetweenChecks)
++    if (m_lastCheck.isValid() && m_lastCheck.elapsed() < 
qmime_secondsBetweenChecks * 1000)
          return false;
 -    m_lastCheck = now;
 +    m_lastCheck.start();



Reply via email to