commit python3-Attest for openSUSE:Factory
Hello community, here is the log from the commit of package python3-Attest for openSUSE:Factory checked in at 2017-07-29 09:01:42 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python3-Attest (Old) and /work/SRC/openSUSE:Factory/.python3-Attest.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "python3-Attest" Sat Jul 29 09:01:42 2017 rev:5 rq:512807 version:0.5.3+git20120130 Changes: -------- --- /work/SRC/openSUSE:Factory/python3-Attest/python3-Attest.changes 2017-03-03 17:46:04.296100726 +0100 +++ /work/SRC/openSUSE:Factory/.python3-Attest.new/python3-Attest.changes 2017-07-29 09:02:21.796726572 +0200 @@ -1,0 +2,6 @@ +Fri Jul 21 03:25:30 UTC 2017 - bwiedemann@suse.com + +- Add reproducible.patch to not add build date + to fix build-compare (boo#1047218) + +------------------------------------------------------------------- New: ---- reproducible.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python3-Attest.spec ++++++ --- /var/tmp/diff_new_pack.161wzc/_old 2017-07-29 09:02:22.492628255 +0200 +++ /var/tmp/diff_new_pack.161wzc/_new 2017-07-29 09:02:22.496627690 +0200 @@ -25,6 +25,8 @@ License: BSD-2-Clause Group: Development/Languages/Python Source: Attest-%{version}.tar.bz2 +# PATCH-FIX-OPENSUSE bmwiedemann -- do not add build date +Patch0: reproducible.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: python3 BuildRequires: python3-2to3 @@ -49,6 +51,7 @@ %prep %setup -q -n Attest-%{version} +%patch0 -p1 %build python3 setup.py build ++++++ reproducible.patch ++++++ do not add build date to /usr/bin/attest (boo#1047218) Index: Attest-0.5.3+git20120130/setup.cfg =================================================================== --- Attest-0.5.3+git20120130.orig/setup.cfg +++ Attest-0.5.3+git20120130/setup.cfg @@ -8,7 +8,7 @@ builder = dirhtml upload-dir = build/dirhtml [egg_info] -tag_date = true +tag_date = false tag_build = dev [aliases]
participants (1)
-
root@hilbert.suse.de