update to 0.14.0.4 with cabal-rpm

This commit is contained in:
Jens Petersen 2012-11-07 11:50:03 +09:00
parent 8719af3077
commit 860b1d63d1
3 changed files with 12 additions and 9 deletions

1
.gitignore vendored
View File

@ -5,3 +5,4 @@ dataenc-0.13.0.2.tar.gz
/dataenc-0.14.tar.gz
/dataenc-0.14.0.2.tar.gz
/dataenc-0.14.0.3.tar.gz
/dataenc-0.14.0.4.tar.gz

View File

@ -1,4 +1,3 @@
# cabal2spec-0.25.2
# https://fedoraproject.org/wiki/Packaging:Haskell
# https://fedoraproject.org/wiki/PackagingDrafts/Haskell
@ -11,20 +10,20 @@ Base64Url, Base85, Python string escaping, Quoted-Printable, URL encoding,\
uuencode, xxencode, and yEncoding.
Name: ghc-%{pkg_name}
Version: 0.14.0.3
Release: 4%{?dist}
Version: 0.14.0.4
Release: 1%{?dist}
Summary: %{common_summary}
Group: System Environment/Libraries
License: BSD
# BEGIN cabal2spec
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-rpm-macros
# Begin cabal-rpm deps:
BuildRequires: ghc-array-devel
BuildRequires: ghc-containers-devel
# End cabal-rpm deps
%description
%{common_description}
@ -54,6 +53,9 @@ BuildRequires: ghc-containers-devel
%changelog
* Wed Nov 07 2012 Jens Petersen <petersen@redhat.com> - 0.14.0.4-1
- update to 0.14.0.4
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.14.0.3-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild

View File

@ -1 +1 @@
643a8c022b9c840f801faf9a661fe637 dataenc-0.14.0.3.tar.gz
26275b11cedca34e9972db775f078cfa dataenc-0.14.0.4.tar.gz