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 2022-08-01 21:30:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-microstache (Old)
and /work/SRC/openSUSE:Factory/.ghc-microstache.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-microstache"
Mon Aug 1 21:30:10 2022 rev:5 rq:987064 version:1.0.2.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-microstache/ghc-microstache.changes
2022-02-11 23:11:15.471266727 +0100
+++
/work/SRC/openSUSE:Factory/.ghc-microstache.new.1533/ghc-microstache.changes
2022-08-01 21:30:25.761661699 +0200
@@ -1,0 +2,14 @@
+Mon Jun 20 13:30:34 UTC 2022 - Peter Simons <[email protected]>
+
+- Update microstache to version 1.0.2.1 revision 2.
+ Upstream has revised the Cabal build instructions on Hackage.
+
+-------------------------------------------------------------------
+Mon May 16 12:45:29 UTC 2022 - Peter Simons <[email protected]>
+
+- Update microstache to version 1.0.2.1.
+ ## microstache 1.0.2.1
+
+ - Support `transformers-0.6`
+
+-------------------------------------------------------------------
Old:
----
microstache-1.0.2.tar.gz
New:
----
microstache-1.0.2.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-microstache.spec ++++++
--- /var/tmp/diff_new_pack.pSfTUZ/_old 2022-08-01 21:30:26.357663409 +0200
+++ /var/tmp/diff_new_pack.pSfTUZ/_new 2022-08-01 21:30:26.361663420 +0200
@@ -19,13 +19,13 @@
%global pkg_name microstache
%bcond_with tests
Name: ghc-%{pkg_name}
-Version: 1.0.2
+Version: 1.0.2.1
Release: 0
Summary: Mustache templates for Haskell
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/3.cabal#/%{pkg_name}.cabal
+Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/2.cabal#/%{pkg_name}.cabal
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-aeson-devel
BuildRequires: ghc-containers-devel
++++++ microstache-1.0.2.tar.gz -> microstache-1.0.2.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/microstache-1.0.2/CHANGELOG.md
new/microstache-1.0.2.1/CHANGELOG.md
--- old/microstache-1.0.2/CHANGELOG.md 2001-09-09 03:46:40.000000000 +0200
+++ new/microstache-1.0.2.1/CHANGELOG.md 2001-09-09 03:46:40.000000000
+0200
@@ -1,3 +1,7 @@
+## microstache 1.0.2.1
+
+- Support `transformers-0.6`
+
## microstache 1.0.2
- Support `aeson-2.0.0.0`
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/microstache-1.0.2/microstache.cabal
new/microstache-1.0.2.1/microstache.cabal
--- old/microstache-1.0.2/microstache.cabal 2001-09-09 03:46:40.000000000
+0200
+++ new/microstache-1.0.2.1/microstache.cabal 2001-09-09 03:46:40.000000000
+0200
@@ -1,5 +1,5 @@
name: microstache
-version: 1.0.2
+version: 1.0.2.1
cabal-version: >=1.10
license: BSD3
license-file: LICENSE
@@ -38,8 +38,9 @@
|| ==8.4.4
|| ==8.6.5
|| ==8.8.4
- || ==8.10.4
- || ==9.0.1
+ || ==8.10.7
+ || ==9.0.2
+ || ==9.2.2
source-repository head
type: git
@@ -48,14 +49,14 @@
library
build-depends:
aeson >=0.11 && <1.6 || >=2.0.0.0 && <2.1
- , base >=4.5 && <4.16
+ , base >=4.5 && <4.17
, containers >=0.4.2.1 && <0.7
, deepseq >=1.3.0.0 && <1.5
, directory >=1.1.0.2 && <1.4
, filepath >=1.3.0.0 && <1.5
, parsec >=3.1.11 && <3.2
- , text >=1.2 && <1.3
- , transformers >=0.3.0.0 && <0.6
+ , text >=1.2.3.0 && <1.3 || >=2.0 && <2.1
+ , transformers >=0.3.0.0 && <0.7
, unordered-containers >=0.2.5 && <0.3
, vector >=0.11 && <0.13
@@ -63,7 +64,7 @@
build-depends: ghc-prim
if !impl(ghc >=8.0)
- build-depends: semigroups >=0.18 && <0.20
+ build-depends: semigroups >=0.18 && <0.21
exposed-modules:
Text.Microstache
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/microstache-1.0.2/src/Text/Microstache/Parser.hs
new/microstache-1.0.2.1/src/Text/Microstache/Parser.hs
--- old/microstache-1.0.2/src/Text/Microstache/Parser.hs 2001-09-09
03:46:40.000000000 +0200
+++ new/microstache-1.0.2.1/src/Text/Microstache/Parser.hs 2001-09-09
03:46:40.000000000 +0200
@@ -41,7 +41,7 @@
-- ^ File contents (Mustache template)
-> Either ParseError [Node]
-- ^ Parsed nodes or parse error
-parseMustache = runParser (pMustache eof) (Delimiters "{{" "}}")
+parseMustache name contents = runIdentity (runParserT (pMustache eof)
(Delimiters "{{" "}}") name contents)
pMustache :: Parser () -> Parser [Node]
pMustache = fmap catMaybes . manyTill (choice alts)
++++++ microstache.cabal ++++++
--- /var/tmp/diff_new_pack.pSfTUZ/_old 2022-08-01 21:30:26.485663776 +0200
+++ /var/tmp/diff_new_pack.pSfTUZ/_new 2022-08-01 21:30:26.489663787 +0200
@@ -1,6 +1,6 @@
name: microstache
-version: 1.0.2
-x-revision: 3
+version: 1.0.2.1
+x-revision: 2
cabal-version: >=1.10
license: BSD3
license-file: LICENSE
@@ -40,8 +40,8 @@
|| ==8.6.5
|| ==8.8.4
|| ==8.10.7
- || ==9.0.1
- || ==9.2.1
+ || ==9.0.2
+ || ==9.2.3
source-repository head
type: git
@@ -49,17 +49,17 @@
library
build-depends:
- aeson >=0.11 && <1.6 || >=2.0.0.0 && <2.1
+ aeson >=0.11 && <1.6 || >=2.0.0.0 && <2.2
, base >=4.5 && <4.17
, containers >=0.4.2.1 && <0.7
, deepseq >=1.3.0.0 && <1.5
, directory >=1.1.0.2 && <1.4
, filepath >=1.3.0.0 && <1.5
, parsec >=3.1.11 && <3.2
- , text >=1.2 && <1.3 || >=2.0 && <2.1
- , transformers >=0.3.0.0 && <0.6
+ , text >=1.2.3.0 && <1.3 || >=2.0 && <2.1
+ , transformers >=0.3.0.0 && <0.7
, unordered-containers >=0.2.5 && <0.3
- , vector >=0.11 && <0.13
+ , vector >=0.11 && <0.14
if impl(ghc <=7.6)
build-depends: ghc-prim