[gwibber/f14] fix twitter oauth issues

Tom Callaway spot at fedoraproject.org
Thu Jul 7 14:18:32 UTC 2011


commit 429960c3c96dd45558f5f7146abde0afde2eda44
Author: Tom "spot" Callaway <tcallawa at redhat.com>
Date:   Thu Jul 7 10:18:12 2011 -0400

    fix twitter oauth issues

 gwibber.spec |   11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)
---
diff --git a/gwibber.spec b/gwibber.spec
index 6417766..aa65506 100644
--- a/gwibber.spec
+++ b/gwibber.spec
@@ -4,7 +4,7 @@
 
 Name:           gwibber
 Version:        3.1.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Epoch:          1
 Summary:        An open source microblogging client for GNOME developed with Python and GTK
 Group:          Applications/Internet
@@ -73,6 +73,9 @@ Patch47:	gwibber-3.0.0.1-improve-about-dialog-handling.patch
 # Catch sqlite errors (bz 702992 678015 699139 698074 700966)
 Patch48:	gwibber-3.0.0.1-sqlite-catch_error.patch
 
+# Overwrite default oauth key
+Patch49:	gwibber-3.1.0-fix-twitter-oauth.patch
+
 Requires:	libsoup, python-pycurl
 Requires:	python 
 Requires:	dbus-python >= 0.80.2
@@ -141,6 +144,9 @@ and GTK. It supports Twitter, Jaiku, Identi.ca, Facebook, and Digg.
 # Catch sqlite errors (bz 702992 678015	699139 698074 700966)
 %patch48 -p1 -b .catch_sqlite_error
 
+# Overwrite default oauth key for twitter
+%patch49 -p1
+
 # sed -i -e '/^#! \?\//, 1d' $(find %{name} | grep "\.py$")
 
 %build
@@ -193,6 +199,9 @@ cp -a build/mo %{buildroot}%{_datadir}/locale
 %{_datadir}/indicators/messages/applications/gwibber
 
 %changelog
+* Thu Jul  7 2011 Tom Callaway <spot at fedoraproject.org> - 1:3.1.0-2
+- really use our oauth key
+
 * Tue Jun 14 2011 Tom Callaway <spot at fedoraproject.org> - 1:3.1.0-1
 - update to 3.1.0
 


More information about the scm-commits mailing list