[ghc-highlighting-kate] update to 0.5.8.5

Jens Petersen petersen at fedoraproject.org
Thu Aug 28 08:00:40 UTC 2014


commit 0b323fdddaafe476934cc35d231dbdfd63dc19af
Author: Jens Petersen <petersen at redhat.com>
Date:   Thu Aug 28 17:00:27 2014 +0900

    update to 0.5.8.5

 .gitignore                 |    1 +
 ghc-highlighting-kate.spec |   23 +++++++++++++++--------
 sources                    |    2 +-
 3 files changed, 17 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 74d01a4..be6f913 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /highlighting-kate-0.5.6.tar.gz
+/highlighting-kate-0.5.8.5.tar.gz
diff --git a/ghc-highlighting-kate.spec b/ghc-highlighting-kate.spec
index c79aa26..d37bdcd 100644
--- a/ghc-highlighting-kate.spec
+++ b/ghc-highlighting-kate.spec
@@ -2,14 +2,17 @@
 
 %global pkg_name highlighting-kate
 
+# no useful debuginfo for Haskell packages without C sources
+%global debug_package %{nil}
+
 Name:           ghc-%{pkg_name}
-Version:        0.5.6
-Release:        4%{?dist}
+Version:        0.5.8.5
+Release:        1%{?dist}
 Summary:        Sourcecode syntax highlighting
 
 License:        GPLv2+
 URL:            http://hackage.haskell.org/package/%{pkg_name}
-Source0:        http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz
+Source0:        http://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
 
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-rpm-macros
@@ -21,13 +24,14 @@ BuildRequires:  ghc-filepath-devel
 BuildRequires:  ghc-mtl-devel
 BuildRequires:  ghc-parsec-devel
 BuildRequires:  ghc-pcre-light-devel
+BuildRequires:  ghc-utf8-string-devel
 # End cabal-rpm deps
 
 %description
-highlighting-kate is a syntax highlighting library with support for nearly one
-hundred languages. The syntax parsers are automatically generated from Kate
-syntax descriptions (<http://kate-editor.org/>), so any syntax supported by
-Kate can be added.
+Highlighting-kate is a syntax highlighting library with support for nearly 100
+languages. The syntax parsers are automatically generated from Kate syntax
+descriptions (<http://kate-editor.org/>), so any syntax supported by Kate can be
+added.
 
 
 %package devel
@@ -78,11 +82,14 @@ cabal-tweak-flag pcre-light True
 
 
 %files devel -f %{name}-devel.files
-%doc README
+%doc README.md
 %attr(755,root,root) %{_bindir}/Highlight
 
 
 %changelog
+* Thu Aug 28 2014 Jens Petersen <petersen at redhat.com> - 0.5.8.5-1
+- update to 0.5.8.5
+
 * Sat Aug 16 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.5.6-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
 
diff --git a/sources b/sources
index ee2b86f..1be3688 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e1aca20b9549c055e94eab565ab37e67  highlighting-kate-0.5.6.tar.gz
+3c6212ae4b5f8f6ddf34a331973d4a73  highlighting-kate-0.5.8.5.tar.gz


More information about the scm-commits mailing list