public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/perl-POSIX-2008] f43: 0.27 bump
Date: Thu, 23 Jul 2026 08:42:10 GMT [thread overview]
Message-ID: <178479613098.1.3273300498615408493.rpms-perl-POSIX-2008-38e644b99cfd@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/perl-POSIX-2008
Branch : f43
Commit : 38e644b99cfd58d5540fc7d54ab3e67ab0bec47f
Author : Petr Písař <ppisar@redhat.com>
Date : 2026-07-23T10:41:56+02:00
Stats : +16/-9 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/perl-POSIX-2008/c/38e644b99cfd58d5540fc7d54ab3e67ab0bec47f?branch=f43
Log:
0.27 bump
---
diff --git a/.gitignore b/.gitignore
index 0f24be6..a05a195 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@
/POSIX-2008-0.24.tar.gz
/POSIX-2008-0.25.tar.gz
/POSIX-2008-0.26.tar.gz
+/POSIX-2008-0.27.tar.gz
diff --git a/perl-POSIX-2008.spec b/perl-POSIX-2008.spec
index 1adb5df..1ff10df 100644
--- a/perl-POSIX-2008.spec
+++ b/perl-POSIX-2008.spec
@@ -1,5 +1,5 @@
Name: perl-POSIX-2008
-Version: 0.26
+Version: 0.27
Release: 1%{?dist}
Summary: Perl interface to POSIX.1-2008
# COPYING: WTFPL text
@@ -17,7 +17,9 @@ BuildRequires: perl-generators
BuildRequires: perl-interpreter
BuildRequires: perl(:VERSION) >= 5.8.9
BuildRequires: perl(Config)
+BuildRequires: perl(constant)
BuildRequires: perl(Devel::PPPort)
+BuildRequires: perl(Errno)
BuildRequires: perl(ExtUtils::Constant)
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
BuildRequires: perl(Fcntl)
@@ -25,30 +27,30 @@ BuildRequires: perl(File::Spec)
BuildRequires: perl(File::Temp)
BuildRequires: perl(lib)
BuildRequires: perl(MIME::Base64)
+BuildRequires: perl(POSIX)
BuildRequires: perl(sigtrap)
BuildRequires: perl(strict)
BuildRequires: perl(warnings)
-# Makefile.PL loads ./lib/POSIX/2008.pm without XSLoader
+BuildRequires: perl(XSLoader)
+# Symbols.PL loads POSIX::2008
BuildRequires: perl(Carp)
BuildRequires: perl(Exporter)
BuildRequires: perl(IO::Dir)
BuildRequires: perl(IO::File)
-BuildRequires: perl(Time::HiRes)
# Run-time:
-BuildRequires: perl(XSLoader)
# Tests:
BuildRequires: perl(bigrat)
-BuildRequires: perl(constant)
BuildRequires: perl(Cwd)
BuildRequires: perl(Data::Dumper)
-BuildRequires: perl(Errno)
BuildRequires: perl(File::Path)
BuildRequires: perl(integer)
-BuildRequires: perl(POSIX)
BuildRequires: perl(Scalar::Util)
BuildRequires: perl(Test::More)
Requires: perl(XSLoader)
+# Hide private modules
+%global __requires_exclude %{?__requires_exclude:%{__requires_exclude}|}^perl\\(POSIX::2008::symbols.pl\\)
+
%description
POSIX::2008 Perl module contains many of the interfaces specified by
POSIX.1-2008 that the core POSIX Perl module withholds or implements
@@ -88,7 +90,7 @@ cp -a t %{buildroot}%{_libexecdir}/%{name}
cat > %{buildroot}%{_libexecdir}/%{name}/test << 'EOF'
#!/bin/bash
set -e
-# t/02_at.t writes into CWD
+# t/02_fs.t writes into CWD
DIR=$(mktemp -d)
cp -a %{_libexecdir}/%{name}/* "$DIR"
pushd "$DIR"
@@ -108,6 +110,7 @@ make test
%dir %{perl_vendorarch}/auto/POSIX
%{perl_vendorarch}/auto/POSIX/2008
%dir %{perl_vendorarch}/POSIX
+%{perl_vendorarch}/POSIX/2008
%{perl_vendorarch}/POSIX/2008.*
%{_mandir}/man3/POSIX::2008.*
@@ -115,6 +118,9 @@ make test
%{_libexecdir}/%{name}
%changelog
+* Thu Jul 23 2026 Petr Pisar <ppisar@redhat.com> - 0.27-1
+- 0.27 bump
+
* Mon Jul 28 2025 Petr Pisar <ppisar@redhat.com> - 0.26-1
- 0.26 bump
diff --git a/sources b/sources
index 5f69851..1808a43 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (POSIX-2008-0.26.tar.gz) = 766fbe5004685d39b4a781d9d3586a1ff6f7365b7c537efd67ae7018aa9ba69394f9f95063a56afa6850f2acbb17274f0bd4aea27144a73e87bc8a96c715642a
+SHA512 (POSIX-2008-0.27.tar.gz) = 4a7daed762db12d72bbd623125225e267d045641bcec0d8f94ce33192c3df05bc3f643cc140319760ced158e930e3b1545080a5d121d64adf7f709ee1f41507a
reply other threads:[~2026-07-23 8:42 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=178479613098.1.3273300498615408493.rpms-perl-POSIX-2008-38e644b99cfd@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