public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/perl-Fsdb] epel9: merge
@ 2026-06-09 6:33 John Heidemann
0 siblings, 0 replies; only message in thread
From: John Heidemann @ 2026-06-09 6:33 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/perl-Fsdb
Branch : epel9
Commit : 66c20aa9ccc5d9f16eefa692f3e8cfc164e8d4ba
Author : John Heidemann <johnh@isi.edu>
Date : 2026-06-08T23:33:49-07:00
Stats : +17/-9 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/perl-Fsdb/c/66c20aa9ccc5d9f16eefa692f3e8cfc164e8d4ba?branch=epel9
Log:
merge
---
diff --git a/.gitignore b/.gitignore
index a337743..24a7cdd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -30,3 +30,4 @@
/Fsdb-3.7.tar.gz
/Fsdb-3.8.tar.gz
/Fsdb-3.9.tar.gz
+/Fsdb-3.16.tar.gz
diff --git a/perl-Fsdb.spec b/perl-Fsdb.spec
index 7dcaf17..a506275 100644
--- a/perl-Fsdb.spec
+++ b/perl-Fsdb.spec
@@ -1,9 +1,9 @@
Summary: A set of commands for manipulating flat-text databases from the shell
Name: perl-Fsdb
-Version: 3.9
+Version: 3.16
Epoch: 2
Release: 1%{?dist}
-License: GPLv2
+License: GPL-2.0-only
URL: http://www.isi.edu/~johnh/SOFTWARE/FSDB/
Source0: http://www.isi.edu/~johnh/SOFTWARE/FSDB/Fsdb-%{version}.tar.gz
BuildArch: noarch
@@ -31,25 +31,32 @@ BuildRequires: perl(YAML::XS)
# following BRs are maybe not required?
BuildRequires: perl(IO::Compress::Bzip2)
BuildRequires: perl(IO::Compress::Gzip)
-# Xz not on epel8 as of 2019-11-27
-# BuildRequires: perl(IO::Compress::Xz)
+%if 0%{?rhel} != 8
+BuildRequires: perl(IO::Compress::Xz)
+%endif
# next two are needed to run test suites and are not autodetected
BuildRequires: perl(HTML::Parser)
BuildRequires: perl(Text::CSV_XS)
+BuildRequires: gzip
# next two are needed to run build README, see https://bugzilla.redhat.com/show_bug.cgi?id=1163149
BuildRequires: groff-base
BuildRequires: perl-podlators
+%if 0%{?rhel} == 8
+BuildRequires: platform-python
+%endif
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
# next two are needed to run test suites and are not autodetected
Requires: perl(HTML::Parser)
Requires: perl(Text::CSV_XS)
Requires: perl(IO::Compress::Bzip2)
Requires: perl(IO::Compress::Gzip)
-# Xz not on epepl8 as of 2020-02-25
-# Requires: perl(IO::Compress::Xz)
-Requires: perl(IPC::Cmd)
+%if 0%{?rhel} != 8
+Requires: perl(IO::Compress::Xz)
+%endif
+Requires: perl(IPC::Cmd)
Requires: perl(XML::Simple)
Requires: perl(YAML::XS)
+Requires: gzip
%description
@@ -107,5 +114,5 @@ make test
%changelog
-* Fri Aug 02 2024 John Heidemann <johnh@isi.edu> 3.9-1
+* Mon Jun 08 2026 John Heidemann <johnh@isi.edu> 3.16-1
- See http://www.isi.edu/~johnh/SOFTWARE/FSDB/
diff --git a/sources b/sources
index 72260db..60b322b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (Fsdb-3.9.tar.gz) = eee9bb9b31cfb57b760622df4a10952c5a336e47b567074e5f4b2301b3954695ddfad272cfd710df2bedc10434362c618e8e14ee0a6401ad07a837c9b81f64f9
+SHA512 (Fsdb-3.16.tar.gz) = a2da2e42aba737dc6075a5927208b7d80f18d24c108e6155588b4ff77b0115a09d1798a597f07489f43f860db8fd507659861c28e0097d363b39bb1190a25ed1
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-09 6:33 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-09 6:33 [rpms/perl-Fsdb] epel9: merge John Heidemann
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox