update to 0.9.0.4

This commit is contained in:
Ben Boeckel 2016-04-23 14:24:36 -04:00
parent cd2ec5f656
commit 1d92c08c16
3 changed files with 12 additions and 6 deletions

1
.gitignore vendored
View File

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

View File

@ -5,9 +5,9 @@
%bcond_with tests
Name: ghc-%{pkg_name}
Version: 0.9.0.2
Release: 2%{?dist}
Summary: Haskell MPD client library
Version: 0.9.0.4
Release: 1%{?dist}
Summary: An MPD client library
License: MIT
Url: https://hackage.haskell.org/package/%{pkg_name}
@ -35,7 +35,7 @@ BuildRequires: ghc-unix-devel
# End cabal-rpm deps
%description
A client library for MPD, the Music Player Daemon (<http://www.musicpd.org/>).
A client library for MPD, the Music Player Daemon.
%package devel
@ -61,6 +61,8 @@ This package provides the Haskell %{pkg_name} library development files.
%install
%ghc_lib_install
rm %{buildroot}%{ghc_pkgdocdir}/LICENSE
%check
%if %{with tests}
@ -77,7 +79,7 @@ This package provides the Haskell %{pkg_name} library development files.
%files -f %{name}.files
%doc LICENSE
%license LICENSE
%files devel -f %{name}-devel.files
@ -85,6 +87,9 @@ This package provides the Haskell %{pkg_name} library development files.
%changelog
* Sat Apr 23 2016 Ben Boeckel <mathstuf@gmail.com> - 0.9.0.4-1
- update to 0.9.0.4
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.0.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

View File

@ -1 +1 @@
f02b903117e8284b30826b07ee8e0b52 libmpd-0.9.0.2.tar.gz
effde2a23304169bdaae50fcf9db248b libmpd-0.9.0.4.tar.gz