Update to findlib 1.9.2
This commit is contained in:
parent
2f042865de
commit
5896f52b7a
1
.gitignore
vendored
1
.gitignore
vendored
@ -16,3 +16,4 @@ findlib-1.2.5.tar.gz
|
|||||||
/findlib-1.8.1.tar.gz
|
/findlib-1.8.1.tar.gz
|
||||||
/findlib-1.9.tar.gz
|
/findlib-1.9.tar.gz
|
||||||
/findlib-1.9.1.tar.gz
|
/findlib-1.9.1.tar.gz
|
||||||
|
/findlib-1.9.2.tar.gz
|
||||||
|
@ -1,22 +0,0 @@
|
|||||||
From 0a3dfcdcb620ac278d252a731e5359a244ebc671 Mon Sep 17 00:00:00 2001
|
|
||||||
From: Jerry James <loganjerry@gmail.com>
|
|
||||||
Date: Wed, 5 Jan 2022 21:08:14 -0700
|
|
||||||
Subject: [PATCH] Fix typo: labtk -> labltk
|
|
||||||
|
|
||||||
---
|
|
||||||
configure | 2 +-
|
|
||||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
||||||
|
|
||||||
diff --git a/configure b/configure
|
|
||||||
index 46bebaa..8a6a0a8 100755
|
|
||||||
--- a/configure
|
|
||||||
+++ b/configure
|
|
||||||
@@ -526,7 +526,7 @@ else
|
|
||||||
have_str=0
|
|
||||||
fi
|
|
||||||
|
|
||||||
-if check_library labltk 'normal since 4.02' labltk/labtk.cma; then
|
|
||||||
+if check_library labltk 'normal since 4.02' labltk/labltk.cma; then
|
|
||||||
have_labltk=1
|
|
||||||
else
|
|
||||||
have_labltk=0
|
|
@ -1,14 +1,11 @@
|
|||||||
Name: ocaml-findlib
|
Name: ocaml-findlib
|
||||||
Version: 1.9.1
|
Version: 1.9.2
|
||||||
Release: 5%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Objective CAML package manager and build helper
|
Summary: Objective CAML package manager and build helper
|
||||||
License: MIT
|
License: MIT
|
||||||
|
|
||||||
URL: http://projects.camlcity.org/projects/findlib.html
|
URL: http://projects.camlcity.org/projects/findlib.html
|
||||||
Source0: http://download.camlcity.org/download/findlib-%{version}.tar.gz
|
Source0: http://download.camlcity.org/download/findlib-%{version}.tar.gz
|
||||||
# Fix typo that prevents labltk use
|
|
||||||
# See https://github.com/ocaml/ocamlfind/pull/28
|
|
||||||
Patch0: https://github.com/ocaml/ocamlfind/commit/0a3dfcd.patch
|
|
||||||
|
|
||||||
BuildRequires: ocaml >= 4.02.0
|
BuildRequires: ocaml >= 4.02.0
|
||||||
BuildRequires: ocaml-labltk-devel
|
BuildRequires: ocaml-labltk-devel
|
||||||
@ -102,6 +99,10 @@ make install \
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Jan 22 2022 Richard W.M. Jones <rjones@redhat.com> - 1.9.2-1
|
||||||
|
- Update to findlib 1.9.2
|
||||||
|
- Remove patch which has been applied upstream.
|
||||||
|
|
||||||
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.1-5
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.1-5
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (findlib-1.9.1.tar.gz) = 83a05f3e310fa7cabb0475c5525f7a87c1b6bc2dc5e39f094cabfb5d944a826a5581844ba00ec1a48dd96184eb9de3c4d1055cdddee2b83c700a2de5a6dc6f84
|
SHA512 (findlib-1.9.2.tar.gz) = c43d43e502869d52e7eb0e5fcf900039fd4ce0c997a4c823f8d5d9ead0c62120447a787723b884bda0db210e9e60fb513d767c4ea6c18bb38effdc8e35a4b75e
|
||||||
|
Loading…
Reference in New Issue
Block a user