-
Notifications
You must be signed in to change notification settings - Fork 563
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
7c4e858
commit f42ff02
Showing
2 changed files
with
34 additions
and
3 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,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} | ||
] |
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 |
---|---|---|
|
@@ -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 <[email protected]> - 4.6.0-1 | ||
- Update to 4.6.0. | ||
* Mon Dec 23 2024 Durga Jagadeesh Palli <[email protected]> - 4.6.0-13 | ||
- Initial Azure Linux import from Fedora 41 (license: MIT) | ||
- License verified | ||
|
||
* Fri Oct 15 2021 Pawel Winogrodzki <[email protected]> - 4.5.0-2 | ||
- Initial CBL-Mariner import from Fedora 34 (license: MIT). | ||
|