Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ghc-mustache for openSUSE:Factory 
checked in at 2022-08-01 21:28:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-mustache (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-mustache.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-mustache"

Mon Aug  1 21:28:53 2022 rev:16 rq:985823 version:2.4.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-mustache/ghc-mustache.changes        
2022-02-11 23:11:16.811270602 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-mustache.new.1533/ghc-mustache.changes      
2022-08-01 21:29:01.949421247 +0200
@@ -1,0 +2,14 @@
+Wed Mar 23 14:02:31 UTC 2022 - Peter Simons <[email protected]>
+
+- Update mustache to version 2.4.1.
+  ## v2.4.1
+
+  - Compatibility with `containers >= 0.2.17`
+
+-------------------------------------------------------------------
+Tue Mar  8 20:26:55 UTC 2022 - Peter Simons <[email protected]>
+
+- Update mustache to version 2.4.0 revision 1.
+  Upstream has revised the Cabal build instructions on Hackage.
+
+-------------------------------------------------------------------

Old:
----
  mustache-2.4.0.tar.gz

New:
----
  mustache-2.4.1.tar.gz

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

Other differences:
------------------
++++++ ghc-mustache.spec ++++++
--- /var/tmp/diff_new_pack.MYoAlO/_old  2022-08-01 21:29:02.581423061 +0200
+++ /var/tmp/diff_new_pack.MYoAlO/_new  2022-08-01 21:29:02.585423072 +0200
@@ -19,7 +19,7 @@
 %global pkg_name mustache
 %bcond_with tests
 Name:           ghc-%{pkg_name}
-Version:        2.4.0
+Version:        2.4.1
 Release:        0
 Summary:        A mustache template parser library
 License:        BSD-3-Clause

++++++ mustache-2.4.0.tar.gz -> mustache-2.4.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mustache-2.4.0/CHANGELOG.md 
new/mustache-2.4.1/CHANGELOG.md
--- old/mustache-2.4.0/CHANGELOG.md     2022-01-30 20:28:24.000000000 +0100
+++ new/mustache-2.4.1/CHANGELOG.md     2022-03-23 14:41:54.000000000 +0100
@@ -1,5 +1,9 @@
 # Mustache library changelog
 
+## v2.4.1
+
+- Compatibility with `containers >= 0.2.17`
+
 ## v2.4.0
 
 - Support for aeson 2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mustache-2.4.0/mustache.cabal 
new/mustache-2.4.1/mustache.cabal
--- old/mustache-2.4.0/mustache.cabal   2022-01-30 20:32:20.000000000 +0100
+++ new/mustache-2.4.1/mustache.cabal   2022-03-23 14:41:07.000000000 +0100
@@ -5,7 +5,7 @@
 -- see: https://github.com/sol/hpack
 
 name:           mustache
-version:        2.4.0
+version:        2.4.1
 synopsis:       A mustache template parser library.
 description:    Allows parsing and rendering template files with mustache 
markup. See the
                 mustache <http://mustache.github.io/mustache.5.html language 
reference>.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mustache-2.4.0/src/Text/Mustache/Internal/Types.hs 
new/mustache-2.4.1/src/Text/Mustache/Internal/Types.hs
--- old/mustache-2.4.0/src/Text/Mustache/Internal/Types.hs      2022-01-30 
20:26:33.000000000 +0100
+++ new/mustache-2.4.1/src/Text/Mustache/Internal/Types.hs      2022-03-23 
14:38:16.000000000 +0100
@@ -394,12 +394,15 @@
 deriveLift ''Node
 deriveLift ''Template
 
+-- Data.HashMap 0.2.17.0 introduces its own Lift instance
+#if !MIN_VERSION_unordered_containers(0,2,17)
 instance Lift TemplateCache where
 #if MIN_VERSION_template_haskell(2,16,0)
   liftTyped m = [|| HM.fromList $$(liftTyped $ HM.toList m) ||]
 #else
   lift m = [| HM.fromList $(lift $ HM.toList m) |]
 #endif
+#endif
 
 --Data.Text 1.2.4.0 introduces its own Lift Text instance
 #if !MIN_VERSION_text(1,2,4)

Reply via email to