Mailinglist Archive: opensuse-commit (1128 mails)

< Previous Next >
commit choqok for openSUSE:Factory

Hello community,

here is the log from the commit of package choqok for openSUSE:Factory
checked in at Mon Aug 1 16:08:40 CEST 2011.



--------
--- KDE/choqok/choqok.changes 2011-04-04 09:39:29.000000000 +0200
+++ /mounts/work_src_done/STABLE/choqok/choqok.changes 2011-07-28
18:38:56.000000000 +0200
@@ -1,0 +2,5 @@
+Thu Jul 28 16:36:53 UTC 2011 - javier@xxxxxxxxxxxx
+
+- Add user friends list bugfix (bko#275185)
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


New:
----
userfriends.diff

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

Other differences:
------------------
++++++ choqok.spec ++++++
--- /var/tmp/diff_new_pack.kgWHcI/_old 2011-08-01 16:07:07.000000000 +0200
+++ /var/tmp/diff_new_pack.kgWHcI/_new 2011-08-01 16:07:07.000000000 +0200
@@ -24,10 +24,11 @@
Group: Productivity/Networking/Other
Summary: Micro-Blogging Client for KDE
Version: 1.1
-Release: 1
+Release: 8
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source: %{name}-%{version}.tar.bz2
Url: http://choqok.gnufolks.org
+Patch0: userfriends.diff
%kde4_runtime_requires

%description
@@ -61,6 +62,7 @@

%prep
%setup -q -n %{name}-%{version}
+%patch0 -p1

%build
%cmake_kde4 -d build

++++++ userfriends.diff ++++++
commit 9053b699c33d998d3933a6c11e4ff624846620e5
Author: Mehrdad Momeny <mehrdad.momeny@xxxxxxxxx>
Date: Sun Jul 24 11:30:49 2011 +0800

BUG:275185 Get user friends list bug fixed

diff --git a/helperlibs/twitterapihelper/twitterapimicroblog.cpp
b/helperlibs/twitterapihelper/twitterapimicroblog.cpp
index 1efbb1f..1a87d61 100644
--- a/helperlibs/twitterapihelper/twitterapimicroblog.cpp
+++ b/helperlibs/twitterapihelper/twitterapimicroblog.cpp
@@ -681,14 +681,18 @@ void
TwitterApiMicroBlog::requestFriendsScreenName(TwitterApiAccount* theAccount
TwitterApiAccount* account = qobject_cast<TwitterApiAccount*>(theAccount);
KUrl url = account->apiUrl();
url.addPath( QString("/statuses/friends.xml") );
+ KUrl tmpUrl(url);
url.addQueryItem( "cursor", d->friendsCursor );
+ QOAuth::ParamMap params;
+ params.insert("cursor", d->friendsCursor.toLatin1());

KIO::StoredTransferJob *job = KIO::storedGet( url, KIO::Reload,
KIO::HideProgressInfo ) ;
if ( !job ) {
kDebug() << "Cannot create an http GET request!";
return;
}
- job->addMetaData("customHTTPHeader", "Authorization: " +
authorizationHeader(account, url, QOAuth::GET));
+ job->addMetaData("customHTTPHeader", "Authorization: " +
authorizationHeader(account, tmpUrl,
+
QOAuth::GET, params));
mJobsAccount[job] = theAccount;
connect( job, SIGNAL( result( KJob* ) ), this, SLOT(
slotRequestFriendsScreenName(KJob*) ) );
job->start();

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



Remember to have fun...

--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread
  • No further messages