Hello community, here is the log from the commit of package python-rjsmin for openSUSE:Factory checked in at 2019-05-20 13:18:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-rjsmin (Old) and /work/SRC/openSUSE:Factory/.python-rjsmin.new.5148 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-rjsmin" Mon May 20 13:18:25 2019 rev:4 rq:704114 version:1.1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-rjsmin/python-rjsmin.changes 2019-05-16 22:09:19.530321601 +0200 +++ /work/SRC/openSUSE:Factory/.python-rjsmin.new.5148/python-rjsmin.changes 2019-05-20 13:18:30.127908539 +0200 @@ -1,0 +2,5 @@ +Sat May 18 02:29:20 UTC 2019 - Bernhard Wiedemann <[email protected]> + +- Add reproducible.patch to build without profiling (boo#1040589) + +------------------------------------------------------------------- New: ---- reproducible.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-rjsmin.spec ++++++ --- /var/tmp/diff_new_pack.BFvn0Y/_old 2019-05-20 13:18:32.007906716 +0200 +++ /var/tmp/diff_new_pack.BFvn0Y/_new 2019-05-20 13:18:32.011906713 +0200 @@ -27,6 +27,8 @@ Group: Development/Languages/Python URL: http://opensource.perlig.de/rjsmin/ Source: https://github.com/ndparker/rjsmin/archive/%{release_sha}.tar.gz#/%{mod_name}-%{version}.tar.gz +# PATCH-FIX-OPENSUSE -- build without profiling +Patch0: reproducible.patch BuildRequires: %{python_module devel} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} @@ -46,6 +48,7 @@ %prep %setup -q -n %{mod_name}-%{release_sha} +%autopatch -p1 %build %python_build ++++++ reproducible.patch ++++++ Date: 2019-05-18 Author: Bernhard M. Wiedemann <bwiedemann suse de> Do not instrument code with profiling to make build reproducible and also more sane in general Index: rjsmin-53a0848b2372c1b49c03326bc8209ea39e889c47/debug.unix.cflags =================================================================== --- rjsmin-53a0848b2372c1b49c03326bc8209ea39e889c47.orig/debug.unix.cflags +++ rjsmin-53a0848b2372c1b49c03326bc8209ea39e889c47/debug.unix.cflags @@ -1,10 +1,6 @@ # allow crash debugging -ggdb -# produce coverage reports --ftest-coverage --fprofile-arcs - # don't compile on weird code -std=c89 -pedantic -fno-strict-aliasing -Werror -Wall
