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 2022-08-01 21:28:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-hslua-module-text (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-hslua-module-text.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-hslua-module-text"

Mon Aug  1 21:28:48 2022 rev:12 rq:985818 version:1.0.2

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/ghc-hslua-module-text/ghc-hslua-module-text.changes  
    2022-02-11 23:11:01.063225054 +0100
+++ 
/work/SRC/openSUSE:Factory/.ghc-hslua-module-text.new.1533/ghc-hslua-module-text.changes
    2022-08-01 21:28:54.677400384 +0200
@@ -1,0 +2,9 @@
+Sat Feb 19 14:38:23 UTC 2022 - Peter Simons <[email protected]>
+
+- Update hslua-module-text to version 1.0.2.
+  Upstream has edited the change log file since the last release in
+  a non-trivial way, i.e. they did more than just add a new entry
+  at the top. You can review the file at:
+  http://hackage.haskell.org/package/hslua-module-text-1.0.2/src/CHANGELOG.md
+
+-------------------------------------------------------------------

Old:
----
  hslua-module-text-1.0.1.tar.gz
  hslua-module-text.cabal

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

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

Other differences:
------------------
++++++ ghc-hslua-module-text.spec ++++++
--- /var/tmp/diff_new_pack.UWnXNg/_old  2022-08-01 21:28:55.877403827 +0200
+++ /var/tmp/diff_new_pack.UWnXNg/_new  2022-08-01 21:28:55.881403838 +0200
@@ -19,13 +19,12 @@
 %global pkg_name hslua-module-text
 %bcond_with tests
 Name:           ghc-%{pkg_name}
-Version:        1.0.1
+Version:        1.0.2
 Release:        0
 Summary:        Lua module for text
 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-hslua-core-devel
 BuildRequires:  ghc-hslua-marshalling-devel
@@ -58,7 +57,6 @@
 
 %prep
 %autosetup -n %{pkg_name}-%{version}
-cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++++++ hslua-module-text-1.0.1.tar.gz -> hslua-module-text-1.0.2.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hslua-module-text-1.0.1/CHANGELOG.md 
new/hslua-module-text-1.0.2/CHANGELOG.md
--- old/hslua-module-text-1.0.1/CHANGELOG.md    2001-09-09 03:46:40.000000000 
+0200
+++ new/hslua-module-text-1.0.2/CHANGELOG.md    2001-09-09 03:46:40.000000000 
+0200
@@ -2,9 +2,16 @@
 
 `hslua-module-text` uses [PVP Versioning][].
 
+## hslua-module-text-1.0.2
+
+Released 2022-02-19.
+
+-   Adjusted package bounds, for hslua-core, hslua-marshalling,
+    and hslua-packaging.
+
 ## hslua-module-text-1.0.1
 
-Released 29-01-2022.
+Released 2022-01-29.
 
 -   Relaxed upper bound of hslua-core, hslua-marshalling, and
     hslua-packaging, allowing their respective version 2.1.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hslua-module-text-1.0.1/hslua-module-text.cabal 
new/hslua-module-text-1.0.2/hslua-module-text.cabal
--- old/hslua-module-text-1.0.1/hslua-module-text.cabal 2001-09-09 
03:46:40.000000000 +0200
+++ new/hslua-module-text-1.0.2/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.0.1
+version:             1.0.2
 synopsis:            Lua module for text
 description:         UTF-8 aware subset of Lua's `string` module.
                      .
@@ -34,8 +34,8 @@
 common common-options
   default-language:    Haskell2010
   build-depends:       base                 >= 4.8    && < 5
-                     , hslua-core           >= 2.0    && < 2.2
-                     , hslua-packaging      >= 2.0    && < 2.2
+                     , hslua-core           >= 2.1    && < 2.3
+                     , hslua-packaging      >= 2.1    && < 2.3
                      , text                 >= 1.2    && < 2.1
   ghc-options:         -Wall
                        -Wincomplete-record-updates
@@ -54,7 +54,7 @@
   import:              common-options
   exposed-modules:     HsLua.Module.Text
   hs-source-dirs:      src
-  build-depends:       hslua-marshalling    >= 2.0    && < 2.2
+  build-depends:       hslua-marshalling    >= 2.1    && < 2.3
   other-extensions:    OverloadedStrings
 
 test-suite test-hslua-module-text

Reply via email to