rpms/python-twisted-conch/devel .cvsignore, 1.4, 1.5 python-twisted-conch.spec, 1.8, 1.9 sources, 1.4, 1.5

Matthias Saou thias at fedoraproject.org
Tue Dec 30 18:17:15 UTC 2008


Author: thias

Update of /cvs/extras/rpms/python-twisted-conch/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32255/python-twisted-conch/devel

Modified Files:
	.cvsignore python-twisted-conch.spec sources 
Log Message:
Update to 8.2.0.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/python-twisted-conch/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	23 Dec 2008 21:22:27 -0000	1.4
+++ .cvsignore	30 Dec 2008 18:16:45 -0000	1.5
@@ -1 +1 @@
-TwistedConch-8.1.0.tar.bz2
+TwistedConch-8.2.0.tar.bz2


Index: python-twisted-conch.spec
===================================================================
RCS file: /cvs/extras/rpms/python-twisted-conch/devel/python-twisted-conch.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- python-twisted-conch.spec	23 Dec 2008 21:22:27 -0000	1.8
+++ python-twisted-conch.spec	30 Dec 2008 18:16:45 -0000	1.9
@@ -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.1.0
-Release:        2%{?dist}
+Version:        8.2.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
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires:  %{python}-twisted-core >= 8.1.0
+BuildRequires:  %{python}-twisted-core >= 8.2.0
 BuildRequires:  %{python}-devel
-Requires:       %{python}-twisted-core >= 8.1.0
+Requires:       %{python}-twisted-core >= 8.2.0
 Requires:       %{python}-crypto
 # for tkconch
 Requires:       tkinter
@@ -36,13 +36,13 @@
 %setup -q -n TwistedConch-%{version}
 
 # Fix doc file dependencies
-%{__chmod} -x doc/{benchmarks/buffering_mixin.py,examples/sshsimpleserver.py}
+chmod -x doc/{benchmarks/buffering_mixin.py,examples/sshsimpleserver.py}
 
 %build
 %{python} setup.py build
 
 %install
-%{__rm} -rf %{buildroot}
+rm -rf %{buildroot}
 
 # This is a pure python package, but extending the twisted namespace from
 # python-twisted-core, which is arch-specific, so it needs to go in sitearch
@@ -50,18 +50,18 @@
     --install-purelib %{python_sitearch} --root %{buildroot}
 
 # Man pages
-%{__mkdir_p} %{buildroot}%{_mandir}/man1/
-%{__cp} -a doc/man/*.1 %{buildroot}%{_mandir}/man1/
-%{__rm} -rf doc/man
+mkdir -p %{buildroot}%{_mandir}/man1/
+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 |
-        %{__sed} -e 's|^%{buildroot}||'
+        sed -e "s|^%{buildroot}||"
 fi > egg-info
 
 %clean
-%{__rm} -rf %{buildroot}
+rm -rf %{buildroot}
 
 %post
 if [ -x %{_libexecdir}/twisted-dropin-cache ]; then
@@ -88,6 +88,10 @@
 %{python_sitearch}/twisted/plugins/twisted_conch.py*
 
 %changelog
+* Mon Dec 29 2008 Matthias Saou <http://freshrpms.net/> 8.2.0-1
+- Update to 8.2.0.
+- Change back spec cosmetic details from Paul's to Thomas' preference.
+
 * Tue Dec 23 2008 Matthias Saou <http://freshrpms.net/> 8.1.0-2
 - Update to 8.1.0.
 - Merge back changes from Paul Howarth.


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/python-twisted-conch/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	23 Dec 2008 21:22:27 -0000	1.4
+++ sources	30 Dec 2008 18:16:45 -0000	1.5
@@ -1 +1 @@
-e746618618ba93f707f7725899e141a9  TwistedConch-8.1.0.tar.bz2
+1e17cef8a0108acc09fc2f9fa26be3f1  TwistedConch-8.2.0.tar.bz2




More information about the fedora-extras-commits mailing list