diff --git a/.gitignore b/.gitignore index e50ebda..1ddfe8a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /dbus-0.10.4.tar.gz /dbus-0.10.5.tar.gz /dbus-0.10.6.tar.gz +/dbus-0.10.7.tar.gz diff --git a/ghc-dbus.spec b/ghc-dbus.spec index dcebaca..fe1d030 100644 --- a/ghc-dbus.spec +++ b/ghc-dbus.spec @@ -3,8 +3,8 @@ %global pkg_name dbus Name: ghc-%{pkg_name} -Version: 0.10.6 -Release: 2%{?dist} +Version: 0.10.7 +Release: 1%{?dist} Summary: Haskell client library for the D-Bus IPC system License: GPLv3+ @@ -78,6 +78,9 @@ This package provides the development files for the Haskell %{pkg_name} library. %changelog +* Mon Mar 17 2014 Dan Callaghan - 0.10.7-1 +- upstream release 0.10.7 + * Thu Feb 20 2014 Dan Callaghan - 0.10.6-2 - rebuilt for updated ghc-libxml-sax diff --git a/sources b/sources index a80ab5d..c483905 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3d5af8925b1273cb709c4f2c9dbafb9f dbus-0.10.6.tar.gz +28fe7641d11b1460ba5e8e831258e857 dbus-0.10.7.tar.gz