From bfb4d3f2043425ec6eebbdcb4c46a812dafae0dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ionu=C8=9B=20C=2E=20Ar=C8=9B=C4=83ri=C8=99i?= Date: Sat, 14 Aug 2010 23:51:02 +0300 Subject: [PATCH] - updated to 1.0.1 --- .gitignore | 1 + python-tornado.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 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 6bde3d8..0bb7277 100644 --- a/python-tornado.spec +++ b/python-tornado.spec @@ -2,14 +2,14 @@ %global pkgname tornado Name: python-%{pkgname} -Version: 0.2 -Release: 3%{?dist} +Version: 1.0.1 +Release: 1%{?dist} Summary: Scalable, non-blocking web server and tools Group: Development/Libraries License: ASL 2.0 URL: http://www.tornadoweb.org -Source0: http://www.tornadoweb.org/static/%{pkgname}-%{version}.tar.gz +Source0: http://github.com/downloads/facebook/%{pkgname}/%{pkgname}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -81,6 +81,9 @@ rm -rf %{buildroot} %doc demos %changelog +* Sat Aug 14 2010 Ionuț C. Arțăriși - 1.0.1-1 +- new upstream release 1.0.1 + * Wed Oct 21 2009 Ionuț Arțăriși - 0.2-3 - changed -doc package group to Documentation - use global instead of define 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