Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package ghc-hslua-module-system for
openSUSE:Factory checked in at 2022-08-01 21:28:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-hslua-module-system (Old)
and /work/SRC/openSUSE:Factory/.ghc-hslua-module-system.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-hslua-module-system"
Mon Aug 1 21:28:47 2022 rev:9 rq:985817 version:1.0.2
Changes:
--------
---
/work/SRC/openSUSE:Factory/ghc-hslua-module-system/ghc-hslua-module-system.changes
2022-02-11 23:11:00.407223157 +0100
+++
/work/SRC/openSUSE:Factory/.ghc-hslua-module-system.new.1533/ghc-hslua-module-system.changes
2022-08-01 21:28:53.585397251 +0200
@@ -1,0 +2,10 @@
+Sat Feb 19 14:38:22 UTC 2022 - Peter Simons <[email protected]>
+
+- Update hslua-module-system to version 1.0.2.
+ ## hslua-module-system-1.0.2
+
+ Released 2022-02-19.
+
+ - Adjusted package bounds, for hslua-core and hslua-packaging.
+
+-------------------------------------------------------------------
Old:
----
hslua-module-system-1.0.1.tar.gz
hslua-module-system.cabal
New:
----
hslua-module-system-1.0.2.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-hslua-module-system.spec ++++++
--- /var/tmp/diff_new_pack.UUhqNh/_old 2022-08-01 21:28:54.129398812 +0200
+++ /var/tmp/diff_new_pack.UUhqNh/_new 2022-08-01 21:28:54.137398835 +0200
@@ -19,13 +19,12 @@
%global pkg_name hslua-module-system
%bcond_with tests
Name: ghc-%{pkg_name}
-Version: 1.0.1
+Version: 1.0.2
Release: 0
Summary: Lua module wrapper around Haskell's System module
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-directory-devel
BuildRequires: ghc-exceptions-devel
@@ -62,7 +61,6 @@
%prep
%autosetup -n %{pkg_name}-%{version}
-cp -p %{SOURCE1} %{pkg_name}.cabal
%build
%ghc_lib_build
++++++ hslua-module-system-1.0.1.tar.gz -> hslua-module-system-1.0.2.tar.gz
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/hslua-module-system-1.0.1/CHANGELOG.md
new/hslua-module-system-1.0.2/CHANGELOG.md
--- old/hslua-module-system-1.0.1/CHANGELOG.md 2001-09-09 03:46:40.000000000
+0200
+++ new/hslua-module-system-1.0.2/CHANGELOG.md 2001-09-09 03:46:40.000000000
+0200
@@ -2,6 +2,12 @@
`hslua-module-system` uses [PVP Versioning][].
+## hslua-module-system-1.0.2
+
+Released 2022-02-19.
+
+- Adjusted package bounds, for hslua-core and hslua-packaging.
+
## hslua-module-system-1.0.1
Released 29-01-2022.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/hslua-module-system-1.0.1/hslua-module-system.cabal
new/hslua-module-system-1.0.2/hslua-module-system.cabal
--- old/hslua-module-system-1.0.1/hslua-module-system.cabal 2001-09-09
03:46:40.000000000 +0200
+++ new/hslua-module-system-1.0.2/hslua-module-system.cabal 2001-09-09
03:46:40.000000000 +0200
@@ -1,6 +1,6 @@
cabal-version: 2.2
name: hslua-module-system
-version: 1.0.1
+version: 1.0.2
synopsis: Lua module wrapper around Haskell's System module.
description: Provides access to system information and
@@ -36,8 +36,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
default-extensions: LambdaCase
, OverloadedStrings
@@ -58,7 +58,7 @@
import: common-options
build-depends: directory >= 1.3 && < 1.4
, exceptions >= 0.8 && < 0.11
- , hslua-marshalling >= 2.0 && < 2.2
+ , hslua-marshalling >= 2.0 && < 2.3
, temporary >= 1.2 && < 1.4
exposed-modules: HsLua.Module.System
other-modules: HsLua.Module.SystemUtils