[python-twisted-runner] - Updated to 10.1.0 - Switched to macros for versioned dependencies - Added the runner plugin

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


commit 3362f2b0b69df791d3efc9a67241e3c1bb8b3de0
Author: Julian Sikorski <belegdol at gmail.com>
Date:   Tue Sep 21 22:36:16 2010 +0200

    - Updated to 10.1.0
    - Switched to macros for versioned dependencies
    - Added the runner plugin

 .gitignore                 |    1 +
 python-twisted-runner.spec |   16 +++++++++++-----
 sources                    |    2 +-
 3 files changed, 13 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 36fb960..6d1843e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 TwistedRunner-8.2.0.tar.bz2
+/TwistedRunner-10.1.0.tar.bz2
diff --git a/python-twisted-runner.spec b/python-twisted-runner.spec
index 5819c07..47e03d0 100644
--- a/python-twisted-runner.spec
+++ b/python-twisted-runner.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-runner
-Version:        8.2.0
-Release:        4%{?dist}
+Version:        10.1.0
+Release:        1%{?dist}
 Summary:        Twisted Runner process management library and inetd replacement
 Group:          Development/Libraries
 License:        MIT
 URL:            http://www.twistedmatrix.com/trac/wiki/TwistedRunner
-Source0:        http://tmrc.mit.edu/mirror/twisted/Runner/8.0/TwistedRunner-%{version}.tar.bz2
+Source0:        http://tmrc.mit.edu/mirror/twisted/Runner/10.1/TwistedRunner-%{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}
 
 %description
 Twisted is an event-based framework for internet applications.
@@ -48,9 +48,15 @@ rm -rf $RPM_BUILD_ROOT
 %files -f egg-info
 %defattr(-,root,root,-)
 %doc LICENSE NEWS README
+%{python_sitearch}/twisted/plugins/twisted_runner.py*
 %{python_sitearch}/twisted/runner/
 
 %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
+- Added the runner plugin
+
 * 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 9322f15..7ca6373 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-88aab66663bcc1b984d3edeb789d4f1c  TwistedRunner-8.2.0.tar.bz2
+07a9974ca14c9d7c53ba28dd24311632  TwistedRunner-10.1.0.tar.bz2


More information about the scm-commits mailing list