public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Emmanuel Seyman <emmanuel@seyman.fr>
To: git-commits@fedoraproject.org
Subject: [rpms/perl-HTML-Gumbo] rawhide: Update to 0.19
Date: Sat, 30 May 2026 18:44:34 GMT	[thread overview]
Message-ID: <178016667434.1.7581685493110174433.rpms-perl-HTML-Gumbo-9825a91e64c1@fedoraproject.org> (raw)

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

                 reply	other threads:[~2026-05-30 18:44 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178016667434.1.7581685493110174433.rpms-perl-HTML-Gumbo-9825a91e64c1@fedoraproject.org \
    --to=emmanuel@seyman.fr \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox