rpms/python-twisted-web2/F-10 .cvsignore, 1.2, 1.3 python-twisted-web2.spec, 1.2, 1.3 sources, 1.2, 1.3 twisted-web2_0.2.0-1.1.diff, 1.1, NONE

Matthias Saou thias at fedoraproject.org
Tue Jan 6 20:16:27 UTC 2009


Author: thias

Update of /cvs/extras/rpms/python-twisted-web2/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19784/F-10

Modified Files:
	.cvsignore python-twisted-web2.spec sources 
Removed Files:
	twisted-web2_0.2.0-1.1.diff 
Log Message:
Update to svn code more recent than 0.2.0 to work with Twisted 2.5.0, yet much older than any 8.x release.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/python-twisted-web2/F-10/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	1 Jan 2009 11:18:25 -0000	1.2
+++ .cvsignore	6 Jan 2009 20:15:56 -0000	1.3
@@ -1 +1 @@
-TwistedWeb2-0.2.0.tar.bz2
+TwistedWeb2-0.2.0.r21556.tar.bz2


Index: python-twisted-web2.spec
===================================================================
RCS file: /cvs/extras/rpms/python-twisted-web2/F-10/python-twisted-web2.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- python-twisted-web2.spec	1 Jan 2009 11:24:24 -0000	1.2
+++ python-twisted-web2.spec	6 Jan 2009 20:15:56 -0000	1.3
@@ -4,12 +4,24 @@
 Summary: Experimental Twisted Web Server Framework
 Name: %{python}-twisted-web2
 Version: 0.2.0
-Release: 3%{?dist}
+Release: 4.r21556%{?dist}
 License: MIT
 Group: Development/Libraries
 URL: http://twistedmatrix.com/trac/wiki/TwistedWeb2
-Source: http://tmrc.mit.edu/mirror/twisted/Web2/TwistedWeb2-%{version}.tar.bz2
-Patch0: twisted-web2_0.2.0-1.1.diff
+# For Twisted 2.5.0 we need a snapshot newer than 0.2.0 but older than 8.x.
+#Source: http://tmrc.mit.edu/mirror/twisted/Web2/TwistedWeb2-%{version}.tar.bz2
+# svn co -r 21556 svn://svn.twistedmatrix.com/svn/Twisted/trunk Twisted
+# cp -al Twisted/doc/web2 TwistedWeb2/doc
+# mkdir -p TwistedWeb2/twisted/plugins
+# cp -al Twisted/twisted/plugins/twisted_web2.py TwistedWeb2/twisted/plugins/
+# cp -al Twisted/twisted/web2 TwistedWeb2/twisted/
+# cp -al Twisted/LICENSE TwistedWeb2/
+# mv TwistedWeb2/twisted/web2/topfiles/* TwistedWeb2/
+# find TwistedWeb2 -name .svn | xargs rm -rf {} \;
+# rmdir TwistedWeb2/twisted/web2/topfiles/
+# mv TwistedWeb2 TwistedWeb2-0.2.0.r21556
+# tar cjvf TwistedWeb2-0.2.0.r21556.tar.bz2 TwistedWeb2-0.2.0.r21556
+Source: TwistedWeb2-%{version}.r21556.tar.bz2
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 BuildRequires: %{python}-twisted-core >= 2.5.0
 BuildRequires: %{python}-devel
@@ -26,8 +38,7 @@
 
 
 %prep
-%setup -q -n TwistedWeb2-%{version}
-%patch0 -p1
+%setup -q -n TwistedWeb2-%{version}.r21556
 
 
 %build
@@ -69,6 +80,10 @@
 
 
 %changelog
+* Tue Jan  6 2009 Matthias Saou <http://freshrpms.net/> 0.2.0-4.r21556
+- Update to svn code more recent than 0.2.0 to work with Twisted 2.5.0, yet
+  much older than any 8.x release.
+
 * Thu Jan  1 2009 Matthias Saou <http://freshrpms.net/> 0.2.0-3
 - Backport cosmetic changes from 8.1.0 devel spec to here. This will be an
   older build to go with Twisted < 8.


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/python-twisted-web2/F-10/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	1 Jan 2009 11:18:25 -0000	1.2
+++ sources	6 Jan 2009 20:15:56 -0000	1.3
@@ -1 +1 @@
-7d6dea006d7f1e004df9f6aad730fbee  TwistedWeb2-0.2.0.tar.bz2
+abf48cb943bbb0821177c3b044050e27  TwistedWeb2-0.2.0.r21556.tar.bz2


--- twisted-web2_0.2.0-1.1.diff DELETED ---




More information about the fedora-extras-commits mailing list