From f42ff02c03ed7027cc4f9cec7ef242b81afffe54 Mon Sep 17 00:00:00 2001 From: dj_palli Date: Mon, 6 Jan 2025 16:53:57 +0000 Subject: [PATCH] ocaml-tyxml: add patch --- .../ocaml-tyxml/ocaml-tyxml-seq.patch | 30 +++++++++++++++++++ SPECS-EXTENDED/ocaml-tyxml/ocaml-tyxml.spec | 7 +++-- 2 files changed, 34 insertions(+), 3 deletions(-) create mode 100644 SPECS-EXTENDED/ocaml-tyxml/ocaml-tyxml-seq.patch diff --git a/SPECS-EXTENDED/ocaml-tyxml/ocaml-tyxml-seq.patch b/SPECS-EXTENDED/ocaml-tyxml/ocaml-tyxml-seq.patch new file mode 100644 index 00000000000..842cca0dbf8 --- /dev/null +++ b/SPECS-EXTENDED/ocaml-tyxml/ocaml-tyxml-seq.patch @@ -0,0 +1,30 @@ +--- tyxml-4.6.0/dune-project.orig 2023-09-27 03:44:48.000000000 -0600 ++++ tyxml-4.6.0/dune-project 2023-10-03 13:28:22.210416152 -0600 +@@ -81,6 +81,5 @@ + (alcotest :with-test) + (re + (>= 1.5.0)) +- seq + (uutf + (>= 1.0.0)))) +--- tyxml-4.6.0/lib/dune.orig 2023-09-27 03:44:48.000000000 -0600 ++++ tyxml-4.6.0/lib/dune 2023-10-03 13:28:22.210416152 -0600 +@@ -5,7 +5,7 @@ + (modules_without_implementation + Xml_sigs Html_sigs Svg_sigs Html_types Svg_types) + (synopsis "Statically correct HTML and SVG documents (Functor version)") +- (libraries uutf re seq) ++ (libraries uutf re) + (flags (:standard + -safe-string)) + ) +--- tyxml-4.6.0/tyxml.opam.orig 2023-09-27 03:44:48.000000000 -0600 ++++ tyxml-4.6.0/tyxml.opam 2023-10-03 13:28:22.211416134 -0600 +@@ -15,7 +15,6 @@ depends: [ + "ocaml" {>= "4.04"} + "alcotest" {with-test} + "re" {>= "1.5.0"} +- "seq" + "uutf" {>= "1.0.0"} + "odoc" {with-doc} + ] diff --git a/SPECS-EXTENDED/ocaml-tyxml/ocaml-tyxml.spec b/SPECS-EXTENDED/ocaml-tyxml/ocaml-tyxml.spec index 418c8a38f9f..de088f7e6d9 100644 --- a/SPECS-EXTENDED/ocaml-tyxml/ocaml-tyxml.spec +++ b/SPECS-EXTENDED/ocaml-tyxml/ocaml-tyxml.spec @@ -7,7 +7,7 @@ ExcludeArch: %{ix86} Name: ocaml-tyxml Version: 4.6.0 -Release: 1%{?dist} +Release: 13%{?dist} Summary: Build valid HTML and SVG documents License: LGPL-2.1-only WITH OCaml-LGPL-linking-exception @@ -145,8 +145,9 @@ developing applications that use %{name}-ppx. %files ppx-devel -f .ofiles-tyxml-ppx-devel %changelog -* Mon Dec 23 2024 Durga Jagadeesh Palli - 4.6.0-1 -- Update to 4.6.0. +* Mon Dec 23 2024 Durga Jagadeesh Palli - 4.6.0-13 +- Initial Azure Linux import from Fedora 41 (license: MIT) +- License verified * Fri Oct 15 2021 Pawel Winogrodzki - 4.5.0-2 - Initial CBL-Mariner import from Fedora 34 (license: MIT).