diff --git a/.gitignore b/.gitignore index 4e99453..808d78a 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /dbus-0.10.4.tar.gz +/dbus-0.10.5.tar.gz diff --git a/ghc-dbus.spec b/ghc-dbus.spec index 4398e63..a86c579 100644 --- a/ghc-dbus.spec +++ b/ghc-dbus.spec @@ -3,8 +3,8 @@ %global pkg_name dbus Name: ghc-%{pkg_name} -Version: 0.10.4 -Release: 2%{?dist} +Version: 0.10.5 +Release: 1%{?dist} Summary: Haskell client library for the D-Bus IPC system License: GPLv3+ @@ -78,6 +78,10 @@ This package provides the development files for the Haskell %{pkg_name} library. %changelog +* Mon Feb 03 2014 Dan Callaghan - 0.10.5-1 +- upstream release 0.10.5 (no effective changes, upstream just relaxed the + version requirement for cereal) + * Wed Jul 17 2013 Dan Callaghan - 0.10.4-2 - update for new guidelines (cabal-rpm 0.8.2) diff --git a/sources b/sources index a674250..141deb5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -37d7c18abd7a4b397265e90eed035e92 dbus-0.10.4.tar.gz +779c61a4c25c1299f4e8e4596297b120 dbus-0.10.5.tar.gz