public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/perl-HTML-Gumbo] rawhide: Update to 0.19
@ 2026-05-30 18:44 Emmanuel Seyman
0 siblings, 0 replies; only message in thread
From: Emmanuel Seyman @ 2026-05-30 18:44 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/perl-HTML-Gumbo
Branch : rawhide
Commit : 9825a91e64c1eb0281b601ed9c6d6047dd3e6dd6
Author : Emmanuel Seyman <emmanuel@seyman.fr>
Date : 2026-05-30T20:44:28+02:00
Stats : +16/-12 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/perl-HTML-Gumbo/c/9825a91e64c1eb0281b601ed9c6d6047dd3e6dd6?branch=rawhide
Log:
Update to 0.19
---
diff --git a/.gitignore b/.gitignore
index 2764bf6..105e2ae 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/HTML-Gumbo-0.18.tar.gz
+/HTML-Gumbo-0.19.tar.gz
diff --git a/perl-HTML-Gumbo.spec b/perl-HTML-Gumbo.spec
index 264699c..30b194f 100644
--- a/perl-HTML-Gumbo.spec
+++ b/perl-HTML-Gumbo.spec
@@ -1,29 +1,29 @@
Name: perl-HTML-Gumbo
-Version: 0.18
-Release: 21%{?dist}
+Version: 0.19
+Release: 1%{?dist}
Summary: HTML5 parser based on gumbo C library
License: GPL-1.0-or-later OR Artistic-1.0-Perl
URL: https://metacpan.org/dist/HTML-Gumbo
Source0: https://cpan.metacpan.org/authors/id/R/RU/RUZ/HTML-Gumbo-%{version}.tar.gz
+# build requirements
BuildRequires: perl-interpreter
BuildRequires: perl-devel
BuildRequires: gcc
BuildRequires: perl-generators
-
BuildRequires: perl(Alien::LibGumbo) >= 0.03
BuildRequires: perl(ExtUtils::CBuilder)
-BuildRequires: perl(HTML::TreeBuilder)
BuildRequires: perl(Module::Build)
-BuildRequires: perl(Test::More)
+# runtime requirements
BuildRequires: perl(XSLoader)
-
BuildRequires: perl(strict)
BuildRequires: perl(warnings)
-
+# testing requirements
+BuildRequires: perl(Scalar::Util)
+BuildRequires: perl(Test::More)
+BuildRequires: perl(utf8)
BuildRequires: gumbo-parser-devel
-
%description
Gumbo is an implementation of the HTML5 parsing algorithm implemented as a
pure C99 library with no outside dependencies.
@@ -32,13 +32,11 @@ pure C99 library with no outside dependencies.
%setup -q -n HTML-Gumbo-%{version}
%build
-%{__perl} Build.PL --installdirs=vendor --optimize="$RPM_OPT_FLAGS"
+/usr/bin/perl Build.PL --installdirs=vendor --optimize="$RPM_OPT_FLAGS"
./Build
%install
./Build install --destdir="$RPM_BUILD_ROOT" --create_packlist=0
-find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \;
-
%{_fixperms} "$RPM_BUILD_ROOT"/*
%check
@@ -52,6 +50,11 @@ find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \;
%{_mandir}/man3/*
%changelog
+* Sat May 30 2026 Emmanuel Seyman <emmanuel@seyman.fr> - 0.19-1
+- Update to 0.19
+- Update dependencies
+- Use /usr/bin/perl instead of %%{__perl}
+
* Thu May 28 2026 Gwyn Ciesla <gwync@protonmail.com> - 0.18-21
- gumbo-parser rebuild
diff --git a/sources b/sources
index e33597e..4dac73d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (HTML-Gumbo-0.18.tar.gz) = d2845368bbda81de41f5d4c15c08b5720c388c72cbbfb9062999abdf1d800af4bb24e92df5d41470d611e50b460512630121fa6a8984e76df8eed3f20d149a10
+SHA512 (HTML-Gumbo-0.19.tar.gz) = 60e03bcf8e3abf29fe5cdcb456bb6650149d14b46cb970ec00e0baa1c56f6fb88fc2517e8ab83aef44edc01776d7d881fb38b6726e5faab44944ed0f027e3c70
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-05-30 18:44 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-05-30 18:44 [rpms/perl-HTML-Gumbo] rawhide: Update to 0.19 Emmanuel Seyman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox