[ghc-readline/f17] Updated to 1.0.3.0

Shakthi Kannan shakthimaan at fedoraproject.org
Mon Mar 18 16:15:29 UTC 2013


commit b32384620ebb2116cfba51740378684d36673ec3
Author: Shakthi Kannan <skannan at redhat.com>
Date:   Mon Mar 18 21:36:12 2013 +0530

    Updated to 1.0.3.0

 .gitignore        |    1 +
 ghc-readline.spec |   30 +++++++++++++++++++-----------
 sources           |    2 +-
 3 files changed, 21 insertions(+), 12 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 57ad775..d363f51 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /readline-1.0.1.0.tar.gz
+/readline-1.0.3.0.tar.gz
diff --git a/ghc-readline.spec b/ghc-readline.spec
index 339eb96..4838055 100644
--- a/ghc-readline.spec
+++ b/ghc-readline.spec
@@ -1,4 +1,3 @@
-# cabal2spec-0.25
 # https://fedoraproject.org/wiki/Packaging:Haskell
 # https://fedoraproject.org/wiki/PackagingDrafts/Haskell
 
@@ -14,22 +13,20 @@ perhaps reedit those lines, and perform csh-like history expansion on \
 previous commands. 
 
 Name:           ghc-%{pkg_name}
-Version:        1.0.1.0
+Version:        1.0.3.0
 Release:        1%{?dist}
 Summary:        %{common_summary}
 
-Group:          System Environment/Libraries
-License:        GPLv2
-# BEGIN cabal2spec
+License:        GPL+
 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-Cabal-devel
+BuildRequires:  ghc-rpm-macros
+# Begin cabal-rpm deps:
 BuildRequires:  ghc-process-devel
-BuildRequires:  readline readline-devel
+# End cabal-rpm deps
+BuildRequires:  readline-devel%{_isa}
 
 %description
 %{common_description}
@@ -43,8 +40,8 @@ BuildRequires:  readline readline-devel
 %install
 %ghc_lib_install
 
-# devel subpackage
 %ghc_devel_package
+Requires: readline-devel%{_isa}
 
 %ghc_devel_description
 
@@ -53,6 +50,17 @@ BuildRequires:  readline readline-devel
 %ghc_files LICENSE
 
 %changelog
+* Mon Mar 18 2013 Shakthi Kannan <shakthimaan [AT] fedoraproject dot org> - 1.0.3.0-1
+- new upstream version 1.0.3.0
+
+* Wed Feb 13 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.1.0-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
+
+* Fri Nov  9 2012 Jens Petersen <petersen at redhat.com> - 1.0.1.0-2
+- fix missing readline-devel requires
+- change license tag to GPL+ since no source version indications
+- update with cabal-rpm
+
 * Tue Jun 12 2012 Shakthi Kannan <shakthimaan [AT] fedoraproject dot org> - 1.0.1.0-1
 - Added BuildRequires.
 - Spec file template generated by cabal2spec-0.25.5
diff --git a/sources b/sources
index 927cfed..7752196 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-eade9576def53ed293628a2f8580007e  readline-1.0.1.0.tar.gz
+52ecc20280265a09849c38184efb1615  readline-1.0.3.0.tar.gz


More information about the scm-commits mailing list