Compare commits

...

2 Commits
rawhide ... f19

Author SHA1 Message Date
Shakthi Kannan e101c0151c Updated to 0.6 2013-05-21 17:13:49 +05:30
Shakthi Kannan 55f3e2c596 Disable mysmallcheck 2013-05-03 16:29:11 +05:30
3 changed files with 10 additions and 4 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/show-0.4.1.2.tar.gz
/show-0.6.tar.gz

View File

@ -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: 4%{?dist}
Version: 0.6
Release: 1%{?dist}
Summary: %{common_summary}
# SimpleReflect is BSD and show.cabal says GPL
@ -38,7 +38,6 @@ BuildRequires: ghc-syb-devel
%setup -q -n %{pkg_name}-%{version}
%patch0 -p1 -b .orig
%build
%ghc_lib_build
@ -59,6 +58,12 @@ 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
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.1.2-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild

View File

@ -1 +1 @@
e707e696bb20d5087bddbc2d15ebfbac show-0.4.1.2.tar.gz
8af8627f94ad57597990b3bc7d9637a7 show-0.6.tar.gz