[highlighting-kate] update to 0.5.3.8

Jens Petersen petersen at fedoraproject.org
Sun Mar 10 08:54:43 UTC 2013


commit 57ccfb29953e4da75c8f562471be26b397fb62df
Author: Jens Petersen <petersen at redhat.com>
Date:   Sun Mar 10 17:54:35 2013 +0900

    update to 0.5.3.8

 .gitignore             |    1 +
 highlighting-kate.spec |   12 ++++++++----
 sources                |    2 +-
 3 files changed, 10 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 960094b..b3fa472 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
 /highlighting-kate-0.5.0.5.tar.gz
 /highlighting-kate-0.5.1.tar.gz
 /highlighting-kate-0.5.3.3.tar.gz
+/highlighting-kate-0.5.3.8.tar.gz
diff --git a/highlighting-kate.spec b/highlighting-kate.spec
index 977ffe5..d7504c1 100644
--- a/highlighting-kate.spec
+++ b/highlighting-kate.spec
@@ -11,8 +11,8 @@ generated from Kate syntax descriptions (http://kate-editor.org/), so\
 any syntax supported by Kate can be added.
 
 Name:           %{pkg_name}
-Version:        0.5.3.3
-Release:        2%{?dist}
+Version:        0.5.3.8
+Release:        1%{?dist}
 Summary:        Sourcecode syntax highlighting library
 
 License:        GPLv2+
@@ -29,7 +29,6 @@ BuildRequires:  ghc-mtl-devel
 BuildRequires:  ghc-parsec-devel
 BuildRequires:  ghc-pcre-light-devel
 # End cabal-rpm deps
-Patch1:         highlighting-kate-flags.patch
 
 %description
 %{common_description}
@@ -39,7 +38,9 @@ The package provides the Highlighting commandline program.
 
 %prep
 %setup -q
-%patch1 -p1 -b .orig
+
+cabal-tweak-flag executable True
+cabal-tweak-flag pcre-light True
 
 
 %build
@@ -73,6 +74,9 @@ The package provides the Highlighting commandline program.
 
 
 %changelog
+* Sun Mar 10 2013 Jens Petersen <petersen at redhat.com> - 0.5.3.8-1
+- update to 0.5.3.8
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.5.3.3-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index 858d319..4e001d5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-337ae925896abb1e17aeaaa1a0589afb  highlighting-kate-0.5.3.3.tar.gz
+c3fdfadddfdf198af6192b9bf437a422  highlighting-kate-0.5.3.8.tar.gz


More information about the scm-commits mailing list