Update to git commit 08b40192975 (dated 2011-09-11).

- Rebuild for OCaml 3.12.1.
This commit is contained in:
Richard W.M. Jones 2012-01-06 18:04:19 +00:00
parent 02f9b3f86f
commit cfac2c6384
3 changed files with 12 additions and 3 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
ocaml-cairo-1.2.0-gita5c5ee9f.tar.gz
/ocaml-cairo-1.2.0-git08b40192975.tar.gz

View File

@ -1,6 +1,10 @@
%global opt %(test -x %{_bindir}/ocamlopt && echo 1 || echo 0)
%global debug_package %{nil}
# Important note! There are at least two quite separate OCaml cairo
# projects. This one is: http://cairographics.org/cairo-ocaml/
# The other one is: http://forge.ocamlcore.org/projects/cairo/
# There are no source releases for ocaml-cairo > 1.0.0. To get the
# source matching this you have to do:
#
@ -8,12 +12,12 @@
# cd cairo-ocaml
# git archive --prefix=ocaml-cairo-%{version}/ %{commit} | \
# gzip > ../ocaml-cairo-1.2.0-git%{commit}.tar.gz
%global commit a5c5ee9f
%global commit 08b40192975
Name: ocaml-cairo
Epoch: 1
Version: 1.2.0
Release: 0.4.git%{commit}%{?dist}
Release: 0.5.git%{commit}%{?dist}
Summary: OCaml library for accessing cairo graphics
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@ -123,6 +127,10 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Fri Jan 6 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.2.0-0.5.git08b40192975
- Update to git commit 08b40192975 (dated 2011-09-11).
- Rebuild for OCaml 3.12.1.
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.2.0-0.4.gita5c5ee9f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild

View File

@ -1 +1 @@
0ff91ee5e4360e84305b66226362b2ca ocaml-cairo-1.2.0-gita5c5ee9f.tar.gz
dfab61fa6d10f1142a64f9f58e86d380 ocaml-cairo-1.2.0-git08b40192975.tar.gz