diff --git a/.gitignore b/.gitignore index 2a25fd3..1d33e16 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ tornado-0.2.tar.gz tornado-1.0.tar.gz tornado-1.0.1.tar.gz /tornado-1.1.tar.gz +/tornado-1.2.1.tar.gz diff --git a/python-tornado.spec b/python-tornado.spec index 70a5a0d..133e1cb 100644 --- a/python-tornado.spec +++ b/python-tornado.spec @@ -2,8 +2,8 @@ %global pkgname tornado Name: python-%{pkgname} -Version: 1.1 -Release: 2%{?dist} +Version: 1.2.1 +Release: 1%{?dist} Summary: Scalable, non-blocking web server and tools Group: Development/Libraries @@ -74,6 +74,9 @@ rm -rf %{buildroot} %doc demos %changelog +* Tue Mar 29 2011 Ionuț C. Arțăriși - 1.2.1-1 +- new upstream version 1.2.1 + * Wed Feb 09 2011 Fedora Release Engineering - 1.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild diff --git a/sources b/sources index 4508c0c..2208a5d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -dd6914d09b258545bd138763c16c6c1f tornado-1.1.tar.gz +e2bfb4e0d97e79101dfb0832d76f9e2b tornado-1.2.1.tar.gz