update to 0.8.0.5

This commit is contained in:
Jens Petersen 2014-08-27 17:04:38 +09:00
parent af8b480697
commit 79a9d697e1
3 changed files with 9 additions and 4 deletions

1
.gitignore vendored
View File

@ -3,3 +3,4 @@
/libmpd-0.7.0.tar.gz
/libmpd-0.7.2.tar.gz
/libmpd-0.8.0.2.tar.gz
/libmpd-0.8.0.5.tar.gz

View File

@ -8,8 +8,8 @@
%global debug_package %{nil}
Name: ghc-%{pkg_name}
Version: 0.8.0.2
Release: 6%{?dist}
Version: 0.8.0.5
Release: 1%{?dist}
Summary: Haskell MPD client library
# README states LGPL 2.1
@ -20,8 +20,10 @@ Source0: http://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-rpm-macros
# Begin cabal-rpm deps:
BuildRequires: ghc-attoparsec-devel
BuildRequires: ghc-bytestring-devel
BuildRequires: ghc-containers-devel
BuildRequires: ghc-data-default-devel
BuildRequires: ghc-filepath-devel
BuildRequires: ghc-mtl-devel
BuildRequires: ghc-network-devel
@ -32,7 +34,6 @@ BuildRequires: ghc-utf8-string-devel
%if %{with tests}
BuildRequires: ghc-HUnit-devel
BuildRequires: ghc-QuickCheck-devel
BuildRequires: ghc-data-default-devel
BuildRequires: ghc-hspec-devel
BuildRequires: ghc-unix-devel
%endif
@ -89,6 +90,9 @@ This package provides the Haskell %{pkg_name} library development files.
%changelog
* Wed Aug 27 2014 Jens Petersen <petersen@redhat.com> - 0.8.0.5-1
- update to 0.8.0.5
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.0.2-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild

View File

@ -1 +1 @@
0669a0efafa2c13a0a3a8dff3847db3f libmpd-0.8.0.2.tar.gz
9b5b047d27a011a17251cf6daed55b9c libmpd-0.8.0.5.tar.gz