[python-tornado/f12/master] - new release 1.0.1

Ionuț Arțăriși mapleoin at fedoraproject.org
Tue Aug 17 10:45:57 UTC 2010


commit 405956e1033a03302fa96fc87167d20d408ebcc5
Author: Ionuț C. Arțăriși <mapleoin at lavabit.com>
Date:   Tue Aug 17 13:45:39 2010 +0300

     - new release 1.0.1

 .gitignore          |    1 +
 python-tornado.spec |   26 ++++++++++++++++----------
 sources             |    2 +-
 3 files changed, 18 insertions(+), 11 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a7385b2..fdd4d32 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 tornado-0.2.tar.gz
+tornado-1.0.1.tar.gz
diff --git a/python-tornado.spec b/python-tornado.spec
index 6bde3d8..1610ece 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
 
@@ -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,19 @@ rm -rf %{buildroot}
 %doc demos
 
 %changelog
+* Tue Aug 17 2010 Ionuț Arțăriși <mapleoin at fedoraproject.org> - 1.0.1-1
+- new upstream bugfix release: 1.0.1
+
+* Wed Aug  4 2010 Ionuț C. Arțăriși <mapleoin at fedoraproject.org> - 1.0-2
+- changed upstream source url
+
+* Wed Aug  4 2010 Ionuț C. Arțăriși <mapleoin at fedoraproject.org> - 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 <dmalcolm at redhat.com> - 0.2-4
+- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
+
 * Wed Oct 21 2009 Ionuț Arțăriși <mapleoin at fedoraproject.org> - 0.2-3
 - changed -doc package group to Documentation
 - use global instead of define
diff --git a/sources b/sources
index 8e680f8..6f5e313 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4704cbf8baab2562c1e648c76de87b60  tornado-0.2.tar.gz
+fe0295f52668961a4ba664e2b8c358a7  tornado-1.0.1.tar.gz


More information about the scm-commits mailing list