From b48066344993229c784fb58efd39d5b2d3759962 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ionu=C8=9B=20C=2E=20Ar=C8=9B=C4=83ri=C8=99i?= Date: Wed, 4 Aug 2010 10:00:23 +0300 Subject: [PATCH] - new upstream release: 1.0 --- .gitignore | 1 + python-tornado.spec | 15 ++++++--------- sources | 2 +- 3 files changed, 8 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index a7385b2..a6e1b3c 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ tornado-0.2.tar.gz +tornado-1.0.tar.gz diff --git a/python-tornado.spec b/python-tornado.spec index 4385d71..7aeecf4 100644 --- a/python-tornado.spec +++ b/python-tornado.spec @@ -2,8 +2,8 @@ %global pkgname tornado Name: python-%{pkgname} -Version: 0.2 -Release: 4%{?dist} +Version: 1.0 +Release: 1%{?dist} Summary: Scalable, non-blocking web server and tools Group: Development/Libraries @@ -46,13 +46,6 @@ for File in `find %{pkgname} -name "*py"`; do %{__rm} ${File}.orig done -# spurious permission fix -%{__chmod} -x demos/*/*py -%{__chmod} -x demos/*/*/*py -%{__chmod} -x demos/*/*/*/*py - -# remove empty file -rm -rf demos/facebook/static/facebook.js %build python setup.py build @@ -81,6 +74,10 @@ rm -rf %{buildroot} %doc demos %changelog +* Wed Aug 4 2010 Ionuț C. Arțăriși - 1.0-1 +- new upstream release 1.0 +- there's no longer a problem with spurious permissions, so remove that fix + * Thu Jul 22 2010 David Malcolm - 0.2-4 - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild diff --git a/sources b/sources index 8e680f8..a3139df 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4704cbf8baab2562c1e648c76de87b60 tornado-0.2.tar.gz +4dcf0dc05c0d796b39f27d2df5367d00 tornado-1.0.tar.gz