Hello community,

here is the log from the commit of package ghc-doctemplates for 
openSUSE:Leap:15.2 checked in at 2020-03-13 10:56:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/ghc-doctemplates (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.ghc-doctemplates.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-doctemplates"

Fri Mar 13 10:56:48 2020 rev:12 rq:782961 version:0.8.1

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/ghc-doctemplates/ghc-doctemplates.changes      
2020-02-19 18:38:46.833989473 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.ghc-doctemplates.new.3160/ghc-doctemplates.changes
    2020-03-13 10:56:49.224410946 +0100
@@ -1,0 +2,10 @@
+Thu Feb 27 16:05:49 UTC 2020 - [email protected]
+
+- Update doctemplates to version 0.8.1.
+  ## 0.8.1
+
+    * Depend on doclayout 0.3, which adds an additional method
+      on the HasChars class.  This fixes some stack overflows
+      in rendering very long lines.
+
+-------------------------------------------------------------------

Old:
----
  doctemplates-0.8.tar.gz

New:
----
  doctemplates-0.8.1.tar.gz

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

Other differences:
------------------
++++++ ghc-doctemplates.spec ++++++
--- /var/tmp/diff_new_pack.kkTGXB/_old  2020-03-13 10:56:49.516411154 +0100
+++ /var/tmp/diff_new_pack.kkTGXB/_new  2020-03-13 10:56:49.524411160 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-doctemplates
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 %global pkg_name doctemplates
 %bcond_with tests
 Name:           ghc-%{pkg_name}
-Version:        0.8
+Version:        0.8.1
 Release:        0
 Summary:        Pandoc-style document templates
 License:        BSD-3-Clause

++++++ doctemplates-0.8.tar.gz -> doctemplates-0.8.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/doctemplates-0.8/changelog.md 
new/doctemplates-0.8.1/changelog.md
--- old/doctemplates-0.8/changelog.md   2019-12-07 20:57:11.000000000 +0100
+++ new/doctemplates-0.8.1/changelog.md 2020-01-13 08:18:25.000000000 +0100
@@ -1,5 +1,11 @@
 # doctemplates
 
+## 0.8.1
+
+  * Depend on doclayout 0.3, which adds an additional method
+    on the HasChars class.  This fixes some stack overflows
+    in rendering very long lines.
+
 ## 0.8
 
   * Change `Filter` data type to `Pipe`.  Use the nomenclature of
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/doctemplates-0.8/doctemplates.cabal 
new/doctemplates-0.8.1/doctemplates.cabal
--- old/doctemplates-0.8/doctemplates.cabal     2019-12-07 20:50:31.000000000 
+0100
+++ new/doctemplates-0.8.1/doctemplates.cabal   2020-01-13 08:03:14.000000000 
+0100
@@ -1,5 +1,5 @@
 name:                doctemplates
-version:             0.8
+version:             0.8.1
 synopsis:            Pandoc-style document templates
 description:         This is the text templating system used by pandoc.
                      It supports variable interpolation, iteration,
@@ -34,7 +34,7 @@
                        aeson,
                        HsYAML,
                        text,
-                       doclayout >= 0.2 && < 0.3,
+                       doclayout >= 0.3 && < 0.4,
                        containers,
                        vector,
                        filepath,
@@ -53,7 +53,7 @@
   main-is:             test.hs
   build-depends:       base,
                        doctemplates,
-                       doclayout >= 0.2 && < 0.3,
+                       doclayout >= 0.3 && < 0.4,
                        containers,
                        aeson,
                        Glob,
@@ -72,7 +72,7 @@
   Main-Is:         bench.hs
   Hs-Source-Dirs:  bench
   Build-Depends:   doctemplates,
-                   doclayout >= 0.2 && < 0.3,
+                   doclayout >= 0.3 && < 0.4,
                    base >= 4.8 && < 5,
                    criterion >= 1.0 && < 1.6,
                    filepath,


Reply via email to