Compare commits
No commits in common. "c8s" and "c9-beta" have entirely different histories.
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,2 +1 @@
|
||||
SOURCES/Path-Tiny-0.104.tar.gz
|
||||
/Path-Tiny-0.104.tar.gz
|
||||
SOURCES/Path-Tiny-0.118.tar.gz
|
||||
|
||||
1
.perl-Path-Tiny.metadata
Normal file
1
.perl-Path-Tiny.metadata
Normal file
@ -0,0 +1 @@
|
||||
0bb2c64739232fc213fabc860d208b5fc6f67331 SOURCES/Path-Tiny-0.118.tar.gz
|
||||
@ -6,19 +6,19 @@
|
||||
%endif
|
||||
|
||||
Name: perl-Path-Tiny
|
||||
Version: 0.104
|
||||
Release: 5%{?dist}
|
||||
Version: 0.118
|
||||
Release: 3%{?dist}
|
||||
Summary: File path utility
|
||||
License: ASL 2.0
|
||||
URL: http://search.cpan.org/dist/Path-Tiny/
|
||||
Source0: http://search.cpan.org/CPAN/authors/id/D/DA/DAGOLDEN/Path-Tiny-%{version}.tar.gz
|
||||
URL: https://metacpan.org/release/Path-Tiny
|
||||
Source0: https://cpan.metacpan.org/authors/id/D/DA/DAGOLDEN/Path-Tiny-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
# Module Build
|
||||
BuildRequires: coreutils
|
||||
BuildRequires: findutils
|
||||
BuildRequires: make
|
||||
BuildRequires: perl-interpreter
|
||||
BuildRequires: perl-generators
|
||||
BuildRequires: perl-interpreter
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
# Module Runtime
|
||||
BuildRequires: perl(Carp)
|
||||
@ -28,6 +28,7 @@ BuildRequires: perl(Cwd)
|
||||
BuildRequires: perl(Digest) >= 1.03
|
||||
BuildRequires: perl(Digest::MD5)
|
||||
BuildRequires: perl(Digest::SHA) >= 5.45
|
||||
BuildRequires: perl(Encode)
|
||||
BuildRequires: perl(Exporter) >= 5.57
|
||||
BuildRequires: perl(Fcntl)
|
||||
BuildRequires: perl(File::Copy)
|
||||
@ -36,11 +37,11 @@ BuildRequires: perl(File::Path) >= 2.07
|
||||
BuildRequires: perl(File::Spec) >= 0.86
|
||||
BuildRequires: perl(File::stat)
|
||||
BuildRequires: perl(File::Temp) >= 0.19
|
||||
BuildRequires: perl(if)
|
||||
BuildRequires: perl(overload)
|
||||
BuildRequires: perl(strict)
|
||||
BuildRequires: perl(threads)
|
||||
BuildRequires: perl(warnings)
|
||||
BuildRequires: perl(warnings::register)
|
||||
# Test Suite
|
||||
BuildRequires: perl(blib)
|
||||
BuildRequires: perl(File::Basename)
|
||||
@ -63,6 +64,7 @@ Requires: perl(Cwd)
|
||||
Requires: perl(Digest) >= 1.03
|
||||
Requires: perl(Digest::MD5)
|
||||
Requires: perl(Digest::SHA) >= 5.45
|
||||
Requires: perl(Encode)
|
||||
Requires: perl(Fcntl)
|
||||
Requires: perl(File::Copy)
|
||||
Requires: perl(File::Glob)
|
||||
@ -70,8 +72,13 @@ Requires: perl(File::Path) >= 2.07
|
||||
Requires: perl(File::stat)
|
||||
Requires: perl(File::Temp) >= 0.18
|
||||
Requires: perl(threads)
|
||||
Requires: perl(warnings::register)
|
||||
|
||||
# For performance and consistency
|
||||
%if !(0%{?rhel})
|
||||
BuildRequires: perl(PerlIO::utf8_strict) >= 0.003
|
||||
Requires: perl(PerlIO::utf8_strict) >= 0.003
|
||||
%endif
|
||||
BuildRequires: perl(Unicode::UTF8) >= 0.58
|
||||
Requires: perl(Unicode::UTF8) >= 0.58
|
||||
|
||||
@ -115,6 +122,72 @@ make test
|
||||
%{_mandir}/man3/Path::Tiny.3*
|
||||
|
||||
%changelog
|
||||
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 0.118-3
|
||||
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||
Related: rhbz#1991688
|
||||
|
||||
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 0.118-2
|
||||
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
||||
|
||||
* Fri Feb 5 2021 Paul Howarth <paul@city-fan.org> - 0.118-1
|
||||
- Update to 0.118
|
||||
- Skip symlink tests on Windows by actually testing symlinks, as Perl 5.33.5
|
||||
adds notional support but it's not possible without elevated privileges
|
||||
|
||||
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.116-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Sat Jan 23 2021 Paul Howarth <paul@city-fan.org> - 0.116-1
|
||||
- Update to 0.116
|
||||
- Fix tests on MSYS without symlinks enabled
|
||||
|
||||
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.114-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Tue Jun 23 2020 Jitka Plesnikova <jplesnik@redhat.com> - 0.114-2
|
||||
- Perl 5.32 rebuild
|
||||
|
||||
* Sun Apr 26 2020 Paul Howarth <paul@city-fan.org> - 0.114-1
|
||||
- Update to 0.114
|
||||
- Use \z instead of $ in regular expressions
|
||||
|
||||
* Wed Jan 29 2020 Paul Howarth <paul@city-fan.org> - 0.112-1
|
||||
- Update to 0.112
|
||||
- Another test fix on Windows, possibly due to a behavior change in
|
||||
Cwd::getdcwd
|
||||
|
||||
* Tue Jan 14 2020 Paul Howarth <paul@city-fan.org> - 0.110-1
|
||||
- Update to 0.110
|
||||
- Fixes tests on Windows, particularly with newer File::Spec
|
||||
|
||||
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.108-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
* Fri May 31 2019 Jitka Plesnikova <jplesnik@redhat.com> - 0.108-3
|
||||
- Perl 5.30 rebuild
|
||||
|
||||
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.108-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
* Wed Aug 1 2018 Paul Howarth <paul@city-fan.org> - 0.108-1
|
||||
- Update to 0.108
|
||||
- Fixed a bug where failure to load optional modules would trigger an
|
||||
external $SIG{__DIE__} handler
|
||||
|
||||
* Mon Jul 16 2018 Paul Howarth <paul@city-fan.org> - 0.106-1
|
||||
- Update to 0.106
|
||||
- The PERL_PATH_TINY_NO_FLOCK environment variable has been added to allow
|
||||
users to disable file locking (and any associated warnings)
|
||||
- Detection of unsupported 'flock' is no longer BSD-specific; this allows
|
||||
detecting and warning, for example, with the Luster filesystem on Linux
|
||||
- Improve reliability and diagnostics of tests run via 'do'
|
||||
|
||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.104-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
* Fri Jun 29 2018 Jitka Plesnikova <jplesnik@redhat.com> - 0.104-6
|
||||
- Perl 5.28 rebuild
|
||||
|
||||
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.104-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
Loading…
Reference in New Issue
Block a user