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

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


commit 7daf51791a8404dd73edf0c1eff228ab9b663dea
Author: Julian Sikorski <belegdol at gmail.com>
Date:   Tue Sep 21 22:18:30 2010 +0200

    - Updated to 10.1.0
    - Switched to macros for versioned dependencies

 .gitignore                |    1 +
 python-twisted-conch.spec |   18 +++++++++++-------
 sources                   |    2 +-
 3 files changed, 13 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4f38edd..d3744d3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 TwistedConch-8.2.0.tar.bz2
+/TwistedConch-10.1.0.tar.bz2
diff --git a/python-twisted-conch.spec b/python-twisted-conch.spec
index 86bdfcf..1a75f1a 100644
--- a/python-twisted-conch.spec
+++ b/python-twisted-conch.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-conch
-Version:        8.2.0
-Release:        4%{?dist}
+Version:        10.1.0
+Release:        1%{?dist}
 Summary:        SSH and SFTP protocol implementation together with clients and servers
 Group:          Development/Libraries
 License:        MIT
 URL:            http://twistedmatrix.com/trac/wiki/TwistedConch
-Source0:        http://tmrc.mit.edu/mirror/twisted/Conch/8.1/TwistedConch-%{version}.tar.bz2
+Source0:        http://tmrc.mit.edu/mirror/twisted/Conch/10.1/TwistedConch-%{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}-crypto
 # for tkconch
 Requires:       tkinter
@@ -55,8 +55,8 @@ cp -a doc/man/*.1 %{buildroot}%{_mandir}/man1/
 rm -rf doc/man
 
 # See if there's any egg-info
-if [ -f %{buildroot}%{python_sitearch}/Conch*.egg-info ]; then
-    echo %{buildroot}%{python_sitearch}/Conch*.egg-info |
+if [ -f %{buildroot}%{python_sitearch}/Twisted*.egg-info ]; then
+    echo %{buildroot}%{python_sitearch}/Twisted*.egg-info |
         sed -e "s|^%{buildroot}||"
 fi > egg-info
 
@@ -88,6 +88,10 @@ fi
 %{python_sitearch}/twisted/plugins/twisted_conch.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 000a6a2..82f9a06 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1e17cef8a0108acc09fc2f9fa26be3f1  TwistedConch-8.2.0.tar.bz2
+e43c944925814b47f2bc78f4ac54f47e  TwistedConch-10.1.0.tar.bz2


More information about the scm-commits mailing list