Commit Graph

51 Commits

Author SHA1 Message Date
Petr Písař
dcfb5918bd 0.82 bump 2014-11-14 10:50:10 +01:00
Paul Howarth
0748f16323 Update to 0.81
- New upstream release 0.81
  - Make the Role Call list link to their doc sections
  - Fixed a doc formatting bug
2014-11-06 09:25:03 +00:00
Jitka Plesnikova
5308624161 Perl 5.20 rebuild 2014-09-07 18:30:48 +02:00
Paul Howarth
d0aade5ae8 Update to 0.79
- New upstream release 0.79
  - Add t/000-compile-modules.t
  - Eliminate File::Basename from test/
  - Eliminate spurious trailing whitespace
  - Meta 0.0.2
  - Remove 'use 5.x.x' from code
  - Fix strict/warnings
  - Change testdir to t
  - Replace tabs with spaces
  - Add new overloads from PR/49
  - Doc enhancement (PR/51)
2014-09-05 19:03:16 +01:00
Jitka Plesnikova
005e1f0ed4 Perl 5.20 rebuild 2014-08-28 20:29:44 +02:00
Paul Howarth
7ac64d6d82 Update to 0.68
- New upstream release 0.68
  - Fix Copyright years
  - Documentation fixes
- Use %license
2014-08-14 13:47:45 +01:00
Paul Howarth
af9806f15a Update to 0.66
- New upstream release 0.66
  - Move doc to Swim
  - Fix Meta and add Contributing file
- Include new upstream documentation
2014-07-17 11:13:23 +01:00
Paul Howarth
3ef77b6b83 Update to 0.65
- New upstream release 0.65
  - New badge syntax
  - Changed the ABSTRACT
  - Support recommended modules again
2014-06-16 11:38:54 +01:00
Paul Howarth
58bb12fe6e Update to 0.63
- New upstream release 0.63
  - Convert release to Zilla::Dist
  - Convert documentation to Kwim
  - Add coveralls badge
- This release by INGY -> update source URL
2014-06-10 15:35:11 +01:00
Dennis Gilmore
b9d6de2d9b - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild 2014-06-07 00:33:56 -05:00
Paul Howarth
7004a26107 Update to 0.61
- New upstream release 0.61
  - Fix head() returning prematurely
    (https://github.com/ingydotnet/io-all-pm/issues/44)
2014-05-07 10:36:29 +01:00
Paul Howarth
e0068c2297 Update to 0.60
- New upstream release 0.60
  - Fix IO Layer situation
2014-03-22 20:44:00 +00:00
Paul Howarth
677b2fe425 Update to 0.59
- New upstream release 0.59
  - Fix possible infinite loop in t/accept.t (GH#42)
  - Fix yet another utf8 validation issue (GH#38)
  - Fix warnings running t/tie.t on Windows (GH#37)
2014-03-07 10:23:30 +00:00
Paul Howarth
013d4ccc81 Update to 0.58
- New upstream release 0.58
  - Fix canonpath on MSWin32
  - Fix marking files as both binary and utf8 (closes GH#36)
2014-03-03 10:11:22 +00:00
Paul Howarth
5b62611ecc Update to 0.57
- New upstream release 0.57
  - Make '' not become / when using io->dir('')
  - Add a fix for io->file("foobar")->assert
  - Make io->file('') not break on Windows systems
  - Fix dangling file handles in tests
  - Make mkdir die if it fails (CPAN RT#61697)
  - Fix possible path test issues, especially in Win32
  - Fix ->binary under -utf8 import mode (CPAN RT#81224)
  - Validate UTF-8 in ->utf8 (CPAN RT#74642)
  - Consistently use :encoding($encoding) (CPAN RT#68512)
  - Pass perms to mkpath in assert_dirpath (CPAN RT#53687)
  - Fix minor POD niggle (CPAN RT#83798)
  - Remove broken test for ->mimetype (CPAN RT#91743)
  - Skip t/encoding.t for perls built without PerlIO::encoding (CPAN RT#26230)
  - Abandon RT in favor of GitHub Issues
  - Remove mentions of unimplemented strict (GH#15)
  - Allow testing on non-SDBM DBM's
  - Change minimum perl version to 5.8.1, and thus remove dep for IO::String
  - Return realpath for canonpath when possible (GH#34)
  - Correctly check exists for ::File, ::Dir, and ::Link
  - Fix test failures on MacOS (CPAN RT#61627/GH#29, CPAN RT#82633/GH#32)
  - Some documentation clean-up around the SYNOPSIS
  - Fix printing to a tie'd object (GH#26)
  - Fix tests if $^X ne 'perl' (GH#35)
- This release by FREW -> update source URL
- Package upstream's README.md file
- Run the Pod test too
2014-02-14 14:25:26 +00:00
Paul Howarth
502e2f21bf Update to 0.50
- New upstream release 0.50
  - Fix various tests on Windows (CPAN RT#89609)
  - Fix wrong return precedence (CPAN RT#87200)
- This release by INGY -> update source URL
2013-10-19 20:00:53 +01:00
Paul Howarth
21fa4904bc Update to 0.48
- New upstream release 0.48
  - Add ->os method to ::Filesys
  - Switch from Module::Install to Dist::Zilla
2013-10-08 20:53:10 +01:00
Paul Howarth
6805ffc2a9 - Update to 0.47
- Add ->glob method to ::Dir
  - Add list based constructors to ::Dir and ::File
  - Add ->mimetype method to ::FileSys
  - Add ->ext method to ::FileSys
  - All tests should be parallelizable
- This release by FREW -> update source URL
- Specify all dependencies
- Make %files list more explicit
- Don't use macros for commands
- Drop redundant %{?perl_default_filter}
2013-10-06 12:19:48 +01:00
Dennis Gilmore
f3769e5034 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild 2013-08-03 17:04:06 -05:00
Petr Písař
717f776261 Correct find usage 2013-07-20 09:17:12 +02:00
Petr Písař
54406ed6a0 Perl 5.18 rebuild 2013-07-18 21:21:06 +02:00
Dennis Gilmore
8211bf657e - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild 2013-02-14 06:58:01 -06:00
Iain Arnell
3c48c56a4e clean up spec for modern rpmbuild 2012-09-07 09:03:44 -06:00
Iain Arnell
11362da588 update to 0.46 2012-09-07 09:03:02 -06:00
Dennis Gilmore
dc353ccd4e - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild 2012-07-20 11:07:39 -05:00
Petr Písař
84eb16ab42 Perl 5.16 rebuild 2012-06-12 15:08:12 +02:00
Dennis Gilmore
efd3c680b7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild 2012-01-13 08:18:57 -06:00
Marcela Mašláňová
f8206040e2 Perl mass rebuild 2011-06-19 20:11:09 +02:00
Dennis Gilmore
949004d158 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild 2011-02-08 19:22:21 -06:00
Marcela Mašláňová
2da16ee47b - 661697 rebuild for fixing problems with vendorach/lib 2010-12-17 09:30:03 +01:00
Ralf Corsépius
064930329c - Update to 0.41 (Fix FTBFS: BZ 660953).
- Remove requires-filter.
- Remove R:/BR: perl(Spiffy).
2010-12-14 12:45:04 +01:00
Fedora Release Engineering
d85830f841 dist-git conversion 2010-07-29 06:58:31 +00:00
Marcela Mašláňová
bbd05045a4 - Mass rebuild with perl-5.12.0 2010-05-02 17:10:56 +00:00
Štěpán Kasal
273cf1ec45 - rebuild against perl 5.10.1 2009-12-07 11:44:50 +00:00
Bill Nottingham
57eb95415b Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-25 23:30:56 +00:00
Jesse Keating
fc8aeac518 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild 2009-07-26 06:39:34 +00:00
Jesse Keating
68286525cf - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild 2009-02-26 20:06:40 +00:00
Jesse Keating
94b76166e5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild 2009-02-26 18:14:42 +00:00
Steven Pritchard
c335ea5deb Update to 0.39. Fix permissions on *.pm. 2008-12-15 19:42:57 +00:00
Tom Callaway
acd8b2003e Rebuild for new perl 2008-02-02 18:40:10 +00:00
corsepiu
06321c3fc0 - Adjust License-tag.
- BR: perl(Test::More) (BZ 419631).
2007-12-31 05:24:34 +00:00
Steven Pritchard
d3522d74d1 Update to 0.38. BR ExtUtils::MakeMaker. BR MLDBM for better test coverage. 2007-04-17 19:37:30 +00:00
Steven Pritchard
5af23a8ec4 Update to 0.36. Use fixperms macro instead of our own chmod incantation. 2006-10-17 21:32:55 +00:00
Steven Pritchard
7a391a57d7 Fix find option order. 2006-09-17 20:46:31 +00:00
Ville Skyttä
54a27c51bc http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild 2006-08-27 20:50:58 +00:00
Steven Pritchard
74b9d50bd4 BR IO::String so the tests actually pass. 2006-07-08 16:41:58 +00:00
Steven Pritchard
b65bf19e3f Re-enable "make test". BR File::ReadBackwards for better test coverage. 2006-07-07 17:27:43 +00:00
Steven Pritchard
8f7eb73b09 Update to 0.35. 2006-05-25 00:17:53 +00:00
Steven Pritchard
d1c627930d Change dep filter. Various cleanups to match current cpanspec. 2006-03-10 22:36:04 +00:00
Steven Pritchard
51982e796c auto-import perl-IO-All-0.33-2 on branch devel from
perl-IO-All-0.33-2.src.rpm
2006-03-03 01:22:22 +00:00