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 2026-06-10 16:03:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-lpeg (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-lpeg.new.2375 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-lpeg"

Wed Jun 10 16:03:34 2026 rev:5 rq:1358405 version:1.1.0.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-lpeg/ghc-lpeg.changes        2024-03-20 
21:16:11.594085242 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-lpeg.new.2375/ghc-lpeg.changes      
2026-06-10 16:06:05.448886090 +0200
@@ -1,0 +2,11 @@
+Thu Jan  8 15:43:42 UTC 2026 - Peter Simons <[email protected]>
+
+- Update lpeg to version 1.1.0.1.
+  ## lpeg-1.1.0.1
+
+  Released 2026-01-08.
+
+  -   Updated cabal files, list of tested GHC versions, copyright
+      years.
+
+-------------------------------------------------------------------

Old:
----
  lpeg-1.1.0.tar.gz

New:
----
  lpeg-1.1.0.1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ghc-lpeg.spec ++++++
--- /var/tmp/diff_new_pack.m1aX9u/_old  2026-06-10 16:06:08.365006935 +0200
+++ /var/tmp/diff_new_pack.m1aX9u/_new  2026-06-10 16:06:08.373007266 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-lpeg
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2026 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
 %global pkgver %{pkg_name}-%{version}
 %bcond_with tests
 Name:           ghc-%{pkg_name}
-Version:        1.1.0
+Version:        1.1.0.1
 Release:        0
 Summary:        LPeg – Parsing Expression Grammars For Lua
 License:        MIT

++++++ lpeg-1.1.0.tar.gz -> lpeg-1.1.0.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lpeg-1.1.0/CHANGELOG.md new/lpeg-1.1.0.1/CHANGELOG.md
--- old/lpeg-1.1.0/CHANGELOG.md 2001-09-09 03:46:40.000000000 +0200
+++ new/lpeg-1.1.0.1/CHANGELOG.md       2001-09-09 03:46:40.000000000 +0200
@@ -2,6 +2,13 @@
 
 `lpeg` uses [PVP Versioning][].
 
+## lpeg-1.1.0.1
+
+Released 2026-01-08.
+
+-   Updated cabal files, list of tested GHC versions, copyright
+    years.
+
 ## lpeg-1.1.0
 
 Released 2023-09-27.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lpeg-1.1.0/LICENSE new/lpeg-1.1.0.1/LICENSE
--- old/lpeg-1.1.0/LICENSE      2001-09-09 03:46:40.000000000 +0200
+++ new/lpeg-1.1.0.1/LICENSE    2001-09-09 03:46:40.000000000 +0200
@@ -1,5 +1,5 @@
-Copyright © 2007-2019 Lua.org, PUC-Rio.
-Copyright © 2021-2023 Albert Krewinkel
+Copyright © 2007-2023 Lua.org, PUC-Rio.
+Copyright © 2021-2026 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.1.0/lpeg.cabal new/lpeg-1.1.0.1/lpeg.cabal
--- old/lpeg-1.1.0/lpeg.cabal   2001-09-09 03:46:40.000000000 +0200
+++ new/lpeg-1.1.0.1/lpeg.cabal 2001-09-09 03:46:40.000000000 +0200
@@ -1,6 +1,6 @@
 cabal-version:       2.2
 name:                lpeg
-version:             1.1.0
+version:             1.1.0.1
 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.
@@ -13,20 +13,17 @@
 author:              Albert Krewinkel
 maintainer:          Albert Krewinkel <[email protected]>
 copyright:           © 2007-2019 Lua.org, PUC-Rio;
-                     © 2021-2023 Albert Krewinkel
+                     © 2021-2026 Albert Krewinkel
 category:            Foreign
 build-type:          Simple
 extra-source-files:  cbits/lpeg-1.1.0/*.h
                    , cbits/re.h
                    , README.md
                    , CHANGELOG.md
-tested-with:         GHC == 8.4.4
-                   , GHC == 8.6.5
-                   , GHC == 8.8.4
-                   , GHC == 8.10.7
-                   , GHC == 9.0.2
-                   , GHC == 9.2.5
-                   , GHC == 9.4.4
+tested-with:         GHC == 9.6
+                   , GHC == 9.8
+                   , GHC == 9.10
+                   , GHC == 9.12
 
 source-repository head
   type:                git
@@ -45,18 +42,21 @@
   default-language:    Haskell2010
   build-depends:       base                 >= 4.11   && < 5
                      , lua                  >= 2.1    && < 2.4
+
   ghc-options:         -Wall
+                       -Wcpp-undef
+                       -Werror=missing-home-modules
+                       -Widentities
                        -Wincomplete-record-updates
+                       -Wincomplete-uni-patterns
                        -Wnoncanonical-monad-instances
+                       -Wpartial-fields
                        -Wredundant-constraints
-  if impl(ghc >= 8.2)
-    ghc-options:         -Wcpp-undef
-                         -Werror=missing-home-modules
-  if impl(ghc >= 8.4)
-    ghc-options:         -Widentities
-                         -Wincomplete-uni-patterns
-                         -Wpartial-fields
-                         -fhide-source-paths
+                       -fhide-source-paths
+  if impl(ghc >= 8.10)
+    ghc-options:         -Wunused-packages
+  if impl(ghc >= 9.0)
+    ghc-options:         -Winvalid-haddock
 
 library
   import:              common-options
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lpeg-1.1.0/src/Lua/LPeg.hs 
new/lpeg-1.1.0.1/src/Lua/LPeg.hs
--- old/lpeg-1.1.0/src/Lua/LPeg.hs      2001-09-09 03:46:40.000000000 +0200
+++ new/lpeg-1.1.0.1/src/Lua/LPeg.hs    2001-09-09 03:46:40.000000000 +0200
@@ -1,6 +1,6 @@
 {-|
 Module      : Lua.LPeg
-Copyright   : © 2021-2023 Albert Krewinkel
+Copyright   : © 2021-2026 Albert Krewinkel
 License     : MIT
 Maintainer  : Albert Krewinkel <[email protected]>
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lpeg-1.1.0/substitute/Lua/LPeg.hs 
new/lpeg-1.1.0.1/substitute/Lua/LPeg.hs
--- old/lpeg-1.1.0/substitute/Lua/LPeg.hs       2001-09-09 03:46:40.000000000 
+0200
+++ new/lpeg-1.1.0.1/substitute/Lua/LPeg.hs     2001-09-09 03:46:40.000000000 
+0200
@@ -1,6 +1,6 @@
 {-|
 Module      : Lua.LPeg
-Copyright   : © 2021-2023 Albert Krewinkel
+Copyright   : © 2021-2026 Albert Krewinkel
 License     : MIT
 Maintainer  : Albert Krewinkel <[email protected]>
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lpeg-1.1.0/test/test-lpeg.hs 
new/lpeg-1.1.0.1/test/test-lpeg.hs
--- old/lpeg-1.1.0/test/test-lpeg.hs    2001-09-09 03:46:40.000000000 +0200
+++ new/lpeg-1.1.0.1/test/test-lpeg.hs  2001-09-09 03:46:40.000000000 +0200
@@ -2,7 +2,7 @@
 {-# OPTIONS_GHC -Wno-warnings-deprecations #-}
 {-|
 Module      : Main
-Copyright   : © 2021-2023 Albert Krewinkel
+Copyright   : © 2021-2026 Albert Krewinkel
 License     : MIT
 Maintainer  : Albert Krewinkel <[email protected]>
 

Reply via email to