From a06d3b9836e79e1ae7bada700449d79e520e76edb65bd74d89b4ed179b77d115 Mon Sep 17 00:00:00 2001 From: Petr Gajdos Date: Thu, 26 Sep 2019 06:27:11 +0000 Subject: [PATCH 1/3] Accepting request 733232 from home:bmwiedemann:branches:Publishing Drop log files to make package build reproducible (boo#1047218) OBS-URL: https://build.opensuse.org/request/show/733232 OBS-URL: https://build.opensuse.org/package/show/Publishing/latex2html?expand=0&rev=39 --- latex2html.changes | 5 +++++ latex2html.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/latex2html.changes b/latex2html.changes index 95faf9e..c75902d 100644 --- a/latex2html.changes +++ b/latex2html.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Sep 25 19:17:45 UTC 2019 - Bernhard Wiedemann + +- Drop log files to make package build reproducible (boo#1047218) + ------------------------------------------------------------------- Wed Sep 11 18:49:17 UTC 2019 - pgajdos@suse.com diff --git a/latex2html.spec b/latex2html.spec index ecf558e..c6efd31 100644 --- a/latex2html.spec +++ b/latex2html.spec @@ -92,6 +92,7 @@ chmod 755 %{buildroot}%{_datadir}/%{name}/{cweb2html/makemake.pl,cweb2html/cweb2 %check make %{?_smp_mflags} test +find manual tests \( -name \*.log -o -name \*.aux \) -delete %files %doc Changes FAQ README.md TODO dot.latex2html-init From a2727b21421ca7ccdbde772e04093380909a97f7e43ed098f5c4f3e6537be9ec Mon Sep 17 00:00:00 2001 From: Petr Gajdos Date: Mon, 30 Sep 2019 07:13:08 +0000 Subject: [PATCH 2/3] - texlive-preview was mistakenly added as build dependency, it should have been runtime dependency OBS-URL: https://build.opensuse.org/package/show/Publishing/latex2html?expand=0&rev=40 --- latex2html.changes | 6 ++++++ latex2html.spec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/latex2html.changes b/latex2html.changes index c75902d..3824f63 100644 --- a/latex2html.changes +++ b/latex2html.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Sep 30 07:11:19 UTC 2019 - pgajdos@suse.com + +- texlive-preview was mistakenly added as build dependency, it + should have been runtime dependency + ------------------------------------------------------------------- Wed Sep 25 19:17:45 UTC 2019 - Bernhard Wiedemann diff --git a/latex2html.spec b/latex2html.spec index c6efd31..22b5372 100644 --- a/latex2html.spec +++ b/latex2html.spec @@ -38,13 +38,13 @@ BuildRequires: netpbm BuildRequires: texlive-dvips BuildRequires: texlive-kpathsea BuildRequires: texlive-latex -BuildRequires: texlive-preview Requires: ghostscript_any Requires: latex2html-pngicons Requires: netpbm Requires: perl Requires: texlive-dvips Requires: texlive-latex +Requires: texlive-preview BuildArch: noarch %define _texmfmaindir %{_datadir}/texmf From f7e8148e7bfe75e259fe500cda60d44fc261542aa7566ac3f077558c11b534b9 Mon Sep 17 00:00:00 2001 From: Petr Gajdos Date: Mon, 30 Sep 2019 07:17:05 +0000 Subject: [PATCH 3/3] should have been runtime dependency [bsc#1150208] OBS-URL: https://build.opensuse.org/package/show/Publishing/latex2html?expand=0&rev=41 --- latex2html.changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/latex2html.changes b/latex2html.changes index 3824f63..7966369 100644 --- a/latex2html.changes +++ b/latex2html.changes @@ -2,7 +2,7 @@ Mon Sep 30 07:11:19 UTC 2019 - pgajdos@suse.com - texlive-preview was mistakenly added as build dependency, it - should have been runtime dependency + should have been runtime dependency [bsc#1150208] ------------------------------------------------------------------- Wed Sep 25 19:17:45 UTC 2019 - Bernhard Wiedemann