Hello community, here is the log from the commit of package python-stevedore for openSUSE:Factory checked in at 2016-03-16 10:35:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-stevedore (Old) and /work/SRC/openSUSE:Factory/.python-stevedore.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-stevedore" Changes: -------- --- /work/SRC/openSUSE:Factory/python-stevedore/python-stevedore.changes 2015-09-30 05:50:35.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.python-stevedore.new/python-stevedore.changes 2016-03-16 10:35:30.000000000 +0100 @@ -1,0 +2,6 @@ +Wed Mar 9 10:36:59 UTC 2016 - [email protected] + +- use the year from changelog instead of current one + to make reproducible rpms + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-stevedore.spec ++++++ --- /var/tmp/diff_new_pack.f6Ql18/_old 2016-03-16 10:35:31.000000000 +0100 +++ /var/tmp/diff_new_pack.f6Ql18/_new 2016-03-16 10:35:31.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-stevedore # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -24,6 +24,7 @@ Group: Development/Languages/Python Url: https://github.com/dreamhost/stevedore Source: http://pypi.python.org/packages/source/s/stevedore/stevedore-%{version}.tar.gz +Source1: %{name}.changes BuildRequires: python-devel BuildRequires: python-pbr BuildRequires: python-setuptools @@ -47,6 +48,9 @@ %prep %setup -q -n stevedore-%{version} +# use the year from changelog instead of current one to make reproducible rpms +changelogyear=$(awk '/^[A-Z][a-z][a-z] [A-Z][a-z][a-z] +[0-9]+ [0-9]+:[0-9]+:[0-9]+ [A-Z]+ [1-9][0-9][0-9][0-9]/{print $6; exit}' %{S:1}) +sed -i "s/datetime.date.today().year$/$changelogyear/" doc/source/conf.py %build python setup.py build
