i9ce
changed/i9ce/golang-github-yuin-goldmark-1.5.3-1.el9
commit
8e2e183346
@ -0,0 +1 @@
|
||||
SOURCES/goldmark-1.5.3.tar.gz
|
@ -0,0 +1 @@
|
||||
6a422159e5bbc37d545f34f403fa6214b4fb7d79 SOURCES/goldmark-1.5.3.tar.gz
|
@ -0,0 +1,60 @@
|
||||
From 353d9853f979be378f33551a2a6c66fc9df49716 Mon Sep 17 00:00:00 2001
|
||||
From: Elliott Sales de Andrade <quantum.analyst@gmail.com>
|
||||
Date: Sat, 5 Mar 2022 18:15:23 -0500
|
||||
Subject: [PATCH] Increase timeout for 32-bit builds
|
||||
|
||||
Signed-off-by: Elliott Sales de Andrade <quantum.analyst@gmail.com>
|
||||
---
|
||||
extra_test.go | 16 ++++++++--------
|
||||
1 file changed, 8 insertions(+), 8 deletions(-)
|
||||
|
||||
diff --git a/extra_test.go b/extra_test.go
|
||||
index 211ba2b..9234137 100644
|
||||
--- a/extra_test.go
|
||||
+++ b/extra_test.go
|
||||
@@ -122,8 +122,8 @@ func TestManyProcessingInstructionPerformance(t *testing.T) {
|
||||
var b bytes.Buffer
|
||||
_ = markdown.Convert(source, &b)
|
||||
finished := nowMillis()
|
||||
- if (finished - started) > 5000 {
|
||||
- t.Error("Parsing processing instructions took more 5 secs")
|
||||
+ if (finished - started) > 10000 {
|
||||
+ t.Error("Parsing processing instructions took more 10 secs")
|
||||
}
|
||||
}
|
||||
|
||||
@@ -139,8 +139,8 @@ func TestManyCDATAPerformance(t *testing.T) {
|
||||
var b bytes.Buffer
|
||||
_ = markdown.Convert(source, &b)
|
||||
finished := nowMillis()
|
||||
- if (finished - started) > 5000 {
|
||||
- t.Error("Parsing processing instructions took more 5 secs")
|
||||
+ if (finished - started) > 30000 {
|
||||
+ t.Error("Parsing processing instructions took more 30 secs")
|
||||
}
|
||||
}
|
||||
|
||||
@@ -156,8 +156,8 @@ func TestManyDeclPerformance(t *testing.T) {
|
||||
var b bytes.Buffer
|
||||
_ = markdown.Convert(source, &b)
|
||||
finished := nowMillis()
|
||||
- if (finished - started) > 5000 {
|
||||
- t.Error("Parsing processing instructions took more 5 secs")
|
||||
+ if (finished - started) > 15000 {
|
||||
+ t.Error("Parsing processing instructions took more 15 secs")
|
||||
}
|
||||
}
|
||||
|
||||
@@ -173,7 +173,7 @@ func TestManyCommentPerformance(t *testing.T) {
|
||||
var b bytes.Buffer
|
||||
_ = markdown.Convert(source, &b)
|
||||
finished := nowMillis()
|
||||
- if (finished - started) > 5000 {
|
||||
- t.Error("Parsing processing instructions took more 5 secs")
|
||||
+ if (finished - started) > 30000 {
|
||||
+ t.Error("Parsing processing instructions took more 30 secs")
|
||||
}
|
||||
}
|
||||
--
|
||||
2.35.1
|
||||
|
@ -0,0 +1,3 @@
|
||||
# golang-github-yuin-goldmark
|
||||
|
||||
The golang-github-yuin-goldmark package
|
@ -0,0 +1,89 @@
|
||||
* Mon Sep 13 2021 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 1.4.1-1
|
||||
- Update to latest version (#2003469)
|
||||
|
||||
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
* Sun Jul 11 2021 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 1.4.0-1
|
||||
- Update to latest version (#1976934)
|
||||
|
||||
* Sat Jun 19 2021 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 1.3.8-1
|
||||
- Update to latest version (#1973250)
|
||||
|
||||
* Wed May 19 2021 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 1.3.7-1
|
||||
- Update to latest version (#1961450)
|
||||
|
||||
* Sun May 16 2021 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 1.3.6-1
|
||||
- Update to latest version (#1960862)
|
||||
|
||||
* Thu Apr 15 2021 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 1.3.5-1
|
||||
- Update to latest version (#1949409)
|
||||
|
||||
* Sun Apr 11 2021 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 1.3.4-1
|
||||
- Update to latest version (#1948195)
|
||||
|
||||
* Sun Mar 21 2021 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 1.3.3-1
|
||||
- Update to latest version (#1941238)
|
||||
|
||||
* Sun Feb 07 2021 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 1.3.2-1
|
||||
- Update to latest version (#1925924)
|
||||
|
||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Sat Dec 26 2020 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 1.3.1-1
|
||||
- Update to latest version (#1910997)
|
||||
|
||||
* Sun Dec 13 2020 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 1.3.0-1
|
||||
- Update to latest version (#1907235)
|
||||
|
||||
* Sat Aug 01 2020 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 1.2.1-1
|
||||
- Update to latest version
|
||||
|
||||
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Wed Jul 22 2020 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 1.2.0-1
|
||||
- Update to latest version
|
||||
|
||||
* Sun Jul 12 2020 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 1.1.33-1
|
||||
- Update to latest version
|
||||
|
||||
* Sat Jun 06 2020 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 1.1.32-1
|
||||
- Update to latest version
|
||||
|
||||
* Sun May 24 2020 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 1.1.31-1
|
||||
- Update to latest version
|
||||
|
||||
* Thu Apr 16 2020 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 1.1.30-1
|
||||
- Update to latest version
|
||||
|
||||
* Wed Apr 15 2020 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 1.1.29-1
|
||||
- Update to latest version
|
||||
|
||||
* Wed Apr 08 2020 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 1.1.27-1
|
||||
- Update to latest version
|
||||
|
||||
* Thu Mar 26 2020 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 1.1.26-1
|
||||
- Update to latest version
|
||||
|
||||
* Mon Mar 09 2020 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 1.1.25-1
|
||||
- Update to latest version
|
||||
|
||||
* Mon Mar 02 2020 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 1.1.24-1
|
||||
- Update to latest version
|
||||
|
||||
* Tue Feb 18 2020 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 1.1.23-1
|
||||
- Update to latest version
|
||||
|
||||
* Tue Feb 18 2020 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 1.1.22-1
|
||||
- Update to latest version
|
||||
|
||||
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.19-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
* Wed Jan 01 2020 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 1.1.19-1
|
||||
- Update to latest version
|
||||
|
||||
* Wed Oct 16 06:30:44 EDT 2019 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 1.1.0-1
|
||||
- Initial package
|
@ -0,0 +1,185 @@
|
||||
## START: Set by rpmautospec
|
||||
## (rpmautospec version 0.3.0)
|
||||
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
|
||||
release_number = 1;
|
||||
base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}"));
|
||||
print(release_number + base_release_number - 1);
|
||||
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
|
||||
## END: Set by rpmautospec
|
||||
|
||||
%bcond_without check
|
||||
|
||||
# https://github.com/yuin/goldmark
|
||||
%global goipath github.com/yuin/goldmark
|
||||
Version: 1.5.3
|
||||
|
||||
%gometa
|
||||
|
||||
%global common_description %{expand:
|
||||
A markdown parser written in Go. Easy to extend, standard(CommonMark)
|
||||
compliant, well structured.}
|
||||
|
||||
%global golicenses LICENSE
|
||||
%global godocs README.md
|
||||
|
||||
Name: %{goname}
|
||||
Release: %autorelease
|
||||
Summary: Markdown parser written in Go
|
||||
Patch0001: 0001-Increase-timeout-for-32-bit-builds.patch
|
||||
|
||||
License: MIT
|
||||
URL: %{gourl}
|
||||
Source0: %{gosource}
|
||||
|
||||
%description
|
||||
%{common_description}
|
||||
|
||||
%gopkg
|
||||
|
||||
%prep
|
||||
%goprep
|
||||
%autopatch -p1
|
||||
|
||||
%install
|
||||
%gopkginstall
|
||||
|
||||
%if %{with check}
|
||||
%check
|
||||
%gocheck
|
||||
%endif
|
||||
|
||||
%gopkgfiles
|
||||
|
||||
%changelog
|
||||
* Mon Apr 22 2024 Sergey Cherevko <s.cherevko@msvsphere-os.ru> - 1.5.3-1
|
||||
- Rebuilt for MSVSphere 9.4
|
||||
|
||||
* Sun Nov 27 2022 Elliott Sales de Andrade <quantum.analyst@gmail.com> 1.5.3-1
|
||||
- Update to latest version (#2142535)
|
||||
|
||||
* Sat Oct 01 2022 Elliott Sales de Andrade <quantum.analyst@gmail.com> 1.5.2-1
|
||||
- Update to latest version (#2128125)
|
||||
|
||||
* Sat Sep 03 2022 Elliott Sales de Andrade <quantum.analyst@gmail.com> 1.4.14-1
|
||||
- Update to latest version (#2123799)
|
||||
|
||||
* Mon Aug 08 2022 Elliott Sales de Andrade <quantum.analyst@gmail.com> 1.4.13-1
|
||||
- Update to latest version (#2078232)
|
||||
|
||||
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> 1.4.11-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
* Sun Mar 20 2022 Elliott Sales de Andrade <quantum.analyst@gmail.com> 1.4.11-1
|
||||
- Update to latest version (#2063201)
|
||||
|
||||
* Sat Mar 05 2022 Elliott Sales de Andrade <quantum.analyst@gmail.com> 1.4.8-3
|
||||
- Increase more timeouts on 32-bit systems
|
||||
|
||||
* Sat Mar 05 2022 Elliott Sales de Andrade <quantum.analyst@gmail.com> 1.4.8-2
|
||||
- Increase timeout for 32-bit builds
|
||||
|
||||
* Sat Mar 05 2022 Elliott Sales de Andrade <quantum.analyst@gmail.com> 1.4.8-1
|
||||
- Update to latest version (#2056182)
|
||||
|
||||
* Sun Feb 20 2022 Elliott Sales de Andrade <quantum.analyst@gmail.com> 1.4.7-1
|
||||
- Update to latest version (#2056182)
|
||||
|
||||
* Sun Feb 13 2022 Elliott Sales de Andrade <quantum.analyst@gmail.com> 1.4.6-1
|
||||
- Update to latest version (#2052386)
|
||||
|
||||
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> 1.4.4-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
* Mon Nov 15 2021 Elliott Sales de Andrade <quantum.analyst@gmail.com> 1.4.4-1
|
||||
- Update to latest version (#2016351)
|
||||
|
||||
* Mon Sep 13 2021 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 1.4.1-1
|
||||
- Update to latest version (#2003469)
|
||||
|
||||
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
* Sun Jul 11 2021 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 1.4.0-1
|
||||
- Update to latest version (#1976934)
|
||||
|
||||
* Sat Jun 19 2021 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 1.3.8-1
|
||||
- Update to latest version (#1973250)
|
||||
|
||||
* Wed May 19 2021 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 1.3.7-1
|
||||
- Update to latest version (#1961450)
|
||||
|
||||
* Sun May 16 2021 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 1.3.6-1
|
||||
- Update to latest version (#1960862)
|
||||
|
||||
* Thu Apr 15 2021 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 1.3.5-1
|
||||
- Update to latest version (#1949409)
|
||||
|
||||
* Sun Apr 11 2021 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 1.3.4-1
|
||||
- Update to latest version (#1948195)
|
||||
|
||||
* Sun Mar 21 2021 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 1.3.3-1
|
||||
- Update to latest version (#1941238)
|
||||
|
||||
* Sun Feb 07 2021 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 1.3.2-1
|
||||
- Update to latest version (#1925924)
|
||||
|
||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Sat Dec 26 2020 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 1.3.1-1
|
||||
- Update to latest version (#1910997)
|
||||
|
||||
* Sun Dec 13 2020 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 1.3.0-1
|
||||
- Update to latest version (#1907235)
|
||||
|
||||
* Sat Aug 01 2020 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 1.2.1-1
|
||||
- Update to latest version
|
||||
|
||||
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Wed Jul 22 2020 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 1.2.0-1
|
||||
- Update to latest version
|
||||
|
||||
* Sun Jul 12 2020 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 1.1.33-1
|
||||
- Update to latest version
|
||||
|
||||
* Sat Jun 06 2020 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 1.1.32-1
|
||||
- Update to latest version
|
||||
|
||||
* Sun May 24 2020 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 1.1.31-1
|
||||
- Update to latest version
|
||||
|
||||
* Thu Apr 16 2020 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 1.1.30-1
|
||||
- Update to latest version
|
||||
|
||||
* Wed Apr 15 2020 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 1.1.29-1
|
||||
- Update to latest version
|
||||
|
||||
* Wed Apr 08 2020 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 1.1.27-1
|
||||
- Update to latest version
|
||||
|
||||
* Thu Mar 26 2020 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 1.1.26-1
|
||||
- Update to latest version
|
||||
|
||||
* Mon Mar 09 2020 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 1.1.25-1
|
||||
- Update to latest version
|
||||
|
||||
* Mon Mar 02 2020 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 1.1.24-1
|
||||
- Update to latest version
|
||||
|
||||
* Tue Feb 18 2020 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 1.1.23-1
|
||||
- Update to latest version
|
||||
|
||||
* Tue Feb 18 2020 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 1.1.22-1
|
||||
- Update to latest version
|
||||
|
||||
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.19-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
* Wed Jan 01 2020 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 1.1.19-1
|
||||
- Update to latest version
|
||||
|
||||
* Wed Oct 16 06:30:44 EDT 2019 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 1.1.0-1
|
||||
- Initial package
|
||||
|
Loading…
Reference in new issue