commit ghc-skylighting-core for openSUSE:Factory

2020-10-27 Thread root
Hello community,

here is the log from the commit of package ghc-skylighting-core for 
openSUSE:Factory checked in at 2020-10-27 19:03:07

Comparing /work/SRC/openSUSE:Factory/ghc-skylighting-core (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-skylighting-core.new.3463 (New)


Package is "ghc-skylighting-core"

Tue Oct 27 19:03:07 2020 rev:18 rq:844310 version:0.10.0.3

Changes:

--- 
/work/SRC/openSUSE:Factory/ghc-skylighting-core/ghc-skylighting-core.changes
2020-10-23 15:14:53.334149914 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-skylighting-core.new.3463/ghc-skylighting-core.changes
  2020-10-27 19:03:20.634935277 +0100
@@ -1,0 +2,8 @@
+Fri Oct 23 19:25:31 UTC 2020 - psim...@suse.com
+
+- Update skylighting-core to version 0.10.0.3.
+  ## 0.10.0.3
+
+* Add groovy syntax.
+
+---

Old:

  skylighting-core-0.10.0.2.tar.gz

New:

  skylighting-core-0.10.0.3.tar.gz



Other differences:
--
++ ghc-skylighting-core.spec ++
--- /var/tmp/diff_new_pack.fpMUwh/_old  2020-10-27 19:03:21.994936267 +0100
+++ /var/tmp/diff_new_pack.fpMUwh/_new  2020-10-27 19:03:21.998936270 +0100
@@ -19,7 +19,7 @@
 %global pkg_name skylighting-core
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:0.10.0.2
+Version:0.10.0.3
 Release:0
 Summary:Syntax highlighting library
 License:BSD-3-Clause

++ skylighting-core-0.10.0.2.tar.gz -> skylighting-core-0.10.0.3.tar.gz 
++
 3921 lines of diff (skipped)




commit ghc-skylighting-core for openSUSE:Factory

2020-10-23 Thread root
Hello community,

here is the log from the commit of package ghc-skylighting-core for 
openSUSE:Factory checked in at 2020-10-23 15:14:49

Comparing /work/SRC/openSUSE:Factory/ghc-skylighting-core (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-skylighting-core.new.3463 (New)


Package is "ghc-skylighting-core"

Fri Oct 23 15:14:49 2020 rev:17 rq:842764 version:0.10.0.2

Changes:

--- 
/work/SRC/openSUSE:Factory/ghc-skylighting-core/ghc-skylighting-core.changes
2020-08-28 21:38:23.212809328 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-skylighting-core.new.3463/ghc-skylighting-core.changes
  2020-10-23 15:14:53.334149914 +0200
@@ -1,0 +2,76 @@
+Tue Oct 13 07:05:05 UTC 2020 - psim...@suse.com
+
+- Update skylighting-core to version 0.10.0.2.
+  ## 0.10.0.2
+
+* Improve DetectIdentifier to ensure that identifiers can't
+  include non-ASCII characters.
+
+  ## 0.10.0.1
+
+* Fix identifier detection in non-ASCII context (#110).
+
+  ## 0.10
+
+* Add instructions for submitting patches upstream to KDE (#106).
+
+* Synced syntax definitions from KDE repo.  Note that fortran
+  has split into two: `fortran-fixed` and `fortran-free`.
+
+* Add test to ensure that all regexes in rules compile.
+
+* Regex: allow unescaped `}`.
+
+* Regex: allow empty regexes and groups.
+
+* Regex: support lazy and possessive quantifiers (#109).
+
+* Regex: support recursive regexes `(?R)` (#108).
+
+* Hide invisible line numbers from keyboard focus (#107, d10n).
+  This fixes tabbing through elements on a page.
+
+* Remove some obsolete patches for xml definitions.
+
+  ## 0.9
+
+* Use a pure Haskell regex implementation (in unexported module
+  Text.Regex.KDE) instead of pcre.  The implementation is not
+  as efficient as pcre, but it seems good enough for this
+  application, and it is desirable to avoid depending on a C
+  library.  (Available Haskell libraries weren't up to the
+  task, because they don't do back-references, captures,
+  lookahead/behind.) Some benchmarks (old/new):
+  haskell (4.6/7.9) java (13.4/23.3) c (2.8/3.7) rhtml
+  (4.7/6.1) lua (10.6/13.2) javascript (4.2/6.6).
+  Though this is a significant slowdown, the tradeoff seems
+  worth it to have a pure Haskell implementation.
+
+* Removed old `system-pcre` flag.
+
+* More efficient treatment of dynamic regexes.
+  We put something in the Regex itself to represent the `%1`,
+  and modify it later.  This allows us to cache dynamic
+  regexes in a way we couldn't before.
+
+* Add support for TOML (#105, Shiming Wang),
+  GraphQL, and Nim syntax (#102, Daniel Pozo Escalona).
+
+* Update xml definitions for actionscript, bash, boo, c,
+  cmake, elm, erlang, glsl, isocpp, java, lua, m4, mediawiki,
+  perl, powershell, scala, tcsh, xul, zsh.
+
+* Fix fallthrough behavior (don't always consume a token).
+
+* Fix word boundary detection.
+
+* Remove RegexException. (API change)
+
+* Skylighting.Regex now exports `isWordChar` and `testRegex`,
+  as well as the constructors underlying the new `Regex` type.
+
+* Remove some obsolete xml definition patches.
+
+* Fix escaped % in dynamic regex.
+
+---

Old:

  skylighting-core-0.8.5.tar.gz

New:

  skylighting-core-0.10.0.2.tar.gz



Other differences:
--
++ ghc-skylighting-core.spec ++
--- /var/tmp/diff_new_pack.HmdcC3/_old  2020-10-23 15:14:54.726150586 +0200
+++ /var/tmp/diff_new_pack.HmdcC3/_new  2020-10-23 15:14:54.726150586 +0200
@@ -19,7 +19,7 @@
 %global pkg_name skylighting-core
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:0.8.5
+Version:0.10.0.2
 Release:0
 Summary:Syntax highlighting library
 License:BSD-3-Clause
@@ -40,7 +40,6 @@
 BuildRequires:  ghc-filepath-devel
 BuildRequires:  ghc-hxt-devel
 BuildRequires:  ghc-mtl-devel
-BuildRequires:  ghc-regex-pcre-builtin-devel
 BuildRequires:  ghc-rpm-macros
 BuildRequires:  ghc-safe-devel
 BuildRequires:  ghc-text-devel

++ skylighting-core-0.8.5.tar.gz -> skylighting-core-0.10.0.2.tar.gz ++
 19698 lines of diff (skipped)




commit ghc-skylighting-core for openSUSE:Factory

2020-08-28 Thread root
Hello community,

here is the log from the commit of package ghc-skylighting-core for 
openSUSE:Factory checked in at 2020-08-28 21:38:21

Comparing /work/SRC/openSUSE:Factory/ghc-skylighting-core (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-skylighting-core.new.3399 (New)


Package is "ghc-skylighting-core"

Fri Aug 28 21:38:21 2020 rev:16 rq:829423 version:0.8.5

Changes:

--- 
/work/SRC/openSUSE:Factory/ghc-skylighting-core/ghc-skylighting-core.changes
2020-07-09 13:20:06.329409545 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-skylighting-core.new.3399/ghc-skylighting-core.changes
  2020-08-28 21:38:23.212809328 +0200
@@ -1,0 +2,10 @@
+Wed Aug 19 06:55:08 UTC 2020 - Michel Normand 
+
+- Add _constraints with 6GB min disk space for ppc64/ppc64le
+
+---
+Tue Aug 18 10:46:03 UTC 2020 - Peter Simons 
+
+- Replace %setup -q with the more modern %autosetup macro.
+
+---

New:

  _constraints



Other differences:
--
++ ghc-skylighting-core.spec ++
--- /var/tmp/diff_new_pack.9txh1s/_old  2020-08-28 21:38:23.656809538 +0200
+++ /var/tmp/diff_new_pack.9txh1s/_new  2020-08-28 21:38:23.660809540 +0200
@@ -79,7 +79,7 @@
 files.
 
 %prep
-%setup -q -n %{pkg_name}-%{version}
+%autosetup -n %{pkg_name}-%{version}
 
 %build
 %ghc_lib_build

++ _constraints ++

  

  ppc64
  ppc64le



  6


  





commit ghc-skylighting-core for openSUSE:Factory

2020-07-09 Thread root
Hello community,

here is the log from the commit of package ghc-skylighting-core for 
openSUSE:Factory checked in at 2020-07-09 13:19:39

Comparing /work/SRC/openSUSE:Factory/ghc-skylighting-core (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-skylighting-core.new.3060 (New)


Package is "ghc-skylighting-core"

Thu Jul  9 13:19:39 2020 rev:15 rq:819590 version:0.8.5

Changes:

--- 
/work/SRC/openSUSE:Factory/ghc-skylighting-core/ghc-skylighting-core.changes
2020-06-19 17:18:22.955051369 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-skylighting-core.new.3060/ghc-skylighting-core.changes
  2020-07-09 13:20:06.329409545 +0200
@@ -1,0 +2,19 @@
+Sun Jun 21 02:00:49 UTC 2020 - psim...@suse.com
+
+- Update skylighting-core to version 0.8.5.
+  ## 0.8.5
+
+* Respect dynamic flag on StringDetect elements (#99, Albert
+  Krewinkel).
+
+* Increase test timeout to avoid failures with qemu-emulated
+  environments, such as qemu and riscv64 in Ubuntu builders
+  (William Grant).
+
+* Fix attribute for opening double quote in sql-postgresql.xml
+  (Benjamin Wuethrich).
+
+* Update syntax descriptions for javascript, bash, coffee,
+  javascript-react, javascript, latex, sql-postgresql, typescript.
+
+---

Old:

  skylighting-core-0.8.4.tar.gz

New:

  skylighting-core-0.8.5.tar.gz



Other differences:
--
++ ghc-skylighting-core.spec ++
--- /var/tmp/diff_new_pack.fLryAL/_old  2020-07-09 13:20:09.957421012 +0200
+++ /var/tmp/diff_new_pack.fLryAL/_new  2020-07-09 13:20:09.957421012 +0200
@@ -19,7 +19,7 @@
 %global pkg_name skylighting-core
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:0.8.4
+Version:0.8.5
 Release:0
 Summary:Syntax highlighting library
 License:BSD-3-Clause

++ skylighting-core-0.8.4.tar.gz -> skylighting-core-0.8.5.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/skylighting-core-0.8.4/changelog.md 
new/skylighting-core-0.8.5/changelog.md
--- old/skylighting-core-0.8.4/changelog.md 2020-05-09 22:07:09.0 
+0200
+++ new/skylighting-core-0.8.5/changelog.md 2020-06-20 00:29:20.0 
+0200
@@ -1,5 +1,20 @@
 # Revision history for skylighting and skylighting-core
 
+## 0.8.5
+
+  * Respect dynamic flag on StringDetect elements (#99, Albert
+Krewinkel).
+
+  * Increase test timeout to avoid failures with qemu-emulated
+environments, such as qemu and riscv64 in Ubuntu builders
+(William Grant).
+
+  * Fix attribute for opening double quote in sql-postgresql.xml
+(Benjamin Wuethrich).
+
+  * Update syntax descriptions for javascript, bash, coffee,
+javascript-react, javascript, latex, sql-postgresql, typescript.
+
 ## 0.8.4
 
   * HTML output: use aria-hidden="true" on empty a elements
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/skylighting-core-0.8.4/skylighting-core.cabal 
new/skylighting-core-0.8.5/skylighting-core.cabal
--- old/skylighting-core-0.8.4/skylighting-core.cabal   2020-05-09 
22:06:08.0 +0200
+++ new/skylighting-core-0.8.5/skylighting-core.cabal   2020-06-20 
00:20:02.0 +0200
@@ -1,5 +1,5 @@
 name:skylighting-core
-version: 0.8.4
+version: 0.8.5
 synopsis:syntax highlighting library
 description: Skylighting is a syntax highlighting library.
  It derives its tokenizers from XML syntax
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/skylighting-core-0.8.4/src/Skylighting/Tokenizer.hs 
new/skylighting-core-0.8.5/src/Skylighting/Tokenizer.hs
--- old/skylighting-core-0.8.4/src/Skylighting/Tokenizer.hs 2020-03-31 
18:21:50.0 +0200
+++ new/skylighting-core-0.8.5/src/Skylighting/Tokenizer.hs 2020-06-19 
23:16:54.0 +0200
@@ -20,7 +20,7 @@
 import qualified Data.ByteString.Char8 as BS
 import qualified Data.ByteString.UTF8 as UTF8
 import Data.CaseInsensitive (mk)
-import Data.Char (isAlphaNum, isAscii, isLetter, isPrint, isSpace, ord)
+import Data.Char (isAlphaNum, isAscii, isDigit, isLetter, isPrint, isSpace, 
ord)
 import qualified Data.Map as Map
 import Data.Maybe (catMaybes)
 import qualified Data.Set as Set
@@ -309,7 +309,8 @@
 Float -> withAttr attr $ parseFloat inp
 Keyword kwattr kws -> withAttr attr $ keyword kwattr kws inp
 StringDetect s -> withAttr attr $
-stringDetect (rCaseSensitive rule) s inp
+stringDetect (rDynamic rule) 
(rCaseSensitive rule)
+ 

commit ghc-skylighting-core for openSUSE:Factory

2020-06-19 Thread root
Hello community,

here is the log from the commit of package ghc-skylighting-core for 
openSUSE:Factory checked in at 2020-06-19 17:18:14

Comparing /work/SRC/openSUSE:Factory/ghc-skylighting-core (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-skylighting-core.new.3606 (New)


Package is "ghc-skylighting-core"

Fri Jun 19 17:18:14 2020 rev:14 rq:815176 version:0.8.4

Changes:

--- 
/work/SRC/openSUSE:Factory/ghc-skylighting-core/ghc-skylighting-core.changes
2020-05-11 13:36:32.424512176 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-skylighting-core.new.3606/ghc-skylighting-core.changes
  2020-06-19 17:18:22.955051369 +0200
@@ -1,0 +2,12 @@
+Tue Jun  9 09:10:54 UTC 2020 - psim...@suse.com
+
+- Update skylighting-core to version 0.8.4.
+  ## 0.8.4
+
+* HTML output: use aria-hidden="true" on empty a elements
+  unless numberLines is specified (in which case the element
+  is still empty but will have content added by CSS).
+  This is to avoid excess noise when the code blocks are
+  read by screen readers.  See jgm/pandoc#6352.
+
+---

Old:

  skylighting-core-0.8.3.4.tar.gz

New:

  skylighting-core-0.8.4.tar.gz



Other differences:
--
++ ghc-skylighting-core.spec ++
--- /var/tmp/diff_new_pack.3CiIwQ/_old  2020-06-19 17:18:27.183063345 +0200
+++ /var/tmp/diff_new_pack.3CiIwQ/_new  2020-06-19 17:18:27.187063357 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-skylighting-core
 #
-# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # 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 skylighting-core
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:0.8.3.4
+Version:0.8.4
 Release:0
 Summary:Syntax highlighting library
 License:BSD-3-Clause

++ skylighting-core-0.8.3.4.tar.gz -> skylighting-core-0.8.4.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/skylighting-core-0.8.3.4/changelog.md 
new/skylighting-core-0.8.4/changelog.md
--- old/skylighting-core-0.8.3.4/changelog.md   2020-04-01 18:39:44.0 
+0200
+++ new/skylighting-core-0.8.4/changelog.md 2020-05-09 22:07:09.0 
+0200
@@ -1,5 +1,13 @@
 # Revision history for skylighting and skylighting-core
 
+## 0.8.4
+
+  * HTML output: use aria-hidden="true" on empty a elements
+unless numberLines is specified (in which case the element
+is still empty but will have content added by CSS).
+This is to avoid excess noise when the code blocks are
+read by screen readers.  See jgm/pandoc#6352.
+
 ## 0.8.3.4
 
   * Update syntax descriptions for: cmake agda c coffee doxygenlua html
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/skylighting-core-0.8.3.4/skylighting-core.cabal 
new/skylighting-core-0.8.4/skylighting-core.cabal
--- old/skylighting-core-0.8.3.4/skylighting-core.cabal 2020-04-01 
18:15:16.0 +0200
+++ new/skylighting-core-0.8.4/skylighting-core.cabal   2020-05-09 
22:06:08.0 +0200
@@ -1,5 +1,5 @@
 name:skylighting-core
-version: 0.8.3.4
+version: 0.8.4
 synopsis:syntax highlighting library
 description: Skylighting is a syntax highlighting library.
  It derives its tokenizers from XML syntax
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/skylighting-core-0.8.3.4/src/Skylighting/Format/HTML.hs 
new/skylighting-core-0.8.4/src/Skylighting/Format/HTML.hs
--- old/skylighting-core-0.8.3.4/src/Skylighting/Format/HTML.hs 2020-04-01 
17:40:25.0 +0200
+++ new/skylighting-core-0.8.4/src/Skylighting/Format/HTML.hs   2020-05-09 
22:04:21.0 +0200
@@ -12,6 +12,7 @@
 import Text.Blaze.Html
 import qualified Text.Blaze.Html5 as H
 import qualified Text.Blaze.Html5.Attributes as A
+import Data.String (fromString)
 #if !MIN_VERSION_base(4,11,0)
 import Data.Semigroup
 #endif
@@ -89,7 +90,12 @@
 sourceLineToHtml opts lno cont =
   H.span ! A.id lineNum
  $ do
-   H.a ! A.href lineRef $ mempty
+   H.a ! A.href lineRef
+   ! (if numberLines opts
+ then mempty
+ else customAttribute (fromString "aria-hidden")
+   (fromString "true")) -- see jgm/pandoc#6352
+   $ mempty
mapM_ (tokenToHtml opts) cont
   where  lineNum = toValue prefixedLineNo
  lineRef = toValue ('#':prefixedLineNo)




commit ghc-skylighting-core for openSUSE:Factory

2020-05-11 Thread root
Hello community,

here is the log from the commit of package ghc-skylighting-core for 
openSUSE:Factory checked in at 2020-05-11 13:36:19

Comparing /work/SRC/openSUSE:Factory/ghc-skylighting-core (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-skylighting-core.new.2738 (New)


Package is "ghc-skylighting-core"

Mon May 11 13:36:19 2020 rev:13 rq:801054 version:0.8.3.4

Changes:

--- 
/work/SRC/openSUSE:Factory/ghc-skylighting-core/ghc-skylighting-core.changes
2020-03-09 14:16:58.710648777 +0100
+++ 
/work/SRC/openSUSE:Factory/.ghc-skylighting-core.new.2738/ghc-skylighting-core.changes
  2020-05-11 13:36:32.424512176 +0200
@@ -1,0 +2,9 @@
+Wed May  6 06:54:11 UTC 2020 - psim...@suse.com
+
+- Update skylighting-core to version 0.8.3.4.
+  Upstream has edited the change log file since the last release in
+  a non-trivial way, i.e. they did more than just add a new entry
+  at the top. You can review the file at:
+  http://hackage.haskell.org/package/skylighting-core-0.8.3.4/src/changelog.md
+
+---

Old:

  skylighting-core-0.8.3.2.tar.gz

New:

  skylighting-core-0.8.3.4.tar.gz



Other differences:
--
++ ghc-skylighting-core.spec ++
--- /var/tmp/diff_new_pack.z23PAd/_old  2020-05-11 13:36:33.412514247 +0200
+++ /var/tmp/diff_new_pack.z23PAd/_new  2020-05-11 13:36:33.416514256 +0200
@@ -19,7 +19,7 @@
 %global pkg_name skylighting-core
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:0.8.3.2
+Version:0.8.3.4
 Release:0
 Summary:Syntax highlighting library
 License:BSD-3-Clause

++ skylighting-core-0.8.3.2.tar.gz -> skylighting-core-0.8.3.4.tar.gz ++
 4094 lines of diff (skipped)




commit ghc-skylighting-core for openSUSE:Factory

2020-03-09 Thread root
Hello community,

here is the log from the commit of package ghc-skylighting-core for 
openSUSE:Factory checked in at 2020-03-09 14:16:53

Comparing /work/SRC/openSUSE:Factory/ghc-skylighting-core (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-skylighting-core.new.26092 (New)


Package is "ghc-skylighting-core"

Mon Mar  9 14:16:53 2020 rev:12 rq:780034 version:0.8.3.2

Changes:

--- 
/work/SRC/openSUSE:Factory/ghc-skylighting-core/ghc-skylighting-core.changes
2019-12-27 13:57:29.072777636 +0100
+++ 
/work/SRC/openSUSE:Factory/.ghc-skylighting-core.new.26092/ghc-skylighting-core.changes
 2020-03-09 14:16:58.710648777 +0100
@@ -1,0 +2,25 @@
+Sat Jan 25 10:23:01 UTC 2020 - psim...@suse.com
+
+- Update skylighting-core to version 0.8.3.2.
+  ## 0.8.3.2 -- 2020-01-21
+
+   * This fixes a packaging error in 0.8.3.1, which didn't include
+ the results of the bootsrap step and hence didn't update the
+ syntax modules.
+
+  ## 0.8.3.1 -- 2020-01-21
+
+   * Escape `<` and `>` in latex to avoid ligatures (#91).
+
+   * Fix and extend Idris keywords (Denis Buzdalov).
+
+   * Update XML syntax definitions for javascript-react, qml,
+ typescript, javascript, cmake, cofee, latex, perl, python,
+ rest.
+
+   * Fixed bug with context shifts using `##` syntax for foreign context.
+ Previously we only handled these in IncludeRules, but
+ starting with the current batches of xml files they can occur
+ elsewhere too.
+
+---

Old:

  skylighting-core-0.8.3.tar.gz

New:

  skylighting-core-0.8.3.2.tar.gz



Other differences:
--
++ ghc-skylighting-core.spec ++
--- /var/tmp/diff_new_pack.kTGyG8/_old  2020-03-09 14:16:59.262649141 +0100
+++ /var/tmp/diff_new_pack.kTGyG8/_new  2020-03-09 14:16:59.262649141 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-skylighting-core
 #
-# 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 skylighting-core
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:0.8.3
+Version:0.8.3.2
 Release:0
 Summary:Syntax highlighting library
 License:BSD-3-Clause

++ skylighting-core-0.8.3.tar.gz -> skylighting-core-0.8.3.2.tar.gz ++
 4982 lines of diff (skipped)




commit ghc-skylighting-core for openSUSE:Factory

2019-12-27 Thread root
Hello community,

here is the log from the commit of package ghc-skylighting-core for 
openSUSE:Factory checked in at 2019-12-27 13:57:26

Comparing /work/SRC/openSUSE:Factory/ghc-skylighting-core (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-skylighting-core.new.6675 (New)


Package is "ghc-skylighting-core"

Fri Dec 27 13:57:26 2019 rev:11 rq:759510 version:0.8.3

Changes:

--- 
/work/SRC/openSUSE:Factory/ghc-skylighting-core/ghc-skylighting-core.changes
2019-10-18 14:35:08.819971632 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-skylighting-core.new.6675/ghc-skylighting-core.changes
  2019-12-27 13:57:29.072777636 +0100
@@ -1,0 +2,21 @@
+Wed Nov 27 03:00:51 UTC 2019 - psim...@suse.com
+
+- Update skylighting-core to version 0.8.3.
+  ## 0.8.3 -- 2019-11-26
+
+* Update XML syntax definitions for c, cmake, coffee, cpp, css,
+  diff, djangotemplate, elixir, elm, glsl, haskell, html, isocpp,
+  javascript-react, javascript, json, jsp, julia, latex, lua,
+  markdown, matlab, mediawiki, modelines, mustache, perl, php,
+  powershell, qml, rest, rust, typescript, vhdl.
+
+* Fix highlighting errors with non-ASCII characters in JSON (#90).
+  This error was due to an optimization that made some incorrect
+  assumptions.
+
+---
+Fri Nov  8 16:14:46 UTC 2019 - Peter Simons 
+
+- Drop obsolete group attributes.
+
+---

Old:

  skylighting-core-0.8.2.3.tar.gz

New:

  skylighting-core-0.8.3.tar.gz



Other differences:
--
++ ghc-skylighting-core.spec ++
--- /var/tmp/diff_new_pack.KQsSdR/_old  2019-12-27 13:57:31.196778662 +0100
+++ /var/tmp/diff_new_pack.KQsSdR/_new  2019-12-27 13:57:31.200778664 +0100
@@ -19,11 +19,10 @@
 %global pkg_name skylighting-core
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:0.8.2.3
+Version:0.8.3
 Release:0
 Summary:Syntax highlighting library
 License:BSD-3-Clause
-Group:  Development/Libraries/Haskell
 URL:https://hackage.haskell.org/package/%{pkg_name}
 Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
 BuildRequires:  ghc-Cabal-devel
@@ -70,7 +69,6 @@
 
 %package devel
 Summary:Haskell %{pkg_name} library development files
-Group:  Development/Libraries/Haskell
 Requires:   %{name} = %{version}-%{release}
 Requires:   ghc-compiler = %{ghc_version}
 Requires(post): ghc-compiler = %{ghc_version}

++ skylighting-core-0.8.2.3.tar.gz -> skylighting-core-0.8.3.tar.gz ++
 8740 lines of diff (skipped)




commit ghc-skylighting-core for openSUSE:Factory

2019-10-18 Thread root
Hello community,

here is the log from the commit of package ghc-skylighting-core for 
openSUSE:Factory checked in at 2019-10-18 14:35:06

Comparing /work/SRC/openSUSE:Factory/ghc-skylighting-core (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-skylighting-core.new.2352 (New)


Package is "ghc-skylighting-core"

Fri Oct 18 14:35:06 2019 rev:10 rq:737220 version:0.8.2.3

Changes:

--- 
/work/SRC/openSUSE:Factory/ghc-skylighting-core/ghc-skylighting-core.changes
2019-07-29 17:27:02.486287773 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-skylighting-core.new.2352/ghc-skylighting-core.changes
  2019-10-18 14:35:08.819971632 +0200
@@ -1,0 +2,37 @@
+Fri Oct  4 02:02:06 UTC 2019 - psim...@suse.com
+
+- Update skylighting-core to version 0.8.2.3.
+  ## 0.8.2.3 -- 2019-10-03
+
+* Tests: ensure we read test files as UTF-8.
+
+* Fix compiler warnings around Monoid imports.
+
+* Add MonadFail constraint (allowing compilation with ghc 8.8.x).
+
+* Add cabal.project and move CI from Travis to GitHub Actions.
+
+---
+Wed Oct  2 02:01:44 UTC 2019 - psim...@suse.com
+
+- Update skylighting-core to version 0.8.2.2.
+  ## 0.8.2.2 -- 2019-09-30
+
+* Remove upper bound on regex-base and require
+  regex-pcre-builtin >= 0.95, to avoid a build conflict
+  with earlier versions of regex-pcre-builtin and
+  regex-base >= 0.94.
+
+* Remove unused system-pcre flag in skylighting.cabal.
+  This flag only affects skylighting-core.
+
+---
+Thu Sep 26 02:01:29 UTC 2019 - psim...@suse.com
+
+- Update skylighting-core to version 0.8.2.1.
+  Upstream has edited the change log file since the last release in
+  a non-trivial way, i.e. they did more than just add a new entry
+  at the top. You can review the file at:
+  http://hackage.haskell.org/package/skylighting-core-0.8.2.1/src/changelog.md
+
+---

Old:

  skylighting-core-0.8.2.tar.gz

New:

  skylighting-core-0.8.2.3.tar.gz



Other differences:
--
++ ghc-skylighting-core.spec ++
--- /var/tmp/diff_new_pack.7jYhpR/_old  2019-10-18 14:35:09.843968965 +0200
+++ /var/tmp/diff_new_pack.7jYhpR/_new  2019-10-18 14:35:09.847968955 +0200
@@ -19,7 +19,7 @@
 %global pkg_name skylighting-core
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:0.8.2
+Version:0.8.2.3
 Release:0
 Summary:Syntax highlighting library
 License:BSD-3-Clause

++ skylighting-core-0.8.2.tar.gz -> skylighting-core-0.8.2.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/skylighting-core-0.8.2/bin/extract.hs 
new/skylighting-core-0.8.2.3/bin/extract.hs
--- old/skylighting-core-0.8.2/bin/extract.hs   2018-03-03 17:47:19.0 
+0100
+++ new/skylighting-core-0.8.2.3/bin/extract.hs 2019-10-02 20:03:56.0 
+0200
@@ -10,10 +10,11 @@
 import System.Environment (getArgs)
 import System.Exit
 import System.IO (hPutStrLn, stderr)
+import System.FilePath
 
 main :: IO ()
 main = do
-  createDirectoryIfMissing True "src/Skylighting/Syntax"
+  createDirectoryIfMissing True $ "src"  "Skylighting"  "Syntax"
   files <- getArgs
   (errs, syntaxes) <- partitionEithers <$> mapM parseSyntaxDefinition files
   mapM_ (hPutStrLn stderr) errs
@@ -41,8 +42,9 @@
   let newcabal = unlines $ top ++ ("  other-modules:" : autogens) ++ bottom
   writeFile "skylighting.cabal" newcabal
 
-  putStrLn "Writing src/Skylighting/Syntax.hs"
-  writeFile "src/Skylighting/Syntax.hs" $ unlines (
+  let ssyn = "src"  "Skylighting"  "Syntax.hs"
+  putStrLn $ "Writing " ++ ssyn
+  writeFile ssyn $ unlines (
  [ "{-# LANGUAGE OverloadedStrings #-}"
  , "-- | Provides syntax highlighting definitions."
  , "-- THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT IT MANUALLY."
@@ -89,6 +91,6 @@
 
 toPathName :: Syntax -> String
 toPathName s =
-  "src/Skylighting/Syntax/" ++
-  map (\c -> if c == '.' then '/' else c)
+  "src"  "Skylighting"  "Syntax" 
+  map (\c -> if c == '.' then pathSeparator else c)
   (Text.unpack (sShortname s)) ++ ".hs"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/skylighting-core-0.8.2/changelog.md 
new/skylighting-core-0.8.2.3/changelog.md
--- old/skylighting-core-0.8.2/changelog.md 2019-07-14 19:04:54.0 
+0200
+++ new/skylighting-core-0.8.2.3/changelog.md   2019-10-03 20:04:26.0 
+0200
@@ -1,5 +1,41 @@
 # Revision history for skylighting and skylighting-core
 
+## 0.8.2.3 -- 2019-10-03
+
+  * Tests: ensure we read test files as UTF-8.
+
+  * Fix compiler 

commit ghc-skylighting-core for openSUSE:Factory

2019-07-29 Thread root
Hello community,

here is the log from the commit of package ghc-skylighting-core for 
openSUSE:Factory checked in at 2019-07-29 17:26:53

Comparing /work/SRC/openSUSE:Factory/ghc-skylighting-core (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-skylighting-core.new.4126 (New)


Package is "ghc-skylighting-core"

Mon Jul 29 17:26:53 2019 rev:9 rq:715420 version:0.8.2

Changes:

--- 
/work/SRC/openSUSE:Factory/ghc-skylighting-core/ghc-skylighting-core.changes
2019-06-19 21:12:50.518768248 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-skylighting-core.new.4126/ghc-skylighting-core.changes
  2019-07-29 17:27:02.486287773 +0200
@@ -1,0 +2,21 @@
+Mon Jul 15 02:01:57 UTC 2019 - psim...@suse.com
+
+- Update skylighting-core 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-core-0.8.1.1.tar.gz

New:

  skylighting-core-0.8.2.tar.gz



Other differences:
--
++ ghc-skylighting-core.spec ++
--- /var/tmp/diff_new_pack.bt6y4d/_old  2019-07-29 17:27:03.686287328 +0200
+++ /var/tmp/diff_new_pack.bt6y4d/_new  2019-07-29 17:27:03.690287327 +0200
@@ -19,7 +19,7 @@
 %global pkg_name skylighting-core
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:0.8.1.1
+Version:0.8.2
 Release:0
 Summary:Syntax highlighting library
 License:BSD-3-Clause

++ skylighting-core-0.8.1.1.tar.gz -> skylighting-core-0.8.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/skylighting-core-0.8.1.1/changelog.md 
new/skylighting-core-0.8.2/changelog.md
--- old/skylighting-core-0.8.1.1/changelog.md   2019-06-14 03:43:56.0 
+0200
+++ new/skylighting-core-0.8.2/changelog.md 2019-07-14 19:04:54.0 
+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-core-0.8.1.1/skylighting-core.cabal 
new/skylighting-core-0.8.2/skylighting-core.cabal
--- old/skylighting-core-0.8.1.1/skylighting-core.cabal 2019-06-14 
03:43:56.0 +0200
+++ new/skylighting-core-0.8.2/skylighting-core.cabal   2019-07-14 
19:04:00.0 +0200
@@ -1,5 +1,5 @@
 name:skylighting-core
-version: 0.8.1.1
+version: 0.8.2
 synopsis:syntax highlighting library
 description: Skylighting is a syntax highlighting library.
  It derives its tokenizers from XML syntax
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/skylighting-core-0.8.1.1/src/Skylighting/Format/HTML.hs 
new/skylighting-core-0.8.2/src/Skylighting/Format/HTML.hs
--- old/skylighting-core-0.8.1.1/src/Skylighting/Format/HTML.hs 2019-05-30 
17:44:51.0 +0200
+++ new/skylighting-core-0.8.2/src/Skylighting/Format/HTML.hs   2019-07-14 
18:19:49.0 +0200
@@ -167,23 +167,22 @@
   " padding-left: 4px; }"
   ]
  divspec = [
-"code.sourceCode > span { display: inline-block; line-height: 
1.25; }"
+"pre > code.sourceCode { white-space: pre; 

commit ghc-skylighting-core for openSUSE:Factory

2019-06-19 Thread root
Hello community,

here is the log from the commit of package ghc-skylighting-core for 
openSUSE:Factory checked in at 2019-06-19 21:11:48

Comparing /work/SRC/openSUSE:Factory/ghc-skylighting-core (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-skylighting-core.new.4811 (New)


Package is "ghc-skylighting-core"

Wed Jun 19 21:11:48 2019 rev:8 rq:710640 version:0.8.1.1

Changes:

--- 
/work/SRC/openSUSE:Factory/ghc-skylighting-core/ghc-skylighting-core.changes
2019-03-06 15:47:26.964449825 +0100
+++ 
/work/SRC/openSUSE:Factory/.ghc-skylighting-core.new.4811/ghc-skylighting-core.changes
  2019-06-19 21:12:50.518768248 +0200
@@ -1,0 +2,9 @@
+Fri Jun 14 07:59:16 UTC 2019 - psim...@suse.com
+
+- Update skylighting-core to version 0.8.1.1.
+  Upstream has edited the change log file since the last release in
+  a non-trivial way, i.e. they did more than just add a new entry
+  at the top. You can review the file at:
+  http://hackage.haskell.org/package/skylighting-core-0.8.1.1/src/changelog.md
+
+---

Old:

  skylighting-core-0.7.7.tar.gz

New:

  skylighting-core-0.8.1.1.tar.gz



Other differences:
--
++ ghc-skylighting-core.spec ++
--- /var/tmp/diff_new_pack.DUrKlh/_old  2019-06-19 21:12:50.966768683 +0200
+++ /var/tmp/diff_new_pack.DUrKlh/_new  2019-06-19 21:12:50.970768687 +0200
@@ -19,7 +19,7 @@
 %global pkg_name skylighting-core
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:0.7.7
+Version:0.8.1.1
 Release:0
 Summary:Syntax highlighting library
 License:BSD-3-Clause

++ skylighting-core-0.7.7.tar.gz -> skylighting-core-0.8.1.1.tar.gz ++
 9284 lines of diff (skipped)




commit ghc-skylighting-core for openSUSE:Factory

2019-03-06 Thread root
Hello community,

here is the log from the commit of package ghc-skylighting-core for 
openSUSE:Factory checked in at 2019-03-06 15:47:25

Comparing /work/SRC/openSUSE:Factory/ghc-skylighting-core (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-skylighting-core.new.28833 (New)


Package is "ghc-skylighting-core"

Wed Mar  6 15:47:25 2019 rev:7 rq:681687 version:0.7.7

Changes:

--- 
/work/SRC/openSUSE:Factory/ghc-skylighting-core/ghc-skylighting-core.changes
2019-02-17 12:20:34.300213254 +0100
+++ 
/work/SRC/openSUSE:Factory/.ghc-skylighting-core.new.28833/ghc-skylighting-core.changes
 2019-03-06 15:47:26.964449825 +0100
@@ -1,0 +2,16 @@
+Sat Mar  2 16:25:30 UTC 2019 - psim...@suse.com
+
+- Update skylighting-core to version 0.7.7.
+  ## 0.7.7 -- 2019-02-27
+
+* Add parseSyntaxDefinitionFromString [API change].
+* Fix parseSyntaxDefinition so that language.dtd no longer needed.
+  We strip out the SYSTEM "language.dtd" part of the doctype
+  if present, leaving any inline entity definitions.
+  This applies to both parseSyntaxDefinition and
+  parseSyntaxDefinitionFromString.
+* Revised documentation of bootstrap build.
+* Makefile - fix bootstrap target.
+* Use FilePath instead of String for path (#64, anchpop).
+
+---

Old:

  skylighting-core-0.7.6.tar.gz

New:

  skylighting-core-0.7.7.tar.gz



Other differences:
--
++ ghc-skylighting-core.spec ++
--- /var/tmp/diff_new_pack.eefJ3A/_old  2019-03-06 15:47:27.836449595 +0100
+++ /var/tmp/diff_new_pack.eefJ3A/_new  2019-03-06 15:47:27.836449595 +0100
@@ -19,7 +19,7 @@
 %global pkg_name skylighting-core
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:0.7.6
+Version:0.7.7
 Release:0
 Summary:Syntax highlighting library
 License:BSD-3-Clause

++ skylighting-core-0.7.6.tar.gz -> skylighting-core-0.7.7.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/skylighting-core-0.7.6/changelog.md 
new/skylighting-core-0.7.7/changelog.md
--- old/skylighting-core-0.7.6/changelog.md 2019-02-10 00:35:55.0 
+0100
+++ new/skylighting-core-0.7.7/changelog.md 2019-02-28 07:12:37.0 
+0100
@@ -1,5 +1,17 @@
 # Revision history for skylighting-core
 
+## 0.7.7 -- 2019-02-27
+
+  * Add parseSyntaxDefinitionFromString [API change].
+  * Fix parseSyntaxDefinition so that language.dtd no longer needed.
+We strip out the SYSTEM "language.dtd" part of the doctype
+if present, leaving any inline entity definitions.
+This applies to both parseSyntaxDefinition and
+parseSyntaxDefinitionFromString.
+  * Revised documentation of bootstrap build.
+  * Makefile - fix bootstrap target.
+  * Use FilePath instead of String for path (#64, anchpop).
+
 ## 0.7.6 -- 2019-02-08
 
   * Update xml definitions for C, CPP, D, Haskell, Maxima, PHP,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/skylighting-core-0.7.6/skylighting-core.cabal 
new/skylighting-core-0.7.7/skylighting-core.cabal
--- old/skylighting-core-0.7.6/skylighting-core.cabal   2019-02-10 
00:35:55.0 +0100
+++ new/skylighting-core-0.7.7/skylighting-core.cabal   2019-02-28 
07:12:37.0 +0100
@@ -1,5 +1,5 @@
 name:skylighting-core
-version: 0.7.6
+version: 0.7.7
 synopsis:syntax highlighting library
 description: Skylighting is a syntax highlighting library.
  It derives its tokenizers from XML syntax
@@ -27,7 +27,6 @@
 extra-source-files:  README.md
  changelog.md
  xml/*.xml
- xml/language.dtd
  test/default.theme
  test/cases/abc.ada
  test/cases/abc.agda
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/skylighting-core-0.7.6/src/Skylighting/Parser.hs 
new/skylighting-core-0.7.7/src/Skylighting/Parser.hs
--- old/skylighting-core-0.7.6/src/Skylighting/Parser.hs2019-02-10 
00:35:55.0 +0100
+++ new/skylighting-core-0.7.7/src/Skylighting/Parser.hs2019-02-28 
07:12:37.0 +0100
@@ -1,10 +1,12 @@
 {-# LANGUAGE Arrows #-}
 module Skylighting.Parser ( parseSyntaxDefinition
+  , parseSyntaxDefinitionFromString
   , addSyntaxDefinition
   , missingIncludes
   ) where
 
-import Data.ByteString.UTF8 (fromString)
+import Data.ByteString.UTF8 (fromString, toString)
+import qualified Data.ByteString as BS
 import 

commit ghc-skylighting-core for openSUSE:Factory

2019-02-17 Thread root
Hello community,

here is the log from the commit of package ghc-skylighting-core for 
openSUSE:Factory checked in at 2019-02-17 12:20:32

Comparing /work/SRC/openSUSE:Factory/ghc-skylighting-core (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-skylighting-core.new.28833 (New)


Package is "ghc-skylighting-core"

Sun Feb 17 12:20:32 2019 rev:6 rq:674308 version:0.7.6

Changes:

--- 
/work/SRC/openSUSE:Factory/ghc-skylighting-core/ghc-skylighting-core.changes
2018-12-06 12:16:59.113541169 +0100
+++ 
/work/SRC/openSUSE:Factory/.ghc-skylighting-core.new.28833/ghc-skylighting-core.changes
 2019-02-17 12:20:34.300213254 +0100
@@ -1,0 +2,12 @@
+Sun Feb 10 03:02:10 UTC 2019 - psim...@suse.com
+
+- Update skylighting-core to version 0.7.6.
+  ## 0.7.6 -- 2019-02-08
+
+* Update xml definitions for C, CPP, D, Haskell, Maxima, PHP,
+  Ruby, Typescript.
+* Fix regex problem in erlang.xml (#63).
+* Export WordSet constructors (#62, Chris Martin).
+* Add support for protobuf (#60).
+
+---

Old:

  skylighting-core-0.7.5.tar.gz

New:

  skylighting-core-0.7.6.tar.gz



Other differences:
--
++ ghc-skylighting-core.spec ++
--- /var/tmp/diff_new_pack.7otN4v/_old  2019-02-17 12:20:34.760213127 +0100
+++ /var/tmp/diff_new_pack.7otN4v/_new  2019-02-17 12:20:34.764213126 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-skylighting-core
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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 skylighting-core
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:0.7.5
+Version:0.7.6
 Release:0
 Summary:Syntax highlighting library
 License:BSD-3-Clause

++ skylighting-core-0.7.5.tar.gz -> skylighting-core-0.7.6.tar.gz ++
 11614 lines of diff (skipped)




commit ghc-skylighting-core for openSUSE:Factory

2018-12-06 Thread root
Hello community,

here is the log from the commit of package ghc-skylighting-core for 
openSUSE:Factory checked in at 2018-12-06 12:16:57

Comparing /work/SRC/openSUSE:Factory/ghc-skylighting-core (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-skylighting-core.new.19453 (New)


Package is "ghc-skylighting-core"

Thu Dec  6 12:16:57 2018 rev:5 rq:653444 version:0.7.5

Changes:

--- 
/work/SRC/openSUSE:Factory/ghc-skylighting-core/ghc-skylighting-core.changes
2018-10-25 08:19:01.236000282 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-skylighting-core.new.19453/ghc-skylighting-core.changes
 2018-12-06 12:16:59.113541169 +0100
@@ -1,0 +2,17 @@
+Sun Dec  2 03:01:19 UTC 2018 - psim...@suse.com
+
+- Update skylighting-core to version 0.7.5.
+  ## 0.7.5 -- 2018-12-01
+
+* Updated definitions for cmake, lua, prolog, rust, yacc,
+  javascript.
+* Added definition for sml (#53).
+* Added definition for J (#50).
+* Added definition for typescript (#57).
+* Fix comments preceded by multiple spaces in bash.xml (#54).
+* Add *.txt extension and text/plain mime type to default.xml
+  (#48).
+* Add file:/// if we have a Windows path with a drive.
+  Otherwise HXT will take it to be a URI.  See jgm/pandoc#4836.
+
+---

Old:

  skylighting-core-0.7.4.tar.gz

New:

  skylighting-core-0.7.5.tar.gz



Other differences:
--
++ ghc-skylighting-core.spec ++
--- /var/tmp/diff_new_pack.hudfSU/_old  2018-12-06 12:16:59.825540404 +0100
+++ /var/tmp/diff_new_pack.hudfSU/_new  2018-12-06 12:16:59.825540404 +0100
@@ -19,7 +19,7 @@
 %global pkg_name skylighting-core
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:0.7.4
+Version:0.7.5
 Release:0
 Summary:Syntax highlighting library
 License:BSD-3-Clause

++ skylighting-core-0.7.4.tar.gz -> skylighting-core-0.7.5.tar.gz ++
 2923 lines of diff (skipped)




commit ghc-skylighting-core for openSUSE:Factory

2018-10-25 Thread root
Hello community,

here is the log from the commit of package ghc-skylighting-core for 
openSUSE:Factory checked in at 2018-10-25 08:18:51

Comparing /work/SRC/openSUSE:Factory/ghc-skylighting-core (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-skylighting-core.new (New)


Package is "ghc-skylighting-core"

Thu Oct 25 08:18:51 2018 rev:4 rq:642896 version:0.7.4

Changes:

--- 
/work/SRC/openSUSE:Factory/ghc-skylighting-core/ghc-skylighting-core.changes
2018-09-03 10:34:53.912637821 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-skylighting-core.new/ghc-skylighting-core.changes
   2018-10-25 08:19:01.236000282 +0200
@@ -1,0 +2,17 @@
+Wed Oct 10 19:23:55 UTC 2018 - psim...@suse.com
+
+- Update skylighting-core to version 0.7.4.
+  ## 0.7.4 -- 2018-10-08
+
+* HTML output: use title instead of data-line-number.
+  data- attributes are not valid HTML 4, and we would like this to
+  work with HTML 4 (e.g. in epub v2).  See jgm/pandoc#4920.
+* Print FALLTHROUGH in --trace output.
+* Updated syntax definitions for actionscript, awk, bash, c, clojure, 
cmake,
+  coffee, cs, css, dockerfile, email, fortran, gcc, haskell, ini, isocpp,
+  java, javadoc, javascript, jsp, kotlin, latex, lua, mediawiki, modelines,
+  modula-2, objectivec, objectivecpp, opencl, perl, powershell, prolog,
+  python, r, rest, rhtml, ruby, rust, scala, sql-mysql, sql-postgresql, 
sql,
+  tcl, vhdl, xml, xul, yaml, zsh.
+
+---

Old:

  skylighting-core-0.7.3.tar.gz

New:

  skylighting-core-0.7.4.tar.gz



Other differences:
--
++ ghc-skylighting-core.spec ++
--- /var/tmp/diff_new_pack.zfgshj/_old  2018-10-25 08:19:02.41760 +0200
+++ /var/tmp/diff_new_pack.zfgshj/_new  2018-10-25 08:19:02.423999758 +0200
@@ -12,14 +12,14 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %global pkg_name skylighting-core
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:0.7.3
+Version:0.7.4
 Release:0
 Summary:Syntax highlighting library
 License:BSD-3-Clause

++ skylighting-core-0.7.3.tar.gz -> skylighting-core-0.7.4.tar.gz ++
 9551 lines of diff (skipped)




commit ghc-skylighting-core for openSUSE:Factory

2018-09-03 Thread root
Hello community,

here is the log from the commit of package ghc-skylighting-core for 
openSUSE:Factory checked in at 2018-09-03 10:34:53

Comparing /work/SRC/openSUSE:Factory/ghc-skylighting-core (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-skylighting-core.new (New)


Package is "ghc-skylighting-core"

Mon Sep  3 10:34:53 2018 rev:3 rq:632487 version:0.7.3

Changes:

--- 
/work/SRC/openSUSE:Factory/ghc-skylighting-core/ghc-skylighting-core.changes
2018-07-24 17:21:56.123265419 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-skylighting-core.new/ghc-skylighting-core.changes
   2018-09-03 10:34:53.912637821 +0200
@@ -1,0 +2,10 @@
+Thu Aug 30 15:29:17 UTC 2018 - psim...@suse.com
+
+- Update skylighting-core to version 0.7.3.
+  ## 0.7.3 -- 2018-08-27
+
+* Add 'default.xml' to syntax descriptions.
+* Raise base lower bounds to 4.8.  Drop support for ghc 7.8.
+* Use absolute number for cabal version, as now required.
+
+---

Old:

  skylighting-core-0.7.2.tar.gz
  skylighting-core.cabal

New:

  skylighting-core-0.7.3.tar.gz



Other differences:
--
++ ghc-skylighting-core.spec ++
--- /var/tmp/diff_new_pack.JHYL1D/_old  2018-09-03 10:34:54.340638925 +0200
+++ /var/tmp/diff_new_pack.JHYL1D/_new  2018-09-03 10:34:54.344638935 +0200
@@ -19,14 +19,13 @@
 %global pkg_name skylighting-core
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:0.7.2
+Version:0.7.3
 Release:0
 Summary:Syntax highlighting library
 License:BSD-3-Clause
 Group:  Development/Libraries/Haskell
 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/1.cabal#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-aeson-devel
 BuildRequires:  ghc-ansi-terminal-devel
@@ -83,7 +82,6 @@
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
-cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++ skylighting-core-0.7.2.tar.gz -> skylighting-core-0.7.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/skylighting-core-0.7.2/changelog.md 
new/skylighting-core-0.7.3/changelog.md
--- old/skylighting-core-0.7.2/changelog.md 2018-06-08 20:34:41.0 
+0200
+++ new/skylighting-core-0.7.3/changelog.md 2018-08-28 00:46:29.0 
+0200
@@ -1,5 +1,11 @@
 # Revision history for skylighting-core
 
+## 0.7.3 -- 2018-08-27
+
+  * Add 'default.xml' to syntax descriptions.
+  * Raise base lower bounds to 4.8.  Drop support for ghc 7.8.
+  * Use absolute number for cabal version, as now required.
+
 ## 0.7.2 -- 2018-06-08
 
   * Update syntax definitions from upstream.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/skylighting-core-0.7.2/skylighting-core.cabal 
new/skylighting-core-0.7.3/skylighting-core.cabal
--- old/skylighting-core-0.7.2/skylighting-core.cabal   2018-06-08 
20:34:41.0 +0200
+++ new/skylighting-core-0.7.3/skylighting-core.cabal   2018-08-28 
00:46:29.0 +0200
@@ -1,5 +1,5 @@
 name:skylighting-core
-version: 0.7.2
+version: 0.7.3
 synopsis:syntax highlighting library
 description: Skylighting is a syntax highlighting library.
  It derives its tokenizers from XML syntax
@@ -110,7 +110,7 @@
Skylighting.Format.HTML
Skylighting.Format.LaTeX
   other-extensions:CPP, Arrows
-  build-depends:   base >= 4.7 && < 5.0,
+  build-depends:   base >= 4.8 && < 5.0,
mtl,
transformers,
text,
@@ -150,7 +150,7 @@
   type:   exitcode-stdio-1.0
   main-is:test-skylighting.hs
   hs-source-dirs: test
-  build-depends:  base >= 4.7 && < 5.0,
+  build-depends:  base >= 4.8 && < 5.0,
   HUnit,
   tasty,
   tasty-golden,
@@ -175,7 +175,7 @@
   Main-Is: benchmark.hs
   Hs-Source-Dirs:  benchmark
   Build-Depends:   skylighting-core,
-   base >= 4.2 && < 5,
+   base >= 4.8 && < 5,
filepath,
text,
containers,
@@ -185,7 +185,7 @@
   Default-Language: Haskell2010
 
 executable skylighting-extract
-  build-depends:   base >= 4.7 && < 5.0,
+  build-depends:   base >= 4.8 && < 5.0,
skylighting-core,
filepath,
   

commit ghc-skylighting-core for openSUSE:Factory

2018-07-24 Thread root
Hello community,

here is the log from the commit of package ghc-skylighting-core for 
openSUSE:Factory checked in at 2018-07-24 17:21:54

Comparing /work/SRC/openSUSE:Factory/ghc-skylighting-core (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-skylighting-core.new (New)


Package is "ghc-skylighting-core"

Tue Jul 24 17:21:54 2018 rev:2 rq:623855 version:0.7.2

Changes:

--- 
/work/SRC/openSUSE:Factory/ghc-skylighting-core/ghc-skylighting-core.changes
2018-05-30 13:10:32.553942911 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-skylighting-core.new/ghc-skylighting-core.changes
   2018-07-24 17:21:56.123265419 +0200
@@ -1,0 +2,11 @@
+Fri Jul 13 14:31:50 UTC 2018 - psim...@suse.com
+
+- Update skylighting-core to version 0.7.2.
+  ## 0.7.2 -- 2018-06-08
+
+* Update syntax definitions from upstream.
+* Added support for POV-Ray syntax (#46).
+* Display line numbers without absolute positioning (David
+  Baynard, #32).
+
+---
@@ -4 +15 @@
-- Adding initial version version 0.7.1.
+- Add skylighting-core at version 0.7.1.

Old:

  skylighting-core-0.7.1.tar.gz

New:

  skylighting-core-0.7.2.tar.gz
  skylighting-core.cabal



Other differences:
--
++ ghc-skylighting-core.spec ++
--- /var/tmp/diff_new_pack.nzP0FX/_old  2018-07-24 17:21:58.895268967 +0200
+++ /var/tmp/diff_new_pack.nzP0FX/_new  2018-07-24 17:21:58.899268973 +0200
@@ -19,13 +19,14 @@
 %global pkg_name skylighting-core
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:0.7.1
+Version:0.7.2
 Release:0
 Summary:Syntax highlighting library
 License:BSD-3-Clause
 Group:  Development/Libraries/Haskell
 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/1.cabal#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-aeson-devel
 BuildRequires:  ghc-ansi-terminal-devel
@@ -82,6 +83,7 @@
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++ skylighting-core-0.7.1.tar.gz -> skylighting-core-0.7.2.tar.gz ++
 11157 lines of diff (skipped)

++ skylighting-core.cabal ++
name:skylighting-core
version: 0.7.2
x-revision: 1
synopsis:syntax highlighting library
description: Skylighting is a syntax highlighting library.
 It derives its tokenizers from XML syntax
 definitions used by KDE's KSyntaxHighlighting
 framework, so any syntax supported by that
 framework can be added. An optional command-line
 program is provided.

 Skylighting is intended to be the successor to
 highlighting-kate.

 This package provides the core highlighting
 functionality under a permissive license. It also
 bundles XML parser definitions licensed under the
 GPL.

homepage:https://github.com/jgm/skylighting
license: BSD3
license-file:LICENSE
author:  John MacFarlane
maintainer:  j...@berkeley.edu
copyright:   (C) 2016-2018 John MacFarlane
category:Text
build-type:  Simple
extra-source-files:  README.md
 changelog.md
 xml/*.xml
 xml/language.dtd
 test/default.theme
 test/cases/abc.ada
 test/cases/abc.agda
 test/cases/abc.c
 test/cases/abc.clojure
 test/cases/abc.cpp
 test/cases/abc.cs
 test/cases/abc.d
 test/cases/abc.fortran
 test/cases/abc.go
 test/cases/abc.haskell
 test/cases/abc.java
 test/cases/abc.javascript
 test/cases/abc.julia
 test/cases/abc.kotlin
 test/cases/abc.lisp
 test/cases/abc.matlab
 test/cases/abc.ocaml
 test/cases/abc.perl
 test/cases/abc.php
 test/cases/abc.prolog
 test/cases/abc.python
 test/cases/abc.r
 test/cases/abc.ruby
 test/cases/abc.scala
 test/cases/abc.scheme