Updated to 0.1.2

This commit is contained in:
Shakthi Kannan 2012-10-26 16:51:41 +05:30
commit a2a974d5f7
4 changed files with 18 additions and 18 deletions

View file

@ -10,8 +10,8 @@
written in the pure, lazy, functional language Haskell.
Name: %{pkg_name}
Version: 0.1
Release: 2%{?dist}
Version: 0.1.2
Release: 1%{?dist}
Summary: Haskell interpreter of the Unlambda language
Group: Development/Tools
@ -19,7 +19,7 @@ License: GPLv2
# BEGIN cabal2spec
URL: http://hackage.haskell.org/package/%{name}
Source0: http://hackage.haskell.org/packages/archive/%{name}/%{version}/%{name}-%{version}.tar.gz
Patch0: unlambda-0.1-FSF-license-fix.patch
Patch0: unlambda-0.1.2-FSF-license-fix.patch
ExclusiveArch: %{ghc_arches}
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-rpm-macros %{!?without_hscolour:hscolour}
@ -62,6 +62,12 @@ iconv -f iso8859-1 -t utf-8 Language/Unlambda.hs > Language/Unlambda.conv && mv
%ghc_files LICENSE
%changelog
* Fri Oct 26 2012 Shakthi Kannan <shakthimaan [AT] fedoraproject dot org> - 0.1.2-1
- Updated to new upstream release 0.1.2
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
* Tue Jun 19 2012 Shakthi Kannan <shakthimaan [AT] fedoraproject dot org> - 0.1-2
- Added patch to fix FSF address.