Hello community,

here is the log from the commit of package kdelibs3 for openSUSE:Factory 
checked in at 2012-04-12 09:31:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kdelibs3 (Old)
 and      /work/SRC/openSUSE:Factory/.kdelibs3.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kdelibs3", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/kdelibs3/kdelibs3.changes        2012-03-29 
11:40:55.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.kdelibs3.new/kdelibs3.changes   2012-04-12 
09:31:51.000000000 +0200
@@ -1,0 +2,5 @@
+Mon Apr  9 17:36:28 UTC 2012 - [email protected]
+
+- patch for automatic refresh in konqueror
+
+-------------------------------------------------------------------

New:
----
  kdelibs-konq-changes-update.patch

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

Other differences:
------------------
++++++ kdelibs3.spec ++++++
--- /var/tmp/diff_new_pack.DL2igQ/_old  2012-04-12 09:31:55.000000000 +0200
+++ /var/tmp/diff_new_pack.DL2igQ/_new  2012-04-12 09:31:55.000000000 +0200
@@ -170,32 +170,26 @@
 Patch162:       arts-acinclude.patch
 Patch163:       kdelibs-3.5.10-ossl-1.x.patch
 Patch164:       light_v_2_scrollbar_patch.patch
-
 Patch201:       kdelibs-3.5.4-CVE-2009-1690.patch
 Patch203:       kdelibs-3.5.10-latex-syntax-kile-2.0.3.patch
 Patch204:       kdelibs-3.5.10-CVE-2009-2702.patch
 Patch205:       kdelibs-3.5.10-cve-2009-2537-select-length.patch
 Patch206:       kdelibs-3.5.10-cve-2009-1725.patch
 Patch207:       kdelibs-3.5.10-cve-2009-1698.patch
-
 Patch210:       kdelibs-3.5.10-kio.patch
 Patch211:       oom_score_adj.patch
 Patch212:       kcontrol_crash_patch.diff
-
 Patch213:       kdelibs-trinity-1123812-certificates.dif
 Patch214:       kdelibs-trinity-1176550-desktop-size-default.dif
 Patch215:       kdelibs-trinity-1176570-no-default-singleclick.dif
-
 Patch216:       kdelibs-cups-1_5-fix.patch
-
 Patch217:       kdelibs-trinity-konq-working-dir.diff
 Patch218:       kdelibs-trinity-flat-xml-types-r1258237.diff
-
 Patch219:       kiconview-text-fix.patch
 Patch220:       kdelibs-fedora-3.5.x-CVE-2011-3365.patch
-
 Patch221:       kdelibs-tarent-fix-webdav-utf8.diff
 Patch222:       scalable-tray-icons.patch
+Patch223:       kdelibs-konq-changes-update.patch
 
 %description
 This package contains kdelibs, one of the basic packages of the K
@@ -392,6 +386,7 @@
 %patch220 -p1
 %patch221 -p1
 %patch222 -p1
+%patch223 -p1
 
 tar xfvj %SOURCE12
 #


++++++ kdelibs-konq-changes-update.patch ++++++
--- tdelibs/kio/kio/kdirwatch.cpp       2012-04-05 13:26:08.000000000 -0500
+++ tdelibs/kio/kio/kdirwatch.cpp       2012-04-08 17:51:15.000000000 -0500
@@ -1155,6 +1155,7 @@ 
     if(!e->dirty) return NoChange;
     e->dirty = false;
   }
+  if (e->isDir) return Changed;
 #endif
 
   // Shouldn't happen: Ignore "unknown" notification method
@@ -1184,6 +1185,8 @@ 
   if (exists) {
 
     if (e->m_status == NonExistent) {
+      // ctime is the 'creation time' on windows, but with qMax
+      // we get the latest change of any kind, on any platform.
       e->m_ctime = stat_buf.st_ctime;
       e->m_status = Normal;
       e->m_nlink = stat_buf.st_nlink;
 
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to