From 17dec2c5520ff5d778636f33a4e41ee624f385aa0428d02dab19454a2d4dd078 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Wed, 16 Mar 2016 09:43:17 +0000 Subject: [PATCH] Accepting request 369249 from devel:languages:python 1 OBS-URL: https://build.opensuse.org/request/show/369249 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-numpy?expand=0&rev=48 --- python-numpy-doc.changes | 5 +++++ python-numpy-doc.spec | 6 ++++-- python-numpy.spec | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/python-numpy-doc.changes b/python-numpy-doc.changes index 8f374e2..ab58542 100644 --- a/python-numpy-doc.changes +++ b/python-numpy-doc.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Mar 19 15:13:24 UTC 2016 - bwiedemann@suse.com + +- Drop build date from doc to fix build-compare + ------------------------------------------------------------------- Fri Jan 8 09:37:38 UTC 2016 - toddrme2178@gmail.com diff --git a/python-numpy-doc.spec b/python-numpy-doc.spec index f108a06..3a592f6 100644 --- a/python-numpy-doc.spec +++ b/python-numpy-doc.spec @@ -1,7 +1,7 @@ # # spec file for package python-numpy-doc # -# Copyright (c) 2016 SUSE LINUX Products 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 @@ -46,11 +46,11 @@ BuildRequires: python-Sphinx-latex BuildRequires: tex(a4wide.sty) BuildRequires: tex(abstract.sty) BuildRequires: tex(amsmath.sty) +BuildRequires: tex(article.cls) BuildRequires: tex(epsfig.sty) BuildRequires: tex(expdlist.sty) BuildRequires: tex(verbatim.sty) BuildRequires: tex(xspace.sty) -BuildRequires: tex(article.cls) %endif %if 0%{?suse_version} BuildRequires: fdupes @@ -122,6 +122,8 @@ This package provides the PDF documentation for NumPy %setup -q -n numpy-%{version} %patch0 -p1 %patch1 -p1 +# drop build date from doc to fix build-compare +sed -i "s/\(html_last_updated_fmt = \).*/\\1None/" doc/source/conf.py %build # make the documentation diff --git a/python-numpy.spec b/python-numpy.spec index 53cb56f..22b30c1 100644 --- a/python-numpy.spec +++ b/python-numpy.spec @@ -1,7 +1,7 @@ # # spec file for package python-numpy # -# Copyright (c) 2016 SUSE LINUX Products 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