diff --git a/.gitignore b/.gitignore index 56ee567..d8130c8 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/ghc-libmpd.spec b/ghc-libmpd.spec index cee108d..249b43c 100644 --- a/ghc-libmpd.spec +++ b/ghc-libmpd.spec @@ -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 - 0.8.0.2-1 +- update to 0.8.0.2 + * Wed Feb 13 2013 Fedora Release Engineering - 0.7.2-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild diff --git a/libmpd-0.7.2-mtl-2.1.patch b/libmpd-0.7.2-mtl-2.1.patch deleted file mode 100644 index 66e9a2c..0000000 --- a/libmpd-0.7.2-mtl-2.1.patch +++ /dev/null @@ -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, diff --git a/sources b/sources index d5511de..6e9db6d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -97dffec85a508df165c0eece457a19a7 libmpd-0.7.2.tar.gz +0669a0efafa2c13a0a3a8dff3847db3f libmpd-0.8.0.2.tar.gz