Hello community,
here is the log from the commit of package thunarx-python for
openSUSE:Leap:15.2 checked in at 2020-02-29 17:16:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/thunarx-python (Old)
and /work/SRC/openSUSE:Leap:15.2/.thunarx-python.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "thunarx-python"
Sat Feb 29 17:16:37 2020 rev:19 rq:780334 version:0.5.1
Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/thunarx-python/thunarx-python.changes
2020-02-16 18:30:38.798791070 +0100
+++
/work/SRC/openSUSE:Leap:15.2/.thunarx-python.new.26092/thunarx-python.changes
2020-02-29 17:18:53.489345100 +0100
@@ -1,0 +2,5 @@
+Mon Feb 24 17:11:18 UTC 2020 - Stefan Seyfried <[email protected]>
+
+- port reproducible.patch to python 3
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ reproducible.patch ++++++
--- /var/tmp/diff_new_pack.yf4y9y/_old 2020-02-29 17:18:53.753345644 +0100
+++ /var/tmp/diff_new_pack.yf4y9y/_new 2020-02-29 17:18:53.757345652 +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) \