From fc66c4315aa0531505e888d11ceda26af894936e Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 18 Jun 2020 01:02:06 +0000 Subject: [PATCH 1/2] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:alex revision:6, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/alex?expand=0&rev=91 --- alex.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alex.spec b/alex.spec index d42eb15..c00e8ba 100644 --- a/alex.spec +++ b/alex.spec @@ -1,7 +1,7 @@ # # spec file for package alex # -# Copyright (c) 2019 SUSE LLC +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed From 8cfdb3f5855c69d0941cb1c6d44331689467b836 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 19 Aug 2020 01:00:50 +0000 Subject: [PATCH 2/2] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:alex revision:7, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/alex?expand=0&rev=92 --- alex.changes | 5 +++++ alex.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/alex.changes b/alex.changes index 771a86e..f823497 100644 --- a/alex.changes +++ b/alex.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Aug 18 10:43:42 UTC 2020 - Peter Simons + +- Replace %setup -q with the more modern %autosetup macro. + ------------------------------------------------------------------- Tue Jun 16 11:13:34 UTC 2020 - Peter Simons diff --git a/alex.spec b/alex.spec index c00e8ba..85317d0 100644 --- a/alex.spec +++ b/alex.spec @@ -46,7 +46,7 @@ module containing code for scanning text efficiently. It is similar to the tool lex or flex for C/C++. %prep -%setup -q +%autosetup %build %ghc_bin_build