[python-twisted-web] Updated to 11.1.0

belegdol belegdol at fedoraproject.org
Fri Nov 18 14:37:09 UTC 2011


commit 45f83fe90f493a6ecee5503585726954e813e140
Author: Julian Sikorski <belegdol at fedoraproject.org>
Date:   Fri Nov 18 15:37:02 2011 +0100

    Updated to 11.1.0

 .gitignore              |    1 +
 python-twisted-web.spec |   13 +++++--------
 sources                 |    2 +-
 3 files changed, 7 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 235f085..905b722 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ TwistedWeb-8.2.0.tar.bz2
 /TwistedWeb-10.1.0.tar.bz2
 /TwistedWeb-10.2.0.tar.bz2
 /TwistedWeb-11.0.0.tar.bz2
+/TwistedWeb-11.1.0.tar.bz2
diff --git a/python-twisted-web.spec b/python-twisted-web.spec
index 62faa76..704973f 100644
--- a/python-twisted-web.spec
+++ b/python-twisted-web.spec
@@ -2,14 +2,12 @@
 %{!?python_sitearch: %define python_sitearch %(%{python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 Name:           %{python}-twisted-web
-Version:        11.0.0
+Version:        11.1.0
 Release:        1%{?dist}
 Summary:        Twisted web client and server, programmable in Python
-Group:          Development/Libraries
 License:        MIT
 URL:            http://twistedmatrix.com/trac/wiki/TwistedWeb
-Source0:        http://tmrc.mit.edu/mirror/twisted/Web/10.1/TwistedWeb-%{version}.tar.bz2
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+Source0:        http://twistedmatrix.com/Releases/Web/11.1/TwistedWeb-%{version}.tar.bz2
 BuildRequires:  %{python}-twisted-core >= %{version}
 BuildRequires:  %{python}-devel
 Requires:       %{python}-twisted-core >= %{version}
@@ -48,9 +46,6 @@ if [ -f $RPM_BUILD_ROOT%{python_sitearch}/Twisted*.egg-info ]; then
         sed -e "s|^$RPM_BUILD_ROOT||"
 fi > egg-info
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %post
 if [ -x %{_libexecdir}/twisted-dropin-cache ]; then
     %{_libexecdir}/twisted-dropin-cache || :
@@ -62,12 +57,14 @@ if [ -x %{_libexecdir}/twisted-dropin-cache ]; then
 fi
 
 %files -f egg-info
-%defattr(-,root,root,-)
 %doc LICENSE NEWS README doc/*
 %{python_sitearch}/twisted/plugins/twisted_web.py*
 %{python_sitearch}/twisted/web/
 
 %changelog
+* Fri Nov 18 2011 Julian Sikorski <belegdol at fedoraproject.org> - 11.1.0-1
+- Updated to 11.1.0
+
 * Sat Apr 30 2011 Julian Sikorski <belegdol at fedoraproject.org> - 11.0.0-1
 - Updated to 11.0.0
 
diff --git a/sources b/sources
index be6e600..f8707ea 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1c4b650df5903125f45dbcd9463cfdb9  TwistedWeb-11.0.0.tar.bz2
+60f579e9d6ef01e0fa8ef146b5ca1b2e  TwistedWeb-11.1.0.tar.bz2


More information about the scm-commits mailing list