From 162f860c5b0ca2d247e74cb6fc30c175f1b1cdfa Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 1 Mar 2024 19:00:04 +0000 Subject: [PATCH] osc copypac from project:devel:languages:haskell:ghc-9.8.x package:alex revision:3, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/alex?expand=0&rev=114 --- alex-3.5.0.0.tar.gz | 3 --- alex-3.5.1.0.tar.gz | 3 +++ alex.changes | 15 +++++++++++++++ alex.spec | 4 ++-- 4 files changed, 20 insertions(+), 5 deletions(-) delete mode 100644 alex-3.5.0.0.tar.gz create mode 100644 alex-3.5.1.0.tar.gz diff --git a/alex-3.5.0.0.tar.gz b/alex-3.5.0.0.tar.gz deleted file mode 100644 index 983f612..0000000 --- a/alex-3.5.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:caed9f23b4bc1cdd6f8083b79a0bb86ba86ed81ab9a1238fe0e13ed544809fed -size 85601 diff --git a/alex-3.5.1.0.tar.gz b/alex-3.5.1.0.tar.gz new file mode 100644 index 0000000..082a268 --- /dev/null +++ b/alex-3.5.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c92efe86f8eb959ee03be6c04ee57ebc7e4abc75a6c4b26551215d7443e92a07 +size 85982 diff --git a/alex.changes b/alex.changes index dcac672..5311c64 100644 --- a/alex.changes +++ b/alex.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Thu Feb 29 13:15:15 UTC 2024 - Peter Simons + +- Update alex to version 3.5.1.0. + ## Changes in 3.5.1.0 + + * Drop generating output for GHC < 6.4. + * Use qualified imports in generated code (except for `Prelude`) + ([Issue #258](https://github.com/haskell/alex/issues/258)). + * Suppress warnings `tabs` and `unused-imports` for generated code + ([Issue #255](https://github.com/haskell/alex/issues/255)). + * Tested with GHC 8.0 - 9.8.2. + + _Andreas Abel, 2024-02-29_ + ------------------------------------------------------------------- Sat Dec 30 15:01:39 UTC 2023 - Peter Simons diff --git a/alex.spec b/alex.spec index 57ffd52..9590b14 100644 --- a/alex.spec +++ b/alex.spec @@ -1,7 +1,7 @@ # # spec file for package alex # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %bcond_without tests Name: alex -Version: 3.5.0.0 +Version: 3.5.1.0 Release: 0 Summary: Alex is a tool for generating lexical analysers in Haskell License: BSD-3-Clause