Commit Graph

30 Commits

Author SHA1 Message Date
Fedora Release Engineering
d6a0411bbd - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild 2016-02-04 12:29:46 +00:00
Paul Howarth
6c2727cf12 Update to 0.400002
- New upstream release 0.400002
  - Revert whitespace changes that were inadvertantly included in previous
    release
  - Escape curly brackets in test to avoid warning in perl 5.22
2015-06-22 11:35:39 +01:00
Dennis Gilmore
fc31c80a1f - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild 2015-06-18 01:32:55 +00:00
Jitka Plesnikova
c34beaace4 Perl 5.22 rebuild 2015-06-06 11:54:05 +02:00
Paul Howarth
965f9e59a6 Update to 0.400001
- New upstream release 0.400001
  - Accept either UTF-8 or ISO-8859-1 files and decode them
  - Only treat bracketed text if it is on its own line with no other brackets
  - Bump version.pm prereq to make sure it works properly
  - Let long tokens (like URLs) overflow rather than splitting them into
    multiple lines
  - Don't wrap on non-breaking spaces
  - Clean up packaging
  - Return undef for dates or notes that don't exist
  - Quote meta chars to fix a problem that clobbered dates with timezones due
    to the '+' char (GH #20)
- This release by HAARG → update source URL
- Classify buildreqs by usage
2015-05-26 14:29:09 +01:00
Jitka Plesnikova
e51520cf7e Perl 5.20 rebuild 2014-08-29 18:06:56 +02:00
Paul Howarth
c0b2b9d8b5 Update to 0.30
- New upstream release 0.30:
  - Fix for subclassing CPAN::Changes::Group (GH #23)
2014-07-28 13:49:16 +01:00
Paul Howarth
93a2b82396 Update to 0.29
- New upstream release 0.29:
  - Groups are now objects (CPAN::Changes::Group); backwards compatibility
    from hashes should be preserved (GH #22)
2014-07-24 16:44:55 +01:00
Paul Howarth
89ebf32b91 Update to 0.28
- New upstream release 0.28:
  - Add "SEE ALSO" links to similar modules (CPAN RT#94636)
  - Use perl 5.8-compatible regex
2014-06-12 16:56:20 +01:00
Dennis Gilmore
04d18c7215 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild 2014-06-06 20:09:12 -05:00
Paul Howarth
f78448cfe8 Update to 0.27
- New upstream release 0.27:
  - Bump spec version to 0.04
  - Allow non-"word" characters between a Version and a Date
2013-12-14 20:31:37 +00:00
Paul Howarth
3668cf9f79 Update to 0.26
- New upstream release 0.26:
  - Fix reference issues when adding a release (CPAN RT#90605)
2013-11-22 11:58:14 +00:00
Paul Howarth
f710ec1edf Update to 0.25
- New upstream release 0.25:
  - Fix Dist::Zilla date parsing: now puts timezone data in note section
    (Github #17)
  - Move Text::Wrap usage to proper module
  - Typo fix
2013-10-09 16:18:06 +01:00
Paul Howarth
fb247f75bd Update to 0.23
- New upstream release 0.23:
  - Bump spec version to 0.03
  - Be more strict about what we consider to be a Dist::Zilla-style date
    to avoid false positive matches
  - Update W3CDTF parsing to make the "T" marker optional (CPAN RT#87499)
  - Fix extra whitespace for empty values after version (CPAN RT#87524)
2013-08-15 11:30:04 +01:00
Dennis Gilmore
f131763664 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild 2013-08-03 12:54:13 -05:00
Paul Howarth
3eca6b3aca Update to 0.22
- New upstream release 0.22:
  - Sync module versions (CPAN RT#87455)
2013-07-30 21:12:58 +01:00
Paul Howarth
ce07c59058 Update to 0.21
- New upstream release 0.21:
  Spec Changes:
  - Bump version to 0.02
  - Added "unknown/dev" release date options (CPAN RT #67705)
  - Added optional release note (CPAN RT #69321)
  - Added another preamble example
  - Added a note about line length
  Code Changes:
  - Require Test::More 0.96 (RT #84994)
  - Added --check and --help flags to tidy_changelog script
  - Properly parse multi-line preamble
  - Test::CPAN::Changes now warns about parsed dates not in spec-compliant form
  - Handle unknown/dev release dates and release note from new spec
- BR: perl(Pod::Usage)
2013-07-30 11:14:23 +01:00
Petr Písař
ae988e43da Perl 5.18 rebuild 2013-07-20 15:21:19 +02:00
Paul Howarth
cba8def837 Update to 0.20
- New upstream release 0.20:
  - 'delete_empty_groups' shouldn't erronously delete default group
  - Add tidy_changelog utility script
  - Minor pod fix
- Bump Test::More version requirement to 0.96 (CPAN RT#84994)
2013-05-02 12:35:45 +01:00
Dennis Gilmore
fc05d6aaf9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild 2013-02-14 04:34:28 -06:00
Marcela Mašláňová
d0d54e5f75 Update dependencies.
Signed-off-by: Marcela Mašláňová <mmaslano@redhat.com>
2012-11-13 11:02:26 +01:00
Dennis Gilmore
978481fc2d - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild 2012-07-20 06:26:10 -05:00
Petr Písař
10f8e342b3 Perl 5.16 rebuild 2012-06-12 18:08:39 +02:00
Paul Howarth
de6564e6c9 Update to 0.19
- New upstream release 0.19:
  - Test::CPAN::Changes now accepts version entries ending in '-TRIAL'
    (CPAN RT#76882)
  - releases() in CPAN::Changes also accepts entries ending in '-TRIAL'
- Don't need to remove empty directories from buildroot
- Drop %defattr, redundant since rpm 4.4
2012-05-01 10:22:01 +01:00
Paul Howarth
9d4643f8ee Fedora 17 mass rebuild 2012-01-10 19:46:48 +00:00
Paul Howarth
463fa84012 Update to 0.18
- New upstream release 0.18:
  - Expand changes_file_ok() to accept arguments so that a specific version may
    be checked
  - Add $VERSION to Test::CPAN::Changes so it plays nice with the toolchain
    e.g. Module::Install::AuthorRequires
2011-10-19 09:59:04 +01:00
Marcela Mašláňová
2ff42b22ab Perl mass rebuild 2011-06-20 17:24:14 +02:00
Paul Howarth
1fc42896f2 Update to 0.17:
- New upstream release 0.17:
  - Eliminate extra whitespace when release data is not defined (CPAN RT#67441)
  - Require version.pm 0.79, which introduced the $LAX regexp (CPAN RT#67613)
  - Add the option to sort groups
2011-04-22 22:14:26 +01:00
Paul Howarth
a147f6e889 Initial import of perl-CPAN-Changes-0.16-1
It is standard practice to include a Changes file in your distribution. The
purpose of the Changes file is to help a user figure out what has changed
since the last release.

People have devised many ways to write the Changes file. A preliminary
specification has been created (CPAN::Changes::Spec) to encourage module
authors to write clear and concise Changes.

This module will help users programmatically read and write Changes files
that conform to the specification.
2011-04-22 22:12:07 +01:00
Fedora Release Engineering
c13d99d189 Initial setup of the repo 2011-04-22 14:29:43 +00:00