Hello community,

here is the log from the commit of package kdelibs3 for openSUSE:Factory 
checked in at 2013-02-04 19:05:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kdelibs3 (Old)
 and      /work/SRC/openSUSE:Factory/.kdelibs3.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kdelibs3", Maintainer is "kde-maintain...@suse.de"

Changes:
--------
--- /work/SRC/openSUSE:Factory/kdelibs3/kdelibs3.changes        2012-09-27 
13:40:16.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.kdelibs3.new/kdelibs3.changes   2013-02-04 
19:05:09.000000000 +0100
@@ -1,0 +2,11 @@
+Sun Feb  3 05:51:31 UTC 2013 - an...@opensuse.org
+
+- update license format
+
+-------------------------------------------------------------------
+Thu Jan 31 18:31:25 UTC 2013 - an...@opensuse.org
+
+- fix the bug that web cookies were being forgotten following a kded restart
+  backport from KDE4 by Slávek Banko (initialise-mCrossDomain-fix.diff)
+
+-------------------------------------------------------------------

New:
----
  initialise-mCrossDomain-fix.diff

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

Other differences:
------------------
++++++ kdelibs3.spec ++++++
--- /var/tmp/diff_new_pack.xOUMci/_old  2013-02-04 19:05:15.000000000 +0100
+++ /var/tmp/diff_new_pack.xOUMci/_new  2013-02-04 19:05:15.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kdelibs3
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -49,7 +49,7 @@
 Url:            http://www.kde.org
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Summary:        KDE Base Libraries
-License:        BSD-3-Clause ; GPL-2.0+ ; LGPL-2.1+
+License:        BSD-3-Clause and GPL-2.0+ and LGPL-2.1+
 Group:          System/GUI/KDE
 Version:        3.5.10
 Release:        0
@@ -195,6 +195,7 @@
 Patch223:       kdelibs-automake-1.11.5.patch
 Patch224:       dcop-header-fix-gcc47.patch
 Patch225:       kdelibs-trinity-xinit-fix.patch
+Patch226:       initialise-mCrossDomain-fix.diff
 
 %description
 This package contains kdelibs, one of the basic packages of the K
@@ -394,6 +395,7 @@
 %patch223 -p1
 %patch224 -p1
 %patch225 -p1
+%patch226 -p1
 
 tar xfvj %SOURCE12
 #


++++++ initialise-mCrossDomain-fix.diff ++++++
commit dabf3a9fef3b352ed3cae6d58b7ed26c290d93ea
Author: Slávek Banko <slavek.ba...@axis.cz>
Date:   1358789956 +0100

    Initialise the mCrossDomain member variable in the cookies
    Backported from KDE GIT commit 794b14b8

diff --git a/kioslave/http/kcookiejar/kcookiejar.cpp 
b/kioslave/http/kcookiejar/kcookiejar.cpp
index ec0a423..e70c97e 100644
--- a/kioslave/http/kcookiejar/kcookiejar.cpp
+++ b/kioslave/http/kcookiejar/kcookiejar.cpp
@@ -146,6 +146,7 @@ KHttpCookie::KHttpCookie(const TQString &_host,
        mExpireDate(_expireDate),
        mProtocolVersion(_protocolVersion),
        mSecure(_secure),
+       mCrossDomain(false),
        mHttpOnly(_httpOnly),
        mExplicitPath(_explicitPath)
 {
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to