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 2023-04-04 21:21:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-lpeg (Old) and /work/SRC/openSUSE:Factory/.ghc-lpeg.new.19717 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-lpeg" Tue Apr 4 21:21:11 2023 rev:3 rq:1075946 version:1.0.4 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-lpeg/ghc-lpeg.changes 2022-08-01 21:28:59.429414017 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-lpeg.new.19717/ghc-lpeg.changes 2023-04-04 21:21:23.929529432 +0200 @@ -1,0 +2,18 @@ +Thu Mar 30 17:07:25 UTC 2023 - Peter Simons <[email protected]> + +- Updated spec file to conform with ghc-rpm-macros-2.5.2. + +------------------------------------------------------------------- +Mon Mar 13 12:06:09 UTC 2023 - Peter Simons <[email protected]> + +- Update lpeg to version 1.0.4. + ## lpeg-1.0.4 + + Released 2023-03-13. + + - Allow lua-2.3. + + - Cease support for GHC 8.2 and older; require base 4.11 or + later. + +------------------------------------------------------------------- Old: ---- lpeg-1.0.3.tar.gz New: ---- lpeg-1.0.4.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-lpeg.spec ++++++ --- /var/tmp/diff_new_pack.9BtxpK/_old 2023-04-04 21:21:24.437532308 +0200 +++ /var/tmp/diff_new_pack.9BtxpK/_new 2023-04-04 21:21:24.441532331 +0200 @@ -1,7 +1,7 @@ # # spec file for package ghc-lpeg # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,21 +17,27 @@ %global pkg_name lpeg +%global pkgver %{pkg_name}-%{version} %bcond_with tests Name: ghc-%{pkg_name} -Version: 1.0.3 +Version: 1.0.4 Release: 0 Summary: LPeg â Parsing Expression Grammars For Lua License: MIT URL: https://hackage.haskell.org/package/%{pkg_name} Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz BuildRequires: ghc-Cabal-devel +BuildRequires: ghc-base-devel +BuildRequires: ghc-base-prof BuildRequires: ghc-lua-devel +BuildRequires: ghc-lua-prof BuildRequires: ghc-rpm-macros ExcludeArch: %{ix86} %if %{with tests} BuildRequires: ghc-tasty-devel BuildRequires: ghc-tasty-hunit-devel +BuildRequires: ghc-tasty-hunit-prof +BuildRequires: ghc-tasty-prof %endif %description @@ -50,6 +56,22 @@ %description devel This package provides the Haskell %{pkg_name} library development files. +%package -n ghc-%{pkg_name}-doc +Summary: Haskell %{pkg_name} library documentation +Requires: ghc-filesystem +BuildArch: noarch + +%description -n ghc-%{pkg_name}-doc +This package provides the Haskell %{pkg_name} library documentation. + +%package -n ghc-%{pkg_name}-prof +Summary: Haskell %{pkg_name} profiling library +Requires: ghc-%{pkg_name}-devel = %{version}-%{release} +Supplements: (ghc-%{pkg_name}-devel and ghc-prof) + +%description -n ghc-%{pkg_name}-prof +This package provides the Haskell %{pkg_name} profiling library. + %prep %autosetup -n %{pkg_name}-%{version} @@ -74,4 +96,9 @@ %files devel -f %{name}-devel.files %doc CHANGELOG.md README.md +%files -n ghc-%{pkg_name}-doc -f ghc-%{pkg_name}-doc.files +%license LICENSE + +%files -n ghc-%{pkg_name}-prof -f ghc-%{pkg_name}-prof.files + %changelog ++++++ lpeg-1.0.3.tar.gz -> lpeg-1.0.4.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lpeg-1.0.3/CHANGELOG.md new/lpeg-1.0.4/CHANGELOG.md --- old/lpeg-1.0.3/CHANGELOG.md 2001-09-09 03:46:40.000000000 +0200 +++ new/lpeg-1.0.4/CHANGELOG.md 2001-09-09 03:46:40.000000000 +0200 @@ -2,6 +2,15 @@ `lpeg` uses [PVP Versioning][]. +## lpeg-1.0.4 + +Released 2023-03-13. + +- Allow lua-2.3. + +- Cease support for GHC 8.2 and older; require base 4.11 or + later. + ## lpeg-1.0.3 Released 2022-01-29. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lpeg-1.0.3/LICENSE new/lpeg-1.0.4/LICENSE --- old/lpeg-1.0.3/LICENSE 2001-09-09 03:46:40.000000000 +0200 +++ new/lpeg-1.0.4/LICENSE 2001-09-09 03:46:40.000000000 +0200 @@ -1,5 +1,5 @@ Copyright © 2007-2019 Lua.org, PUC-Rio. -Copyright © 2021-2022 Albert Krewinkel +Copyright © 2021-2023 Albert Krewinkel Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lpeg-1.0.3/lpeg.cabal new/lpeg-1.0.4/lpeg.cabal --- old/lpeg-1.0.3/lpeg.cabal 2001-09-09 03:46:40.000000000 +0200 +++ new/lpeg-1.0.4/lpeg.cabal 2001-09-09 03:46:40.000000000 +0200 @@ -1,6 +1,6 @@ cabal-version: 2.2 name: lpeg -version: 1.0.3 +version: 1.0.4 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. @@ -11,23 +11,22 @@ license: MIT license-file: LICENSE author: Albert Krewinkel -maintainer: Albert Krewinkel <[email protected]> +maintainer: Albert Krewinkel <[email protected]> copyright: © 2007-2019 Lua.org, PUC-Rio; - © 2021-2022 Albert Krewinkel + © 2021-2023 Albert Krewinkel category: Foreign build-type: Simple extra-source-files: cbits/lpeg-1.0.2/*.h , cbits/re.h , README.md , CHANGELOG.md -tested-with: GHC == 8.0.2 - , GHC == 8.2.2 - , GHC == 8.4.4 +tested-with: GHC == 8.4.4 , GHC == 8.6.5 , GHC == 8.8.4 , GHC == 8.10.7 - , GHC == 9.0.1 - , GHC == 9.2.1 + , GHC == 9.0.2 + , GHC == 9.2.5 + , GHC == 9.4.4 source-repository head type: git @@ -44,8 +43,8 @@ common common-options default-language: Haskell2010 - build-depends: base >= 4.8 && < 5 - , lua >= 2.1 && < 2.3 + build-depends: base >= 4.11 && < 5 + , lua >= 2.1 && < 2.4 ghc-options: -Wall -Wincomplete-record-updates -Wnoncanonical-monad-instances diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lpeg-1.0.3/src/Lua/LPeg.hs new/lpeg-1.0.4/src/Lua/LPeg.hs --- old/lpeg-1.0.3/src/Lua/LPeg.hs 2001-09-09 03:46:40.000000000 +0200 +++ new/lpeg-1.0.4/src/Lua/LPeg.hs 2001-09-09 03:46:40.000000000 +0200 @@ -1,8 +1,8 @@ {-| Module : Lua.LPeg -Copyright : © 2021-2022 Albert Krewinkel +Copyright : © 2021-2023 Albert Krewinkel License : MIT -Maintainer : Albert Krewinkel <[email protected]> +Maintainer : Albert Krewinkel <[email protected]> Haskell bindings to the LPeg Lua package. -} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lpeg-1.0.3/substitute/Lua/LPeg.hs new/lpeg-1.0.4/substitute/Lua/LPeg.hs --- old/lpeg-1.0.3/substitute/Lua/LPeg.hs 2001-09-09 03:46:40.000000000 +0200 +++ new/lpeg-1.0.4/substitute/Lua/LPeg.hs 2001-09-09 03:46:40.000000000 +0200 @@ -1,8 +1,8 @@ {-| Module : Lua.LPeg -Copyright : © 2021-2022 Albert Krewinkel +Copyright : © 2021-2023 Albert Krewinkel License : MIT -Maintainer : Albert Krewinkel <[email protected]> +Maintainer : Albert Krewinkel <[email protected]> Haskell bindings to the LPeg Lua package. -} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lpeg-1.0.3/test/test-lpeg.hs new/lpeg-1.0.4/test/test-lpeg.hs --- old/lpeg-1.0.3/test/test-lpeg.hs 2001-09-09 03:46:40.000000000 +0200 +++ new/lpeg-1.0.4/test/test-lpeg.hs 2001-09-09 03:46:40.000000000 +0200 @@ -2,9 +2,9 @@ {-# OPTIONS_GHC -Wno-warnings-deprecations #-} {-| Module : Main -Copyright : © 2021-2022 Albert Krewinkel +Copyright : © 2021-2023 Albert Krewinkel License : MIT -Maintainer : Albert Krewinkel <[email protected]> +Maintainer : Albert Krewinkel <[email protected]> Tests for the @lpeg@ Lua package. -}
