-
Notifications
You must be signed in to change notification settings - Fork 565
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ec9ba7b
commit f4179a2
Showing
2 changed files
with
163 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
--- ocaml-csv-2.4/csv-lwt.opam.orig 2019-12-09 04:56:42.000000000 -0700 | ||
+++ ocaml-csv-2.4/csv-lwt.opam 2023-06-23 13:58:41.384729667 -0600 | ||
@@ -17,7 +17,6 @@ depends: [ | ||
"ocaml" {>= "4.03.0"} | ||
"csv" | ||
"dune" | ||
- "base-bytes" | ||
"base-unix" | ||
"lwt" | ||
] | ||
--- ocaml-csv-2.4/csv.opam.orig 2019-12-09 04:56:42.000000000 -0700 | ||
+++ ocaml-csv-2.4/csv.opam 2023-06-23 13:58:23.352993247 -0600 | ||
@@ -16,7 +16,6 @@ build: [ | ||
depends: [ | ||
"ocaml" {>= "4.03.0"} | ||
"dune" | ||
- "base-bytes" | ||
"base-unix" | ||
] | ||
synopsis: "A pure OCaml library to read and write CSV files" | ||
--- ocaml-csv-2.4/csvtool.opam.orig 2019-12-09 04:56:42.000000000 -0700 | ||
+++ ocaml-csv-2.4/csvtool.opam 2023-06-23 13:58:58.456480116 -0600 | ||
@@ -16,7 +16,6 @@ build: [ | ||
depends: [ | ||
"ocaml" {>= "4.03.0"} | ||
"dune" | ||
- "base-bytes" | ||
"base-unix" | ||
"csv" {= version} | ||
"uutf" | ||
--- ocaml-csv-2.4/lwt/dune.orig 2019-12-09 04:56:42.000000000 -0700 | ||
+++ ocaml-csv-2.4/lwt/dune 2023-06-23 13:59:23.192117476 -0600 | ||
@@ -3,7 +3,7 @@ | ||
(public_name csv-lwt) | ||
(modules Csv_lwt Csv_utils) | ||
(flags :standard -safe-string) | ||
- (libraries bytes lwt lwt.unix csv) | ||
+ (libraries lwt lwt.unix csv) | ||
(synopsis "A pure OCaml library to read and write CSV files (LWT version).")) | ||
|
||
(rule | ||
--- ocaml-csv-2.4/src/dune.orig 2019-12-09 04:56:42.000000000 -0700 | ||
+++ ocaml-csv-2.4/src/dune 2023-06-23 14:00:03.303529442 -0600 | ||
@@ -3,7 +3,6 @@ | ||
(public_name csv) | ||
(modules Csv Csv_utils Csv_row) | ||
(flags :standard -safe-string) | ||
- (libraries bytes) | ||
(synopsis "A pure OCaml library to read and write CSV files.")) | ||
|
||
(rule |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,15 @@ | ||
# OCaml packages not built on i686 since OCaml 5 / Fedora 39. | ||
ExcludeArch: %{ix86} | ||
%global srcname csv | ||
|
||
Vendor: Microsoft Corporation | ||
Distribution: Azure Linux | ||
Name: ocaml-csv | ||
Name: ocaml-%{srcname} | ||
Version: 2.4 | ||
Release: 1%{?dist} | ||
Release: 23%{?dist} | ||
Summary: OCaml library for reading and writing CSV files | ||
License: LGPL-2.1-only WITH OCaml-LGPL-linking-exception | ||
|
||
URL: https://github.com/Chris00/ocaml-csv/ | ||
Source0: https://github.com/Chris00/ocaml-csv/archive/%{version}/%{name}-%{version}.tar.gz | ||
# Remove references to a bytes library for OCaml 5.0 support | ||
Patch0: %{name}-bytes.patch | ||
|
||
BuildRequires: ocaml >= 4.03.0 | ||
|
@@ -93,13 +91,117 @@ rm -r %{buildroot}%{ocamldir}/csvtool | |
|
||
|
||
%changelog | ||
* Thu Dec 19 2024 Durga Jagadeesh Palli <[email protected]> - 2.4-1 | ||
- Update to 2.4 | ||
* Thu Dec 19 2024 Durga Jagadeesh Palli <[email protected]> - 2.4-23 | ||
- Initial Azure Linux import from Fedora 41 (license: MIT) | ||
- License verified | ||
|
||
* Thu Oct 14 2021 Pawel Winogrodzki <[email protected]> - 1.7-17 | ||
- Switching to using full number for the 'Release' tag. | ||
- Initial CBL-Mariner import from Fedora 32 (license: MIT). | ||
* Thu Jul 18 2024 Fedora Release Engineering <[email protected]> - 2.4-22 | ||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild | ||
|
||
* Wed Jun 19 2024 Richard W.M. Jones <[email protected]> - 2.4-21 | ||
- OCaml 5.2.0 ppc64le fix | ||
|
||
* Wed May 29 2024 Richard W.M. Jones <[email protected]> - 2.4-20 | ||
- OCaml 5.2.0 for Fedora 41 | ||
|
||
* Thu Jan 25 2024 Fedora Release Engineering <[email protected]> - 2.4-19 | ||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild | ||
|
||
* Sun Jan 21 2024 Fedora Release Engineering <[email protected]> - 2.4-18 | ||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild | ||
|
||
* Mon Dec 18 2023 Richard W.M. Jones <[email protected]> - 2.4-17 | ||
- Bump release and rebuild | ||
|
||
* Mon Dec 18 2023 Richard W.M. Jones <[email protected]> - 2.4-16 | ||
- OCaml 5.1.1 + s390x code gen fix for Fedora 40 | ||
|
||
* Tue Dec 12 2023 Richard W.M. Jones <[email protected]> - 2.4-15 | ||
- OCaml 5.1.1 rebuild for Fedora 40 | ||
|
||
* Thu Oct 05 2023 Richard W.M. Jones <[email protected]> - 2.4-14 | ||
- OCaml 5.1 rebuild for Fedora 40 | ||
|
||
* Thu Jul 20 2023 Fedora Release Engineering <[email protected]> - 2.4-13 | ||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild | ||
|
||
* Wed Jul 12 2023 Richard W.M. Jones <[email protected]> - 2.4-12 | ||
- OCaml 5.0 rebuild for Fedora 39 | ||
|
||
* Mon Jul 10 2023 Jerry James <[email protected]> - 2.4-11 | ||
- OCaml 5.0.0 rebuild | ||
- Patch out references to the bytes library | ||
|
||
* Tue Jan 24 2023 Richard W.M. Jones <[email protected]> - 2.4-10 | ||
- Rebuild OCaml packages for F38 | ||
|
||
* Thu Jan 19 2023 Fedora Release Engineering <[email protected]> - 2.4-9 | ||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild | ||
|
||
* Thu Aug 18 2022 Jerry James <[email protected]> - 2.4-8 | ||
- Bump and rebuild | ||
|
||
* Mon Aug 8 2022 Jerry James <[email protected]> - 2.4-7 | ||
- Rebuild for ocaml-lwt 5.6.1 | ||
- Change license from LGPLv2+ to LGPL-2.1-only WITH OCaml-LGPL-linking-exception | ||
- Trim BuildRequires | ||
- Use new OCaml macros | ||
|
||
* Fri Jul 22 2022 Fedora Release Engineering <[email protected]> - 2.4-6 | ||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild | ||
|
||
* Sat Jun 18 2022 Richard W.M. Jones <[email protected]> - 2.4-5 | ||
- OCaml 4.14.0 rebuild | ||
|
||
* Fri Feb 04 2022 Richard W.M. Jones <[email protected]> - 2.4-4 | ||
- OCaml 4.13.1 rebuild to remove package notes | ||
|
||
* Thu Jan 20 2022 Fedora Release Engineering <[email protected]> - 2.4-3 | ||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild | ||
|
||
* Tue Jan 04 2022 Richard W.M. Jones <[email protected]> - 2.4-2 | ||
- Build and rebuild for new ocaml-lwt (RHBZ#2036637) | ||
|
||
* Thu Oct 07 2021 Richard W.M. Jones <[email protected]> - 2.4-1 | ||
- New upstream version 2.4 | ||
- Add LWT bindings in new lwt/lwt-devel subpackages | ||
|
||
* Mon Oct 04 2021 Richard W.M. Jones <[email protected]> - 1.7-28 | ||
- OCaml 4.13.1 build | ||
|
||
* Thu Jul 22 2021 Fedora Release Engineering <[email protected]> - 1.7-27 | ||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild | ||
|
||
* Mon Mar 1 15:56:23 GMT 2021 Richard W.M. Jones <[email protected]> - 1.7-26 | ||
- OCaml 4.12.0 build | ||
|
||
* Tue Jan 26 2021 Fedora Release Engineering <[email protected]> - 1.7-25 | ||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild | ||
|
||
* Tue Sep 01 2020 Richard W.M. Jones <[email protected]> - 1.7-24 | ||
- OCaml 4.11.1 rebuild | ||
|
||
* Fri Aug 21 2020 Richard W.M. Jones <[email protected]> - 1.7-23 | ||
- OCaml 4.11.0 rebuild | ||
|
||
* Sat Aug 01 2020 Fedora Release Engineering <[email protected]> - 1.7-22 | ||
- Second attempt - Rebuilt for | ||
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild | ||
|
||
* Tue Jul 28 2020 Fedora Release Engineering <[email protected]> - 1.7-21 | ||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild | ||
|
||
* Sat May 30 2020 Richard W.M. Jones <[email protected]> - 1.7-20 | ||
- Rebuild for updated ocaml-extlib (RHBZ#1837823). | ||
|
||
* Mon May 04 2020 Richard W.M. Jones <[email protected]> - 1.7-19 | ||
- OCaml 4.11.0+dev2-2020-04-22 rebuild | ||
|
||
* Tue Apr 21 2020 Richard W.M. Jones <[email protected]> - 1.7-18 | ||
- OCaml 4.11.0 pre-release attempt 2 | ||
|
||
* Fri Apr 03 2020 Richard W.M. Jones <[email protected]> - 1.7-17 | ||
- Update all OCaml dependencies for RPM 4.16. | ||
|
||
* Wed Feb 26 2020 Richard W.M. Jones <[email protected]> - 1.7-16 | ||
- OCaml 4.10.0 final. | ||
|