update to 0.12.1

This commit is contained in:
Jens Petersen 2011-09-20 01:14:48 +09:00
parent b0a5a6709d
commit 9a3c117a48
3 changed files with 8 additions and 4 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
/cairo-0.11.1.tar.gz
/cairo-0.12.0.tar.gz
/cairo-0.12.1.tar.gz

View File

@ -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 <petersen@redhat.com> - 0.12.1-1
- update to 0.12.1
* Tue Jun 21 2011 Jens Petersen <petersen@redhat.com> - 0.12.0-5
- use BR ghc-Cabal-devel instead of ghc-prof (cabal2spec-0.23.1)

View File

@ -1 +1 @@
e17c7ce086062282dbb405bfdf68191e cairo-0.12.0.tar.gz
b63d31dabb6af6f63c25a93d3ebffcbb cairo-0.12.1.tar.gz