[highlighting-kate] update to 0.5.6

Jens Petersen petersen at fedoraproject.org
Wed Jan 22 03:06:44 UTC 2014


commit 91e1695adbf2b9bd3f9b70829d413de658a1ada9
Author: Jens Petersen <petersen at redhat.com>
Date:   Wed Jan 22 12:06:56 2014 +0900

    update to 0.5.6

 .gitignore             |    1 +
 highlighting-kate.spec |   14 +++++++++++---
 sources                |    2 +-
 3 files changed, 13 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6f29e87..9de5355 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@
 /highlighting-kate-0.5.3.3.tar.gz
 /highlighting-kate-0.5.3.8.tar.gz
 /highlighting-kate-0.5.3.9.tar.gz
+/highlighting-kate-0.5.6.tar.gz
diff --git a/highlighting-kate.spec b/highlighting-kate.spec
index a875454..4b9994a 100644
--- a/highlighting-kate.spec
+++ b/highlighting-kate.spec
@@ -3,8 +3,8 @@
 %global pkg_name highlighting-kate
 
 Name:           %{pkg_name}
-Version:        0.5.3.9
-Release:        2%{?dist}
+Version:        0.5.6
+Release:        1%{?dist}
 Summary:        Sourcecode syntax highlighting library
 
 License:        GPLv2+
@@ -14,6 +14,7 @@ Source0:        http://hackage.haskell.org/packages/archive/%{name}/%{version}/%
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-rpm-macros
 # Begin cabal-rpm deps:
+BuildRequires:  chrpath
 BuildRequires:  ghc-blaze-html-devel
 BuildRequires:  ghc-containers-devel
 BuildRequires:  ghc-filepath-devel
@@ -40,10 +41,11 @@ This package provides the Haskell %{name} shared library.
 
 %package -n ghc-%{name}-devel
 Summary:        Haskell %{name} library development files
+Provides:       ghc-%{name}-static = %{version}-%{release}
 Requires:       ghc-compiler = %{ghc_version}
 Requires(post): ghc-compiler = %{ghc_version}
 Requires(postun): ghc-compiler = %{ghc_version}
-Requires:       ghc-%{name} = %{version}-%{release}
+Requires:       ghc-%{name}%{?_isa} = %{version}-%{release}
 
 %description -n ghc-%{name}-devel
 This package provides the Haskell %{name} library development files.
@@ -63,6 +65,8 @@ cabal-tweak-flag pcre-light True
 %install
 %ghc_lib_install
 
+%ghc_fix_dynamic_rpath Highlight
+
 
 %post -n ghc-%{name}-devel
 %ghc_pkg_recache
@@ -86,6 +90,10 @@ cabal-tweak-flag pcre-light True
 
 
 %changelog
+* Wed Jan 22 2014 Jens Petersen <petersen at redhat.com> - 0.5.6-1
+- update to 0.5.6
+- Highlight is now self-linked
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.5.3.9-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index 6ddc1ce..ee2b86f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-fa274eb5d1f7002b16a312693ad9eef0  highlighting-kate-0.5.3.9.tar.gz
+e1aca20b9549c055e94eab565ab37e67  highlighting-kate-0.5.6.tar.gz


More information about the scm-commits mailing list