Hello community,

here is the log from the commit of package python-greenlet for openSUSE:Factory 
checked in at 2015-05-10 10:46:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-greenlet (Old)
 and      /work/SRC/openSUSE:Factory/.python-greenlet.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-greenlet"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-greenlet/python-greenlet.changes  
2014-12-03 22:49:01.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python-greenlet.new/python-greenlet.changes     
2015-05-10 10:46:29.000000000 +0200
@@ -1,0 +2,13 @@
+Wed May  6 12:29:51 UTC 2015 - benoit.mo...@gmx.fr
+
+- update to version 0.4.6:
+  * Expose `_stack_saved` property on greenlet objects, it may be
+    used to introspect the amount of memory used by a saved stack,
+    but the API is subject to change in the future
+  * Added a workaround for `return 0` compiler optimizations on all
+    architectures
+  * C API typo fixes
+- add -fno-strict-aliasing to CFLAGS to fix compiler warnings
+- remove hidden file .buildinfo from html documentation
+
+-------------------------------------------------------------------

Old:
----
  greenlet-0.4.5.zip

New:
----
  greenlet-0.4.6.zip

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

Other differences:
------------------
++++++ python-greenlet.spec ++++++
--- /var/tmp/diff_new_pack.1YyhK0/_old  2015-05-10 10:46:29.000000000 +0200
+++ /var/tmp/diff_new_pack.1YyhK0/_new  2015-05-10 10:46:29.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-greenlet
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2010 B1 Systems GmbH, Vohburg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,7 +18,7 @@
 
 
 Name:           python-greenlet
-Version:        0.4.5
+Version:        0.4.6
 Release:        0
 Url:            http://pypi.python.org/pypi/greenlet
 Summary:        Lightweight in-process concurrent programming
@@ -58,14 +58,14 @@
 %patch1 -p1
 
 %build
-CFLAGS="%{optflags} -fno-tree-dominator-opts" python setup.py build
-cd doc && make html
+CFLAGS="%{optflags} -fno-tree-dominator-opts -fno-strict-aliasing" python 
setup.py build
+cd doc && make html && rm _build/html/.buildinfo
 
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
 %check
-CFLAGS="%{optflags} -fno-tree-dominator-opts" python setup.py test
+CFLAGS="%{optflags} -fno-tree-dominator-opts -fno-strict-aliasing" python 
setup.py -q test
 
 %files
 %defattr(-,root,root)


Reply via email to