- new version 1.0.1
This commit is contained in:
parent
8b49b477a9
commit
dd5c86bb63
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
|||||||
tornado-0.2.tar.gz
|
tornado-0.2.tar.gz
|
||||||
tornado-1.0.tar.gz
|
tornado-1.0.tar.gz
|
||||||
|
tornado-1.0.1.tar.gz
|
||||||
|
@ -2,14 +2,14 @@
|
|||||||
%global pkgname tornado
|
%global pkgname tornado
|
||||||
|
|
||||||
Name: python-%{pkgname}
|
Name: python-%{pkgname}
|
||||||
Version: 1.0
|
Version: 1.0.1
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Scalable, non-blocking web server and tools
|
Summary: Scalable, non-blocking web server and tools
|
||||||
|
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: http://www.tornadoweb.org
|
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)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
@ -74,6 +74,9 @@ rm -rf %{buildroot}
|
|||||||
%doc demos
|
%doc demos
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Aug 17 2010 Ionuț Arțăriși <mapleoin@fedoraproject.org> - 1.0.1-1
|
||||||
|
- new upstream bugfix release: 1.0.1
|
||||||
|
|
||||||
* Wed Aug 4 2010 Ionuț C. Arțăriși <mapleoin@fedoraproject.org> - 1.0-2
|
* Wed Aug 4 2010 Ionuț C. Arțăriși <mapleoin@fedoraproject.org> - 1.0-2
|
||||||
- changed upstream source url
|
- changed upstream source url
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user