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
This commit is contained in:
Peter Simons 2020-09-04 15:02:51 +00:00 committed by Git OBS Bridge
parent 8cfdb3f585
commit e86489673c
2 changed files with 8 additions and 14 deletions

View File

@ -1,21 +1,15 @@
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Aug 18 10:43:42 UTC 2020 - Peter Simons <psimons@suse.com> Fri Nov 8 16:13:07 UTC 2019 - Peter Simons <psimons@suse.com>
- Replace %setup -q with the more modern %autosetup macro. - Drop obsolete group attributes.
-------------------------------------------------------------------
Tue Jun 16 11:13:34 UTC 2020 - Peter Simons <psimons@suse.com>
- Re-generate file with latest version of spec-cleaner.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Nov 7 06:42:07 UTC 2019 - psimons@suse.com Thu Nov 7 06:42:07 UTC 2019 - psimons@suse.com
- Drop obsolete group attributes.
- Update alex to version 3.2.5. - Update alex to version 3.2.5.
* Build fixes for GHC 8.8.x. This allows us to run the test ## Changes in 3.2.5:
suite again.
* Build fixes for GHC 8.8.x
------------------------------------------------------------------- -------------------------------------------------------------------
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>

View File

@ -1,7 +1,7 @@
# #
# spec file for package alex # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # 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++. lex or flex for C/C++.
%prep %prep
%autosetup %setup -q
%build %build
%ghc_bin_build %ghc_bin_build