rpms/python-twisted-core/F-11 .cvsignore, 1.4, 1.5 python-twisted-core.spec, 1.13, 1.14

Thomas Vander Stichele thomasvs at fedoraproject.org
Wed Jun 24 18:13:12 UTC 2009


Author: thomasvs

Update of /cvs/extras/rpms/python-twisted-core/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9304

Modified Files:
	.cvsignore python-twisted-core.spec 
Log Message:
use python 2.6 patch



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/python-twisted-core/F-11/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- .cvsignore	30 Dec 2008 18:16:44 -0000	1.4
+++ .cvsignore	24 Jun 2009 18:12:40 -0000	1.5
@@ -1 +0,0 @@
-TwistedCore-8.2.0.tar.bz2


Index: python-twisted-core.spec
===================================================================
RCS file: /cvs/extras/rpms/python-twisted-core/F-11/python-twisted-core.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -p -r1.13 -r1.14
--- python-twisted-core.spec	26 Feb 2009 23:55:26 -0000	1.13
+++ python-twisted-core.spec	24 Jun 2009 18:12:40 -0000	1.14
@@ -3,15 +3,16 @@
 
 Name:           %{python}-twisted-core
 Version:        8.2.0
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Asynchronous networking framework written in Python
 Group:          Development/Libraries
 License:        MIT
 URL:            http://twistedmatrix.com/trac/wiki/TwistedCore
-Source0:        http://tmrc.mit.edu/mirror/twisted/Core/8.1/TwistedCore-%{version}.tar.bz2
+Source0:        http://tmrc.mit.edu/mirror/twisted/Core/8.2/TwistedCore-%{version}.tar.bz2
 # Available here:
 # https://apestaart.org/thomas/trac/browser/pkg/fedora.extras/python-twisted-core/twisted-dropin-cache?format=raw
 Source1:        twisted-dropin-cache
+Patch1:         python-2.6.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  %{python}-devel
 BuildRequires:  %{python}-zope-interface >= 3.0.1
@@ -51,6 +52,7 @@ Tab completions for Zsh and Twisted Core
 
 %prep
 %setup -q -n TwistedCore-%{version}
+%patch1 -p1
 
 # Turn off exec bits on docs to avoid spurious dependencies
 find doc -type f | xargs chmod 644
@@ -192,6 +194,10 @@ fi
 %{_datadir}/zsh/site-functions/_twisted_zsh_stub
 
 %changelog
+* Wed Jun 24 2009 Thomas Vander Stichele <thomas at apestaart dot org>
+- 8.2.0-3
+- Include patch pulled from debian to fix all python 2.6 DeprecationWarnings
+
 * Thu Feb 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 8.2.0-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list