From ecbcc388ee7069fbc4f104ad0b67b94e455739c7 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 30 Jul 2018 19:07:59 +0000 Subject: [PATCH] Accepting request 626133 from home:bmwiedemann:branches:devel:languages:haskell Drop config.log from doc to fix build-compare OBS-URL: https://build.opensuse.org/request/show/626133 OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/alex?expand=0&rev=77 --- alex.changes | 5 +++++ alex.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/alex.changes b/alex.changes index 3b89a23..e1648d8 100644 --- a/alex.changes +++ b/alex.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jul 30 03:30:56 UTC 2018 - bwiedemann@suse.com + +- Drop config.log from doc to fix build-compare + ------------------------------------------------------------------- Wed Jul 18 14:26:08 UTC 2018 - psimons@suse.com diff --git a/alex.spec b/alex.spec index f2c2c58..878545d 100644 --- a/alex.spec +++ b/alex.spec @@ -55,7 +55,7 @@ test -f configure || autoreconf %ghc_bin_install mkdir -p %{buildroot}/%{_mandir}/man1 cp doc/alex.1 %{buildroot}/%{_mandir}/man1 -rm doc/autom4te.cache/requests # varies across builds, breaking build-compare +rm -f doc/autom4te.cache/requests doc/config.log # varies across builds, breaking build-compare %check # Ensure that the test suite can find the alex binary.