[leksah] Fix issue with extra characters for haddock modified: haddock.patch modified: leksah.spec

narasim narasim at fedoraproject.org
Sat Jun 30 12:53:10 UTC 2012


commit 78128a0dbe7187f050cedef6b242af9ebd279125
Author: Lakshmi Narasimhan T V <lakshminaras2002 at gmail.com>
Date:   Sat Jun 30 18:22:07 2012 +0530

    Fix issue with extra characters for haddock
    	modified:   haddock.patch
    	modified:   leksah.spec

 haddock.patch |    4 ++--
 leksah.spec   |    2 ++
 2 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/haddock.patch b/haddock.patch
index ba3f4df..07d02c6 100644
--- a/haddock.patch
+++ b/haddock.patch
@@ -1,5 +1,5 @@
---- leksah-0.12.0.3_old/src/IDE/SymbolNavigation.hs	2012-03-12 15:02:10.648974351 +0530
-+++ leksah-0.12.0.3/src/IDE/SymbolNavigation.hs	2012-03-12 16:03:36.235100048 +0530
+--- leksah-0.12.1.3_old/src/IDE/SymbolNavigation.hs	2012-06-29 13:48:39.271280240 +0530
++++ leksah-0.12.1.3/src/IDE/SymbolNavigation.hs	2012-06-30 18:20:13.861185566 +0530
 @@ -50,10 +50,10 @@
      deriving (Ord,Eq,Show)
  
diff --git a/leksah.spec b/leksah.spec
index aeabfcd..dea165c 100644
--- a/leksah.spec
+++ b/leksah.spec
@@ -33,6 +33,7 @@ Requires: hicolor-icon-theme
 Requires: leksah-server
 
 # patches
+Patch1: haddock.patch
 
 %description
 %{common_description}
@@ -40,6 +41,7 @@ Requires: leksah-server
 
 %prep
 %setup -q
+%patch1 -p1 -b .orig
 
 
 %build


More information about the scm-commits mailing list