public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/perl-HTML-Gumbo] rawhide: Update to 0.20
@ 2026-08-08 16:42 Emmanuel Seyman
0 siblings, 0 replies; only message in thread
From: Emmanuel Seyman @ 2026-08-08 16:42 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/perl-HTML-Gumbo
Branch : rawhide
Commit : 9064c515f835aec6f5c4e464b09159b0c10d0346
Author : Emmanuel Seyman <emmanuel@seyman.fr>
Date : 2026-08-08T18:42:22+02:00
Stats : +14/-7 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/perl-HTML-Gumbo/c/9064c515f835aec6f5c4e464b09159b0c10d0346?branch=rawhide
Log:
Update to 0.20
---
diff --git a/.gitignore b/.gitignore
index 105e2ae..b9ef994 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
/HTML-Gumbo-0.18.tar.gz
/HTML-Gumbo-0.19.tar.gz
+/HTML-Gumbo-0.20.tar.gz
diff --git a/perl-HTML-Gumbo.spec b/perl-HTML-Gumbo.spec
index d8a3350..438f2ff 100644
--- a/perl-HTML-Gumbo.spec
+++ b/perl-HTML-Gumbo.spec
@@ -1,15 +1,17 @@
Name: perl-HTML-Gumbo
-Version: 0.19
-Release: 3%{?dist}
+Version: 0.20
+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
+Source0: https://cpan.metacpan.org/authors/id/B/BP/BPS/HTML-Gumbo-%{version}.tar.gz
# build requirements
+BuildRequires: coreutils
+BuildRequires: findutils
+BuildRequires: gcc
BuildRequires: perl-interpreter
BuildRequires: perl-devel
-BuildRequires: gcc
BuildRequires: perl-generators
BuildRequires: perl(Alien::LibGumbo) >= 0.03
BuildRequires: perl(ExtUtils::CBuilder)
@@ -37,6 +39,7 @@ pure C99 library with no outside dependencies.
%install
./Build install --destdir="$RPM_BUILD_ROOT" --create_packlist=0
+find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -delete
%{_fixperms} "$RPM_BUILD_ROOT"/*
%check
@@ -45,11 +48,14 @@ pure C99 library with no outside dependencies.
%files
%doc Changes
%license LICENSE
-%{perl_vendorarch}/auto/*
+%{perl_vendorarch}/auto/HTML*
%{perl_vendorarch}/HTML*
-%{_mandir}/man3/*
+%{_mandir}/man3/HTML*
%changelog
+* Sat Aug 08 2026 Emmanuel Seyman <emmanuel@seyman.fr> - 0.20-1
+- Update to 0.20
+
* Wed Jul 22 2026 Jitka Plesnikova <jplesnik@redhat.com> - 0.19-3
- Perl 5.44 rebuild
diff --git a/sources b/sources
index 4dac73d..8a93562 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (HTML-Gumbo-0.19.tar.gz) = 60e03bcf8e3abf29fe5cdcb456bb6650149d14b46cb970ec00e0baa1c56f6fb88fc2517e8ab83aef44edc01776d7d881fb38b6726e5faab44944ed0f027e3c70
+SHA512 (HTML-Gumbo-0.20.tar.gz) = 8af8a9ade77aec9aee4a0a0f1d0960ebccf994eab65bbbfc43fbe8cef3b898d5ff0d399409e51a9642aa919b7aa2444316ce7657e894b0ffbf2fed65b9d29453
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-08 16:42 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-08 16:42 [rpms/perl-HTML-Gumbo] rawhide: Update to 0.20 Emmanuel Seyman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox