Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package ghc-hslua-module-path for
openSUSE:Factory checked in at 2022-08-01 21:28:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-hslua-module-path (Old)
and /work/SRC/openSUSE:Factory/.ghc-hslua-module-path.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-hslua-module-path"
Mon Aug 1 21:28:46 2022 rev:4 rq:985816 version:1.0.2
Changes:
--------
---
/work/SRC/openSUSE:Factory/ghc-hslua-module-path/ghc-hslua-module-path.changes
2022-02-11 23:10:59.539220646 +0100
+++
/work/SRC/openSUSE:Factory/.ghc-hslua-module-path.new.1533/ghc-hslua-module-path.changes
2022-08-01 21:28:52.721394773 +0200
@@ -1,0 +2,11 @@
+Sat Feb 19 14:38:21 UTC 2022 - Peter Simons <[email protected]>
+
+- Update hslua-module-path to version 1.0.2.
+ ## hslua-module-path-1.0.2
+
+ Released 2022-02-19.
+
+ - Adjusted package bounds, for hslua-core, hslua-marshalling,
+ and hslua-packaging.
+
+-------------------------------------------------------------------
Old:
----
hslua-module-path-1.0.1.tar.gz
hslua-module-path.cabal
New:
----
hslua-module-path-1.0.2.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-hslua-module-path.spec ++++++
--- /var/tmp/diff_new_pack.wcRPMs/_old 2022-08-01 21:28:53.253396299 +0200
+++ /var/tmp/diff_new_pack.wcRPMs/_new 2022-08-01 21:28:53.277396368 +0200
@@ -19,13 +19,12 @@
%global pkg_name hslua-module-path
%bcond_with tests
Name: ghc-%{pkg_name}
-Version: 1.0.1
+Version: 1.0.2
Release: 0
Summary: Lua module to work with file paths
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-filepath-devel
BuildRequires: ghc-hslua-core-devel
@@ -56,7 +55,6 @@
%prep
%autosetup -n %{pkg_name}-%{version}
-cp -p %{SOURCE1} %{pkg_name}.cabal
%build
%ghc_lib_build
++++++ hslua-module-path-1.0.1.tar.gz -> hslua-module-path-1.0.2.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/hslua-module-path-1.0.1/CHANGELOG.md
new/hslua-module-path-1.0.2/CHANGELOG.md
--- old/hslua-module-path-1.0.1/CHANGELOG.md 2001-09-09 03:46:40.000000000
+0200
+++ new/hslua-module-path-1.0.2/CHANGELOG.md 2001-09-09 03:46:40.000000000
+0200
@@ -2,6 +2,13 @@
`hslua-module-paths` uses [PVP Versioning][].
+## hslua-module-path-1.0.2
+
+Released 2022-02-19.
+
+- Adjusted package bounds, for hslua-core, hslua-marshalling,
+ and hslua-packaging.
+
## hslua-module-path-1.0.1
- Bumped upper bound of hslua-core and hslua-marshalling to
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/hslua-module-path-1.0.1/hslua-module-path.cabal
new/hslua-module-path-1.0.2/hslua-module-path.cabal
--- old/hslua-module-path-1.0.1/hslua-module-path.cabal 2001-09-09
03:46:40.000000000 +0200
+++ new/hslua-module-path-1.0.2/hslua-module-path.cabal 2001-09-09
03:46:40.000000000 +0200
@@ -1,6 +1,6 @@
cabal-version: 2.2
name: hslua-module-path
-version: 1.0.1
+version: 1.0.2
synopsis: Lua module to work with file paths.
description: Lua module to work with file paths in a platform
independent way.
@@ -33,9 +33,9 @@
common common-options
build-depends: base >= 4.9.1 && < 5
, filepath >= 1.4 && < 1.5
- , hslua-core >= 2.1 && < 2.2
- , hslua-marshalling >= 2.0 && < 2.2
- , hslua-packaging >= 2.0 && < 2.2
+ , hslua-core >= 2.1 && < 2.3
+ , hslua-marshalling >= 2.1 && < 2.3
+ , hslua-packaging >= 2.1 && < 2.3
, text >= 1.2 && < 2.1
ghc-options: -Wall