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 2026-06-10 16:01:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-hslua-module-version (Old)
and /work/SRC/openSUSE:Factory/.ghc-hslua-module-version.new.2375 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-hslua-module-version"
Wed Jun 10 16:01:44 2026 rev:8 rq:1358388 version:1.2.0.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/ghc-hslua-module-version/ghc-hslua-module-version.changes
2024-01-26 22:47:34.208852500 +0100
+++
/work/SRC/openSUSE:Factory/.ghc-hslua-module-version.new.2375/ghc-hslua-module-version.changes
2026-06-10 16:04:14.524289339 +0200
@@ -1,0 +2,16 @@
+Tue Jan 13 07:32:27 UTC 2026 - Peter Simons <[email protected]>
+
+- Update hslua-module-version to version 1.2.0.1.
+ ## hslua-module-version-1.2.0.1
+
+ Released 2026-01-13.
+
+ - Fix the typespec in the `Call` operation of the *Version* type.
+
+ ## hslua-module-version-1.2.0
+
+ Released 2026-01-08.
+
+ - Require hslua-packaging 2.4 or later.
+
+-------------------------------------------------------------------
Old:
----
hslua-module-version-1.1.1.tar.gz
New:
----
hslua-module-version-1.2.0.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-hslua-module-version.spec ++++++
--- /var/tmp/diff_new_pack.4UC5qn/_old 2026-06-10 16:04:16.228359956 +0200
+++ /var/tmp/diff_new_pack.4UC5qn/_new 2026-06-10 16:04:16.228359956 +0200
@@ -1,7 +1,7 @@
#
# spec file for package ghc-hslua-module-version
#
-# Copyright (c) 2024 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.1
+Version: 1.2.0.1
Release: 0
Summary: Lua module to work with version specifiers
License: MIT
@@ -29,8 +29,6 @@
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-base-devel
BuildRequires: ghc-base-prof
-BuildRequires: ghc-filepath-devel
-BuildRequires: ghc-filepath-prof
BuildRequires: ghc-hslua-core-devel
BuildRequires: ghc-hslua-core-prof
BuildRequires: ghc-hslua-marshalling-devel
++++++ hslua-module-version-1.1.1.tar.gz -> hslua-module-version-1.2.0.1.tar.gz
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/hslua-module-version-1.1.1/CHANGELOG.md
new/hslua-module-version-1.2.0.1/CHANGELOG.md
--- old/hslua-module-version-1.1.1/CHANGELOG.md 2001-09-09 03:46:40.000000000
+0200
+++ new/hslua-module-version-1.2.0.1/CHANGELOG.md 2001-09-09
03:46:40.000000000 +0200
@@ -2,6 +2,18 @@
`hslua-module-version` uses [PVP Versioning][].
+## hslua-module-version-1.2.0.1
+
+Released 2026-01-13.
+
+- Fix the typespec in the `Call` operation of the *Version* type.
+
+## hslua-module-version-1.2.0
+
+Released 2026-01-08.
+
+- Require hslua-packaging 2.4 or later.
+
## hslua-module-version-1.1.1
Released 2024-01-18.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/hslua-module-version-1.1.1/LICENSE
new/hslua-module-version-1.2.0.1/LICENSE
--- old/hslua-module-version-1.1.1/LICENSE 2001-09-09 03:46:40.000000000
+0200
+++ new/hslua-module-version-1.2.0.1/LICENSE 2001-09-09 03:46:40.000000000
+0200
@@ -1,7 +1,7 @@
-Copyright © 1994-2022 Lua.org, PUC-Rio.
+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-module-version-1.1.1/hslua-module-version.cabal
new/hslua-module-version-1.2.0.1/hslua-module-version.cabal
--- old/hslua-module-version-1.1.1/hslua-module-version.cabal 2001-09-09
03:46:40.000000000 +0200
+++ new/hslua-module-version-1.2.0.1/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.1.1
+version: 1.2.0.1
synopsis: Lua module to work with version specifiers.
description: Wrapper for the Data.Version.Version Haskell type.
homepage: https://hslua.org/
@@ -9,21 +9,16 @@
license-file: LICENSE
author: Albert Krewinkel
maintainer: Albert Krewinkel <[email protected]>
-copyright: © 2019-2024 Albert Krewinkel
+copyright: © 2019-2026 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.4.4
- , GHC == 8.6.5
- , GHC == 8.8.4
- , GHC == 8.10.7
- , GHC == 9.0.2
- , GHC == 9.2.8
- , GHC == 9.4.8
- , GHC == 9.6.3
- , GHC == 9.8.1
+tested-with: GHC == 9.6
+ , GHC == 9.8
+ , GHC == 9.10
+ , GHC == 9.12
source-repository head
type: git
@@ -32,26 +27,23 @@
common common-options
build-depends: base >= 4.9.1 && < 5
- , filepath >= 1.4 && < 1.6
, hslua-core >= 2.3 && < 2.4
- , hslua-marshalling >= 2.3 && < 2.4
- , hslua-packaging >= 2.3 && < 2.4
- , text >= 1.2 && < 2.2
+ , hslua-packaging >= 2.4 && < 2.5
ghc-options: -Wall
- -Wcompat
+ -Wcpp-undef
+ -Werror=missing-home-modules
-Widentities
- -Wincomplete-uni-patterns
-Wincomplete-record-updates
- if impl(ghc >= 8.0)
- ghc-options: -Wredundant-constraints
- if impl(ghc >= 8.2)
- ghc-options: -fhide-source-paths
- if impl(ghc >= 8.4)
- ghc-options: -Wmissing-export-lists
+ -Wincomplete-uni-patterns
+ -Wnoncanonical-monad-instances
-Wpartial-fields
- if impl(ghc >= 8.8)
- ghc-options: -Wmissing-deriving-strategies
+ -Wredundant-constraints
+ -fhide-source-paths
+ if impl(ghc >= 8.10)
+ ghc-options: -Wunused-packages
+ if impl(ghc >= 9.0)
+ ghc-options: -Winvalid-haddock
default-language: Haskell2010
@@ -59,6 +51,9 @@
import: common-options
hs-source-dirs: src
exposed-modules: HsLua.Module.Version
+ build-depends: hslua-marshalling >= 2.3 && < 2.4
+ , text >= 1.2 && < 2.2
+
test-suite hslua-module-version-test
import: common-options
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/hslua-module-version-1.1.1/src/HsLua/Module/Version.hs
new/hslua-module-version-1.2.0.1/src/HsLua/Module/Version.hs
--- old/hslua-module-version-1.1.1/src/HsLua/Module/Version.hs 2001-09-09
03:46:40.000000000 +0200
+++ new/hslua-module-version-1.2.0.1/src/HsLua/Module/Version.hs
2001-09-09 03:46:40.000000000 +0200
@@ -2,11 +2,11 @@
{-# LANGUAGE OverloadedStrings #-}
{-|
Module : HsLua.Module.Version
-Copyright : © 2019-2024 Albert Krewinkel
+Copyright : © 2019-2026 Albert Krewinkel
License : MIT
Maintainer : Albert Krewinkel <[email protected]>
-Lua module to work with file paths.
+Lua module to work with version specifiers.
-}
module HsLua.Module.Version (
-- * Module
@@ -38,20 +38,16 @@
-- | The @path@ module specification.
documentedModule :: LuaError e => Module e
-documentedModule = Module
- { moduleName = "Version"
- , moduleDescription = "Version specifier handling"
- , moduleFields = []
- , moduleFunctions = [must_be_at_least]
- , moduleOperations =
+documentedModule = defmodule "Version"
+ `withDescription` "Version specifier handling"
+ `withFunctions` [must_be_at_least]
+ `withOperations`
[ operation Call $ lambda
### liftPure2 (\_ v -> v)
<#> parameter (const $ pure ()) "table" "module table" "ignored"
- <#> versionParam "version" "version-like object"
+ <#> versionParam "version" "{Version|string|{integer,...}|number}"
=#> udresult typeVersion "new Version object"
]
- , moduleTypeInitializers = []
- }
-- | Type definition of Lua Version values.
typeVersion :: LuaError e => DocumentedTypeWithList e Version Int
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/hslua-module-version-1.1.1/test/test-hslua-module-version.hs
new/hslua-module-version-1.2.0.1/test/test-hslua-module-version.hs
--- old/hslua-module-version-1.1.1/test/test-hslua-module-version.hs
2001-09-09 03:46:40.000000000 +0200
+++ new/hslua-module-version-1.2.0.1/test/test-hslua-module-version.hs
2001-09-09 03:46:40.000000000 +0200
@@ -2,7 +2,7 @@
{-# LANGUAGE TypeApplications #-}
{-|
Module : Main
-Copyright : © 2021-2024 Albert Krewinkel
+Copyright : © 2021-2026 Albert Krewinkel
License : MIT
Maintainer : Albert Krewinkel <[email protected]>