Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ghc-haskell-lexer for openSUSE:Factory checked in at 2023-01-18 13:09:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-haskell-lexer (Old) and /work/SRC/openSUSE:Factory/.ghc-haskell-lexer.new.32243 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-haskell-lexer" Wed Jan 18 13:09:55 2023 rev:4 rq:1059072 version:1.1.1 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-haskell-lexer/ghc-haskell-lexer.changes 2020-12-22 11:40:16.885549982 +0100 +++ /work/SRC/openSUSE:Factory/.ghc-haskell-lexer.new.32243/ghc-haskell-lexer.changes 2023-01-18 13:10:11.532600956 +0100 @@ -1,0 +2,6 @@ +Tue Dec 27 18:43:53 UTC 2022 - Peter Simons <[email protected]> + +- Update haskell-lexer to version 1.1.1. + Upstream does not provide a change log file. + +------------------------------------------------------------------- Old: ---- haskell-lexer-1.1.tar.gz New: ---- haskell-lexer-1.1.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-haskell-lexer.spec ++++++ --- /var/tmp/diff_new_pack.Tk7lR1/_old 2023-01-18 13:10:12.056604063 +0100 +++ /var/tmp/diff_new_pack.Tk7lR1/_new 2023-01-18 13:10:12.064604110 +0100 @@ -1,7 +1,7 @@ # # spec file for package ghc-haskell-lexer # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2022 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 @@ %global pkg_name haskell-lexer Name: ghc-%{pkg_name} -Version: 1.1 +Version: 1.1.1 Release: 0 Summary: A fully compliant Haskell 98 lexer License: MIT ++++++ haskell-lexer-1.1.tar.gz -> haskell-lexer-1.1.1.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/haskell-lexer-1.1/haskell-lexer.cabal new/haskell-lexer-1.1.1/haskell-lexer.cabal --- old/haskell-lexer-1.1/haskell-lexer.cabal 2001-09-09 03:46:40.000000000 +0200 +++ new/haskell-lexer-1.1.1/haskell-lexer.cabal 2001-09-09 03:46:40.000000000 +0200 @@ -1,18 +1,35 @@ +Cabal-version: 2.2 Name: haskell-lexer -Version: 1.1 -License: BSD3 +Version: 1.1.1 +License: MIT License-file: LICENSE Author: Thomas Hallgren Maintainer: [email protected] Category: Language -Synopsis: A fully compliant Haskell 98 lexer. +Synopsis: A fully compliant Haskell 98 lexer Description: A fully compliant Haskell 98 lexer. Build-type: Simple -Cabal-version: >= 1.6 Homepage: https://github.com/yav/haskell-lexer Bug-reports: https://github.com/yav/haskell-lexer/issues +tested-with: + GHC == 9.4.1 + GHC == 9.2.3 + GHC == 9.0.2 + GHC == 8.10.7 + GHC == 8.8.4 + GHC == 8.6.5 + GHC == 8.4.4 + GHC == 8.2.2 + GHC == 8.0.2 + GHC == 7.10.3 + GHC == 7.8.4 + GHC == 7.6.3 + GHC == 7.4.2 + GHC == 7.2.2 + GHC == 7.0.4 + Library Build-Depends: base < 5 Exposed-modules: Language.Haskell.Lexer @@ -22,7 +39,16 @@ Language.Haskell.Lexer.Utils, Language.Haskell.Lexer.Position - GHC-options: -O2 -Wall + GHC-options: + -Wall + -fno-warn-unused-matches + -fno-warn-name-shadowing + + if impl(GHC >= 8.0) + GHC-options: + -Wcompat + + default-language: Haskell2010 source-repository head type: git
