public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/perl-Shell-Config-Generate] f43: 0.35 bump
Date: Mon, 07 Sep 2026 11:27:19 GMT	[thread overview]
Message-ID: <178878043994.1.4342291898831688699.rpms-perl-Shell-Config-Generate-da4b263e15db@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/perl-Shell-Config-Generate
Branch : f43
Commit : da4b263e15db77e7a87377f893c9f6b7346a5224
Author : Petr Písař <ppisar@redhat.com>
Date   : 2026-09-07T13:27:03+02:00
Stats  : +23/-8 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/perl-Shell-Config-Generate/c/da4b263e15db77e7a87377f893c9f6b7346a5224?branch=f43

Log:
0.35 bump

---
diff --git a/.gitignore b/.gitignore
index 1382707..39b3448 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@
 /Shell-Config-Generate-0.31.tar.gz
 /Shell-Config-Generate-0.33.tar.gz
 /Shell-Config-Generate-0.34.tar.gz
+/Shell-Config-Generate-0.35.tar.gz

diff --git a/perl-Shell-Config-Generate.spec b/perl-Shell-Config-Generate.spec
index 051bf78..fa07b56 100644
--- a/perl-Shell-Config-Generate.spec
+++ b/perl-Shell-Config-Generate.spec
@@ -1,12 +1,12 @@
 Name:           perl-Shell-Config-Generate
-Version:        0.34
-Release:        17%{?dist}
+Version:        0.35
+Release:        1%{?dist}
 Summary:        Portably generate configuration for any shell
-# Automatically converted from old format: GPL+ or Artistic - review is highly recommended.
 License:        GPL-1.0-or-later OR Artistic-1.0-Perl
 URL:            https://metacpan.org/release/Shell-Config-Generate
 Source0:        https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/Shell-Config-Generate-%{version}.tar.gz
 BuildArch:      noarch
+BuildRequires:  coreutils
 BuildRequires:  make
 BuildRequires:  perl-generators
 BuildRequires:  perl-interpreter
@@ -22,6 +22,7 @@ BuildRequires:  perl(Shell::Guess) >= 0.02
 BuildRequires:  perl(base)
 BuildRequires:  perl(Config)
 BuildRequires:  perl(constant)
+BuildRequires:  perl(Data::Dumper)
 BuildRequires:  perl(Env)
 BuildRequires:  perl(File::Spec)
 BuildRequires:  perl(File::Temp)
@@ -29,8 +30,15 @@ BuildRequires:  perl(FindBin)
 # IPC::Open3 not used
 BuildRequires:  perl(lib)
 BuildRequires:  perl(Test2::API) >= 1.302015
-BuildRequires:  perl(Test2::Mock) >= 0.000060
-BuildRequires:  perl(Test2::V0) >= 0.000060
+BuildRequires:  perl(Test2::Mock) >= 0.000121
+BuildRequires:  perl(Test2::V0) >= 0.000121
+# Optional tests:
+# t/shell_config_generate__alias_array.t exhibits various shells
+BuildRequires:  bash
+BuildRequires:  fish
+BuildRequires:  ksh
+# tcsh not needed
+BuildRequires:  zsh
 Requires:       perl(Shell::Guess) >= 0.02
 
 # Remove under-specified dependencies
@@ -53,15 +61,21 @@ perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
+export HARNESS_OPTIONS=j$(perl -e 'if ($ARGV[0] =~ /.*-j([0-9][0-9]*).*/) {print $1} else {print 1}' -- '%{?_smp_mflags}')
 make test
 
 %files
 %license LICENSE
 %doc Changes README
-%{perl_vendorlib}/*
-%{_mandir}/man3/*
+%dir %{perl_vendorlib}/Shell
+%dir %{perl_vendorlib}/Shell/Config
+%{perl_vendorlib}/Shell/Config/Generate.pm
+%{_mandir}/man3/Shell::Config::Generate.*
 
 %changelog
+* Mon Sep 07 2026 Petr Pisar <ppisar@redhat.com> - 0.35-1
+- 0.35 bump
+
 * Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.34-17
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
 

diff --git a/sources b/sources
index 12c1b5e..270f946 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (Shell-Config-Generate-0.34.tar.gz) = f78b1613ee26ed6fe7a435f523ac168aaf608f76f1f02470aeb0c540e8bb5c999e4dc86dd4e67230666b5d125ca12a727ab789314c09e1314a5bc5d94534158d
+SHA512 (Shell-Config-Generate-0.35.tar.gz) = fdfdb1767e965eaacfb7f9b6f38bf0ad81396da28934d3788e83e0a35d99a7d5f90e14469be883581b14ebcb28702520897e38962032cd193d56db62551f9526

                 reply	other threads:[~2026-09-07 11:27 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=178878043994.1.4342291898831688699.rpms-perl-Shell-Config-Generate-da4b263e15db@fedoraproject.org \
    --to=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