Hello community,

here is the log from the commit of package python-tornado for openSUSE:Factory 
checked in at 2012-03-13 09:39:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-tornado (Old)
 and      /work/SRC/openSUSE:Factory/.python-tornado.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-tornado", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-tornado/python-tornado.changes    
2012-02-14 19:06:40.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python-tornado.new/python-tornado.changes       
2012-03-13 09:39:15.000000000 +0100
@@ -1,0 +2,6 @@
+Mon Mar 12 21:38:08 UTC 2012 - sasc...@gmx.de
+
+- Simplified macro usage
+- Use upstream tarball
+
+-------------------------------------------------------------------

Old:
----
  tornado-2.2.tar.bz2

New:
----
  tornado-2.2.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-tornado.spec ++++++
--- /var/tmp/diff_new_pack.oJjkPZ/_old  2012-03-13 09:39:17.000000000 +0100
+++ /var/tmp/diff_new_pack.oJjkPZ/_new  2012-03-13 09:39:17.000000000 +0100
@@ -15,9 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
-%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
-
 Name:           python-tornado
 Version:        2.2
 Release:        0
@@ -25,28 +22,31 @@
 Summary:        Open source version of scalable, non-blocking web server that 
power FriendFeed
 License:        Apache-2.0
 Group:          Development/Languages/Python
-Source:         tornado-%{version}.tar.bz2
+Source:         
http://github.com/downloads/facebook/tornado/tornado-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
 Requires:       python-curl
 Requires:       python-simplejson
-%if 0%{?suse_version}
-%py_requires
-%if 0%{?suse_version} > 1110
+%if 0%{?suse_version} && 0%{?suse_version} <= 1110
+%{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
+%else
 BuildArch:      noarch
 %endif
-%endif
 
 %description
-Tornado is an open source version of the scalable, non-blocking web server and 
tools that power FriendFeed.
-The FriendFeed application is written using a web framework that looks a bit 
like web.py or Google's webapp,
-but with additional tools and optimizations to take advantage of the 
underlying non-blocking infrastructure.
+Tornado is an open source version of the scalable, non-blocking web server and
+tools that power FriendFeed. The FriendFeed application is written using a web
+framework that looks a bit like web.py or Google's webapp, but with additional
+tools and optimizations to take advantage of the underlying non-blocking
+infrastructure.
 
-The framework is distinct from most mainstream web server frameworks (and 
certainly most Python frameworks)
-because it is non-blocking and reasonably fast. Because it is non-blocking and 
uses epoll, it can handle
-thousands of simultaneous standing connections, which means it is ideal for 
real-time web services. We built
-the web server specifically to handle FriendFeed's real-time features — every 
active user of FriendFeed
-maintains an open connection to the FriendFeed servers. (For more information 
on scaling servers to support
+The framework is distinct from most mainstream web server frameworks (and
+certainly most Python frameworks) because it is non-blocking and reasonably
+fast. Because it is non-blocking and uses epoll, it can handle thousands of
+simultaneous standing connections, which means it is ideal for real-time web
+services. We built the web server specifically to handle FriendFeed's real-time
+features — every active user of FriendFeed maintains an open connection to the
+FriendFeed servers. (For more information on scaling servers to support
 thousands of clients, see The C10K problem.)
 
 %prep

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to