public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: John Heidemann <johnh@isi.edu>
To: git-commits@fedoraproject.org
Subject: [rpms/perl-Fsdb] epel9: merge
Date: Tue, 09 Jun 2026 06:33:59 GMT	[thread overview]
Message-ID: <178098683900.1.6890379016154734126.rpms-perl-Fsdb-66c20aa9ccc5@fedoraproject.org> (raw)

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

                 reply	other threads:[~2026-06-09  6:33 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=178098683900.1.6890379016154734126.rpms-perl-Fsdb-66c20aa9ccc5@fedoraproject.org \
    --to=johnh@isi.edu \
    --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