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

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


commit 5e24842b179f4fcaddaa86a20f2610f02e23dcdd
Author: Julian Sikorski <belegdol at gmail.com>
Date:   Tue Sep 21 22:30:24 2010 +0200

    - Updated to 10.1.0
    - Switched to macros for versioned dependencies

 .gitignore                |    1 +
 python-twisted-names.spec |   14 +++++++++-----
 sources                   |    2 +-
 3 files changed, 11 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a08627e..1809afe 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 TwistedNames-8.2.0.tar.bz2
+/TwistedNames-10.1.0.tar.bz2
diff --git a/python-twisted-names.spec b/python-twisted-names.spec
index 61f80cb..9733654 100644
--- a/python-twisted-names.spec
+++ b/python-twisted-names.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-names
-Version:        8.2.0
-Release:        4%{?dist}
+Version:        10.1.0
+Release:        1%{?dist}
 Summary:        Twisted DNS implementation
 Group:          Development/Libraries
 License:        MIT
 URL:            http://www.twistedmatrix.com/trac/wiki/TwistedNames
-Source0:        http://tmrc.mit.edu/mirror/twisted/Names/8.1/TwistedNames-%{version}.tar.bz2
+Source0:        http://tmrc.mit.edu/mirror/twisted/Names/10.1/TwistedNames-%{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}
 
 # a noarch-turned-arch package should not have debuginfo
 %define debug_package %{nil}
@@ -73,6 +73,10 @@ fi
 %{python_sitearch}/twisted/plugins/twisted_names.py*
 
 %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 257aae3..5df8b7d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c056c996cbaeb27078bba214e6bf5872  TwistedNames-8.2.0.tar.bz2
+74f59e4339cff8ad93b72a830b4d5619  TwistedNames-10.1.0.tar.bz2


More information about the scm-commits mailing list