Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package ghc-microstache for openSUSE:Factory
checked in at 2023-10-18 21:25:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-microstache (Old)
and /work/SRC/openSUSE:Factory/.ghc-microstache.new.31755 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-microstache"
Wed Oct 18 21:25:58 2023 rev:10 rq:1118480 version:1.0.2.3
Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-microstache/ghc-microstache.changes
2023-07-05 15:31:56.835060095 +0200
+++
/work/SRC/openSUSE:Factory/.ghc-microstache.new.31755/ghc-microstache.changes
2023-10-18 21:26:13.341814682 +0200
@@ -1,0 +2,6 @@
+Fri Oct 13 10:16:02 UTC 2023 - Peter Simons <[email protected]>
+
+- Update microstache to version 1.0.2.3 revision 3.
+ Upstream has revised the Cabal build instructions on Hackage.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-microstache.spec ++++++
--- /var/tmp/diff_new_pack.pzLb29/_old 2023-10-18 21:26:13.881834244 +0200
+++ /var/tmp/diff_new_pack.pzLb29/_new 2023-10-18 21:26:13.881834244 +0200
@@ -26,7 +26,7 @@
License: BSD-3-Clause
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/2.cabal#/%{pkg_name}.cabal
+Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/3.cabal#/%{pkg_name}.cabal
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-aeson-devel
BuildRequires: ghc-aeson-prof
++++++ microstache.cabal ++++++
--- /var/tmp/diff_new_pack.pzLb29/_old 2023-10-18 21:26:13.917835548 +0200
+++ /var/tmp/diff_new_pack.pzLb29/_new 2023-10-18 21:26:13.921835693 +0200
@@ -1,6 +1,6 @@
name: microstache
version: 1.0.2.3
-x-revision: 2
+x-revision: 3
cabal-version: >=1.10
license: BSD3
license-file: LICENSE
@@ -42,8 +42,9 @@
|| ==8.10.7
|| ==9.0.2
|| ==9.2.8
- || ==9.4.5
- || ==9.6.2
+ || ==9.4.7
+ || ==9.6.3
+ || ==9.8.1
source-repository head
type: git
@@ -52,13 +53,13 @@
library
build-depends:
aeson >=0.11 && <1.6 || >=2.0.0.0 && <2.3
- , base >=4.5 && <4.19
+ , base >=4.5 && <4.20
, containers >=0.4.2.1 && <0.7
- , deepseq >=1.3.0.0 && <1.5
+ , deepseq >=1.3.0.0 && <1.6
, directory >=1.1.0.2 && <1.4
, filepath >=1.3.0.0 && <1.5
, parsec >=3.1.11 && <3.2
- , text >=1.2.3.0 && <1.3 || >=2.0 && <2.1
+ , text >=1.2.3.0 && <1.3 || >=2.0 && <2.2
, transformers >=0.3.0.0 && <0.7
, unordered-containers >=0.2.5 && <0.3
, vector >=0.11 && <0.14
@@ -95,7 +96,7 @@
-- tasty-as-hspec
build-depends:
base-orphans >=0.8.7 && <0.10
- , tasty >=1.4.0.1 && <1.5
+ , tasty >=1.4.0.1 && <1.6
, tasty-hunit >=0.10.0.3 && <0.11
if !impl(ghc >=8.0)
@@ -125,7 +126,7 @@
-- tasty-as-hspec
build-depends:
base-orphans >=0.8.7 && <0.10
- , tasty >=1.4.0.1 && <1.5
+ , tasty >=1.4.0.1 && <1.6
, tasty-hunit >=0.10.0.3 && <0.11
other-modules: Test.Hspec