[ocaml-cairo] Update to git commit 08b40192975 (dated 2011-09-11).

Richard W.M. Jones rjones at fedoraproject.org
Fri Jan 6 18:08:56 UTC 2012


commit cfac2c63846f89ab98b33bb5652b7b10d4b65d7a
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Fri Jan 6 18:04:19 2012 +0000

    Update to git commit 08b40192975 (dated 2011-09-11).
    
    - Rebuild for OCaml 3.12.1.

 .gitignore       |    1 +
 ocaml-cairo.spec |   12 ++++++++++--
 sources          |    2 +-
 3 files changed, 12 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d8b37af..49f0a81 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 ocaml-cairo-1.2.0-gita5c5ee9f.tar.gz
+/ocaml-cairo-1.2.0-git08b40192975.tar.gz
diff --git a/ocaml-cairo.spec b/ocaml-cairo.spec
index 7b61882..3e63018 100644
--- a/ocaml-cairo.spec
+++ b/ocaml-cairo.spec
@@ -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 at 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 at lists.fedoraproject.org> - 1:1.2.0-0.4.gita5c5ee9f
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index 3ea84d6..2e18b5b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0ff91ee5e4360e84305b66226362b2ca  ocaml-cairo-1.2.0-gita5c5ee9f.tar.gz
+dfab61fa6d10f1142a64f9f58e86d380  ocaml-cairo-1.2.0-git08b40192975.tar.gz


More information about the scm-commits mailing list