rpms/python-twyt/F-9 python-twyt-0.9.2-setdefault.patch, NONE, 1.1 .cvsignore, 1.5, 1.6 import.log, 1.1, 1.2 python-twyt.spec, 1.4, 1.5 sources, 1.5, 1.6

Adam Miller maxamillion at fedoraproject.org
Thu Apr 16 21:51:11 UTC 2009


Author: maxamillion

Update of /cvs/extras/rpms/python-twyt/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14323/F-9

Modified Files:
	.cvsignore import.log python-twyt.spec sources 
Added Files:
	python-twyt-0.9.2-setdefault.patch 
Log Message:
Bug found upstream that has been there since 0.8.5, this version fixes



python-twyt-0.9.2-setdefault.patch:

--- NEW FILE python-twyt-0.9.2-setdefault.patch ---
=== modified file 'twyt/commands.py'
--- twyt/commands.py	2009-04-08 19:50:38 +0000
+++ twyt/commands.py	2009-04-16 12:30:05 +0000
@@ -772,7 +772,7 @@
 		if options.password and options.user:
 			base.config.set_password(options.user, options.password)
 			if options.default:
-				base.config.set_default(options.user)
+				base.config.set_default_account(options.user)
 		elif options.user:
 			newacc = False
 			if not base.config.have_account(options.user):



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/python-twyt/F-9/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore	27 Feb 2009 21:17:39 -0000	1.5
+++ .cvsignore	16 Apr 2009 21:51:09 -0000	1.6
@@ -1 +1 @@
-twyt-0.9.1.tar.gz
+twyt-0.9.2.tar.gz


Index: import.log
===================================================================
RCS file: /cvs/extras/rpms/python-twyt/F-9/import.log,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- import.log	27 Feb 2009 21:17:39 -0000	1.1
+++ import.log	16 Apr 2009 21:51:09 -0000	1.2
@@ -1 +1,2 @@
 python-twyt-0_9_1-1_fc10:F-9:python-twyt-0.9.1-1.fc10.src.rpm:1235769368
+python-twyt-0_9_2-2:F-9:python-twyt-0.9.2-2.src.rpm:1239918645


Index: python-twyt.spec
===================================================================
RCS file: /cvs/extras/rpms/python-twyt/F-9/python-twyt.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- python-twyt.spec	27 Feb 2009 21:17:39 -0000	1.4
+++ python-twyt.spec	16 Apr 2009 21:51:09 -0000	1.5
@@ -2,12 +2,15 @@
 
 Summary: An interface to Twitter API functions for Python
 Name: python-twyt
-Version: 0.9.1
-Release: 1%{?dist}
+Version: 0.9.2
+Release: 2%{?dist}
+
 Group: System Environment/Libraries
 License: BSD
 URL: http://andrewprice.me.uk/projects/twyt/
 Source: http://andrewprice.me.uk/projects/twyt/download/twyt-%version.tar.gz
+Patch0: python-twyt-0.9.2-setdefault.patch
+
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: python
 BuildRequires: python-devel
@@ -24,6 +27,7 @@
 
 %prep
 %setup -q -n twyt-%{version}
+%patch0 -p0 -b .setdefault
 
 %build
 python setup.py build
@@ -47,6 +51,12 @@
 %endif
 
 %changelog
+* Thu Apr 16 2009 Adam Miller <maxamillion [AT] gmail.com> - 0.9.2-2
+- Upstream released a patch to fix set default account bug
+
+* Mon Apr 13 2009 Adam Miller <maxamillion [AT] gmail.com> - 0.9.2-1
+- New upstream release
+
 * Fri Feb 27 2009 Adam Miller <maxamillion [AT] gmail.com> - 0.9.1-1
 - New upstream release
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/python-twyt/F-9/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources	27 Feb 2009 21:17:39 -0000	1.5
+++ sources	16 Apr 2009 21:51:09 -0000	1.6
@@ -1 +1 @@
-8232a3e998e281e8b69d0a90af1a0cf9  twyt-0.9.1.tar.gz
+609a094e85a3d36b89d1a3d173ebfd9d  twyt-0.9.2.tar.gz




More information about the fedora-extras-commits mailing list