Compare commits

...

19 Commits
f31 ... rawhide

Author SHA1 Message Date
Richard W.M. Jones
8a91444c2f Bump and rebuild for ELN. 2021-03-30 16:18:24 +01:00
Richard W.M. Jones
02d00f3b8a OCaml 4.12.0 build 2021-03-01 21:31:03 +00:00
Fedora Release Engineering
a46d2b0626 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2021-01-26 21:57:24 +00:00
Tom Stellard
b7b42723b7 Add BuildRequires: make
https://fedoraproject.org/wiki/Changes/Remove_make_from_BuildRoot
2021-01-07 06:13:40 +00:00
Richard W.M. Jones
d85115fe4d OCaml 4.11.1 rebuild 2020-09-01 21:37:06 +01:00
Richard W.M. Jones
0b9c6a5b39 OCaml 4.11.0 rebuild 2020-08-21 19:15:10 +01:00
Fedora Release Engineering
5835956718 - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2020-08-01 06:37:31 +00:00
Fedora Release Engineering
d2b4530731 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2020-07-28 12:09:41 +00:00
Richard W.M. Jones
b3cb6a3204 Bump and rebuild for s390x. 2020-05-05 15:32:29 +01:00
Richard W.M. Jones
78851ddfe1 OCaml 4.11.0+dev2-2020-04-22 rebuild 2020-05-05 14:36:02 +01:00
Richard W.M. Jones
cf2c67a4dc OCaml 4.11.0 pre-release attempt 2 2020-04-21 22:21:10 +01:00
Richard W.M. Jones
28707cbf55 Update all OCaml dependencies for RPM 4.16. 2020-04-04 10:21:46 +01:00
Richard W.M. Jones
5453c499db Use ounit2. 2020-02-27 08:53:36 +00:00
Richard W.M. Jones
91d04f1a2d OCaml 4.10.0 final. 2020-02-26 14:17:08 +00:00
Fedora Release Engineering
2582102b44 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2020-01-29 19:35:09 +00:00
Richard W.M. Jones
2896b8bf31 OCaml 4.10.0+beta1 rebuild. 2020-01-19 12:47:32 +00:00
Richard W.M. Jones
aa68d4ba55 OCaml 4.09.0 for riscv64 2020-01-09 21:42:16 +00:00
Richard W.M. Jones
fbe397a401 OCaml 4.09.0 (final) rebuild. 2019-12-06 13:06:48 +00:00
Richard W.M. Jones
22e30adb77 OCaml 4.08.1 (final) rebuild. 2019-08-16 15:49:11 +01:00
2 changed files with 86 additions and 1 deletions

View File

@ -0,0 +1,30 @@
diff -ur ocaml-fileutils-0.5.2.old/setup.ml ocaml-fileutils-0.5.2.new/setup.ml
--- ocaml-fileutils-0.5.2.old/setup.ml 2017-05-23 21:12:33.000000000 +0100
+++ ocaml-fileutils-0.5.2.new/setup.ml 2020-02-27 08:52:42.964618292 +0000
@@ -7621,7 +7621,7 @@
InternalLibrary "fileutils";
InternalLibrary "fileutils-str";
FindlibPackage
- ("oUnit",
+ ("ounit2",
Some (OASISVersion.VGreaterEqual "2.0.0"))
];
bs_build_tools = [ExternalTool "ocamlbuild"];
diff -ur ocaml-fileutils-0.5.2.old/_tags ocaml-fileutils-0.5.2.new/_tags
--- ocaml-fileutils-0.5.2.old/_tags 2017-05-23 21:12:33.000000000 +0100
+++ ocaml-fileutils-0.5.2.new/_tags 2020-02-27 08:52:38.020680545 +0000
@@ -25,12 +25,12 @@
<test/BenchFind.{native,byte}>: pkg_unix
<test/BenchFind.{native,byte}>: use_fileutils
# Executable test
-"test/test.byte": pkg_oUnit
+"test/test.byte": pkg_ounit2
"test/test.byte": pkg_str
"test/test.byte": pkg_unix
"test/test.byte": use_fileutils
"test/test.byte": use_fileutils-str
-<test/*.ml{,i,y}>: pkg_oUnit
+<test/*.ml{,i,y}>: pkg_ounit2
<test/*.ml{,i,y}>: pkg_str
<test/*.ml{,i,y}>: pkg_unix
<test/*.ml{,i,y}>: use_fileutils

View File

@ -1,6 +1,6 @@
Name: ocaml-fileutils
Version: 0.5.2
Release: 10%{?dist}
Release: 27%{?dist}
Summary: OCaml library for common file and filename operations
License: LGPLv2 with exceptions
@ -8,7 +8,10 @@ URL: https://forge.ocamlcore.org/projects/ocaml-fileutils/
Source0: http://forge.ocamlcore.org/frs/download.php/1695/ocaml-fileutils-0.5.2.tar.gz
Patch1: fileutils-0.5.2-fix-bytes.patch
# Use ounit2.
Patch2: ocaml-fileutils-0.5.2-ounit2.patch
BuildRequires: make
BuildRequires: ocaml >= 4.00.1
BuildRequires: ocaml-findlib-devel >= 1.3.3-3
BuildRequires: ocaml-ocamldoc
@ -95,6 +98,58 @@ make test
%changelog
* Tue Mar 30 2021 Richard W.M. Jones <rjones@redhat.com> - 0.5.2-27
- Bump and rebuild for ELN.
* Mon Mar 1 21:31:03 GMT 2021 Richard W.M. Jones <rjones@redhat.com> - 0.5.2-26
- OCaml 4.12.0 build
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.2-25
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Tue Sep 01 2020 Richard W.M. Jones <rjones@redhat.com> - 0.5.2-24
- OCaml 4.11.1 rebuild
* Fri Aug 21 2020 Richard W.M. Jones <rjones@redhat.com> - 0.5.2-23
- OCaml 4.11.0 rebuild
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.2-22
- Second attempt - Rebuilt for
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.2-21
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Tue May 05 2020 Richard W.M. Jones <rjones@redhat.com> - 0.5.2-20
- Bump and rebuild for s390x.
* Tue May 05 2020 Richard W.M. Jones <rjones@redhat.com> - 0.5.2-19
- OCaml 4.11.0+dev2-2020-04-22 rebuild
* Tue Apr 21 2020 Richard W.M. Jones <rjones@redhat.com> - 0.5.2-18
- OCaml 4.11.0 pre-release attempt 2
* Sat Apr 04 2020 Richard W.M. Jones <rjones@redhat.com> - 0.5.2-17
- Update all OCaml dependencies for RPM 4.16.
* Wed Feb 26 2020 Richard W.M. Jones <rjones@redhat.com> - 0.5.2-16
- OCaml 4.10.0 final.
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.2-15
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
* Sun Jan 19 2020 Richard W.M. Jones <rjones@redhat.com> - 0.5.2-14
- OCaml 4.10.0+beta1 rebuild.
* Thu Jan 09 2020 Richard W.M. Jones <rjones@redhat.com> - 0.5.2-13
- OCaml 4.09.0 for riscv64
* Fri Dec 06 2019 Richard W.M. Jones <rjones@redhat.com> - 0.5.2-12
- OCaml 4.09.0 (final) rebuild.
* Fri Aug 16 2019 Richard W.M. Jones <rjones@redhat.com> - 0.5.2-11
- OCaml 4.08.1 (final) rebuild.
* Wed Jul 31 2019 Richard W.M. Jones <rjones@redhat.com> - 0.5.2-10
- OCaml 4.08.1 (rc2) rebuild.