Hello community,

here is the log from the commit of package kio for openSUSE:Factory checked in 
at 2016-01-26 10:14:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kio (Old)
 and      /work/SRC/openSUSE:Factory/.kio.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kio"

Changes:
--------
--- /work/SRC/openSUSE:Factory/kio/kio.changes  2016-01-20 09:45:56.000000000 
+0100
+++ /work/SRC/openSUSE:Factory/.kio.new/kio.changes     2016-01-26 
10:14:35.000000000 +0100
@@ -1,0 +2,7 @@
+Mon Jan 24 09:00:34 UTC 2016 - tittiatc...@gmail.com
+
+
+- Added fix-kcookiejar-autoload.patch to fix the swapped values
+  for the autoload. 
+
+-------------------------------------------------------------------

New:
----
  fix-kcookiejar-autoload.patch

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

Other differences:
------------------
++++++ kio.spec ++++++
--- /var/tmp/diff_new_pack.rWJFuL/_old  2016-01-26 10:14:36.000000000 +0100
+++ /var/tmp/diff_new_pack.rWJFuL/_new  2016-01-26 10:14:36.000000000 +0100
@@ -77,6 +77,8 @@
 Patch0:         kio_help-fallback-to-kde4-docs.patch
 # PATCH-FIX-UPSTREAM kio_ftp-fix-display-of-modification-time-date boo#960500, 
kde#354597 -- fixes display of file/dir modification time in kio_ftp
 Patch1:         kio_ftp-fix-display-of-modification-time-date.patch
+# PATCH-FIX-UPSTREAM fix-kcookiejar-autoload.patch -- Repair kcookiejar 
autoload, the values got swapped in 6db255388532a4
+Patch2:         fix-kcookiejar-autoload.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -120,11 +122,14 @@
 Development files.
 
 %lang_package
+
 %prep
 %setup -q
+%patch2 -p1
 %patch0 -p1
 %patch1 -p1
 
+
 %build
   %cmake_kf5 -d build
   %make_jobs

++++++ fix-kcookiejar-autoload.patch ++++++
From: David Faure <fa...@kde.org>
Date: Sun, 10 Jan 2016 19:05:04 +0000
Subject: Repair kcookiejar autoload, the values got swapped in 6db255388532a4
X-Git-Url: 
http://quickgit.kde.org/?p=kio.git&a=commitdiff&h=c9f29601c444f174604eca0a4998d2f97436ecec
---
Repair kcookiejar autoload, the values got swapped in 6db255388532a4

Change-Id: Ide7bb18ea6b24b8c9221900b04040f0b6d743ce8
---


--- a/src/ioslaves/http/kcookiejar/kcookiejar.json
+++ b/src/ioslaves/http/kcookiejar/kcookiejar.json
@@ -62,6 +62,6 @@
         ]
     }, 
     "X-KDE-DBus-ModuleName": "kcookiejar", 
-    "X-KDE-Kded-autoload": true, 
-    "X-KDE-Kded-load-on-demand": false
-}
\ No newline at end of file
+    "X-KDE-Kded-autoload": false, 
+    "X-KDE-Kded-load-on-demand": true
+}


Reply via email to