commit ghc-skylighting for openSUSE:Factory
Hello community, here is the log from the commit of package ghc-skylighting for openSUSE:Factory checked in at 2019-07-29 17:26:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-skylighting (Old) and /work/SRC/openSUSE:Factory/.ghc-skylighting.new.4126 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "ghc-skylighting" Mon Jul 29 17:26:49 2019 rev:11 rq:715419 version:0.8.2 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-skylighting/ghc-skylighting.changes 2019-06-19 21:12:49.134766903 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-skylighting.new.4126/ghc-skylighting.changes 2019-07-29 17:26:59.218288982 +0200 @@ -1,0 +2,21 @@ +Mon Jul 15 02:01:47 UTC 2019 - psimons@suse.com + +- Update skylighting to version 0.8.2. + ## 0.8.2 -- 2019-07-14 + + * Change matchRegex so it gives "no match" on a regex error + instead of raising an exception. This seems to be how Kate + works. Fixes an error on long integer literals (#81). + + ## 0.8.1.2 -- 2019-07-14 + + * Fix HlCChar for one-character octal escapes like '\0' (#82). + Due to a bug in pCStringChar, only multi-character octal + escapes were being recognized. This affects not just C + highlighting, but all of the following highlighters which + use HlCChar: fasm eiffel pike objectivec ruby vhdl scala + java jsp nasm protobuf pure go objectivecpp gnuassembler povray + actionscript c cs opencl boo rhtml elixir. This fixes a + regression introduced in version 0.3.1. + +------------------------------------------------------------------- Old: ---- skylighting-0.8.1.1.tar.gz New: ---- skylighting-0.8.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-skylighting.spec ++++++ --- /var/tmp/diff_new_pack.zHDMDO/_old 2019-07-29 17:27:02.018287946 +0200 +++ /var/tmp/diff_new_pack.zHDMDO/_new 2019-07-29 17:27:02.022287944 +0200 @@ -18,7 +18,7 @@ %global pkg_name skylighting Name: ghc-%{pkg_name} -Version: 0.8.1.1 +Version: 0.8.2 Release: 0 Summary: Syntax highlighting library License: GPL-2.0-or-later ++++++ skylighting-0.8.1.1.tar.gz -> skylighting-0.8.2.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/skylighting-0.8.1.1/changelog.md new/skylighting-0.8.2/changelog.md --- old/skylighting-0.8.1.1/changelog.md 2019-06-14 03:43:56.000000000 +0200 +++ new/skylighting-0.8.2/changelog.md 2019-07-14 19:04:54.000000000 +0200 @@ -1,5 +1,22 @@ # Revision history for skylighting and skylighting-core +## 0.8.2 -- 2019-07-14 + + * Change matchRegex so it gives "no match" on a regex error + instead of raising an exception. This seems to be how Kate + works. Fixes an error on long integer literals (#81). + +## 0.8.1.2 -- 2019-07-14 + + * Fix HlCChar for one-character octal escapes like '\0' (#82). + Due to a bug in pCStringChar, only multi-character octal + escapes were being recognized. This affects not just C + highlighting, but all of the following highlighters which + use HlCChar: fasm eiffel pike objectivec ruby vhdl scala + java jsp nasm protobuf pure go objectivecpp gnuassembler povray + actionscript c cs opencl boo rhtml elixir. This fixes a + regression introduced in version 0.3.1. + ## 0.8.1.1 -- 2019-06-13 * Improved LaTeX escaping (#78). diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/skylighting-0.8.1.1/skylighting.cabal new/skylighting-0.8.2/skylighting.cabal --- old/skylighting-0.8.1.1/skylighting.cabal 2019-06-14 03:43:56.000000000 +0200 +++ new/skylighting-0.8.2/skylighting.cabal 2019-07-14 19:07:01.000000000 +0200 @@ -1,5 +1,5 @@ name: skylighting -version: 0.8.1.1 +version: 0.8.2 synopsis: syntax highlighting library description: Skylighting is a syntax highlighting library with support for over one hundred languages. It derives @@ -183,7 +183,7 @@ Skylighting.Syntax.Zsh other-extensions: CPP, Arrows build-depends: base >= 4.8 && < 5.0, - skylighting-core >= 0.8.1.1 && < 0.8.2, + skylighting-core == 0.8.2, mtl, text, binary,
participants (1)
-
root