public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/perl-Shell-Config-Generate] rawhide: 0.35 bump
@ 2026-09-07 11:18 
  0 siblings, 0 replies; only message in thread
From:  @ 2026-09-07 11:18 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

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

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 8c2252f..9b1a13c 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:        19%{?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
+
 * Thu Jul 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 0.34-19
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_45_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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-09-07 11:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-07 11:18 [rpms/perl-Shell-Config-Generate] rawhide: 0.35 bump 

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