osc copypac from project:devel:languages:haskell:ghc-8.8.x package:alex revision:10, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/alex?expand=0&rev=88
This commit is contained in:
parent
30854a08b0
commit
d6353bab3b
14
alex.changes
14
alex.changes
@ -1,20 +1,16 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
Fri Nov 8 16:13:07 UTC 2019 - Peter Simons <psimons@suse.com>
|
|
||||||
|
|
||||||
- Drop obsolete group attributes.
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Nov 7 06:42:07 UTC 2019 - psimons@suse.com
|
Thu Nov 7 06:42:07 UTC 2019 - psimons@suse.com
|
||||||
|
|
||||||
- Update alex to version 3.2.5.
|
- Drop obsolete group attributes.
|
||||||
## Changes in 3.2.5:
|
|
||||||
|
|
||||||
* 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 <guillaume.gardet@opensuse.org>
|
Wed Nov 28 10:15:25 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||||
|
|
||||||
- Disable tests on aarch64 as they are broken.
|
- Disable tests on aarch64 as they are broken.
|
||||||
See: https://github.com/simonmar/alex/issues/130
|
See: https://github.com/simonmar/alex/issues/130
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
|
@ -16,8 +16,12 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
# Disable tests on ghc-8.8.x. See: https://github.com/simonmar/alex/issues/140.
|
# Disable tests on aarch64. See: https://github.com/simonmar/alex/issues/130
|
||||||
|
%ifarch aarch64
|
||||||
%bcond_with tests
|
%bcond_with tests
|
||||||
|
%else
|
||||||
|
%bcond_without tests
|
||||||
|
%endif
|
||||||
Name: alex
|
Name: alex
|
||||||
Version: 3.2.5
|
Version: 3.2.5
|
||||||
Release: 0
|
Release: 0
|
||||||
|
Loading…
Reference in New Issue
Block a user