Updated to 1.0.2

This commit is contained in:
Shakthi Kannan 2013-04-22 15:57:17 +05:30
parent 9ce17eaa19
commit 0cf503337b
3 changed files with 11 additions and 5 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/smallcheck-0.6.1.tar.gz
/smallcheck-1.0.2.tar.gz

View File

@ -9,8 +9,8 @@
all test cases up to some depth. The test cases are generated automatically.
Name: ghc-%{pkg_name}
Version: 0.6.1
Release: 4%{?dist}
Version: 1.0.2
Release: 1%{?dist}
Summary: %{common_summary}
License: BSD
@ -20,6 +20,9 @@ Source0: http://hackage.haskell.org/packages/archive/%{pkg_name}/%{versio
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-rpm-macros
# Begin cabal-rpm deps:
BuildRequires: ghc-logict-devel
BuildRequires: ghc-mtl-devel
BuildRequires: ghc-pretty-devel
# End cabal-rpm deps
BuildRequires: ghc-dlist-devel
@ -28,7 +31,6 @@ BuildRequires: ghc-dlist-devel
%prep
%setup -q -n %{pkg_name}-%{version}
chmod -x examples/run-examples.sh
%build
%ghc_lib_build
@ -43,9 +45,12 @@ chmod -x examples/run-examples.sh
%ghc_devel_post_postun
%ghc_files LICENSE
%doc examples README.md
%doc README.md
%changelog
* Mon Mar 18 2013 Shakthi Kannan <shakthimaan [AT] fedoraproject dot org> - 1.0.2-1
- new upstream version 1.0.2
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.1-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild

View File

@ -1 +1 @@
133eaace073cfd563763434b34740409 smallcheck-0.6.1.tar.gz
8eb02e57d1528e32808b4ceee036c369 smallcheck-1.0.2.tar.gz