Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ghc-hslua-module-version for 
openSUSE:Factory checked in at 2023-04-14 13:13:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-hslua-module-version (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-hslua-module-version.new.19717 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-hslua-module-version"

Fri Apr 14 13:13:04 2023 rev:6 rq:1079190 version:1.1.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/ghc-hslua-module-version/ghc-hslua-module-version.changes
        2023-04-04 21:20:47.457322900 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-hslua-module-version.new.19717/ghc-hslua-module-version.changes
     2023-04-14 13:13:15.955628297 +0200
@@ -1,0 +2,11 @@
+Thu Apr 13 12:06:23 UTC 2023 - Peter Simons <[email protected]>
+
+- Update hslua-module-version to version 1.1.0.
+  ## hslua-module-version-1.1.0
+
+  Released 2023-03-13.
+
+  -   Update to hslua-2.3; this includes the addition of type
+      initializers to the module.
+
+-------------------------------------------------------------------

Old:
----
  hslua-module-version-1.0.3.tar.gz

New:
----
  hslua-module-version-1.1.0.tar.gz

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

Other differences:
------------------
++++++ ghc-hslua-module-version.spec ++++++
--- /var/tmp/diff_new_pack.1CFr33/_old  2023-04-14 13:13:17.359636326 +0200
+++ /var/tmp/diff_new_pack.1CFr33/_new  2023-04-14 13:13:17.359636326 +0200
@@ -20,7 +20,7 @@
 %global pkgver %{pkg_name}-%{version}
 %bcond_with tests
 Name:           ghc-%{pkg_name}
-Version:        1.0.3
+Version:        1.1.0
 Release:        0
 Summary:        Lua module to work with version specifiers
 License:        MIT

++++++ hslua-module-version-1.0.3.tar.gz -> hslua-module-version-1.1.0.tar.gz 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hslua-module-version-1.0.3/CHANGELOG.md 
new/hslua-module-version-1.1.0/CHANGELOG.md
--- old/hslua-module-version-1.0.3/CHANGELOG.md 2001-09-09 03:46:40.000000000 
+0200
+++ new/hslua-module-version-1.1.0/CHANGELOG.md 2001-09-09 03:46:40.000000000 
+0200
@@ -2,6 +2,13 @@
 
 `hslua-module-version` uses [PVP Versioning][].
 
+## hslua-module-version-1.1.0
+
+Released 2023-03-13.
+
+-   Update to hslua-2.3; this includes the addition of type
+    initializers to the module.
+
 ## hslua-module-version-1.0.3
 
 Released 2022-09-01.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hslua-module-version-1.0.3/LICENSE 
new/hslua-module-version-1.1.0/LICENSE
--- old/hslua-module-version-1.0.3/LICENSE      2001-09-09 03:46:40.000000000 
+0200
+++ new/hslua-module-version-1.1.0/LICENSE      2001-09-09 03:46:40.000000000 
+0200
@@ -1,7 +1,7 @@
 Copyright © 1994-2022 Lua.org, PUC-Rio.
 Copyright © 2007-2012 Gracjan Polak
 Copyright © 2012-2015 Ömer Sinan Ağacan
-Copyright © 2016-2022 Albert Krewinkel
+Copyright © 2016-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/hslua-module-version-1.0.3/hslua-module-version.cabal 
new/hslua-module-version-1.1.0/hslua-module-version.cabal
--- old/hslua-module-version-1.0.3/hslua-module-version.cabal   2001-09-09 
03:46:40.000000000 +0200
+++ new/hslua-module-version-1.1.0/hslua-module-version.cabal   2001-09-09 
03:46:40.000000000 +0200
@@ -1,6 +1,6 @@
 cabal-version:       2.2
 name:                hslua-module-version
-version:             1.0.3
+version:             1.1.0
 synopsis:            Lua module to work with version specifiers.
 description:         Wrapper for the Data.Version.Version Haskell type.
 homepage:            https://hslua.org/
@@ -8,21 +8,20 @@
 license:             MIT
 license-file:        LICENSE
 author:              Albert Krewinkel
-maintainer:          Albert Krewinkel <[email protected]>
-copyright:           © 2019-2022 Albert Krewinkel
+maintainer:          Albert Krewinkel <[email protected]>
+copyright:           © 2019-2023 Albert Krewinkel
 category:            Foreign
 build-type:          Simple
 extra-doc-files:     README.md
                      CHANGELOG.md
 extra-source-files:  test/test-version.lua
-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.2
-                   , GHC == 9.2.3
+                   , GHC == 9.2.5
+                   , GHC == 9.4.4
 
 source-repository head
   type:                git
@@ -32,9 +31,9 @@
 common common-options
   build-depends:       base              >= 4.9.1  && < 5
                      , filepath          >= 1.4    && < 1.5
-                     , hslua-core        >= 2.1    && < 2.3
-                     , hslua-marshalling >= 2.1    && < 2.3
-                     , hslua-packaging   >= 2.1    && < 2.3
+                     , hslua-core        >= 2.3    && < 2.4
+                     , hslua-marshalling >= 2.3    && < 2.4
+                     , hslua-packaging   >= 2.3    && < 2.4
                      , text              >= 1.2    && < 2.1
 
   ghc-options:         -Wall
@@ -68,7 +67,7 @@
                      , hslua-module-version
                      , tasty
                      , tasty-hunit
-                     , tasty-lua  >= 1.0    && < 1.1
+                     , tasty-lua  >= 1.0    && < 1.2
   ghc-options:         -threaded
                        -rtsopts
                        -with-rtsopts=-N
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/hslua-module-version-1.0.3/src/HsLua/Module/Version.hs 
new/hslua-module-version-1.1.0/src/HsLua/Module/Version.hs
--- old/hslua-module-version-1.0.3/src/HsLua/Module/Version.hs  2001-09-09 
03:46:40.000000000 +0200
+++ new/hslua-module-version-1.1.0/src/HsLua/Module/Version.hs  2001-09-09 
03:46:40.000000000 +0200
@@ -1,11 +1,10 @@
-{-# LANGUAGE CPP #-}
 {-# LANGUAGE LambdaCase #-}
 {-# LANGUAGE OverloadedStrings #-}
 {-|
 Module      : HsLua.Module.Version
-Copyright   : © 2019-2022 Albert Krewinkel
+Copyright   : © 2019-2023 Albert Krewinkel
 License     : MIT
-Maintainer  : Albert Krewinkel <[email protected]>
+Maintainer  : Albert Krewinkel <[email protected]>
 
 Lua module to work with file paths.
 -}
@@ -26,9 +25,6 @@
 import Data.Version
   ( Version, makeVersion, parseVersion, showVersion, versionBranch )
 import Data.List.NonEmpty as NonEmpty (last, nonEmpty)
-#if !MIN_VERSION_base(4,12,0)
-import Data.Semigroup (Semigroup ((<>)))
-#endif
 import Data.Text (Text)
 import HsLua.Core
   ( LuaError, Type (..) , call, dostring, error, ltype )
@@ -54,6 +50,7 @@
       <#> versionParam "version" "version-like object"
       =#> udresult typeVersion "new Version object"
     ]
+  , moduleTypeInitializers = []
   }
 
 -- | Type definition of Lua Version values.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/hslua-module-version-1.0.3/test/test-hslua-module-version.hs 
new/hslua-module-version-1.1.0/test/test-hslua-module-version.hs
--- old/hslua-module-version-1.0.3/test/test-hslua-module-version.hs    
2001-09-09 03:46:40.000000000 +0200
+++ new/hslua-module-version-1.1.0/test/test-hslua-module-version.hs    
2001-09-09 03:46:40.000000000 +0200
@@ -2,9 +2,9 @@
 {-# LANGUAGE TypeApplications  #-}
 {-|
 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 `version` Lua module.
 -}

Reply via email to