[ocaml-mysql] New upstream version 1.1.0.

Richard W.M. Jones rjones at fedoraproject.org
Wed Jan 11 14:47:20 UTC 2012


commit 32ad388d9697b23e331a181477d728ce43b50693
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Wed Jan 11 14:41:53 2012 +0000

    New upstream version 1.1.0.
    
    - It is now hosted on OCaml Forge.
    - Rebuild for OCaml 3.12.1.

 .gitignore                                         |    1 +
 ...-mysql-1.0.4-CVE-2009-2942-missing-escape.patch |  110 --------------------
 ocaml-mysql.spec                                   |   20 ++--
 sources                                            |    2 +-
 4 files changed, 14 insertions(+), 119 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 839bf33..8d3f244 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 ocaml-mysql-1.0.4.tar.gz
+/ocaml-mysql-1.1.0.tar.gz
diff --git a/ocaml-mysql.spec b/ocaml-mysql.spec
index 66e65e0..d33b600 100644
--- a/ocaml-mysql.spec
+++ b/ocaml-mysql.spec
@@ -2,19 +2,17 @@
 %define debug_package %{nil}
 
 Name:           ocaml-mysql
-Version:        1.0.4
-Release:        14%{?dist}
+Version:        1.1.0
+Release:        1%{?dist}
 Summary:        OCaml library for accessing MySQL databases
 
 Group:          Development/Libraries
 License:        LGPLv2+ with exceptions
-URL:            http://raevnos.pennmush.org/code/ocaml-mysql/
-Source0:        http://raevnos.pennmush.org/code/ocaml-mysql/ocaml-mysql-%{version}.tar.gz
+URL:            http://forge.ocamlcore.org/projects/ocaml-mysql/
+Source0:        http://forge.ocamlcore.org/frs/download.php/336/ocaml-mysql-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 ExcludeArch:    sparc64 s390 s390x
 
-Patch0:         ocaml-mysql-1.0.4-CVE-2009-2942-missing-escape.patch
-
 BuildRequires:  ocaml >= 3.10.0
 BuildRequires:  ocaml-findlib-devel
 BuildRequires:  ocaml-ocamldoc
@@ -48,7 +46,6 @@ developing applications that use %{name}.
 
 %prep
 %setup -q
-%patch0 -p1
 ./configure --libdir=%{_libdir}
 
 
@@ -90,7 +87,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files devel
 %defattr(-,root,root,-)
-%doc COPYING CHANGES doc/html README VERSION
+%doc COPYING CHANGES README VERSION
 %if %opt
 %{_libdir}/ocaml/mysql/*.a
 %{_libdir}/ocaml/mysql/*.cmxa
@@ -100,6 +97,13 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Jan 11 2012 Richard W.M. Jones <rjones at redhat.com> - 1.1.0-1
+- New upstream version 1.1.0.
+- It is now hosted on OCaml Forge.
+- Rebuild for OCaml 3.12.1.
+- Remove patch, now upstream.
+- HTML docs are not built, so don't include them in the package.
+
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.4-14
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index ec07ace..01b0d0b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-76f1282bb7299012669bf40cde78216b  ocaml-mysql-1.0.4.tar.gz
+c56e5766f2c24d06c5e1cedd7092c440  ocaml-mysql-1.1.0.tar.gz


More information about the scm-commits mailing list