Hello community,

here is the log from the commit of package python-tornado for openSUSE:Factory 
checked in at 2013-08-15 20:03:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-tornado (Old)
 and      /work/SRC/openSUSE:Factory/.python-tornado.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-tornado"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-tornado/python-tornado.changes    
2013-04-19 10:03:44.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-tornado.new/python-tornado.changes       
2013-08-15 20:03:53.000000000 +0200
@@ -1,0 +2,8 @@
+Thu Aug 15 11:03:17 UTC 2013 - speili...@suse.com
+
+- Update to version 3.1:
+  + See http://www.tornadoweb.org/en/stable/releases/v3.1.0.html
+- Fix rpmlint issues properly
+- Use upstream URL
+
+-------------------------------------------------------------------

Old:
----
  tornado-3.0.1.tar.bz2

New:
----
  tornado-3.1.tar.gz

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

Other differences:
------------------
++++++ python-tornado.spec ++++++
--- /var/tmp/diff_new_pack.cq1WJX/_old  2013-08-15 20:03:54.000000000 +0200
+++ /var/tmp/diff_new_pack.cq1WJX/_new  2013-08-15 20:03:54.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-tornado
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -11,26 +11,23 @@
 # case the license is the MIT License). An "Open Source License" is a
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
-
+#
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
 Name:           python-tornado
-Version:        3.0.1
+Version:        3.1
 Release:        0
 Url:            http://www.tornadoweb.org
 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:         
https://pypi.python.org/packages/source/t/tornado/tornado-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
 Requires:       python-pycurl
 Requires:       python-simplejson
-%if 0%{?suse_version}
 BuildRequires:  fdupes
-%endif
 %if 0%{?suse_version} <= 1110
 %{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
 %else
@@ -55,18 +52,14 @@
 
 %prep
 %setup -q -n tornado-%{version}
+# Fix non-executable script rpmlint issue:
+find demos tornado -name "*.py" -exec sed -i "/#\!\/usr\/bin\/.*/d" {} \;
 
 %build
 python setup.py build
 
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
-%if 0%{?suse_version}
-%fdupes demos
-%endif
-# fix executability rmplint warning
-chmod +x %{buildroot}%{python_sitelib}/tornado/*.py
-chmod +x %{buildroot}%{python_sitelib}/tornado/*/*.py
 
 %files
 %defattr(-,root,root,-)

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

Reply via email to