public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/perl-Fsdb] epel10: import from 3.16
@ 2026-06-09 17:52 John Heidemann
  0 siblings, 0 replies; only message in thread
From: John Heidemann @ 2026-06-09 17:52 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/perl-Fsdb
Branch : epel10
Commit : d0c2a5b9d820de96d3845dac3d1ee0c33db251b3
Author : John Heidemann <johnh@isi.edu>
Date   : 2026-06-09T10:52:11-07:00
Stats  : +14/-4 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/perl-Fsdb/c/d0c2a5b9d820de96d3845dac3d1ee0c33db251b3?branch=epel10

Log:
import from 3.16

---
diff --git a/.gitignore b/.gitignore
index 80964f6..02c31a5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -23,3 +23,4 @@
 /Fsdb-2.75.tar.gz
 /Fsdb-3.0.tar.gz
 /Fsdb-3.4.tar.gz
+/Fsdb-3.16.tar.gz

diff --git a/perl-Fsdb.spec b/perl-Fsdb.spec
index 4e26b17..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.4
+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,23 +31,32 @@ BuildRequires:  perl(YAML::XS)
 # following BRs are maybe not required?
 BuildRequires:  perl(IO::Compress::Bzip2)
 BuildRequires:  perl(IO::Compress::Gzip)
+%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)
+%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
@@ -105,5 +114,5 @@ make test
 
 
 %changelog
-* Fri Jan 05 2024 John Heidemann <johnh@isi.edu> 3.4-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 901b912..60b322b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (Fsdb-3.4.tar.gz) = 005aef8bb2910ce57d93b9e53f8d2e3fc9ceb94fa5d6c22e6472f04b0e52f679d73e3258b03701ac50e68c1f175b986cfcb786b5568afd4810740f4c000e9a7c
+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 17:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-09 17:52 [rpms/perl-Fsdb] epel10: import from 3.16 John Heidemann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox