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

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


commit a5d9743976ad3ed035e65b8252ba3af69f0f606a
Author: Julian Sikorski <belegdol at gmail.com>
Date:   Tue Sep 21 22:26:11 2010 +0200

    - Updated to 10.1.0
    - Switched to macros for versioned dependencies

 .gitignore               |    1 +
 python-twisted-mail.spec |   14 +++++++++-----
 sources                  |    2 +-
 3 files changed, 11 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2dfcb85..8072751 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 TwistedMail-8.2.0.tar.bz2
+/TwistedMail-10.1.0.tar.bz2
diff --git a/python-twisted-mail.spec b/python-twisted-mail.spec
index 57c1c83..44ea7a2 100644
--- a/python-twisted-mail.spec
+++ b/python-twisted-mail.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-mail
-Version:        8.2.0
-Release:        4%{?dist}
+Version:        10.1.0
+Release:        1%{?dist}
 Summary:        SMTP, IMAP and POP protocol implementation together with clients and servers
 Group:          Development/Libraries
 License:        MIT
 URL:            http://www.twistedmatrix.com/trac/wiki/TwistedMail
-Source0:        http://tmrc.mit.edu/mirror/twisted/Mail/8.1/TwistedMail-%{version}.tar.bz2
+Source0:        http://tmrc.mit.edu/mirror/twisted/Mail/10.1/TwistedMail-%{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:       %{python}-twisted-names
 
 # a noarch-turned-arch package should not have debuginfo
@@ -76,6 +76,10 @@ fi
 %{python_sitearch}/twisted/plugins/twisted_mail.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 de37355..2901065 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5a7b469d79087ce8973d1f43c1203cd3  TwistedMail-8.2.0.tar.bz2
+8c824a7bf4114684ff7abc27570c3949  TwistedMail-10.1.0.tar.bz2


More information about the scm-commits mailing list