Hello community,

here is the log from the commit of package python-efl for openSUSE:Factory 
checked in at 2016-03-16 10:34:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-efl (Old)
 and      /work/SRC/openSUSE:Factory/.python-efl.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-efl"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-efl/python-efl.changes    2016-03-04 
19:30:31.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python-efl.new/python-efl.changes       
2016-03-16 10:34:23.000000000 +0100
@@ -1,0 +2,5 @@
+Wed Mar  9 07:15:59 UTC 2016 - [email protected]
+
+- Add python-efl-reproducible.patch to fix build-compare
+
+-------------------------------------------------------------------

New:
----
  python-efl-reproducible.patch

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

Other differences:
------------------
++++++ python-efl.spec ++++++
--- /var/tmp/diff_new_pack.HEmbDp/_old  2016-03-16 10:34:24.000000000 +0100
+++ /var/tmp/diff_new_pack.HEmbDp/_new  2016-03-16 10:34:24.000000000 +0100
@@ -24,6 +24,8 @@
 Group:          System/Libraries
 Url:            http://enlightenment.org
 Source:         %{name}-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM https://phab.enlightenment.org/D3781 -- bmwiedemann -- 
allow for doc date to be dropped
+Patch0:         %{name}-reproducible.patch
 BuildRequires:  pkgconfig
 BuildRequires:  python-cython
 BuildRequires:  pkgconfig(dbus-python)
@@ -72,6 +74,9 @@
 
 %prep
 %setup -q
+%patch0 -p1
+# drop build date from doc to fix build-compare
+sed -i "s/\(html_last_updated_fmt = \).*/\\1None/" ./doc/conf.py
 
 %build
 python setup.py build -g

++++++ python-efl-reproducible.patch ++++++
--- python-efl-1.16.0/doc/themes/efldoc/layout.html.orig        2015-11-14 
15:20:19.000000000 +0000
+++ python-efl-1.16.0/doc/themes/efldoc/layout.html     2016-03-09 
07:00:25.348917451 +0000
@@ -98,7 +98,9 @@
 <div class="footer">
   {% trans copyright=copyright|e %}&copy; Copyright {{ copyright }}.{% 
endtrans %}
   <br>
+  {%- if last_updated %}
   {% trans last_updated=last_updated|e %}Last updated on {{ last_updated }}.{% 
endtrans %}
+  {%- endif %}
   {% trans sphinx_version=sphinx_version|e %}Created using <a 
href="http://sphinx.pocoo.org/";>Sphinx</a> {{ sphinx_version }}.{% endtrans %}
 </div>
 {%- endblock %}

Reply via email to