Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ghc-hslua-module-doclayout for openSUSE:Factory checked in at 2025-07-02 12:08:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-hslua-module-doclayout (Old) and /work/SRC/openSUSE:Factory/.ghc-hslua-module-doclayout.new.7067 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-hslua-module-doclayout" Wed Jul 2 12:08:29 2025 rev:7 rq:1289407 version:1.2.0.1 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-hslua-module-doclayout/ghc-hslua-module-doclayout.changes 2024-10-28 15:20:59.381123667 +0100 +++ /work/SRC/openSUSE:Factory/.ghc-hslua-module-doclayout.new.7067/ghc-hslua-module-doclayout.changes 2025-07-02 12:09:13.478022495 +0200 @@ -1,0 +2,10 @@ +Mon Jun 23 10:59:06 UTC 2025 - Peter Simons <psim...@suse.com> + +- Update hslua-module-doclayout to version 1.2.0.1. + ## 1.2.0.1 + + Released 2025-06-23. + + - Relaxed upper bound for hslua, allow hslua-2.4. + +------------------------------------------------------------------- Old: ---- hslua-module-doclayout-1.2.0.tar.gz New: ---- hslua-module-doclayout-1.2.0.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-hslua-module-doclayout.spec ++++++ --- /var/tmp/diff_new_pack.9yCk2z/_old 2025-07-02 12:09:15.050088108 +0200 +++ /var/tmp/diff_new_pack.9yCk2z/_new 2025-07-02 12:09:15.050088108 +0200 @@ -1,7 +1,7 @@ # # spec file for package ghc-hslua-module-doclayout # -# 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,7 +20,7 @@ %global pkgver %{pkg_name}-%{version} %bcond_with tests Name: ghc-%{pkg_name} -Version: 1.2.0 +Version: 1.2.0.1 Release: 0 Summary: Lua module wrapping Text.DocLayout License: MIT ++++++ hslua-module-doclayout-1.2.0.tar.gz -> hslua-module-doclayout-1.2.0.1.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hslua-module-doclayout-1.2.0/CHANGELOG.md new/hslua-module-doclayout-1.2.0.1/CHANGELOG.md --- old/hslua-module-doclayout-1.2.0/CHANGELOG.md 2001-09-09 03:46:40.000000000 +0200 +++ new/hslua-module-doclayout-1.2.0.1/CHANGELOG.md 2001-09-09 03:46:40.000000000 +0200 @@ -3,6 +3,12 @@ `hslua-module-doclayout` uses [PVP Versioning][1]. The changelog is available [on GitHub][2]. +## 1.2.0.1 + +Released 2025-06-23. + +- Relaxed upper bound for hslua, allow hslua-2.4. + ## 1.2.0 Released 2024-09-21. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hslua-module-doclayout-1.2.0/LICENSE new/hslua-module-doclayout-1.2.0.1/LICENSE --- old/hslua-module-doclayout-1.2.0/LICENSE 2001-09-09 03:46:40.000000000 +0200 +++ new/hslua-module-doclayout-1.2.0.1/LICENSE 2001-09-09 03:46:40.000000000 +0200 @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2020-2024 Albert Krewinkel +Copyright (c) 2020-2025 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-doclayout-1.2.0/hslua-module-doclayout.cabal new/hslua-module-doclayout-1.2.0.1/hslua-module-doclayout.cabal --- old/hslua-module-doclayout-1.2.0/hslua-module-doclayout.cabal 2001-09-09 03:46:40.000000000 +0200 +++ new/hslua-module-doclayout-1.2.0.1/hslua-module-doclayout.cabal 2001-09-09 03:46:40.000000000 +0200 @@ -1,6 +1,6 @@ cabal-version: 2.2 name: hslua-module-doclayout -version: 1.2.0 +version: 1.2.0.1 synopsis: Lua module wrapping Text.DocLayout. description: Lua module wrapping @Text.DocLayout@. homepage: https://github.com/hslua/hslua-module-doclayout @@ -9,14 +9,13 @@ license-file: LICENSE author: Albert Krewinkel maintainer: Albert Krewinkel <alb...@zeitkraut.de> -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-doclayout.lua -tested-with: GHC == 8.4.4 - , GHC == 8.6.5 +tested-with: GHC == 8.6.5 , GHC == 8.8.4 , GHC == 8.10.7 , GHC == 9.0.2 @@ -32,7 +31,7 @@ common common-options build-depends: base >= 4.11 && < 5 , doclayout >= 0.5 && < 0.6 - , hslua >= 2.3 && < 2.4 + , hslua >= 2.3 && < 2.5 , text >= 1.2 && < 2.2 default-language: Haskell2010