Update to 0.9.0.2

This commit is contained in:
Ben Boeckel 2015-07-19 13:46:24 -04:00
parent dcd78a8d01
commit 7c87732768
3 changed files with 11 additions and 12 deletions

1
.gitignore vendored
View File

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

View File

@ -4,18 +4,14 @@
%bcond_with tests
# no useful debuginfo for Haskell packages without C sources
%global debug_package %{nil}
Name: ghc-%{pkg_name}
Version: 0.8.0.5
Release: 2%{?dist}
Version: 0.9.0.2
Release: 1%{?dist}
Summary: Haskell MPD client library
# README states LGPL 2.1
License: LGPLv2
URL: http://hackage.haskell.org/package/%{pkg_name}
Source0: http://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
License: MIT
Url: https://hackage.haskell.org/package/%{pkg_name}
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-rpm-macros
@ -23,7 +19,7 @@ BuildRequires: ghc-rpm-macros
BuildRequires: ghc-attoparsec-devel
BuildRequires: ghc-bytestring-devel
BuildRequires: ghc-containers-devel
BuildRequires: ghc-data-default-devel
BuildRequires: ghc-data-default-class-devel
BuildRequires: ghc-filepath-devel
BuildRequires: ghc-mtl-devel
BuildRequires: ghc-network-devel
@ -32,7 +28,6 @@ BuildRequires: ghc-text-devel
BuildRequires: ghc-time-devel
BuildRequires: ghc-utf8-string-devel
%if %{with tests}
BuildRequires: ghc-HUnit-devel
BuildRequires: ghc-QuickCheck-devel
BuildRequires: ghc-hspec-devel
BuildRequires: ghc-unix-devel
@ -90,6 +85,9 @@ This package provides the Haskell %{pkg_name} library development files.
%changelog
* Sun Jul 19 2015 Ben Boeckel <mathstuf@gmail.com> - 0.9.0.2-1
- Update to 0.9.0.2
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.0.5-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild

View File

@ -1 +1 @@
9b5b047d27a011a17251cf6daed55b9c libmpd-0.8.0.5.tar.gz
f02b903117e8284b30826b07ee8e0b52 libmpd-0.9.0.2.tar.gz