From dd5c86bb63a7468facc865f25bc486034452b141 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ionu=C8=9B=20C=2E=20Ar=C8=9B=C4=83ri=C8=99i?= Date: Tue, 17 Aug 2010 13:25:56 +0300 Subject: [PATCH] - new version 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 a6e1b3c..f0b4759 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ tornado-0.2.tar.gz tornado-1.0.tar.gz +tornado-1.0.1.tar.gz diff --git a/python-tornado.spec b/python-tornado.spec index 5b4e5a2..1610ece 100644 --- a/python-tornado.spec +++ b/python-tornado.spec @@ -2,14 +2,14 @@ %global pkgname tornado Name: python-%{pkgname} -Version: 1.0 -Release: 2%{?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://github.com/downloads/facebook/${pkgname}/%{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 @@ -74,6 +74,9 @@ rm -rf %{buildroot} %doc demos %changelog +* Tue Aug 17 2010 Ionuț Arțăriși - 1.0.1-1 +- new upstream bugfix release: 1.0.1 + * Wed Aug 4 2010 Ionuț C. Arțăriși - 1.0-2 - changed upstream source url diff --git a/sources b/sources index a3139df..6f5e313 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4dcf0dc05c0d796b39f27d2df5367d00 tornado-1.0.tar.gz +fe0295f52668961a4ba664e2b8c358a7 tornado-1.0.1.tar.gz