update to 0.8.0.2

This commit is contained in:
Jens Petersen 2013-03-12 23:14:13 +09:00
parent 02fe905214
commit d48dc8ec5a
4 changed files with 9 additions and 17 deletions

1
.gitignore vendored
View File

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

View File

@ -8,24 +8,25 @@
%global common_description A client library for MPD, the Music Player Daemon.
Name: ghc-%{pkg_name}
Version: 0.7.2
Release: 7%{?dist}
Version: 0.8.0.2
Release: 1%{?dist}
Summary: %{common_summary}
# README states LGPL 2.1
License: LGPLv2
URL: http://hackage.haskell.org/package/%{pkg_name}
Source0: http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz
Patch1: libmpd-0.7.2-mtl-2.1.patch
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-rpm-macros
# Begin cabal-rpm deps:
BuildRequires: ghc-bytestring-devel
BuildRequires: ghc-containers-devel
BuildRequires: ghc-filepath-devel
BuildRequires: ghc-mtl-devel
BuildRequires: ghc-network-devel
BuildRequires: ghc-old-locale-devel
BuildRequires: ghc-text-devel
BuildRequires: ghc-time-devel
BuildRequires: ghc-utf8-string-devel
# End cabal-rpm deps
@ -36,7 +37,6 @@ BuildRequires: ghc-utf8-string-devel
%prep
%setup -q -n %{pkg_name}-%{version}
%patch1 -p1 -b .orig
%build
@ -60,6 +60,9 @@ BuildRequires: ghc-utf8-string-devel
%changelog
* Tue Mar 12 2013 Jens Petersen <petersen@redhat.com> - 0.8.0.2-1
- update to 0.8.0.2
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.2-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild

View File

@ -1,12 +0,0 @@
diff -u libmpd-0.7.2/libmpd.cabal\~ libmpd-0.7.2/libmpd.cabal
--- libmpd-0.7.2/libmpd.cabal~ 2012-03-03 22:52:00.256845067 +0900
+++ libmpd-0.7.2/libmpd.cabal 2012-06-09 23:09:37.157397579 +0900
@@ -35,7 +35,7 @@
Library
Build-Depends: base >= 4 && < 5,
- mtl >= 2.0 && < 2.1,
+ mtl >= 2.0 && < 2.2,
network >= 2.1 && < 2.4,
filepath >= 1.0 && < 1.4,
utf8-string >= 0.3.1 && < 0.4,

View File

@ -1 +1 @@
97dffec85a508df165c0eece457a19a7 libmpd-0.7.2.tar.gz
0669a0efafa2c13a0a3a8dff3847db3f libmpd-0.8.0.2.tar.gz