[ghc-show/f17] Updated to 0.6

Shakthi Kannan shakthimaan at fedoraproject.org
Tue May 21 11:53:21 UTC 2013


commit 235a61dff3f810c0504182c5d907067e6d16c648
Author: Shakthi Kannan <skannan at redhat.com>
Date:   Tue May 21 17:13:14 2013 +0530

    Updated to 0.6

 .gitignore                              |    1 +
 ghc-show.spec                           |    9 +++++----
 show-0.4.1.2-disable-mysmallcheck.patch |   16 ----------------
 sources                                 |    2 +-
 4 files changed, 7 insertions(+), 21 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7545b34..1f4a41b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /show-0.4.1.2.tar.gz
+/show-0.6.tar.gz
diff --git a/ghc-show.spec b/ghc-show.spec
index 9b56858..509449c 100644
--- a/ghc-show.spec
+++ b/ghc-show.spec
@@ -11,8 +11,8 @@ ShowQ adds SmallCheck & QuickCheck support.\
 SimpleReflect allows us to literally see how functions 'expand'.
 
 Name:           ghc-%{pkg_name}
-Version:        0.4.1.2
-Release:        5%{?dist}
+Version:        0.6
+Release:        1%{?dist}
 Summary:        %{common_summary}
 
 # SimpleReflect is BSD and show.cabal says GPL
@@ -20,7 +20,6 @@ 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
 Patch0:         show-0.4.1.2-fix-fsf-address.patch
-Patch1:		show-0.4.1.2-disable-mysmallcheck.patch
 
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-rpm-macros
@@ -38,7 +37,6 @@ BuildRequires:  ghc-syb-devel
 %prep
 %setup -q -n %{pkg_name}-%{version}
 %patch0 -p1 -b .orig
-%patch1 -p1 -b .fix
 
 %build
 %ghc_lib_build
@@ -60,6 +58,9 @@ BuildRequires:  ghc-syb-devel
 
 
 %changelog
+* Fri May 21 2013 Shakthi Kannan <shakthimaan [AT] fedoraproject dot org> - 0.6-1
+- Updated to 0.6
+
 * Fri May  3 2013 Shakthi Kannan <shakthimaan [AT] fedoraproject dot org> - 0.4.1.2-5
 - Disable mysmallcheck
 
diff --git a/sources b/sources
index 4ab02b2..c81edbc 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e707e696bb20d5087bddbc2d15ebfbac  show-0.4.1.2.tar.gz
+8af8627f94ad57597990b3bc7d9637a7  show-0.6.tar.gz


More information about the scm-commits mailing list