SPECS: python-TwistedConch.spec, python-TwistedCore.spec, python-T...

luzik luzik at pld-linux.org
Fri May 2 20:50:14 CEST 2008


Author: luzik                        Date: Fri May  2 18:50:14 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated to 8.0.0

---- Files affected:
SPECS:
   python-TwistedConch.spec (1.13 -> 1.14) , python-TwistedCore.spec (1.11 -> 1.12) , python-TwistedMail.spec (1.5 -> 1.6) , python-TwistedNames.spec (1.5 -> 1.6) , python-TwistedWeb2.spec (1.6 -> 1.7) , python-TwistedWeb.spec (1.14 -> 1.15) , python-TwistedWords.spec (1.7 -> 1.8) 

---- Diffs:

================================================================
Index: SPECS/python-TwistedConch.spec
diff -u SPECS/python-TwistedConch.spec:1.13 SPECS/python-TwistedConch.spec:1.14
--- SPECS/python-TwistedConch.spec:1.13	Tue Feb 13 09:06:42 2007
+++ SPECS/python-TwistedConch.spec	Fri May  2 20:50:07 2008
@@ -1,6 +1,6 @@
 # $Revision$, $Date$
 %define 	module	TwistedConch
-%define		major	0.8
+%define		major	8.0
 %define		minor	0
 
 Summary:	Twisted SSHv2 implementation
@@ -11,7 +11,7 @@
 License:	MIT
 Group:		Libraries/Python
 Source0:	http://tmrc.mit.edu/mirror/twisted/Conch/%{major}/%{module}-%{version}.tar.bz2
-# Source0-md5:	f3ccdd8da6b6e26b0a1eae5e54b9b0e2
+# Source0-md5:	11b3f8261339904ff96c04d4efb34b6b
 URL:		http://twistedmatrix.com/projects/conch/
 BuildRequires:	ZopeInterface
 BuildRequires:	python-TwistedCore >= 2.5.0
@@ -99,6 +99,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.14  2008-05-02 18:50:07  luzik
+- updated to 8.0.0
+
 Revision 1.13  2007-02-13 08:06:42  glen
 - tabs in preamble
 

================================================================
Index: SPECS/python-TwistedCore.spec
diff -u SPECS/python-TwistedCore.spec:1.11 SPECS/python-TwistedCore.spec:1.12
--- SPECS/python-TwistedCore.spec:1.11	Mon Jul 23 20:31:23 2007
+++ SPECS/python-TwistedCore.spec	Fri May  2 20:50:07 2008
@@ -4,12 +4,12 @@
 Summary:	Event-driven networking framework written in Python
 Summary(pl.UTF-8):	Narzędzia do zdarzeniowego i rozproszonego programowania w Pythonie
 Name:		python-%{module}
-Version:	2.5.0
+Version:	8.0.1
 Release:	1
 License:	LGPL
 Group:		Libraries/Python
-Source0:	http://tmrc.mit.edu/mirror/twisted/Twisted/2.5/%{module}-%{version}.tar.bz2
-# Source0-md5:	cf8d8d73c3b58b79c6a16b5fc23d5b61
+Source0:	http://tmrc.mit.edu/mirror/twisted/Core/8.0/%{module}-%{version}.tar.bz2
+# Source0-md5:	1c84354d99a291bc89c598140c2d6a1f
 Patch0:		%{name}-basedir-import.patch
 URL:		http://www.twistedmatrix.com/
 BuildRequires:	ZopeInterface
@@ -96,14 +96,17 @@
 %files
 %defattr(644,root,root,755)
 %doc CREDITS NEWS README
-%doc doc/{index.html,benchmarks,development,fun,howto,img,specifications,upgrades}
+%doc doc/{index.html,benchmarks,howto,img,specifications,upgrades}
 %attr(755,root,root) %{_bindir}/manhole
 %attr(755,root,root) %{_bindir}/mktap
+%attr(755,root,root) %{_bindir}/pyhtmlizer
+%attr(755,root,root) %{_bindir}/t-im
 %attr(755,root,root) %{_bindir}/tap2deb
 %attr(755,root,root) %{_bindir}/tap2rpm
 %attr(755,root,root) %{_bindir}/tapconvert
 %attr(755,root,root) %{_bindir}/trial
 %attr(755,root,root) %{_bindir}/twistd
+%attr(755,root,root) %{_bindir}/twistd.orig
 %{py_sitedir}/*.egg-info
 %dir %{py_sitedir}/twisted
 %{py_sitedir}/twisted/*.py[co]
@@ -122,7 +125,6 @@
 %{py_sitedir}/twisted/trial
 %dir %{py_sitedir}/twisted/plugins
 %{py_sitedir}/twisted/plugins/__*.py[co]
-%{py_sitedir}/twisted/plugins/*plugin.py[co]
 %{py_sitedir}/twisted/plugins/twisted_ftp.py[co]
 %{py_sitedir}/twisted/plugins/twisted_inet.py[co]
 %{py_sitedir}/twisted/plugins/twisted_manhole.py[co]
@@ -131,11 +133,12 @@
 %{py_sitedir}/twisted/plugins/twisted_socks.py[co]
 %{py_sitedir}/twisted/plugins/twisted_telnet.py[co]
 %{py_sitedir}/twisted/plugins/twisted_trial.py[co]
+%{py_sitedir}/twisted/plugins/twisted_qtstub.py[co]
+%{py_sitedir}/twisted/plugins/cred_*.py[co]
 %exclude %{py_sitedir}/twisted/internet/ssl.py[co]
 %{_mandir}/man1/manhole.1*
 %{_mandir}/man1/mktap.1*
-# this script is not installed
-#%{_mandir}/man1/pyhtmlizer.1*
+%{_mandir}/man1/pyhtmlizer.1*
 %{_mandir}/man1/tap2deb.1*
 %{_mandir}/man1/tap2rpm.1*
 %{_mandir}/man1/tapconvert.1*
@@ -156,6 +159,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.12  2008-05-02 18:50:07  luzik
+- updated to 8.0.0
+
 Revision 1.11  2007-07-23 18:31:23  qboosh
 - unified
 

================================================================
Index: SPECS/python-TwistedMail.spec
diff -u SPECS/python-TwistedMail.spec:1.5 SPECS/python-TwistedMail.spec:1.6
--- SPECS/python-TwistedMail.spec:1.5	Tue Feb 13 09:06:42 2007
+++ SPECS/python-TwistedMail.spec	Fri May  2 20:50:07 2008
@@ -4,14 +4,13 @@
 Summary:	Mail library for Twisted
 Summary(pl.UTF-8):	Biblioteka Mail dla Twisted
 Name:		python-%{module}
-Version:	0.2.0
+Version:	8.0.0
 Release:	0.1
 License:	MIT
 Group:		Libraries/Python
-Source0:	http://tmrc.mit.edu/mirror/twisted/Mail/0.2/%{module}-%{version}.tar.bz2
-# Source0-md5:	bae977d92cfcb1a3a5e884262ed444cc
+Source0:	http://tmrc.mit.edu/mirror/twisted/Mail/8.0/%{module}-%{version}.tar.bz2
+# Source0-md5:	8dfc37a6aae464cd6a28476a253a4cea
 URL:		http://twistedmatrix.com/projects/mail
-BuildRequires:	python-Twisted >= 2.0
 BuildRequires:	python-devel >= 2.2
 Requires:	python-Twisted >= 2.0
 Obsoletes:	python-Twisted-mail
@@ -50,6 +49,7 @@
 %defattr(644,root,root,755)
 %doc LICENSE NEWS README
 %attr(755,root,root) %{_bindir}/mailmail
+%{py_sitedir}/*.egg-info
 %{py_sitedir}/twisted/mail
 %{py_sitedir}/twisted/plugins/twisted_mail.py*
 
@@ -59,6 +59,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.6  2008-05-02 18:50:07  luzik
+- updated to 8.0.0
+
 Revision 1.5  2007-02-13 08:06:42  glen
 - tabs in preamble
 

================================================================
Index: SPECS/python-TwistedNames.spec
diff -u SPECS/python-TwistedNames.spec:1.5 SPECS/python-TwistedNames.spec:1.6
--- SPECS/python-TwistedNames.spec:1.5	Sun Jan  6 18:05:59 2008
+++ SPECS/python-TwistedNames.spec	Fri May  2 20:50:07 2008
@@ -1,6 +1,6 @@
 # $Revision$, $Date$
 %define 	module	TwistedNames
-%define		major	0.3
+%define		major	8.0
 %define		minor	0
 
 Summary:	Domain name server and a client resolver library
@@ -11,7 +11,7 @@
 License:	MIT
 Group:		Libraries/Python
 Source0:	http://tmrc.mit.edu/mirror/twisted/Names/%{major}/%{module}-%{version}.tar.bz2
-# Source0-md5:	5aa672d0e26718466351351e7bfcf22a
+# Source0-md5:	09533501b9e1ae02c8a969a289df2d80
 URL:		http://twistedmatrix.com/projects/web/
 BuildRequires:	ZopeInterface
 BuildRequires:	python-TwistedCore >= 2.4.0
@@ -76,6 +76,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.6  2008-05-02 18:50:07  luzik
+- updated to 8.0.0
+
 Revision 1.5  2008-01-06 17:05:59  glen
 - if noarch package then install to noarch dir; rel 2
 

================================================================
Index: SPECS/python-TwistedWeb2.spec
diff -u SPECS/python-TwistedWeb2.spec:1.6 SPECS/python-TwistedWeb2.spec:1.7
--- SPECS/python-TwistedWeb2.spec:1.6	Fri Feb  1 16:20:21 2008
+++ SPECS/python-TwistedWeb2.spec	Fri May  2 20:50:07 2008
@@ -4,13 +4,12 @@
 Summary:	Web library for Twisted
 Summary(pl.UTF-8):	Biblioteka Web dla Twisted
 Name:		python-%{module}
-Version:	0.2.0
+Version:	8.0.1
 Release:	1
 License:	MIT
 Group:		Libraries/Python
-Source0:	http://tmrc.mit.edu/mirror/twisted/Web2/%{module}-%{version}.tar.bz2
-# Source0-md5:	7d6dea006d7f1e004df9f6aad730fbee
-Patch0:		%{name}-deprecated.patch
+Source0:	http://tmrc.mit.edu/mirror/twisted/Web2/8.0/%{module}-%{version}.tar.bz2
+# Source0-md5:	9176ca76c2d177e38737139776f78d4f
 URL:		http://twistedmatrix.com/projects/web2/
 BuildRequires:	ZopeInterface
 BuildRequires:	python-TwistedCore >= 2.4.0
@@ -54,7 +53,6 @@
 
 %prep
 %setup -q -n %{module}-%{version}
-%patch0 -p1
 
 %build
 CFLAGS="%{rpmcflags}"
@@ -80,6 +78,7 @@
 %files
 %defattr(644,root,root,755)
 %doc LICENSE README
+%{py_sitedir}/*.egg-info
 %{py_sitedir}/twisted/web2
 %{py_sitedir}/twisted/plugins/twisted_web2.py[co]
 
@@ -96,6 +95,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.7  2008-05-02 18:50:07  luzik
+- updated to 8.0.0
+
 Revision 1.6  2008-02-01 15:20:21  patrys
 - make it work
 - rel 1

================================================================
Index: SPECS/python-TwistedWeb.spec
diff -u SPECS/python-TwistedWeb.spec:1.14 SPECS/python-TwistedWeb.spec:1.15
--- SPECS/python-TwistedWeb.spec:1.14	Tue Feb 13 09:06:42 2007
+++ SPECS/python-TwistedWeb.spec	Fri May  2 20:50:07 2008
@@ -1,6 +1,6 @@
 # $Revision$, $Date$
 %define 	module	TwistedWeb
-%define		major	0.7
+%define		major	8.0
 %define		minor	0
 
 Summary:	Web library for Twisted
@@ -11,7 +11,7 @@
 License:	MIT
 Group:		Libraries/Python
 Source0:	http://tmrc.mit.edu/mirror/twisted/Web/%{major}/%{module}-%{version}.tar.bz2
-# Source0-md5:	de55ee18f843bcc6372d34eb88a27c21
+# Source0-md5:	f13d39085503ac5cb7edc2c4a0012d52
 URL:		http://twistedmatrix.com/projects/web/
 BuildRequires:	ZopeInterface
 BuildRequires:	python-TwistedCore >= 2.4.0
@@ -81,6 +81,7 @@
 %files
 %defattr(644,root,root,755)
 %doc LICENSE NEWS README
+%{py_sitedir}/*.egg-info
 %{py_sitedir}/twisted/web
 %{py_sitedir}/twisted/plugins/*
 
@@ -98,7 +99,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
-Revision 1.14  2007-02-13 08:06:42  glen
+Revision 1.15  2008-05-02 18:50:07  luzik
+- updated to 8.0.0
+
+Revision 1.14  2007/02/13 08:06:42  glen
 - tabs in preamble
 
 Revision 1.13  2007/02/12 01:06:28  baggins

================================================================
Index: SPECS/python-TwistedWords.spec
diff -u SPECS/python-TwistedWords.spec:1.7 SPECS/python-TwistedWords.spec:1.8
--- SPECS/python-TwistedWords.spec:1.7	Tue Feb 13 09:06:42 2007
+++ SPECS/python-TwistedWords.spec	Fri May  2 20:50:07 2008
@@ -1,6 +1,6 @@
 # $Revision$, $Date$
 %define 	module	TwistedWords
-%define		major	0.4
+%define		major	8.0
 %define		minor	0
 
 Summary:	Chat and Instant Messaging for Twisted
@@ -11,7 +11,7 @@
 License:	MIT
 Group:		Libraries/Python
 Source0:	http://tmrc.mit.edu/mirror/twisted/Words/%{major}/%{module}-%{version}.tar.bz2
-# Source0-md5:	37d34da233aefe4a7a41b97bc9222b6a
+# Source0-md5:	8c142fc30bcadf41b1ff68b5f4101418
 URL:		http://twistedmatrix.com/projects/words/
 BuildRequires:	ZopeInterface
 BuildRequires:	python-devel >= 2.2
@@ -92,6 +92,7 @@
 %doc LICENSE NEWS README
 %attr(755,root,root) %{_bindir}/*
 %{py_sitedir}/twisted/words
+%{py_sitescriptdir}/*.egg-info
 %{py_sitescriptdir}/twisted
 %{_mandir}/man1/*.1*
 
@@ -109,7 +110,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
-Revision 1.7  2007-02-13 08:06:42  glen
+Revision 1.8  2008-05-02 18:50:07  luzik
+- updated to 8.0.0
+
+Revision 1.7  2007/02/13 08:06:42  glen
 - tabs in preamble
 
 Revision 1.6  2007/02/12 01:06:28  baggins
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/python-TwistedConch.spec?r1=1.13&r2=1.14&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/python-TwistedCore.spec?r1=1.11&r2=1.12&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/python-TwistedMail.spec?r1=1.5&r2=1.6&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/python-TwistedNames.spec?r1=1.5&r2=1.6&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/python-TwistedWeb2.spec?r1=1.6&r2=1.7&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/python-TwistedWeb.spec?r1=1.14&r2=1.15&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/python-TwistedWords.spec?r1=1.7&r2=1.8&f=u



More information about the pld-cvs-commit mailing list