From e88cf738a82685d5aa448494f34ed16c4d66ecf8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20R=C4=99korajski?= Date: Wed, 24 Mar 2021 21:37:28 +0100 Subject: [PATCH] - up to 0.9.1 --- ocaml-curl.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ocaml-curl.spec b/ocaml-curl.spec index 57334b6..ffa199a 100644 --- a/ocaml-curl.spec +++ b/ocaml-curl.spec @@ -11,12 +11,12 @@ %define pkgname curl Summary: OCaml Curl library (ocurl) Name: ocaml-%{pkgname} -Version: 0.7.1 -Release: 5 +Version: 0.9.1 +Release: 1 License: MIT Group: Libraries -Source0: https://forge.ocamlcore.org/frs/download.php/1400/ocurl-%{version}.tar.gz -# Source0-md5: d138fd78538ae3bd008d6e9c2993d240 +Source0: https://github.com/ygrek/ocurl/releases/download/%{version}/ocurl-%{version}.tar.gz +# Source0-md5: 1ff6b12803fa0c6e9a4358dd29b83910 Patch0: ocaml_opt.patch URL: http://ocurl.forge.ocamlcore.org/ BuildRequires: curl-devel >= 7.12.0 @@ -45,7 +45,7 @@ developing applications that use %{name}. %prep %setup -q -n ocurl-%{version} -%patch0 -p1 +#%patch0 -p1 %build %configure -- 2.43.0