[leksah-server/f16] Package update to 0.12.0.0 modified: .gitignore new file: deps.patch modified: leksah-serve

narasim narasim at fedoraproject.org
Mon Mar 12 03:58:35 UTC 2012


commit 6533a469e937d8404df3c1ee31f736b83b2da087
Author: Lakshmi Narasimhan <lakshminaras2002 at gmail.com>
Date:   Mon Mar 12 09:15:54 2012 +0530

    Package update to 0.12.0.0
    	modified:   .gitignore
    	new file:   deps.patch
    	modified:   leksah-server.spec
    	modified:   sources

 .gitignore         |    1 +
 deps.patch         |   44 ++++++++++++++++++++++++++++++++++++++++++++
 leksah-server.spec |   12 ++++++++----
 sources            |    2 +-
 4 files changed, 54 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4a5b805..c3d6f40 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /leksah-server-0.10.0.4.tar.gz
+/leksah-server-0.12.0.4.tar.gz
diff --git a/deps.patch b/deps.patch
new file mode 100644
index 0000000..7332879
--- /dev/null
+++ b/deps.patch
@@ -0,0 +1,44 @@
+--- leksah-server-0.12.0.4_old/leksah-server.cabal	2012-03-12 04:47:15.000000000 +0530
++++ leksah-server-0.12.0.4/leksah-server.cabal	2012-03-12 09:10:11.966071257 +0530
+@@ -38,8 +38,8 @@
+                directory >=1.0.0.2 && <1.2, filepath >=1.1.0.1 && <1.4, ghc >=6.10.1 && <7.5,
+                ltk >=0.12 && <0.13, parsec >=2.1.0.1 && <3.2,
+                pretty >=1.0.1.0 && <1.2, time >=1.1 && <1.5, deepseq >=1.1 && <1.4,
+-               hslogger >= 1.0.7 && <1.2, network >=2.2 && <3.0, enumerator >=0.4.14 && < 0.5,
+-               attoparsec-enumerator >=0.3 && <0.4, attoparsec >=0.10.0.3 && <0.11,
++               hslogger >= 1.0.7 && <1.2, network >=2.2 && <3.0, enumerator,
++               attoparsec-enumerator, attoparsec,
+                transformers >=0.2.2.0 && <0.3
+     if (impl(ghc >= 7.4))
+        build-depends: haddock >= 2.7.2 && <2.11
+@@ -98,8 +98,8 @@
+                directory >=1.0.0.2 && <1.2, filepath >=1.1.0.1 && <1.6, ghc >=6.10.1 && <7.5,
+                ltk >=0.12 && <0.13, parsec >=2.1.0.1 && <3.2,
+                pretty >=1.0.1.0 && <1.2, time >=1.1 && <1.5, deepseq >=1.1 && <1.4,
+-               hslogger >= 1.0.7 && <1.2, network >=2.2 && <3.0, enumerator >= 0.4.14 && <0.5,
+-               attoparsec-enumerator >=0.3 && <0.4, attoparsec >=0.10.0.3 && <0.11,
++               hslogger >= 1.0.7 && <1.2, network >=2.2 && <3.0, enumerator,
++               attoparsec-enumerator, attoparsec,
+                transformers >=0.2.2.0 && <0.3
+     if (impl(ghc >= 7.4))
+        build-depends: haddock >= 2.7.2 && <2.11
+@@ -164,8 +164,8 @@
+     ghc-prof-options: -auto-all -prof
+ --    ghc-shared-options: -auto-all -prof
+     build-depends:  base >= 4.0.0.0 && <4.6, hslogger >= 1.0.7 && <1.2, deepseq >=1.1 && <1.4,
+-               bytestring >=0.9.0.1 && <0.10, enumerator >= 0.4.14 && <0.5,
+-               attoparsec-enumerator >=0.3 && <0.4, attoparsec >=0.10.0.3 && <0.11,
++               bytestring >=0.9.0.1 && <0.10, enumerator,
++               attoparsec-enumerator, attoparsec,
+                transformers >=0.2.2.0 && <0.3
+ 
+     if (impl(ghc >= 7.2))
+@@ -188,7 +188,7 @@
+     main-is:    TestTool.hs
+     build-depends: base >= 4.0.0.0 && <4.6,  hslogger >= 1.0.7 && <1.3,
+                leksah-server,
+-               HUnit >=1.2 && <1.3, transformers >=0.2.2.0 && <0.3, enumerator >=0.4.14 && <0.5
++               HUnit >=1.2 && <1.3, transformers >=0.2.2.0 && <0.3, enumerator
+ 
+     if (impl(ghc >= 7.2))
+        build-depends: process >= 1.1 && <1.2
diff --git a/leksah-server.spec b/leksah-server.spec
index ca5f6b2..8e55783 100644
--- a/leksah-server.spec
+++ b/leksah-server.spec
@@ -9,8 +9,8 @@
 %global common_description This package provides the interface to GHC-API for leksah.
 
 Name:           %{pkg_name}
-Version:        0.10.0.4
-Release:        7%{?dist}
+Version:        0.12.0.4
+Release:        1%{?dist}
 Summary:        %{common_summary}
 
 Group:          Development/Tools
@@ -24,8 +24,9 @@ ExclusiveArch:  %{ghc_arches}
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-rpm-macros %{!?without_hscolour:hscolour}
 # END cabal2spec
-BuildRequires:  ghc-Cabal-prof, ghc-base-prof, ghc-binary-prof, ghc-binary-shared-prof, ghc-bytestring-prof, ghc-containers-prof, ghc-directory-prof, ghc-filepath-prof, ghc-ghc-prof, ghc-ltk-prof, ghc-mtl-prof, ghc-parsec-prof,ghc-pretty-prof, ghc-process-leksah-prof, ghc-time-prof, ghc-deepseq-prof, ghc-hslogger-prof, ghc-network-prof, ghc-haddock-prof, ghc-unix-prof
+BuildRequires:  ghc-Cabal-prof, ghc-base-prof, ghc-binary-prof, ghc-binary-shared-prof, ghc-bytestring-prof, ghc-containers-prof, ghc-directory-prof, ghc-filepath-prof, ghc-ghc-prof, ghc-ltk-prof, ghc-mtl-prof, ghc-parsec-prof,ghc-pretty-prof, ghc-process-leksah-prof, ghc-time-prof, ghc-deepseq-prof, ghc-hslogger-prof, ghc-network-prof, ghc-haddock-prof, ghc-unix-prof, ghc-attoparsec-prof, ghc-attoparsec-enumerator-prof, ghc-transformers-prof, ghc-enumerator-devel
 Requires:       wget, cabal-install
+Patch1:        deps.patch
 
 %description
 %{common_description}
@@ -33,7 +34,7 @@ Requires:       wget, cabal-install
 
 %prep
 %setup -q
-
+%patch1 -p1 -b .orig
 
 %build
 %ghc_lib_build
@@ -67,6 +68,9 @@ Requires:       wget, cabal-install
 
 
 %changelog
+* Mon Mar 12 2012 Lakshmi Narasimhan T V <lakshminaras2002 at gmail.com> - 0.12.0.4-1
+- Package update to 0.12.0.4
+
 * Sun Jan 22 2012 Lakshmi Narasimhan T V <lakshminaras2002 at gmail.com> - 0.10.0.4-7
 - Update to cabal2spec-0.25.2. Remove dependency on ghc7
 
diff --git a/sources b/sources
index d2bf3d3..5aa1a2f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-132e0794679bf4fc2957bec378c0a2dc  leksah-server-0.10.0.4.tar.gz
+d5d56081446c5eb31c85142b5a6f4ff5  leksah-server-0.12.0.4.tar.gz


More information about the scm-commits mailing list