From 58381a97690f715b5211785d95f1c42cc6008bdf Mon Sep 17 00:00:00 2001 From: Jerry James Date: Thu, 26 Dec 2024 20:16:27 -0700 Subject: [PATCH 1/8] Add VCS field --- ocaml-curses.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ocaml-curses.spec b/ocaml-curses.spec index 74234f7..8411ffa 100644 --- a/ocaml-curses.spec +++ b/ocaml-curses.spec @@ -8,6 +8,7 @@ Summary: OCaml bindings for ncurses License: LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception URL: https://github.com/mbacarella/curses +VCS: git:%{url}.git Source0: %{url}/archive/%{version}/curses-%{version}.tar.gz BuildRequires: ocaml >= 4.02.0 @@ -57,6 +58,9 @@ developing applications that use %{name}. %changelog +* Thu Dec 26 2024 Jerry James - 1.0.11-12 +- Add VCS field + * Thu Jul 18 2024 Fedora Release Engineering - 1.0.11-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild From 55d11a8fc9b569ccc3ff97e0c21ad1bc8916ce7f Mon Sep 17 00:00:00 2001 From: Jerry James Date: Thu, 9 Jan 2025 10:41:37 -0700 Subject: [PATCH 2/8] OCaml 5.3.0 rebuild for Fedora 42 --- ocaml-curses.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ocaml-curses.spec b/ocaml-curses.spec index 8411ffa..677c14d 100644 --- a/ocaml-curses.spec +++ b/ocaml-curses.spec @@ -3,7 +3,7 @@ ExcludeArch: %{ix86} Name: ocaml-curses Version: 1.0.11 -Release: 11%{?dist} +Release: 12%{?dist} Summary: OCaml bindings for ncurses License: LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception @@ -58,7 +58,8 @@ developing applications that use %{name}. %changelog -* Thu Dec 26 2024 Jerry James - 1.0.11-12 +* Thu Jan 9 2025 Jerry James - 1.0.11-12 +- OCaml 5.3.0 rebuild for Fedora 42 - Add VCS field * Thu Jul 18 2024 Fedora Release Engineering - 1.0.11-11 From 76ea6f84d1921906ea89f64914ee80a1a790a7cd Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 17 Jan 2025 20:47:42 +0000 Subject: [PATCH 3/8] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild --- ocaml-curses.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ocaml-curses.spec b/ocaml-curses.spec index 677c14d..8508590 100644 --- a/ocaml-curses.spec +++ b/ocaml-curses.spec @@ -3,7 +3,7 @@ ExcludeArch: %{ix86} Name: ocaml-curses Version: 1.0.11 -Release: 12%{?dist} +Release: 13%{?dist} Summary: OCaml bindings for ncurses License: LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception @@ -58,6 +58,9 @@ developing applications that use %{name}. %changelog +* Fri Jan 17 2025 Fedora Release Engineering - 1.0.11-13 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Thu Jan 9 2025 Jerry James - 1.0.11-12 - OCaml 5.3.0 rebuild for Fedora 42 - Add VCS field From 4d013395eeac4b76d1944389644646bb8f1a7efc Mon Sep 17 00:00:00 2001 From: Jerry James Date: Tue, 28 Jan 2025 16:58:39 -0700 Subject: [PATCH 4/8] OCaml 5.2.1 rebuild for Fedora 41 - Add VCS field --- ocaml-curses.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/ocaml-curses.spec b/ocaml-curses.spec index 74234f7..2f92c02 100644 --- a/ocaml-curses.spec +++ b/ocaml-curses.spec @@ -3,11 +3,12 @@ ExcludeArch: %{ix86} Name: ocaml-curses Version: 1.0.11 -Release: 11%{?dist} +Release: 12%{?dist} Summary: OCaml bindings for ncurses License: LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception URL: https://github.com/mbacarella/curses +VCS: git:%{url}.git Source0: %{url}/archive/%{version}/curses-%{version}.tar.gz BuildRequires: ocaml >= 4.02.0 @@ -57,6 +58,10 @@ developing applications that use %{name}. %changelog +* Tue Jan 28 2025 Jerry James - 1.0.11-12 +- OCaml 5.2.1 rebuild for Fedora 41 +- Add VCS field + * Thu Jul 18 2024 Fedora Release Engineering - 1.0.11-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild From 62978c62caa761cba0a10e52ec27763fa62c25c0 Mon Sep 17 00:00:00 2001 From: Jerry James Date: Fri, 11 Jul 2025 11:43:24 -0600 Subject: [PATCH 5/8] Rebuild to fix OCaml dependencies --- ocaml-curses.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ocaml-curses.spec b/ocaml-curses.spec index 8508590..6a86e18 100644 --- a/ocaml-curses.spec +++ b/ocaml-curses.spec @@ -3,7 +3,7 @@ ExcludeArch: %{ix86} Name: ocaml-curses Version: 1.0.11 -Release: 13%{?dist} +Release: 14%{?dist} Summary: OCaml bindings for ncurses License: LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception @@ -58,6 +58,9 @@ developing applications that use %{name}. %changelog +* Fri Jul 11 2025 Jerry James - 1.0.11-14 +- Rebuild to fix OCaml dependencies + * Fri Jan 17 2025 Fedora Release Engineering - 1.0.11-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild From 84f65b6c788423d3046a84bdd97d915923077466 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 24 Jul 2025 23:10:05 +0000 Subject: [PATCH 6/8] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- ocaml-curses.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ocaml-curses.spec b/ocaml-curses.spec index 6a86e18..78c6d2d 100644 --- a/ocaml-curses.spec +++ b/ocaml-curses.spec @@ -3,7 +3,7 @@ ExcludeArch: %{ix86} Name: ocaml-curses Version: 1.0.11 -Release: 14%{?dist} +Release: 15%{?dist} Summary: OCaml bindings for ncurses License: LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception @@ -58,6 +58,9 @@ developing applications that use %{name}. %changelog +* Thu Jul 24 2025 Fedora Release Engineering - 1.0.11-15 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Fri Jul 11 2025 Jerry James - 1.0.11-14 - Rebuild to fix OCaml dependencies From 65379b064c38f8b173cce0906f73df3c09d2fb23 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Mon, 13 Oct 2025 19:37:46 +0100 Subject: [PATCH 7/8] OCaml 5.4.0 rebuild --- ocaml-curses.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ocaml-curses.spec b/ocaml-curses.spec index 78c6d2d..3b55851 100644 --- a/ocaml-curses.spec +++ b/ocaml-curses.spec @@ -3,7 +3,7 @@ ExcludeArch: %{ix86} Name: ocaml-curses Version: 1.0.11 -Release: 15%{?dist} +Release: 16%{?dist} Summary: OCaml bindings for ncurses License: LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception @@ -58,6 +58,9 @@ developing applications that use %{name}. %changelog +* Mon Oct 13 2025 Richard W.M. Jones - 1.0.11-16 +- OCaml 5.4.0 rebuild + * Thu Jul 24 2025 Fedora Release Engineering - 1.0.11-15 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild From 486e2bf87e8d036fa5234dc9be43901c24ec5b12 Mon Sep 17 00:00:00 2001 From: Jerry James Date: Tue, 13 Jan 2026 16:13:45 -0700 Subject: [PATCH 8/8] Fix a changelog entry --- ocaml-curses.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ocaml-curses.spec b/ocaml-curses.spec index 3b55851..acd84de 100644 --- a/ocaml-curses.spec +++ b/ocaml-curses.spec @@ -64,7 +64,7 @@ developing applications that use %{name}. * Thu Jul 24 2025 Fedora Release Engineering - 1.0.11-15 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild -* Fri Jul 11 2025 Jerry James - 1.0.11-14 +* Fri Jul 11 2025 Jerry James - 1.0.11-14 - Rebuild to fix OCaml dependencies * Fri Jan 17 2025 Fedora Release Engineering - 1.0.11-13