Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ghc-hslua-module-text for 
openSUSE:Factory checked in at 2024-01-26 22:47:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-hslua-module-text (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-hslua-module-text.new.1815 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-hslua-module-text"

Fri Jan 26 22:47:15 2024 rev:16 rq:1141622 version:1.1.1

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/ghc-hslua-module-text/ghc-hslua-module-text.changes  
    2023-04-14 13:13:15.371624957 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-hslua-module-text.new.1815/ghc-hslua-module-text.changes
    2024-01-26 22:47:33.380822681 +0100
@@ -1,0 +2,10 @@
+Thu Jan 18 17:33:35 UTC 2024 - Peter Simons <[email protected]>
+
+- Update hslua-module-text to version 1.1.1.
+  ## hslua-module-text-1.1.1
+
+  Released 2024-01-18.
+
+  -   Relaxed upper bound for text, allowing text-2.1.
+
+-------------------------------------------------------------------

Old:
----
  hslua-module-text-1.1.0.1.tar.gz

New:
----
  hslua-module-text-1.1.1.tar.gz

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

Other differences:
------------------
++++++ ghc-hslua-module-text.spec ++++++
--- /var/tmp/diff_new_pack.eCAaSP/_old  2024-01-26 22:47:33.892841120 +0100
+++ /var/tmp/diff_new_pack.eCAaSP/_new  2024-01-26 22:47:33.892841120 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-hslua-module-text
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 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.1
+Version:        1.1.1
 Release:        0
 Summary:        Lua module for text
 License:        MIT

++++++ hslua-module-text-1.1.0.1.tar.gz -> hslua-module-text-1.1.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hslua-module-text-1.1.0.1/CHANGELOG.md 
new/hslua-module-text-1.1.1/CHANGELOG.md
--- old/hslua-module-text-1.1.0.1/CHANGELOG.md  2001-09-09 03:46:40.000000000 
+0200
+++ new/hslua-module-text-1.1.1/CHANGELOG.md    2001-09-09 03:46:40.000000000 
+0200
@@ -2,6 +2,12 @@
 
 `hslua-module-text` uses [PVP Versioning][].
 
+## hslua-module-text-1.1.1
+
+Released 2024-01-18.
+
+-   Relaxed upper bound for text, allowing text-2.1.
+
 ## hslua-module-text-1.1.0.1
 
 Released 2023-03-26.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hslua-module-text-1.1.0.1/LICENSE 
new/hslua-module-text-1.1.1/LICENSE
--- old/hslua-module-text-1.1.0.1/LICENSE       2001-09-09 03:46:40.000000000 
+0200
+++ new/hslua-module-text-1.1.1/LICENSE 2001-09-09 03:46:40.000000000 +0200
@@ -1,4 +1,4 @@
-Copyright (c) 2017-2023 Albert Krewinkel
+Copyright (c) 2017-2024 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-text-1.1.0.1/hslua-module-text.cabal 
new/hslua-module-text-1.1.1/hslua-module-text.cabal
--- old/hslua-module-text-1.1.0.1/hslua-module-text.cabal       2001-09-09 
03:46:40.000000000 +0200
+++ new/hslua-module-text-1.1.1/hslua-module-text.cabal 2001-09-09 
03:46:40.000000000 +0200
@@ -1,6 +1,6 @@
 cabal-version:       2.2
 name:                hslua-module-text
-version:             1.1.0.1
+version:             1.1.1
 synopsis:            Lua module for text
 description:         UTF-8 aware subset of Lua's `string` module.
                      .
@@ -13,7 +13,7 @@
 license-file:        LICENSE
 author:              Albert Krewinkel
 maintainer:          [email protected]
-copyright:           © 2017–2023 Albert Krewinkel
+copyright:           © 2017-2024 Albert Krewinkel
 category:            Foreign
 extra-source-files:  CHANGELOG.md
                    , test/test-text.lua
@@ -22,8 +22,10 @@
                    , GHC == 8.8.3
                    , GHC == 8.10.7
                    , GHC == 9.0.2
-                   , GHC == 9.2.5
-                   , GHC == 9.4.4
+                   , GHC == 9.2.8
+                   , GHC == 9.4.8
+                   , GHC == 9.6.3
+                   , GHC == 9.8.1
 
 source-repository head
   type:              git
@@ -35,7 +37,7 @@
   build-depends:       base                 >= 4.11   && < 5
                      , hslua-core           >= 2.3    && < 2.4
                      , hslua-packaging      >= 2.3    && < 2.4
-                     , text                 >= 1.2    && < 2.1
+                     , text                 >= 1.2    && < 2.2
   ghc-options:         -Wall
                        -Wincomplete-record-updates
                        -Wnoncanonical-monad-instances
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/hslua-module-text-1.1.0.1/test/test-hslua-module-text.hs 
new/hslua-module-text-1.1.1/test/test-hslua-module-text.hs
--- old/hslua-module-text-1.1.0.1/test/test-hslua-module-text.hs        
2001-09-09 03:46:40.000000000 +0200
+++ new/hslua-module-text-1.1.1/test/test-hslua-module-text.hs  2001-09-09 
03:46:40.000000000 +0200
@@ -2,7 +2,7 @@
 {-# LANGUAGE TypeApplications  #-}
 {-|
 Module      : Main
-Copyright   : © 2017-2023 Albert Krewinkel
+Copyright   : © 2017-2024 Albert Krewinkel
 License     : MIT
 Maintainer  : Albert Krewinkel <[email protected]>
 Stability   : stable

Reply via email to