[ghc-terminfo] update to 0.3.2.5

Jens Petersen petersen at fedoraproject.org
Thu Nov 8 08:02:51 UTC 2012


commit 7d013bd03e0ec063c2818ac37d9d2506e01d3108
Author: Jens Petersen <petersen at redhat.com>
Date:   Thu Nov 8 17:02:45 2012 +0900

    update to 0.3.2.5
    
    drop old extensible-exceptions dep

 .gitignore        |    1 +
 ghc-terminfo.spec |   28 ++++++++++++++--------------
 sources           |    2 +-
 3 files changed, 16 insertions(+), 15 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6aab477..a050096 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /terminfo-0.3.2.tar.gz
 /terminfo-0.3.2.2.tar.gz
 /terminfo-0.3.2.3.tar.gz
+/terminfo-0.3.2.5.tar.gz
diff --git a/ghc-terminfo.spec b/ghc-terminfo.spec
index c335ebb..42d2d8c 100644
--- a/ghc-terminfo.spec
+++ b/ghc-terminfo.spec
@@ -1,32 +1,28 @@
-# cabal2spec-0.25.2
 # https://fedoraproject.org/wiki/Packaging:Haskell
 # https://fedoraproject.org/wiki/PackagingDrafts/Haskell
 
 %global pkg_name terminfo
 
-%global common_summary Haskell %{pkg_name} library
+%global common_summary Haskell bindings to the terminfo library
 
-%global common_description A %{pkg_name} library for Haskell.
-
-# add any foreign library dependencies here:
-%global ghc_pkg_c_deps ncurses-devel%{?_isa}
+%global common_description This library provides an interface to the terminfo database\
+(via bindings to the curses library).  Terminfo allows POSIX systems to\
+interact with a variety of terminals using a standard set of capabilities.
 
 Name:           ghc-%{pkg_name}
-Version:        0.3.2.3
-Release:        4%{?dist}
+Version:        0.3.2.5
+Release:        1%{?dist}
 Summary:        %{common_summary}
 
-Group:          System Environment/Libraries
 License:        BSD
-# BEGIN cabal2spec
 URL:            http://hackage.haskell.org/package/%{pkg_name}
 Source0:        http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz
-ExclusiveArch:  %{ghc_arches}
+
 BuildRequires:  ghc-Cabal-devel
-BuildRequires:  ghc-rpm-macros %{!?without_hscolour:hscolour}
-# END cabal2spec
+BuildRequires:  ghc-rpm-macros
+# Begin cabal-rpm deps:
+# End cabal-rpm deps
 BuildRequires:  ncurses-devel%{?_isa}
-BuildRequires:  ghc-extensible-exceptions-devel
 
 %description
 %{common_description}
@@ -61,6 +57,10 @@ Requires:  ncurses-devel%{?_isa}
 
 
 %changelog
+* Thu Nov 08 2012 Jens Petersen <petersen at redhat.com> - 0.3.2.5-1
+- update to 0.3.2.5
+- does not depend on extensible-exceptions now
+
 * Thu Jul 19 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.3.2.3-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index 7493f29..cd22da7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-706f546c629ac100a402c9c2629c25fa  terminfo-0.3.2.3.tar.gz
+7ef09acfac9f6fc499ed3bb804ae2ab3  terminfo-0.3.2.5.tar.gz


More information about the scm-commits mailing list