Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ghc-skylighting-format-blaze-html 
for openSUSE:Factory checked in at 2023-09-04 22:53:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-skylighting-format-blaze-html (Old)
 and      
/work/SRC/openSUSE:Factory/.ghc-skylighting-format-blaze-html.new.1766 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-skylighting-format-blaze-html"

Mon Sep  4 22:53:51 2023 rev:3 rq:1108874 version:0.1.1.1

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/ghc-skylighting-format-blaze-html/ghc-skylighting-format-blaze-html.changes
      2023-04-04 21:23:34.898271065 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-skylighting-format-blaze-html.new.1766/ghc-skylighting-format-blaze-html.changes
    2023-09-04 22:54:42.166144076 +0200
@@ -1,0 +2,9 @@
+Sun Aug 27 17:32:33 UTC 2023 - Peter Simons <[email protected]>
+
+- Update skylighting-format-blaze-html to version 0.1.1.1.
+  ## 0.1.1.1
+
+  * Remove `display: inline-block` from the code line spans.  This
+    caused odd size changes in iOS.  Closes #7248.
+
+-------------------------------------------------------------------

Old:
----
  skylighting-format-blaze-html-0.1.1.tar.gz

New:
----
  skylighting-format-blaze-html-0.1.1.1.tar.gz

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

Other differences:
------------------
++++++ ghc-skylighting-format-blaze-html.spec ++++++
--- /var/tmp/diff_new_pack.OtEAyH/_old  2023-09-04 22:54:43.146178717 +0200
+++ /var/tmp/diff_new_pack.OtEAyH/_new  2023-09-04 22:54:43.154179000 +0200
@@ -19,7 +19,7 @@
 %global pkg_name skylighting-format-blaze-html
 %global pkgver %{pkg_name}-%{version}
 Name:           ghc-%{pkg_name}
-Version:        0.1.1
+Version:        0.1.1.1
 Release:        0
 Summary:        HTML formatter for skylighting syntax highlighting library
 License:        BSD-3-Clause

++++++ skylighting-format-blaze-html-0.1.1.tar.gz -> 
skylighting-format-blaze-html-0.1.1.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/skylighting-format-blaze-html-0.1.1/README.md 
new/skylighting-format-blaze-html-0.1.1.1/README.md
--- old/skylighting-format-blaze-html-0.1.1/README.md   2001-09-09 
03:46:40.000000000 +0200
+++ new/skylighting-format-blaze-html-0.1.1.1/README.md 2001-09-09 
03:46:40.000000000 +0200
@@ -1,5 +1,5 @@
-# skylighting-format-ansi
-
-This package provides functions to render syntax-highlighting
-as ANSI text.
+# skylighting-format-blaze-html
 
+This package provides functions to render syntax-highlighting as HTML
+using the [blaze-html](https://hackage.haskell.org/package/blaze-html)
+HTML combinator library for Haskell.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/skylighting-format-blaze-html-0.1.1/changelog.md 
new/skylighting-format-blaze-html-0.1.1.1/changelog.md
--- old/skylighting-format-blaze-html-0.1.1/changelog.md        2001-09-09 
03:46:40.000000000 +0200
+++ new/skylighting-format-blaze-html-0.1.1.1/changelog.md      2001-09-09 
03:46:40.000000000 +0200
@@ -1,5 +1,10 @@
 # Changelog for skylighting-format-blaze-html
 
+## 0.1.1.1
+
+* Remove `display: inline-block` from the code line spans.  This
+  caused odd size changes in iOS.  Closes #7248.
+
 ## 0.1.1
 
 * Export `formatHtml4Block`, which should be used instead of
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/skylighting-format-blaze-html-0.1.1/skylighting-format-blaze-html.cabal 
new/skylighting-format-blaze-html-0.1.1.1/skylighting-format-blaze-html.cabal
--- old/skylighting-format-blaze-html-0.1.1/skylighting-format-blaze-html.cabal 
2001-09-09 03:46:40.000000000 +0200
+++ 
new/skylighting-format-blaze-html-0.1.1.1/skylighting-format-blaze-html.cabal   
    2001-09-09 03:46:40.000000000 +0200
@@ -1,5 +1,5 @@
 name:                skylighting-format-blaze-html
-version:             0.1.1
+version:             0.1.1.1
 synopsis:            HTML formatter for skylighting syntax highlighting library
 description:         This module allows tokens produced by skylighting-core
                      to be rendered as HTML.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/skylighting-format-blaze-html-0.1.1/src/Skylighting/Format/HTML.hs 
new/skylighting-format-blaze-html-0.1.1.1/src/Skylighting/Format/HTML.hs
--- old/skylighting-format-blaze-html-0.1.1/src/Skylighting/Format/HTML.hs      
2001-09-09 03:46:40.000000000 +0200
+++ new/skylighting-format-blaze-html-0.1.1.1/src/Skylighting/Format/HTML.hs    
2001-09-09 03:46:40.000000000 +0200
@@ -194,7 +194,7 @@
           ]
          divspec = [
             "pre > code.sourceCode { white-space: pre; position: relative; }" 
-- position relative needed for relative contents
-          , "pre > code.sourceCode > span { display: inline-block; 
line-height: 1.25; }"
+          , "pre > code.sourceCode > span { line-height: 1.25; }"
           , "pre > code.sourceCode > span:empty { height: 1.2em; }" -- correct 
empty line height
           , ".sourceCode { overflow: visible; }" -- needed for line numbers
           , "code.sourceCode > span { color: inherit; text-decoration: 
inherit; }"

Reply via email to