Hello community, here is the log from the commit of package kdelibs3 for openSUSE:12.3 checked in at 2013-02-04 19:05:16 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:12.3/kdelibs3 (Old) and /work/SRC/openSUSE:12.3/.kdelibs3.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kdelibs3", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:12.3/kdelibs3/kdelibs3.changes 2013-01-31 01:22:00.000000000 +0100 +++ /work/SRC/openSUSE:12.3/.kdelibs3.new/kdelibs3.changes 2013-02-04 19:05:24.000000000 +0100 @@ -1,0 +2,11 @@ +Sun Feb 3 05:51:31 UTC 2013 - [email protected] + +- update license format + +------------------------------------------------------------------- +Thu Jan 31 18:31:25 UTC 2013 - [email protected] + +- 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.Ia0TKG/_old 2013-02-04 19:05:25.000000000 +0100 +++ /var/tmp/diff_new_pack.Ia0TKG/_new 2013-02-04 19:05:25.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 <[email protected]> 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: [email protected] For additional commands, e-mail: [email protected]
