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 2025-07-02 12:08:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-hslua-module-zip (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-hslua-module-zip.new.7067 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-hslua-module-zip"

Wed Jul  2 12:08:30 2025 rev:6 rq:1289408 version:1.1.4

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/ghc-hslua-module-zip/ghc-hslua-module-zip.changes    
    2024-09-09 14:44:57.547984859 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-hslua-module-zip.new.7067/ghc-hslua-module-zip.changes
      2025-07-02 12:09:15.946125507 +0200
@@ -1,0 +2,10 @@
+Mon Jun 23 10:14:33 UTC 2025 - Peter Simons <psim...@suse.com>
+
+- Update hslua-module-zip to version 1.1.4.
+  ## hslua-module-zip-1.1.4
+
+  Released 2025-06-23.
+
+  -   Allowed time-1.4.
+
+-------------------------------------------------------------------

Old:
----
  hslua-module-zip-1.1.3.tar.gz
  hslua-module-zip.cabal

New:
----
  hslua-module-zip-1.1.4.tar.gz

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

Other differences:
------------------
++++++ ghc-hslua-module-zip.spec ++++++
--- /var/tmp/diff_new_pack.CDd4Ch/_old  2025-07-02 12:09:17.126174759 +0200
+++ /var/tmp/diff_new_pack.CDd4Ch/_new  2025-07-02 12:09:17.130174926 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-hslua-module-zip
 #
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2025 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,20 +20,15 @@
 %global pkgver %{pkg_name}-%{version}
 %bcond_with tests
 Name:           ghc-%{pkg_name}
-Version:        1.1.3
+Version:        1.1.4
 Release:        0
 Summary:        Lua module to work with file zips
 License:        MIT
 URL:            https://hackage.haskell.org/package/%{pkg_name}
 Source0:        
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
-Source1:        
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/1.cabal#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-base-devel
 BuildRequires:  ghc-base-prof
-BuildRequires:  ghc-bytestring-devel
-BuildRequires:  ghc-bytestring-prof
-BuildRequires:  ghc-filepath-devel
-BuildRequires:  ghc-filepath-prof
 BuildRequires:  ghc-hslua-core-devel
 BuildRequires:  ghc-hslua-core-prof
 BuildRequires:  ghc-hslua-list-devel
@@ -96,7 +91,6 @@
 
 %prep
 %autosetup -n %{pkg_name}-%{version}
-cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++++++ hslua-module-zip-1.1.3.tar.gz -> hslua-module-zip-1.1.4.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hslua-module-zip-1.1.3/CHANGELOG.md 
new/hslua-module-zip-1.1.4/CHANGELOG.md
--- old/hslua-module-zip-1.1.3/CHANGELOG.md     2001-09-09 03:46:40.000000000 
+0200
+++ new/hslua-module-zip-1.1.4/CHANGELOG.md     2001-09-09 03:46:40.000000000 
+0200
@@ -2,6 +2,12 @@
 
 `hslua-module-zips` uses [PVP Versioning][].
 
+## hslua-module-zip-1.1.4
+
+Released 2025-06-23.
+
+-   Allowed time-1.4.
+
 ## hslua-module-zip-1.1.3
 
 Released 2024-05-05.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hslua-module-zip-1.1.3/hslua-module-zip.cabal 
new/hslua-module-zip-1.1.4/hslua-module-zip.cabal
--- old/hslua-module-zip-1.1.3/hslua-module-zip.cabal   2001-09-09 
03:46:40.000000000 +0200
+++ new/hslua-module-zip-1.1.4/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.3
+version:             1.1.4
 synopsis:            Lua module to work with file zips.
 description:         Module with function for creating, modifying, and
                      extracting files from zip archives.
@@ -10,21 +10,21 @@
 license-file:        LICENSE
 author:              Albert Krewinkel
 maintainer:          Albert Krewinkel <tar...@hslua.org>
-copyright:           © 2020-2024 Albert Krewinkel
+copyright:           © 2020-2025 Albert Krewinkel
 category:            Foreign
 build-type:          Simple
 extra-doc-files:     README.md
                      CHANGELOG.md
 extra-source-files:  test/test-zip.lua
-tested-with:         GHC == 8.4.4
-                   , GHC == 8.6.5
-                   , GHC == 8.8.4
+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.3
-                   , GHC == 9.8.1
+                   , GHC == 9.6.7
+                   , GHC == 9.8.4
+                   , GHC == 9.10.2
+                   , GHC == 9.12.2
 
 source-repository head
   type:                git
@@ -33,31 +33,23 @@
 
 common common-options
   build-depends:       base              >= 4.11   && < 5
-                     , bytestring
-                     , 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.2
-                     , time              >= 1.5    && < 1.14
-                     , zip-archive       >= 0.4    && < 0.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
 
@@ -67,6 +59,13 @@
   exposed-modules:     HsLua.Module.Zip
   if os(windows)
     cpp-options:       -D_WINDOWS
+  build-depends:
+                     , hslua-list        >= 1.1    && < 1.2
+                     , hslua-marshalling >= 2.3    && < 2.4
+                     , hslua-typing      >= 0.1    && < 0.2
+                     , text              >= 1.2    && < 2.2
+                     , time              >= 1.5    && < 1.15
+                     , zip-archive       >= 0.4    && < 0.5
 
 test-suite hslua-module-zip-test
   import:              common-options
@@ -78,7 +77,6 @@
                      , tasty
                      , tasty-hunit
                      , tasty-lua         >= 1.0    && < 1.2
-                     , text
   ghc-options:         -threaded
                        -rtsopts
                        -with-rtsopts=-N

Reply via email to