Hello community,

here is the log from the commit of package thunarx-python for openSUSE:Factory 
checked in at 2020-02-25 16:05:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/thunarx-python (Old)
 and      /work/SRC/openSUSE:Factory/.thunarx-python.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "thunarx-python"

Tue Feb 25 16:05:02 2020 rev:7 rq:778859 version:0.5.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/thunarx-python/thunarx-python.changes    
2020-02-11 22:26:07.579591271 +0100
+++ /work/SRC/openSUSE:Factory/.thunarx-python.new.26092/thunarx-python.changes 
2020-02-25 16:05:32.064411299 +0100
@@ -1,0 +2,5 @@
+Mon Feb 24 17:11:18 UTC 2020 - Stefan Seyfried <seife+...@b1-systems.com>
+
+- port reproducible.patch to python 3
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ reproducible.patch ++++++
--- /var/tmp/diff_new_pack.8h7GJt/_old  2020-02-25 16:05:32.528411266 +0100
+++ /var/tmp/diff_new_pack.8h7GJt/_new  2020-02-25 16:05:32.528411266 +0100
@@ -9,22 +9,21 @@
     and https://reproducible-builds.org/specs/source-date-epoch/
     for the definition of this variable.
 
-Index: thunarx-python-0.5.1/docs/Makefile.in
+Index: b/docs/Makefile.in
 ===================================================================
---- thunarx-python-0.5.1.orig/docs/Makefile.in
-+++ thunarx-python-0.5.1/docs/Makefile.in
+--- a/docs/Makefile.in
++++ b/docs/Makefile.in
 @@ -591,7 +591,7 @@ uninstall-am: uninstall-HTMLDATA
  
  
  @ENABLE_GTK_DOC_TRUE@reference/builddate.xml: $(REFERENCE_DEPS)
 -@ENABLE_GTK_DOC_TRUE@ $(PYTHON) -c 'import datetime; 
print(datetime.date.today())' > $@
-+@ENABLE_GTK_DOC_TRUE@ $(PYTHON) -c 'import datetime; import os; import time; 
print 
datetime.datetime.utcfromtimestamp(int(os.environ.get("SOURCE_DATE_EPOCH", 
time.time()))).date()' > $@
++@ENABLE_GTK_DOC_TRUE@ $(PYTHON) -c 'import datetime; import os; import time; 
print(datetime.datetime.utcfromtimestamp(int(os.environ.get("SOURCE_DATE_EPOCH",
 time.time()))).date())' > $@
  
  @ENABLE_GTK_DOC_TRUE@$(HTML_DATA): $(REFERENCE_DEPS) reference/builddate.xml
  @ENABLE_GTK_DOC_TRUE@ $(GTKDOC_MKHTML) \
-
-diff --git a/docs/Makefile.am b/docs/Makefile.am
-index 19971c2..3e01d78 100644
+Index: b/docs/Makefile.am
+===================================================================
 --- a/docs/Makefile.am
 +++ b/docs/Makefile.am
 @@ -63,7 +63,7 @@ REFERENCE_DEPS =     \
@@ -32,7 +31,7 @@
  
  reference/builddate.xml: $(REFERENCE_DEPS)
 -      $(PYTHON) -c 'import datetime; print(datetime.date.today())' > $@
-+      $(PYTHON) -c 'import datetime; import os; import time; print 
datetime.datetime.utcfromtimestamp(int(os.environ.get("SOURCE_DATE_EPOCH", 
time.time()))).date()' > $@
++      $(PYTHON) -c 'import datetime; import os; import time; 
print(datetime.datetime.utcfromtimestamp(int(os.environ.get("SOURCE_DATE_EPOCH",
 time.time()))).date())' > $@
  
  $(HTML_DATA): $(REFERENCE_DEPS) reference/builddate.xml
        $(GTKDOC_MKHTML) \


Reply via email to