[ocaml-ssl] New upstream version 0.4.7.

Richard W.M. Jones rjones at fedoraproject.org
Mon Jul 21 20:58:05 UTC 2014


commit 9d2e9cd29a6c9d0bc368e4894e0ef9d448b621ac
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Mon Jul 21 21:57:55 2014 +0100

    New upstream version 0.4.7.
    
    - OCaml 4.02.0 beta rebuild.

 .gitignore     |    1 +
 ocaml-ssl.spec |   14 ++++++++++----
 sources        |    2 +-
 3 files changed, 12 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e6fed56..a450608 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 ocaml-ssl-0.4.3.tar.gz
 /ocaml-ssl-0.4.4.tar.gz
 /ocaml-ssl-0.4.6.tar.gz
+/0.4.7.tar.gz
diff --git a/ocaml-ssl.spec b/ocaml-ssl.spec
index aaa979a..6983180 100644
--- a/ocaml-ssl.spec
+++ b/ocaml-ssl.spec
@@ -1,19 +1,20 @@
 %global opt %(test -x %{_bindir}/ocamlopt && echo 1 || echo 0)
 
 Name:           ocaml-ssl
-Version:        0.4.6
-Release:        10%{?dist}
+Version:        0.4.7
+Release:        1%{?dist}
 Summary:        SSL bindings for OCaml
 
 License:        LGPLv2+ with exceptions
-URL:            http://savonet.sourceforge.net/
-Source0:        http://downloads.sourceforge.net/savonet/ocaml-ssl-%{version}.tar.gz
+URL:            https://github.com/savonet/ocaml-ssl
+Source0:        https://github.com/savonet/ocaml-ssl/archive/%{version}.tar.gz
 ExcludeArch:    sparc64 s390 s390x
 
 BuildRequires:  ocaml >= 3.12.1-3
 BuildRequires:  ocaml-findlib-devel
 BuildRequires:  openssl-devel >= 0.9.8j-1
 BuildRequires:  gawk
+BuildRequires:  autoconf
 Requires:       openssl
 
 %global __ocaml_provides_opts -i Unix -i UnixLabels
@@ -38,6 +39,7 @@ developing applications that use %{name}.
 
 
 %build
+autoconf
 %configure --libdir=%{_libdir}
 # Parallel builds don't work.
 unset MAKEFLAGS
@@ -82,6 +84,10 @@ cp examples/*.ml $RPM_BUILD_ROOT%{_docdir}/%{name}-devel/examples
 
 
 %changelog
+* Mon Jul 21 2014 Richard W.M. Jones <rjones at redhat.com> - 0.4.7-1
+- New upstream version 0.4.7.
+- OCaml 4.02.0 beta rebuild.
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.4.6-10
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
diff --git a/sources b/sources
index a29c193..68ddef9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-576c677bb70ea6552e4d49913c74d420  ocaml-ssl-0.4.6.tar.gz
+747784377146f6aacb41787f5213549c  0.4.7.tar.gz


More information about the scm-commits mailing list