Commit Graph

39 Commits

Author SHA1 Message Date
Jitka Plesnikova
793b187c15 Perl 5.24 rebuild 2016-05-15 01:27:44 +02:00
Paul Howarth
ac883dd8ae Update to 0.36
- New upstream release 0.36:
  - Use croak instead of die; use eval syntax instead of universal::isa (as
    perlcritic wishes)
  - Load File::Copy and Perl::OSType only when used (copy_to, move_to)
  - Always use canonpath on arguments to splitdir
  - Fix 'Operation "eq": no method found' error (CPAN RT#77259)
  - Add some fixes and tests for contains() with updir stuff (GH#43)
  - Fix Carp::Croak to Carp::croak
  - Fixed and improved Travis testing configuration
  - Fix Pod typos
  - Check all print calls in spew and explicitly call (and check) close
2016-02-17 15:16:22 +00:00
Fedora Release Engineering
5b0ff7181f - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild 2016-02-04 15:20:30 +00:00
Dennis Gilmore
589478204a - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild 2015-06-18 05:26:43 +00:00
Jitka Plesnikova
72783dc6e6 Perl 5.22 re-rebuild of bootstrapped packages 2015-06-10 15:31:48 +02:00
Jitka Plesnikova
d45226ab58 Perl 5.22 rebuild 2015-06-05 11:19:37 +02:00
Paul Howarth
10e4002969 Update to 0.35
- New upstream release 0.35:
  - Fixed a t/03-filesystem.t test error on Windows
- Classify buildreqs by usage
2014-09-23 15:36:56 +01:00
Jitka Plesnikova
1b89e1c329 Perl 5.20 mass 2014-09-09 11:18:30 +02:00
Paul Howarth
0eef9bca54 Update to 0.34
- New upstream release 0.34:
  - Add a new spew_lines() method
  - Don't convert file into directory in subsumes()
  - Updated POD for copy_to and move_to methods
  - Stringify destination for copy_to method
  - Stringify destination for move_to method
  - Add Continuous Integration with Travis CI
  - Change bugtracker to github's
- Use %license where possible
2014-09-08 20:22:07 +01:00
Jitka Plesnikova
1f27ce2005 Perl 5.20 rebuild 2014-08-27 18:35:05 +02:00
Dennis Gilmore
7ecf6b1b39 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild 2014-06-07 03:53:57 -05:00
Petr Písař
67bd50d483 Break build-cycle
perl-Path-Class → perl-Test-Perl-Critic → perl-Perl-Critic → perl-Pod-Spell →
perl-File-ShareDir-ProjectDistDir → perl-Path-Class
2014-03-28 13:44:35 +01:00
Paul Howarth
d6a8e6c6ce Update to 0.33
- New upstream release 0.33:
  - New copy_to() and move_to() methods
  - As advised in the utime() docs, pass undef as the time for touch()
  - Do a better job cleaning up temp files in the tests
  - Optimization: use parent.pm instead of base.pm
  - Changed the docs to show that file() and dir() are exported by default
  - Fixed spelling error in POD
- Update buildreqs as needed
- Drop patch for building with old Module::Build versions
2013-12-12 11:42:54 +00:00
Dennis Gilmore
7eeab379d7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild 2013-08-03 19:20:19 -05:00
Petr Písař
bc6fc5b81e Perl 5.18 rebuild 2013-07-31 04:08:01 +02:00
Paul Howarth
fb3c08ba3e Update to 0.32
- New upstream release 0.32:
  - Updated dependency on File::Spec to 3.26 (CPAN RT#83143)
  - Fixed bug with leading empty string in dir() - became unintentional
    UNC path on Cygwin
  - Fixed "Unterminated C<...> sequence" in Pod
2013-03-19 11:11:58 +00:00
Paul Howarth
02b2cf829e Bump perl(File::Spec) version requirement to 3.26 (CPAN RT#83143)
- Bump perl(File::Spec) version requirement to 3.26 (CPAN RT#83143)
- Drop EL-5 support since it doesn't have File::Spec ≥ 3.26
2013-03-07 11:17:27 +00:00
Paul Howarth
22e2aec0b9 Update to 0.31
- New upstream release 0.31:
  - Optimization: stringify variables passed to canonpath
  - Optimization: Use internal guts when constructing Dirs from Dirs, instead
    of concatenating and splitting them again with File::Spec
  - Fix grammar error in docs
  - Implement a 'split' parameter for the slurp() method
  - In docs, replace unicode MINUS SIGN with ascii HYPHEN-MINUS
- BR: perl(Scalar::Util)
2013-02-06 12:38:48 +00:00
Paul Howarth
ee3e37f1f1 Update to 0.29
- New upstream release 0.29:
  - Add components() method, which returns directory names (and filename, if
    this is a File object) as a list
  - Fix a test failure on non-Unix platforms; the 07-recurseprune.t test was
    written in a Unix-specific way
2012-12-18 09:36:33 +00:00
Paul Howarth
b89daf0b06 Update to 0.28
- New upstream release 0.28:
  - Fix test failures when run as root - they were relying on permissions
    failures, but permissions never fail as root
  - Add links in docs to the other modules we rely on and talk about in the
    docs, which makes for easier viewing through search.cpan.org / MetaCPAN
  - Fixed some misleading variable names in docs (CPAN RT#81795)
2012-12-17 13:38:09 +00:00
Paul Howarth
9e3f181e0b Update to 0.27
- New upstream release 0.27:
  - Added pruning support in dir->recurse(); if recurse callback returns
    $item->PRUNE, no children of this item will be analyzed
  - Documented 'basename' method for directories
  - Added traverse_if() function, which allows one to filter children before
    processing them
  - Added tempdir() function
- Package upstream LICENSE file
2012-12-10 11:59:03 +00:00
Dennis Gilmore
97cb85edd1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild 2012-07-20 13:18:06 -05:00
Petr Písař
362711e140 Perl 5.16 rebuild 2012-06-20 13:50:30 +02:00
Paul Howarth
a4bf9352ac Update to 0.26
- New upstream release 0.26:
  - resolve() now includes the name of the non-existent file in the error
    message
  - New shortcut opena(), to open a file for appending
  - New spew() method that does the inverse of the slurp() method
  - Fixed a typo in a class name in the docs for Path::Class::Entity
- Drop %defattr, redundant since rpm 4.4
- Drop conditional for EPEL-4 support (EL-4 now EOL-ed)
2012-06-15 11:15:09 +01:00
Paul Howarth
400937b5c0 Update to 0.25
- New upstream release 0.25:
  - resolve() now croak()s instead of die()s on non-existent file
  - Added a traverse() method for directories, based on the fmap_cont() method
    of Forest::Tree::Pure; it's an alternative to ->recurse, which allows for
    more control over how the recursion happens
  - Fixed a grammar error in the docs
  - Added a tempfile() method for Dir objects, which provides an interface to
    File::Temp (CPAN RT#60485)
  - Fixed a non-helpful fatal error message when calling resolve() on a path
    that doesn't exist; now dies with the proper "No such file or directory"
    message and exit status
- BR: perl(Test::Perl::Critic) and run author tests where possible
- Add patch to support building with Module::Build < 0.3601
2012-02-16 12:06:20 +00:00
Paul Howarth
ae918caab5 Spec clean-up
- Add buildreqs for Perl core modules that might be dual-lived
- Tidy %description
- Make %files list more explicit
- Don't use macros for commands
- Use search.cpan.org source URL
- BR: at least version 0.87 of File::Spec
2012-02-16 11:39:01 +00:00
Dennis Gilmore
c094ea3eba - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild 2012-01-13 10:46:25 -06:00
Marcela Mašláňová
8a07cfa91f Perl mass rebuild 2011-06-17 19:49:29 +02:00
Ian Burrell
d752bd823f Update to 0.23 2011-04-14 20:22:05 -07:00
Dennis Gilmore
63c6a38a7a - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild 2011-02-08 23:43:27 -06:00
Marcela Mašláňová
724d10e65a - 661697 rebuild for fixing problems with vendorach/lib 2010-12-21 13:00:01 +01:00
Marcela Mašláňová
f49d7c9ddb - Mass rebuild with perl-5.12.0 2010-05-04 16:56:47 +00:00
Chris Weyl
0bb37f5a3f - update to 0.18 (for latest DBIx::Class) 2010-02-23 04:46:17 +00:00
Štěpán Kasal
d572aee8b1 - rebuild against perl 5.10.1 2009-12-07 14:35:56 +00:00
Jesse Keating
ae5612a33e - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild 2009-07-26 16:10:47 +00:00
Jesse Keating
a5cec9ebca - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild 2009-02-27 00:24:32 +00:00
Tom Callaway
f4043ce5e0 new perl 2008-03-05 15:12:21 +00:00
Ian Burrell
8493de862b Fix BuildRequires 2007-08-16 17:53:52 +00:00
Ian Burrell
3e9fd63f8c auto-import perl-Path-Class-0.16-1 on branch devel from
perl-Path-Class-0.16-1.src.rpm
2007-02-12 19:31:45 +00:00