From e86489673cef3adb6dbe63a61078abfe8c4148ce Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 4 Sep 2020 15:02:51 +0000 Subject: [PATCH 1/3] osc copypac from project:devel:languages:haskell:ghc-8.6.x package:alex revision:9, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/alex?expand=0&rev=93 --- alex.changes | 18 ++++++------------ alex.spec | 4 ++-- 2 files changed, 8 insertions(+), 14 deletions(-) diff --git a/alex.changes b/alex.changes index f823497..887bd0e 100644 --- a/alex.changes +++ b/alex.changes @@ -1,26 +1,20 @@ ------------------------------------------------------------------- -Tue Aug 18 10:43:42 UTC 2020 - Peter Simons +Fri Nov 8 16:13:07 UTC 2019 - Peter Simons -- Replace %setup -q with the more modern %autosetup macro. - -------------------------------------------------------------------- -Tue Jun 16 11:13:34 UTC 2020 - Peter Simons - -- Re-generate file with latest version of spec-cleaner. +- Drop obsolete group attributes. ------------------------------------------------------------------- Thu Nov 7 06:42:07 UTC 2019 - psimons@suse.com -- Drop obsolete group attributes. - - Update alex to version 3.2.5. - * Build fixes for GHC 8.8.x. This allows us to run the test - suite again. + ## Changes in 3.2.5: + + * Build fixes for GHC 8.8.x ------------------------------------------------------------------- Wed Nov 28 10:15:25 UTC 2018 - Guillaume GARDET -- Disable tests on aarch64 as they are broken. +- Disable tests on aarch64 as they are broken. See: https://github.com/simonmar/alex/issues/130 ------------------------------------------------------------------- diff --git a/alex.spec b/alex.spec index 85317d0..d5e2090 100644 --- a/alex.spec +++ b/alex.spec @@ -1,7 +1,7 @@ # # spec file for package alex # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2019 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,7 +46,7 @@ module containing code for scanning text efficiently. It is similar to the tool lex or flex for C/C++. %prep -%autosetup +%setup -q %build %ghc_bin_build From eccc9b4d4a789ac547f6a09f829282ce54e4c4d7 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 4 Sep 2020 15:09:50 +0000 Subject: [PATCH 2/3] 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=95 --- alex.changes | 18 ++++++++++++------ alex.spec | 4 ++-- 2 files changed, 14 insertions(+), 8 deletions(-) diff --git a/alex.changes b/alex.changes index 887bd0e..f823497 100644 --- a/alex.changes +++ b/alex.changes @@ -1,20 +1,26 @@ ------------------------------------------------------------------- -Fri Nov 8 16:13:07 UTC 2019 - Peter Simons +Tue Aug 18 10:43:42 UTC 2020 - Peter Simons -- Drop obsolete group attributes. +- Replace %setup -q with the more modern %autosetup macro. + +------------------------------------------------------------------- +Tue Jun 16 11:13:34 UTC 2020 - Peter Simons + +- Re-generate file with latest version of spec-cleaner. ------------------------------------------------------------------- Thu Nov 7 06:42:07 UTC 2019 - psimons@suse.com -- Update alex to version 3.2.5. - ## Changes in 3.2.5: +- Drop obsolete group attributes. - * Build fixes for GHC 8.8.x +- Update alex to version 3.2.5. + * Build fixes for GHC 8.8.x. This allows us to run the test + suite again. ------------------------------------------------------------------- Wed Nov 28 10:15:25 UTC 2018 - Guillaume GARDET -- Disable tests on aarch64 as they are broken. +- Disable tests on aarch64 as they are broken. See: https://github.com/simonmar/alex/issues/130 ------------------------------------------------------------------- diff --git a/alex.spec b/alex.spec index d5e2090..85317d0 100644 --- a/alex.spec +++ b/alex.spec @@ -1,7 +1,7 @@ # # spec file for package alex # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# 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 @@ -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 From cb5bd668b6c7364cd534231282c5ad5494a05a0e Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 23 Oct 2020 19:28:24 +0000 Subject: [PATCH 3/3] Accepting request 843223 from openSUSE:Factory:RISCV - Add memory constraints for riscv64 OBS-URL: https://build.opensuse.org/request/show/843223 OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/alex?expand=0&rev=96 --- _constraints | 12 ++++++++++++ alex.changes | 5 +++++ 2 files changed, 17 insertions(+) create mode 100644 _constraints diff --git a/_constraints b/_constraints new file mode 100644 index 0000000..6996f8f --- /dev/null +++ b/_constraints @@ -0,0 +1,12 @@ + + + + riscv64 + + + + 15 + + + + diff --git a/alex.changes b/alex.changes index f823497..9c6d288 100644 --- a/alex.changes +++ b/alex.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Oct 21 12:51:40 UTC 2020 - Andreas Schwab + +- Add memory constraints for riscv64 + ------------------------------------------------------------------- Tue Aug 18 10:43:42 UTC 2020 - Peter Simons