Commit Graph

92 Commits

Author SHA1 Message Date
Michal Josef Špaček
4807ba3f8b Package tests 2024-07-17 14:58:24 +02:00
Troy Dawson
0ddbd9830a Bump release for June 2024 mass rebuild 2024-06-24 09:12:02 -07:00
Fedora Release Engineering
9f66fa5d85 Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild 2024-01-25 19:33:01 +00:00
Fedora Release Engineering
901a047aa0 Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild 2024-01-21 17:55:04 +00:00
Fedora Release Engineering
f175059a4b Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2023-07-21 00:56:37 +00:00
Fedora Release Engineering
ffa91ec933 Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2023-01-20 05:18:02 +00:00
Jitka Plesnikova
680de9adf0 Remove perl(MODULE_COMPAT), it will be replaced by generators 2023-01-13 17:18:30 +01:00
Paul Howarth
c0d07ef99d Update to 0.144
- New upstream release 0.144
  - Fixed tilde expansion tests where ~root expands to '/'
2022-12-02 11:37:32 +00:00
Paul Howarth
f9dde8dc7b Update to 0.142
- New upstream release 0.142
  Deprecations
  - Tilde expansion is deprecated due to inconsistent and bug-prone behavior
  Bug fixes
  - Prevent expansion of tildes that are not the very first character (e.g.
    "./~foo")
  - Prevent unintentional tilde expansion during internal path processing
  - Escape non-tilde glob characters before tilde expansion
  - Fixed spew/edit to a long filename approaching the filesystem length limit
  - Internal calls to 'print' are checked for possible errors
  - Internal read calls are checked for errors
  Changes
  - Path stringification now adds "./" in front of paths starting with literal
    tilde so they will round-trip; FREEZE updated to use this stringification
    rule as well
  - 'move' now uses File::Copy::move internally instead of the built-in
    'rename', allowing it to work across filesystems; it also returns an object
    for the moved location, allowing chaining
  - edit_lines_raw now uses a buffered raw I/O layer
  - edit_lines_utf8 now prefers PerlIO::utf8_strict, if available
  - lines_utf8 now consistently uses a buffered I/O layer
  - open*_utf8 now prefers PerlIO::utf8_strict, if available
  - slurp_utf8 now consistently uses an unbuffered I/O layer
  Documented
  - Changed all raw/UTF-8 layer descriptions in method documentation to match
    the code
  - Fixed SYNOPSIS syntax
  - Documented how to disable TMPDIR when making temp files/dirs
  Testing
  - Add additional tilde stringification testing
  - Fixed tilde expansion tests on Windows
  - Skip a problematic test case on Cygwin
2022-11-09 14:11:07 +00:00
Paul Howarth
f22502c8e4 Update to 0.130
- New upstream release 0.130
  - The 'mkdir' method no longer fails when applied to an existing directory
2022-10-20 17:53:17 +01:00
Paul Howarth
7ca17f45d2 Update to 0.128
- New upstream release 0.128
  - Added 'mkdir' to replace 'mkpath', but returning the path object for
    chaining
  - The 'mkpath' method is deprecated in favor of 'mkdir'
  - Added 'has_same_bytes' to efficiently compare the contents of two files
  - Edited SYNOPSIS in the POD
2022-10-20 09:29:54 +01:00
Paul Howarth
971cc4bf32 Update to 0.124
- New upstream release 0.124
  - Added link to 'touchpath' in the 'mkpath' docs
  - Fixed example in `tempfile' docs
- Use SPDX-format license tag
2022-09-02 18:34:40 +01:00
Fedora Release Engineering
16e99c166c Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2022-07-22 10:14:13 +00:00
Jitka Plesnikova
f943aadcf6 Perl 5.36 rebuild 2022-06-01 10:42:40 +02:00
Fedora Release Engineering
41e914aed2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2022-01-21 04:30:25 +00:00
Paul Howarth
b663d2db46 Update to 0.122
- New upstream release 0.122
  - Adds 'size' and 'size_human' methods; the latter gives 'ls -lh' style
    output, with options to choose base2 or base10 forms
2022-01-17 09:55:46 +00:00
Paul Howarth
476791589f Update to 0.120
- New upstream release 0.120
  - The 'tempdir' and 'tempfile' methods may be called on a Path::Tiny object
    representing a directory, in which case the directory will be used as the
    container for the temporary object (as if the 'DIR' argument were used)
2021-10-25 09:50:25 +01:00
Fedora Release Engineering
fd8fe3f75b - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2021-07-22 23:05:05 +00:00
Paul Howarth
834389c8b1 Fix typo in changelog 2021-06-24 14:44:21 +01:00
Michal Josef Špaček
49551af6f3 Remove runtime depencendy for Digest::MD5
And move "BuildRequires:	perl(Digest::MD5)" to "Test suite"
section.
2021-06-24 14:50:12 +02:00
Jitka Plesnikova
a58b6e4c04 Perl 5.34 rebuild 2021-05-21 22:00:57 +02:00
Paul Howarth
9700bdba13 Update to 0.118
- New upstream release 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
2021-02-05 09:43:40 +00:00
Fedora Release Engineering
86a69b6bcf - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2021-01-27 03:56:55 +00:00
Paul Howarth
03ebf4aba0 Update to 0.116
- New upstream release 0.116
  - Fix tests on MSYS without symlinks enabled
2021-01-23 16:35:52 +00:00
Fedora Release Engineering
3189839149 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2020-07-28 18:09:28 +00:00
Jitka Plesnikova
24ec9551b8 Perl 5.32 rebuild 2020-06-23 12:08:50 +02:00
Paul Howarth
0669662730 Update to 0.114
- New upstream release 0.114
  - Use \z instead of $ in regular expressions
2020-04-26 19:09:54 +01:00
Paul Howarth
0a9c60c0de Update to 0.112
- New upstream release 0.112
  - Another test fix on Windows, possibly due to a behavior change in
    Cwd::getdcwd
2020-01-29 12:31:16 +00:00
Paul Howarth
306975ea5b Update to 0.110
- New upstream release 0.110
  - Fixes tests on Windows, particularly with newer File::Spec
2020-01-14 10:47:22 +00:00
Fedora Release Engineering
60dcb28f78 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2019-07-26 05:52:17 +00:00
Jitka Plesnikova
d929e8e289 Perl 5.30 rebuild 2019-05-31 16:00:55 +02:00
Fedora Release Engineering
7e7a7fe9b7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2019-02-01 23:27:55 +00:00
Paul Howarth
9de8a3be47 Update to 0.108
- New upstream release 0.108
  - Fixed a bug where failure to load optional modules would trigger an
    external $SIG{__DIE__} handler
2018-08-01 16:27:02 +01:00
Paul Howarth
09664620a3 Update to 0.106
- New upstream release 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'
2018-07-16 12:03:03 +01:00
Fedora Release Engineering
9259f1f6f2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2018-07-13 19:19:25 +00:00
Jitka Plesnikova
8a636847ea Perl 5.28 rebuild 2018-06-29 12:05:16 +02:00
Petr Písař
84caa45bcf cpan.org addresses moved to MetaCPAN <https://fedoraproject.org/wiki/Changes/Perl_Move_to_MetaCPAN> 2018-06-04 14:19:43 +02:00
Jitka Plesnikova
52778b9368 Do not run optional test on RHEL 2018-04-06 12:22:45 +02:00
Fedora Release Engineering
abd8ffbbe7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2018-02-09 00:03:06 +00:00
Petr Písař
f67bca3eb3 Enable Test::MockRandom test
This is packaged now.

It also adds a build condition to control running optional test.
2017-12-08 09:53:21 +01:00
Fedora Release Engineering
e5818e7960 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild 2017-07-27 05:42:30 +00:00
Petr Písař
412c3651f1 perl dependency renamed to perl-interpreter <https://fedoraproject.org/wiki/Changes/perl_Package_to_Install_Core_Modules> 2017-07-12 14:26:48 +02:00
Jitka Plesnikova
b435a08087 Perl 5.26 rebuild 2017-06-06 02:01:11 +02:00
Paul Howarth
82be5f2e5f Update to 0.104
- New upstream release 0.104
  - The 'absolute' method now always returns an absolute path, even if a user
    provided a relative path for the base path; the old, odd behavior was
    documented, but people often don't read docs so the new behavior avoids
    surprises
  - Added 'cached_temp' method
2017-02-18 16:40:35 +00:00
Fedora Release Engineering
a95fd1a8f2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild 2017-02-11 04:49:38 +00:00
Paul Howarth
96f6b40b79 Update to 0.100
- New upstream release 0.100
  - Fixed tests for eventual removal of '.' from @INC in Perl
  - Fixed filehandle mode doc typo
  - Fixed doc typo in relative() that mentioned rel2abs instead of abs2rel
2017-01-16 14:08:07 +00:00
Paul Howarth
d8046b42af Update to 0.098
- New upstream release 0.098
  - Added 'realpath' option for 'tempfile' and 'tempdir' for situations where
    an absolute temporary path just isn't enough
2016-10-10 13:36:24 +01:00
Paul Howarth
8bb25b7dce Update to 0.096
- New upstream release 0.096
  - Improved method for hiding some modules during tests
- BR: perl-generators unconditionally
2016-07-03 12:13:54 +01:00
Paul Howarth
4cdc86024f Update to 0.094
- New upstream release 0.094
  - Path::Tiny will prefer PerlIO::utf8_strict over encoding(UTF-8) if
    available and Unicode::UTF8 is not installed
  - The 'touch' method can now set the current time on files that aren't owned,
    as long as they are writeable
  - Improved consistency of symlink support inspection; now always looks at
    $Config{d_symlink}
  - Skips impossible test on 'msys' platform.
- BR: perl-generators where possible
- Drop redundant Group: tag
2016-05-23 20:57:05 +01:00
Jitka Plesnikova
d5e39fa4a0 Perl 5.24 rebuild 2016-05-16 10:21:19 +02:00