[python-twisted-web] - Updated to 10.1.0 - Switched to macros for versioned dependencies

belegdol belegdol at fedoraproject.org
Tue Sep 21 20:38:48 UTC 2010


commit 56d4e22ee93e16f3de62e0f34574d2bab081fc48
Author: Julian Sikorski <belegdol at gmail.com>
Date:   Tue Sep 21 22:38:44 2010 +0200

    - Updated to 10.1.0
    - Switched to macros for versioned dependencies

 .gitignore              |    1 +
 python-twisted-web.spec |   14 +++++++++-----
 sources                 |    2 +-
 3 files changed, 11 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7730954..424b7f4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 TwistedWeb-8.2.0.tar.bz2
+/TwistedWeb-10.1.0.tar.bz2
diff --git a/python-twisted-web.spec b/python-twisted-web.spec
index 1c600aa..d159d5a 100644
--- a/python-twisted-web.spec
+++ b/python-twisted-web.spec
@@ -2,17 +2,17 @@
 %{!?python_sitearch: %define python_sitearch %(%{python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 Name:           %{python}-twisted-web
-Version:        8.2.0
-Release:        4%{?dist}
+Version:        10.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/8.1/TwistedWeb-%{version}.tar.bz2
+Source0:        http://tmrc.mit.edu/mirror/twisted/Web/10.1/TwistedWeb-%{version}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires:  %{python}-twisted-core >= 8.2.0
+BuildRequires:  %{python}-twisted-core >= %{version}
 BuildRequires:  %{python}-devel
-Requires:       %{python}-twisted-core >= 8.2.0
+Requires:       %{python}-twisted-core >= %{version}
 Requires:       SOAPpy
 
 # a noarch-turned-arch package should not have debuginfo
@@ -68,6 +68,10 @@ fi
 %{python_sitearch}/twisted/web/
 
 %changelog
+* Tue Sep 21 2010 Julian Sikorski <belegdol at fedoraproject.org> - 10.1.0-1
+- Updated to 10.1.0
+- Switched to macros for versioned dependencies
+
 * Thu Jul 22 2010 David Malcolm <dmalcolm at redhat.com> - 8.2.0-4
 - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
 
diff --git a/sources b/sources
index b652f43..f8c290f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e2e301cdfedbe82025361269051e7f65  TwistedWeb-8.2.0.tar.bz2
+f70a314b39d7e841107f88c0dd1bff7d  TwistedWeb-10.1.0.tar.bz2


More information about the scm-commits mailing list