Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ghc-hslua-objectorientation for 
openSUSE:Factory checked in at 2026-06-10 16:01:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-hslua-objectorientation (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-hslua-objectorientation.new.2375 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-hslua-objectorientation"

Wed Jun 10 16:01:57 2026 rev:8 rq:1358390 version:2.5.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/ghc-hslua-objectorientation/ghc-hslua-objectorientation.changes
  2025-07-02 12:09:44.079311428 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-hslua-objectorientation.new.2375/ghc-hslua-objectorientation.changes
        2026-06-10 16:04:27.412823444 +0200
@@ -1,0 +2,13 @@
+Thu Jan  8 15:35:06 UTC 2026 - Peter Simons <[email protected]>
+
+- Update hslua-objectorientation to version 2.5.0.
+  ## hslua-objectorientation-2.5.0
+
+  Released 2026-01-08.
+
+  - Removed function `udDocs`. It is not very useful and appears to
+    be unused.
+
+  - Allow *hslua-typing* 0.2.\*.
+
+-------------------------------------------------------------------

Old:
----
  hslua-objectorientation-2.4.0.tar.gz

New:
----
  hslua-objectorientation-2.5.0.tar.gz

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

Other differences:
------------------
++++++ ghc-hslua-objectorientation.spec ++++++
--- /var/tmp/diff_new_pack.cupGje/_old  2026-06-10 16:04:29.276900692 +0200
+++ /var/tmp/diff_new_pack.cupGje/_new  2026-06-10 16:04:29.280900858 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-hslua-objectorientation
 #
-# Copyright (c) 2025 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:        2.4.0
+Version:        2.5.0
 Release:        0
 Summary:        Object orientation tools for HsLua
 License:        MIT

++++++ hslua-objectorientation-2.4.0.tar.gz -> 
hslua-objectorientation-2.5.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hslua-objectorientation-2.4.0/CHANGELOG.md 
new/hslua-objectorientation-2.5.0/CHANGELOG.md
--- old/hslua-objectorientation-2.4.0/CHANGELOG.md      2001-09-09 
03:46:40.000000000 +0200
+++ new/hslua-objectorientation-2.5.0/CHANGELOG.md      2001-09-09 
03:46:40.000000000 +0200
@@ -2,6 +2,15 @@
 
 `hslua-objectorientation` uses [PVP Versioning][].
 
+## hslua-objectorientation-2.5.0
+
+Released 2026-01-08.
+
+- Removed function `udDocs`. It is not very useful and appears to
+  be unused.
+
+- Allow *hslua-typing* 0.2.\*.
+
 ## hslua-objectorientation-2.4.0
 
 Released 2025-06-23.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hslua-objectorientation-2.4.0/LICENSE 
new/hslua-objectorientation-2.5.0/LICENSE
--- old/hslua-objectorientation-2.4.0/LICENSE   2001-09-09 03:46:40.000000000 
+0200
+++ new/hslua-objectorientation-2.5.0/LICENSE   2001-09-09 03:46:40.000000000 
+0200
@@ -1,7 +1,7 @@
 Copyright © 1994-2023 Lua.org, PUC-Rio.
 Copyright © 2007-2012 Gracjan Polak
 Copyright © 2012-2015 Ömer Sinan Ağacan
-Copyright © 2016-2024 Albert Krewinkel
+Copyright © 2016-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/hslua-objectorientation-2.4.0/hslua-objectorientation.cabal 
new/hslua-objectorientation-2.5.0/hslua-objectorientation.cabal
--- old/hslua-objectorientation-2.4.0/hslua-objectorientation.cabal     
2001-09-09 03:46:40.000000000 +0200
+++ new/hslua-objectorientation-2.5.0/hslua-objectorientation.cabal     
2001-09-09 03:46:40.000000000 +0200
@@ -1,6 +1,6 @@
 cabal-version:       2.2
 name:                hslua-objectorientation
-version:             2.4.0
+version:             2.5.0
 synopsis:            Object orientation tools for HsLua
 description:         Expose Haskell objects to Lua with an object oriented
                      interface.
@@ -10,20 +10,15 @@
 license-file:        LICENSE
 author:              Albert Krewinkel
 maintainer:          [email protected]
-copyright:           © 2021-2024 Albert Krewinkel
+copyright:           © 2021-2026 Albert Krewinkel
 category:            Foreign
 build-type:          Simple
 extra-source-files:  README.md
                    , CHANGELOG.md
-tested-with:         GHC == 8.8.4
-                   , GHC == 8.10.7
-                   , GHC == 9.0.2
-                   , GHC == 9.2.8
-                   , GHC == 9.4.8
-                   , GHC == 9.6.7
-                   , GHC == 9.8.4
-                   , GHC == 9.10.2
-                   , GHC == 9.12.2
+tested-with:         GHC == 9.6
+                   , GHC == 9.8
+                   , GHC == 9.10
+                   , GHC == 9.12
 
 source-repository head
   type:                git
@@ -35,7 +30,7 @@
   build-depends:       base              >= 4.11   && < 5
                      , hslua-core        >= 2.2.1  && < 2.4
                      , hslua-marshalling >= 2.2.1  && < 2.4
-                     , hslua-typing      >= 0.1    && < 0.2
+                     , hslua-typing      >= 0.1    && < 0.3
 
   ghc-options:         -Wall
                        -Wcpp-undef
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/hslua-objectorientation-2.4.0/src/HsLua/ObjectOrientation/Generic.hs 
new/hslua-objectorientation-2.5.0/src/HsLua/ObjectOrientation/Generic.hs
--- old/hslua-objectorientation-2.4.0/src/HsLua/ObjectOrientation/Generic.hs    
2001-09-09 03:46:40.000000000 +0200
+++ new/hslua-objectorientation-2.5.0/src/HsLua/ObjectOrientation/Generic.hs    
2001-09-09 03:46:40.000000000 +0200
@@ -3,7 +3,7 @@
 {-# LANGUAGE ScopedTypeVariables      #-}
 {-|
 Module      : HsLua.ObjectOrientation.Generic
-Copyright   : © 2021-2024 Albert Krewinkel
+Copyright   : © 2021-2026 Albert Krewinkel
 License     : MIT
 Maintainer  : Albert Krewinkel <[email protected]>
 
@@ -37,7 +37,6 @@
   , pushUDGeneric
   , initType
     -- * Type docs
-  , udDocs
   , udTypeSpec
     -- * Helper types for building
   , Member
@@ -57,7 +56,7 @@
 import HsLua.Core as Lua
 import HsLua.Marshalling
 import HsLua.ObjectOrientation.Operation
-import HsLua.Typing ( TypeDocs (..), TypeSpec (..), anyType, userdataType )
+import HsLua.Typing ( TypeSpec (..), anyType )
 import qualified Data.Map.Strict as Map
 import qualified HsLua.Core.Unsafe as Unsafe
 import qualified HsLua.Core.Utf8 as Utf8
@@ -466,15 +465,6 @@
 -- Typing
 --
 
--- | Returns documentation for this type.
-udDocs :: UDTypeGeneric e fn a
-       -> TypeDocs
-udDocs ty = TypeDocs
-  { typeDescription = mempty
-  , typeSpec = userdataType
-  , typeRegistry = Just (udName ty)
-  }
-
 -- | Type specifier for a UDType
 udTypeSpec :: UDTypeGeneric e fn a
            -> TypeSpec
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/hslua-objectorientation-2.4.0/src/HsLua/ObjectOrientation/Operation.hs 
new/hslua-objectorientation-2.5.0/src/HsLua/ObjectOrientation/Operation.hs
--- old/hslua-objectorientation-2.4.0/src/HsLua/ObjectOrientation/Operation.hs  
2001-09-09 03:46:40.000000000 +0200
+++ new/hslua-objectorientation-2.5.0/src/HsLua/ObjectOrientation/Operation.hs  
2001-09-09 03:46:40.000000000 +0200
@@ -1,7 +1,7 @@
 {-# LANGUAGE OverloadedStrings #-}
 {-|
 Module      : HsLua.ObjectOrientation.Operation
-Copyright   : © 2020-2024 Albert Krewinkel
+Copyright   : © 2020-2026 Albert Krewinkel
 License     : MIT
 Maintainer  : Albert Krewinkel <[email protected]>
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/hslua-objectorientation-2.4.0/src/HsLua/ObjectOrientation.hs 
new/hslua-objectorientation-2.5.0/src/HsLua/ObjectOrientation.hs
--- old/hslua-objectorientation-2.4.0/src/HsLua/ObjectOrientation.hs    
2001-09-09 03:46:40.000000000 +0200
+++ new/hslua-objectorientation-2.5.0/src/HsLua/ObjectOrientation.hs    
2001-09-09 03:46:40.000000000 +0200
@@ -3,7 +3,7 @@
 {-# LANGUAGE ScopedTypeVariables   #-}
 {-|
 Module      : HsLua.ObjectOrientation
-Copyright   : © 2021-2024 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/hslua-objectorientation-2.4.0/test/HsLua/ObjectOrientationTests.hs 
new/hslua-objectorientation-2.5.0/test/HsLua/ObjectOrientationTests.hs
--- old/hslua-objectorientation-2.4.0/test/HsLua/ObjectOrientationTests.hs      
2001-09-09 03:46:40.000000000 +0200
+++ new/hslua-objectorientation-2.5.0/test/HsLua/ObjectOrientationTests.hs      
2001-09-09 03:46:40.000000000 +0200
@@ -5,7 +5,7 @@
 Module      : HsLua.ObjectOrientationTests
 Copyright   : © 2007–2012 Gracjan Polak;
               © 2012–2016 Ömer Sinan Ağacan;
-              © 2017-2024 Albert Krewinkel
+              © 2017-2026 Albert Krewinkel
 License     : MIT
 Maintainer  : Albert Krewinkel <[email protected]>
 Stability   : beta
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/hslua-objectorientation-2.4.0/test/test-hslua-objectorientation.hs 
new/hslua-objectorientation-2.5.0/test/test-hslua-objectorientation.hs
--- old/hslua-objectorientation-2.4.0/test/test-hslua-objectorientation.hs      
2001-09-09 03:46:40.000000000 +0200
+++ new/hslua-objectorientation-2.5.0/test/test-hslua-objectorientation.hs      
2001-09-09 03:46:40.000000000 +0200
@@ -2,7 +2,7 @@
 Module      : Main
 Copyright   : © 2007–2012 Gracjan Polak;
               © 2012–2016 Ömer Sinan Ağacan;
-              © 2017-2024 Albert Krewinkel
+              © 2017-2026 Albert Krewinkel
 License     : MIT
 Maintainer  : Albert Krewinkel <[email protected]>
 Stability   : beta

Reply via email to