diff --git a/.gitignore b/.gitignore index 1d33e16..cbb5929 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ tornado-1.0.tar.gz tornado-1.0.1.tar.gz /tornado-1.1.tar.gz /tornado-1.2.1.tar.gz +/tornado-2.1.1.tar.gz diff --git a/python-tornado.spec b/python-tornado.spec index 133e1cb..2699593 100644 --- a/python-tornado.spec +++ b/python-tornado.spec @@ -2,7 +2,7 @@ %global pkgname tornado Name: python-%{pkgname} -Version: 1.2.1 +Version: 2.1.1 Release: 1%{?dist} Summary: Scalable, non-blocking web server and tools @@ -18,14 +18,14 @@ Requires: python-pycurl Requires: python-simplejson %description -Tornado is an open source version of the scalable, non-blocking web server and -and tools. +Tornado is an open source version of the scalable, non-blocking web +server and tools. -The framework is distinct from most mainstream web server frameworks (and -certainly most Python frameworks) because it is non-blocking and reasonably -fast. Because it is non-blocking and uses epoll, it can handle thousands of -simultaneous standing connections, which means it is ideal for real-time web -services. +The framework is distinct from most mainstream web server frameworks +(and certainly most Python frameworks) because it is non-blocking and +reasonably fast. Because it is non-blocking and uses epoll, it can +handle thousands of simultaneous standing connections, which means it is +ideal for real-time web services. %package doc Summary: Examples for python-tornado @@ -74,6 +74,10 @@ rm -rf %{buildroot} %doc demos %changelog +* Tue Oct 25 2011 Ionuț C. Arțăriși - 2.1.1-1 +- new upstream version 2.1.1 +- remove double word in description and rearrange it (#715272) + * Tue Mar 29 2011 Ionuț C. Arțăriși - 1.2.1-1 - new upstream version 1.2.1 diff --git a/sources b/sources index 2208a5d..900ef30 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e2bfb4e0d97e79101dfb0832d76f9e2b tornado-1.2.1.tar.gz +3cfa12efec87a26e013128388e1e6aa7 tornado-2.1.1.tar.gz