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 - [email protected]
+
+- 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.000000000 
+0200
+++ new/skylighting-core-0.7.3/changelog.md     2018-08-28 00:46:29.000000000 
+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.000000000 +0200
+++ new/skylighting-core-0.7.3/skylighting-core.cabal   2018-08-28 
00:46:29.000000000 +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,
                        bytestring,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/skylighting-core-0.7.2/xml/default.xml 
new/skylighting-core-0.7.3/xml/default.xml
--- old/skylighting-core-0.7.2/xml/default.xml  1970-01-01 01:00:00.000000000 
+0100
+++ new/skylighting-core-0.7.3/xml/default.xml  2018-08-28 00:46:29.000000000 
+0200
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE language SYSTEM "language.dtd">
+<language version="1" kateversion="3.1" name="Default" section="Other" 
extensions="" mimetype="" author="John MacFarlane" license="MIT" hidden="true">
+    <!-- This syntax definition just causes everything to be highlighted
+         as Normal Text. It is intended to be used when highlighting
+         isn't desired, but the other formatting elements added by
+         skylighting are. -->
+  <highlighting>
+    <contexts>
+      <context attribute="Normal Text" lineEndContext="#stay" name="Normal 
Text" >
+      </context>
+    </contexts>
+    <itemDatas>
+      <itemData name="Normal Text"   defStyleNum="dsNormal"/>
+    </itemDatas>
+  </highlighting>
+  <general>
+    <keywords casesensitive="1"/>
+  </general>
+</language>
+<!-- kate: indent-width 2; -->


Reply via email to