diff --git a/.gitignore b/.gitignore index 8d3e31f..1c3a27c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /cairo-0.11.1.tar.gz /cairo-0.12.0.tar.gz +/cairo-0.12.1.tar.gz diff --git a/ghc-cairo.spec b/ghc-cairo.spec index e332e57..5d74d5e 100644 --- a/ghc-cairo.spec +++ b/ghc-cairo.spec @@ -4,11 +4,11 @@ %global common_description Haskell binding to the Cairo vector graphics library. -%global ghc_pkg_c_deps cairo-devel +%global ghc_pkg_c_deps cairo-devel%{?_isa} Name: ghc-%{pkg_name} -Version: 0.12.0 -Release: 5%{?dist} +Version: 0.12.1 +Release: 1%{?dist} Summary: %{common_summary} Group: System Environment/Libraries @@ -46,6 +46,9 @@ echo "%doc demo" >> %{name}-devel.files %changelog +* Tue Sep 20 2011 Jens Petersen - 0.12.1-1 +- update to 0.12.1 + * Tue Jun 21 2011 Jens Petersen - 0.12.0-5 - use BR ghc-Cabal-devel instead of ghc-prof (cabal2spec-0.23.1) diff --git a/sources b/sources index 70f8448..cda315f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e17c7ce086062282dbb405bfdf68191e cairo-0.12.0.tar.gz +b63d31dabb6af6f63c25a93d3ebffcbb cairo-0.12.1.tar.gz