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

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


commit 2840a0394e459dce84f4513eaf17e88db3a999b7
Author: Julian Sikorski <belegdol at gmail.com>
Date:   Tue Sep 21 22:46:00 2010 +0200

    - Updated to 10.1.0
    - Switched to macros for versioned dependencies

 python-twisted.spec |   24 ++++++++++++++----------
 1 files changed, 14 insertions(+), 10 deletions(-)
---
diff --git a/python-twisted.spec b/python-twisted.spec
index 35ec6ba..927197b 100644
--- a/python-twisted.spec
+++ b/python-twisted.spec
@@ -1,8 +1,8 @@
 %{!?python:%define python python}
 
 Name:           %{python}-twisted
-Version:        8.2.0
-Release:        3%{?dist}
+Version:        10.1.0
+Release:        1%{?dist}
 Summary:        Event-based framework for internet applications
 Group:          Development/Libraries
 License:        MIT
@@ -11,14 +11,14 @@ Source:         README.fedora
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 Requires:       %{python}-twisted-core   >= %{version}
-Requires:       %{python}-twisted-conch  >= 8.2.0
-Requires:       %{python}-twisted-lore   >= 8.2.0
-Requires:       %{python}-twisted-mail   >= 8.2.0
-Requires:       %{python}-twisted-names  >= 8.2.0
-Requires:       %{python}-twisted-news   >= 8.2.0
-Requires:       %{python}-twisted-runner >= 8.0.0
-Requires:       %{python}-twisted-web    >= 8.2.0
-Requires:       %{python}-twisted-words  >= 8.2.0
+Requires:       %{python}-twisted-conch  >= %{version}
+Requires:       %{python}-twisted-lore   >= %{version}
+Requires:       %{python}-twisted-mail   >= %{version}
+Requires:       %{python}-twisted-names  >= %{version}
+Requires:       %{python}-twisted-news   >= %{version}
+Requires:       %{python}-twisted-runner >= %{version}
+Requires:       %{python}-twisted-web    >= %{version}
+Requires:       %{python}-twisted-words  >= %{version}
 Obsoletes:      Twisted < 2.4.0-1
 Provides:       Twisted = %{version}-%{release}
 Obsoletes:      twisted < 2.4.0-1
@@ -43,6 +43,10 @@ install -p -m 0644 %{SOURCE0} README
 %doc README
 
 %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
+
 * Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 8.2.0-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 


More information about the scm-commits mailing list