rpms/python-twisted-web/EL-5 .cvsignore, 1.2, 1.3 python-twisted-web.spec, 1.1, 1.2 sources, 1.2, 1.3

Matthias Saou thias at fedoraproject.org
Fri Jan 2 14:06:35 UTC 2009


Author: thias

Update of /cvs/extras/rpms/python-twisted-web/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25662

Modified Files:
	.cvsignore python-twisted-web.spec sources 
Log Message:
Update to 0.7.0, bugfix release dated Jan 2007.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/python-twisted-web/EL-5/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	27 Dec 2006 13:42:41 -0000	1.2
+++ .cvsignore	2 Jan 2009 14:06:05 -0000	1.3
@@ -1 +1 @@
-TwistedWeb-0.6.0.tar.bz2
+TwistedWeb-0.7.0.tar.bz2


Index: python-twisted-web.spec
===================================================================
RCS file: /cvs/extras/rpms/python-twisted-web/EL-5/python-twisted-web.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- python-twisted-web.spec	27 Dec 2006 13:42:41 -0000	1.1
+++ python-twisted-web.spec	2 Jan 2009 14:06:05 -0000	1.2
@@ -5,14 +5,14 @@
 %define origname TwistedWeb
 
 Name:           %{python}-twisted-web
-Version:        0.6.0
-Release:        4%{?dist}
+Version:        0.7.0
+Release:        1%{?dist}
 Summary:        Twisted web server, programmable in Python
 
 Group:          Development/Libraries
 License:        MIT
 URL:            http://twistedmatrix.com/trac/wiki/TwistedWeb
-Source0:        http://tmrc.mit.edu/mirror/twisted/Web/0.6/TwistedWeb-%{version}.tar.bz2
+Source0:        http://tmrc.mit.edu/mirror/twisted/Web/0.7/TwistedWeb-%{version}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  %{python}-twisted-core
@@ -50,11 +50,6 @@
 # python-twisted-core, which is arch-specific, so it needs to go in sitearch
 %{__python} setup.py install -O1 --root $RPM_BUILD_ROOT --install-purelib %{python_sitearch}
 
-# Man pages
-mkdir -p $RPM_BUILD_ROOT%{_mandir}/man1/
-cp -a doc/man/*.1 $RPM_BUILD_ROOT%{_mandir}/man1/
-rm -rf doc/man
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -65,14 +60,17 @@
 %files
 %defattr(-,root,root,-)
 %doc README LICENSE NEWS doc/*
-%{_mandir}/man1/*
-%{_bindir}/websetroot
 
 %{python_sitearch}/twisted/web/
 
 %{python_sitearch}/twisted/plugins/twisted_web.py*
 
 %changelog
+* Fri Jan  2 2009 Matthias Saou <http://freshrpms.net/> 0.7.0-1
+- Update to 0.7.0, bugfix release dated Jan 2007.
+- Remove man pages and websetroot program which are no longer included (from
+  NEWS : "websetroot was removed, because it wasn't working anyway (#945)").
+
 * Fri Dec 22 2006 Jef Spaleta <jspaleta at gmail.com>
 - 0.6.0-4
 - Docs and Url fixes as suggested in the review


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/python-twisted-web/EL-5/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	27 Dec 2006 13:42:41 -0000	1.2
+++ sources	2 Jan 2009 14:06:05 -0000	1.3
@@ -1 +1 @@
-a681931d2eb747ca871ef71d8d1f5ff1  TwistedWeb-0.6.0.tar.bz2
+de55ee18f843bcc6372d34eb88a27c21  TwistedWeb-0.7.0.tar.bz2




More information about the fedora-extras-commits mailing list