Hello community,

here is the log from the commit of package python3-tornado for openSUSE:Factory 
checked in at 2014-06-01 19:40:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python3-tornado (Old)
 and      /work/SRC/openSUSE:Factory/.python3-tornado.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python3-tornado"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python3-tornado/python3-tornado.changes  
2013-12-23 22:19:30.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python3-tornado.new/python3-tornado.changes     
2014-06-01 19:40:43.000000000 +0200
@@ -1,0 +2,7 @@
+Sun May 11 14:00:00 UTC 2014 - [email protected]
+
+- new upstream version 3.2.1
+  - several new modules and bugfixes check website for details
+    http://www.tornadoweb.org/en/stable/releases.html
+
+-------------------------------------------------------------------

Old:
----
  tornado-3.1.1.tar.gz

New:
----
  tornado-3.2.1.tar.gz

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

Other differences:
------------------
++++++ python3-tornado.spec ++++++
--- /var/tmp/diff_new_pack.dHyHtd/_old  2014-06-01 19:40:44.000000000 +0200
+++ /var/tmp/diff_new_pack.dHyHtd/_new  2014-06-01 19:40:44.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           python3-tornado
-Version:        3.1.1
+Version:        3.2.1
 Release:        0
 Url:            http://www.tornadoweb.org
 Summary:        Open source version of scalable, non-blocking web server that 
power FriendFeed
@@ -32,7 +32,6 @@
 %if 0%{?suse_version}
 BuildRequires:  fdupes
 %endif
-BuildArch:      noarch
 
 %description
 Tornado is an open source version of the scalable, non-blocking web server and
@@ -52,21 +51,22 @@
 
 %prep
 %setup -q -n tornado-%{version}
+# Fix non-executable script rpmlint issue:
+find demos tornado -name "*.py" -exec sed -i "/#\!\/usr\/bin\/.*/d" {} \;
 
 %build
 python3 setup.py build
 
 %install
 python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}
+%if 0%{?suse_version}
 %fdupes demos
-# fix executability rpmlint warning
-chmod +x %{buildroot}%{python3_sitelib}/tornado/*.py
-chmod +x %{buildroot}%{python3_sitelib}/tornado/*/*.py
+%endif
 
 %files
 %defattr(-,root,root,-)
 %doc demos
-%{python3_sitelib}/tornado
-%{python3_sitelib}/tornado-%{version}-py%{py3_ver}.egg-info
+%{python3_sitearch}/tornado
+%{python3_sitearch}/tornado-%{version}-py%{py3_ver}.egg-info
 
 %changelog

++++++ tornado-3.1.1.tar.gz -> tornado-3.2.1.tar.gz ++++++
++++ 11827 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to