Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ghc-hslua-module-zip for openSUSE:Factory checked in at 2024-01-26 22:47:19 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-hslua-module-zip (Old) and /work/SRC/openSUSE:Factory/.ghc-hslua-module-zip.new.1815 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-hslua-module-zip" Fri Jan 26 22:47:19 2024 rev:3 rq:1141624 version:1.1.1 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-hslua-module-zip/ghc-hslua-module-zip.changes 2023-04-14 13:13:17.551637424 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-hslua-module-zip.new.1815/ghc-hslua-module-zip.changes 2024-01-26 22:47:34.900877422 +0100 @@ -1,0 +2,11 @@ +Thu Jan 18 17:35:35 UTC 2024 - Peter Simons <psim...@suse.com> + +- Update hslua-module-zip to version 1.1.1. + ## hslua-module-zip-1.1.1 + + Released 2024-01-18. + + - Relaxed upper bound for text, and filepath, + allowing text-2.1, filepath-1.5. + +------------------------------------------------------------------- Old: ---- hslua-module-zip-1.1.0.tar.gz New: ---- hslua-module-zip-1.1.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-hslua-module-zip.spec ++++++ --- /var/tmp/diff_new_pack.zPfEOY/_old 2024-01-26 22:47:35.676905369 +0100 +++ /var/tmp/diff_new_pack.zPfEOY/_new 2024-01-26 22:47:35.676905369 +0100 @@ -1,7 +1,7 @@ # # spec file for package ghc-hslua-module-zip # -# 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 +Version: 1.1.1 Release: 0 Summary: Lua module to work with file zips License: MIT ++++++ hslua-module-zip-1.1.0.tar.gz -> hslua-module-zip-1.1.1.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hslua-module-zip-1.1.0/CHANGELOG.md new/hslua-module-zip-1.1.1/CHANGELOG.md --- old/hslua-module-zip-1.1.0/CHANGELOG.md 2001-09-09 03:46:40.000000000 +0200 +++ new/hslua-module-zip-1.1.1/CHANGELOG.md 2001-09-09 03:46:40.000000000 +0200 @@ -2,6 +2,13 @@ `hslua-module-zips` uses [PVP Versioning][]. +## hslua-module-zip-1.1.1 + +Released 2024-01-18. + +- Relaxed upper bound for text, and filepath, + allowing text-2.1, filepath-1.5. + ## hslua-module-zip-1.0.0 Released 2023-03-13. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hslua-module-zip-1.1.0/LICENSE new/hslua-module-zip-1.1.1/LICENSE --- old/hslua-module-zip-1.1.0/LICENSE 2001-09-09 03:46:40.000000000 +0200 +++ new/hslua-module-zip-1.1.1/LICENSE 2001-09-09 03:46:40.000000000 +0200 @@ -1,6 +1,6 @@ MIT License -Copyright © 2020-2023 Albert Krewinkel +Copyright © 2020-2024 Albert Krewinkel Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hslua-module-zip-1.1.0/hslua-module-zip.cabal new/hslua-module-zip-1.1.1/hslua-module-zip.cabal --- old/hslua-module-zip-1.1.0/hslua-module-zip.cabal 2001-09-09 03:46:40.000000000 +0200 +++ new/hslua-module-zip-1.1.1/hslua-module-zip.cabal 2001-09-09 03:46:40.000000000 +0200 @@ -1,6 +1,6 @@ cabal-version: 2.2 name: hslua-module-zip -version: 1.1.0 +version: 1.1.1 synopsis: Lua module to work with file zips. description: Module with function for creating, modifying, and extracting files from zip archives. @@ -10,7 +10,7 @@ license-file: LICENSE author: Albert Krewinkel maintainer: Albert Krewinkel <tar...@hslua.org> -copyright: © 2020-2023 Albert Krewinkel +copyright: © 2020-2024 Albert Krewinkel category: Foreign build-type: Simple extra-doc-files: README.md @@ -21,8 +21,10 @@ , GHC == 8.8.4 , 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 @@ -32,13 +34,13 @@ common common-options build-depends: base >= 4.11 && < 5 , bytestring - , filepath >= 1.4 && < 1.5 + , filepath >= 1.4 && < 1.6 , hslua-core >= 2.3 && < 2.4 , hslua-list >= 1.1 && < 1.2 , hslua-marshalling >= 2.3 && < 2.4 , hslua-packaging >= 2.3 && < 2.4 , hslua-typing >= 0.1 && < 0.2 - , text >= 1.2 && < 2.1 + , text >= 1.2 && < 2.2 , time >= 1.5 && < 1.14 , zip-archive >= 0.4 && < 0.5 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hslua-module-zip-1.1.0/src/HsLua/Module/Zip.hs new/hslua-module-zip-1.1.1/src/HsLua/Module/Zip.hs --- old/hslua-module-zip-1.1.0/src/HsLua/Module/Zip.hs 2001-09-09 03:46:40.000000000 +0200 +++ new/hslua-module-zip-1.1.1/src/HsLua/Module/Zip.hs 2001-09-09 03:46:40.000000000 +0200 @@ -5,7 +5,7 @@ {-# LANGUAGE TypeApplications #-} {-| Module : HsLua.Module.Zip -Copyright : © 2022-2023 Albert Krewinkel +Copyright : © 2022-2024 Albert Krewinkel License : MIT Maintainer : Albert Krewinkel <tar...@hslua.org> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hslua-module-zip-1.1.0/test/test-hslua-module-zip.hs new/hslua-module-zip-1.1.1/test/test-hslua-module-zip.hs --- old/hslua-module-zip-1.1.0/test/test-hslua-module-zip.hs 2001-09-09 03:46:40.000000000 +0200 +++ new/hslua-module-zip-1.1.1/test/test-hslua-module-zip.hs 2001-09-09 03:46:40.000000000 +0200 @@ -2,7 +2,7 @@ {-# LANGUAGE TypeApplications #-} {-| Module : Main -Copyright : © 2021-2023 Albert Krewinkel +Copyright : © 2021-2024 Albert Krewinkel License : MIT Maintainer : Albert Krewinkel <tar...@hslua.org> Stability : stable