Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ghc-lpeg for openSUSE:Factory checked in at 2022-08-01 21:28:51 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-lpeg (Old) and /work/SRC/openSUSE:Factory/.ghc-lpeg.new.1533 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-lpeg" Mon Aug 1 21:28:51 2022 rev:2 rq:985821 version:1.0.3 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-lpeg/ghc-lpeg.changes 2022-02-11 23:10:20.739108425 +0100 +++ /work/SRC/openSUSE:Factory/.ghc-lpeg.new.1533/ghc-lpeg.changes 2022-08-01 21:28:59.429414017 +0200 @@ -1,0 +2,9 @@ +Sat Feb 19 14:38:07 UTC 2022 - Peter Simons <[email protected]> + +- Update lpeg to version 1.0.3. + Upstream has edited the change log file since the last release in + a non-trivial way, i.e. they did more than just add a new entry + at the top. You can review the file at: + http://hackage.haskell.org/package/lpeg-1.0.3/src/CHANGELOG.md + +------------------------------------------------------------------- Old: ---- lpeg-1.0.2.tar.gz New: ---- lpeg-1.0.3.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-lpeg.spec ++++++ --- /var/tmp/diff_new_pack.bB6YMK/_old 2022-08-01 21:29:00.001415659 +0200 +++ /var/tmp/diff_new_pack.bB6YMK/_new 2022-08-01 21:29:00.009415682 +0200 @@ -19,7 +19,7 @@ %global pkg_name lpeg %bcond_with tests Name: ghc-%{pkg_name} -Version: 1.0.2 +Version: 1.0.3 Release: 0 Summary: LPeg ??? Parsing Expression Grammars For Lua License: MIT ++++++ lpeg-1.0.2.tar.gz -> lpeg-1.0.3.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lpeg-1.0.2/CHANGELOG.md new/lpeg-1.0.3/CHANGELOG.md --- old/lpeg-1.0.2/CHANGELOG.md 2001-09-09 03:46:40.000000000 +0200 +++ new/lpeg-1.0.3/CHANGELOG.md 2001-09-09 03:46:40.000000000 +0200 @@ -2,11 +2,17 @@ `lpeg` uses [PVP Versioning][]. +## lpeg-1.0.3 + +Released 2022-01-29. + +- Allow lua-2.2.*. + ## lpeg-1.0.2 -Released 29-01-2022. +Released 2022-01-29. -- Allow lua-2.1.0. +- Allow lua-2.1.*. ## lpeg-1.0.1 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lpeg-1.0.2/lpeg.cabal new/lpeg-1.0.3/lpeg.cabal --- old/lpeg-1.0.2/lpeg.cabal 2001-09-09 03:46:40.000000000 +0200 +++ new/lpeg-1.0.3/lpeg.cabal 2001-09-09 03:46:40.000000000 +0200 @@ -1,6 +1,6 @@ cabal-version: 2.2 name: lpeg -version: 1.0.2 +version: 1.0.3 synopsis: LPeg ??? Parsing Expression Grammars For Lua description: This package contains the C sources of LPeg, as well as some tiny Haskell helper to load the package. @@ -45,7 +45,7 @@ common common-options default-language: Haskell2010 build-depends: base >= 4.8 && < 5 - , lua >= 2.1 && < 2.2 + , lua >= 2.1 && < 2.3 ghc-options: -Wall -Wincomplete-record-updates -Wnoncanonical-monad-instances
