Commit Graph

61 Commits

Author SHA1 Message Date
Petr Písař 536ed389e5 cpan.org addresses moved to MetaCPAN <https://fedoraproject.org/wiki/Changes/Perl_Move_to_MetaCPAN> 2018-06-04 15:15:03 +02:00
Fedora Release Engineering 6f0d91362d - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2018-02-08 20:30:28 +00:00
Paul Howarth e74279a2ff Update to 1.75
- New upstream release 1.75
  - Fixed tests to pass with blead Perl (GH#19)
2017-12-26 17:16:55 +00:00
Paul Howarth 4ec673b9fe Update to 1.74
- New upstream release 1.74
  - Fix text not to rely on a very specific exception message from Specio; this
    was broken in 0.39 (GH#18)
2017-08-04 11:11:25 +01:00
Fedora Release Engineering 9e74b4b6ea - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild 2017-07-27 03:31:41 +00:00
Petr Písař 5ea7753c86 perl dependency renamed to perl-interpreter <https://fedoraproject.org/wiki/Changes/perl_Package_to_Install_Core_Modules> 2017-07-12 14:55:57 +02:00
Jitka Plesnikova f943a93573 Perl 5.26 rebuild 2017-06-06 05:43:39 +02:00
Fedora Release Engineering cafc646dde - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild 2017-02-11 02:40:18 +00:00
Paul Howarth 8e99b37e53 Update to 1.73
- New upstream release 1.73
  - The format_datetime method now checks that the object it is given isa
    DateTime object (GH#17)
2017-02-01 10:30:42 +00:00
Paul Howarth 2ac3c1bde4 Update to 1.72
- New upstream release 1.72
  - By default, the word boundary checks added in 1.69 are now off; you can
    enable them by passing "strict => 1" to the constructor (GH#15)
  - Switched from Params::Validate to Params::ValidationCompiler
  - Require DateTime::Locale 1.05; this fixes some test failures seen on CPAN
    Testers
  - Require DateTime::TimeZone 2.09 because you should really update this on a
    regular basis
  - Require Specio 0.33 to fix other test failures seen on CPAN (I hope)
2017-01-25 11:47:31 +00:00
Paul Howarth 61510495ef Update to 1.70
- New upstream release 1.70
  - The word boundary check supposedly added in 1.67 didn't really work
    properly, and still matched too much (GH#11)
  - Added docs for several formats that have long been supported but not
    documented; these are %P, %c, %x, and %X (GH#10)
  - Altered the conversion specifier %z to accept ±HH, ±HHMM, ±HH:MM and Z;
    previously only ±HHMM were accepted (GH#13)
2016-12-11 16:03:05 +00:00
Petr Písař 52083bb584 Mandatory Perl build-requires added <https://fedoraproject.org/wiki/Changes/Build_Root_Without_Perl> 2016-06-24 10:24:07 +02:00
Jitka Plesnikova 3a9ca02f3f Perl 5.24 rebuild 2016-05-16 03:02:29 +02:00
Paul Howarth 8b756191dd Update to 1.68
- New upstream release 1.68
  - Author tests are no longer in t/, which makes running tests for non-authors
    much faster (CPAN RT#114237)
2016-05-09 14:17:18 +01:00
Paul Howarth 2fd18d81a2 Update to 1.67
- New upstream release 1.67
  - Fixed a regression introduced in 1.60; older versions of this library would
    match dates pretty much anywhere in a string, so "%%Y-%%m-%%d" would match
    a string like "abcd1234-12-30efgh" - this is probably too permissive, but
    we definitely want to match on word boundaries so that we match
    "log.2016-03-31" (GH#3)
2016-04-01 10:23:07 +01:00
Paul Howarth d97511da40 Update to 1.66
- New upstream release 1.66
  - Added a zone_map constructor argument; this lets you supply a mapping for
    ambiguous time zone abbreviations (CPAN RT#74762)
2016-03-29 11:27:02 +01:00
Paul Howarth 5bd77b2eea 1.65 bump 2016-03-20 13:16:36 +00:00
Petr Šabata e10d98d64e 1.64 bump 2016-02-22 14:13:56 +01:00
Fedora Release Engineering 37666a7b40 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild 2016-02-04 13:15:33 +00:00
Petr Šabata 6526fa5187 1.63 bump
- Modernize the SPEC file
2016-01-14 12:14:30 +01:00
Petr Šabata 75142a41d7 1.62 bump 2015-12-21 13:16:08 +01:00
Paul Howarth 48c1646c2b 1.61 bump 2015-11-14 20:23:17 +00:00
Paul Howarth 723b7597ea 1.60 bump 2015-11-08 16:42:49 +00:00
Petr Písař 85b64c7a6a 1.57 bump 2015-10-08 09:47:37 +02:00
Dennis Gilmore 4da450daa7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild 2015-06-18 02:37:13 +00:00
Jitka Plesnikova 4234021048 Perl 5.22 rebuild 2015-06-06 21:27:19 +02:00
Jitka Plesnikova 4d1adf2efd Perl 5.20 rebuild 2014-08-29 16:41:37 +02:00
Petr Písař e93aa0cd57 1.56 bump 2014-08-12 14:01:19 +02:00
Dennis Gilmore 2d28b7e784 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild 2014-06-06 22:14:38 -05:00
Paul Howarth f0b5421e6d Update to 1.55
- New upstream release 1.55 (rpm version 1.5500 to maintain upgrade path)
  - If diagnostic is true for an object, it will now use Test::More::diag()
    under the test harness rather than printing to STDOUT
  - The %%z specifier will now parse UTC offsets with a colon like "+01:00"
    (CPAN RT#91458)
  - Made the regexes to parse day and months abbreviations and names a little
    more specificl as it stood, they tended to eat up more non-word characters
    than they should, so a pattern like '%a%m%d_%Y' broke on a date like
    'Fri0215_2013' - the day name would be parsed as 'Fri02' and the month
    would not be parsed at all (CPAN RT#93863, CPAN RT#93865)
- Specify all dependencies
- Use DESTDIR rather than PERL_INSTALL_ROOT
2014-05-04 20:21:21 +01:00
Dennis Gilmore be47168b08 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild 2013-08-03 14:51:19 -05:00
Petr Písař b75769b908 Perl 5.18 rebuild 2013-07-31 04:30:33 +02:00
Paul Howarth f5510b8b0b Update to 1.54 (rpm version 1.5400 to maintain upgrade path)
- New upstream release 1.54
  - Packaging cleanup, including listing Test::More as a test prereq, not a
    runtime prereq (CPAN RT#76128)
  - Shut up "unescaped braces in regex" warning from 5.17.0 (CPAN RT#77514)
  - A fix in DateTime.pm 1.00 broke a test in this distro (CPAN RT#84371)
  - Require DateTime.pm 1.00 because without it tests will break
- Specify all dependencies
- This release by DROLSKY -> update source URL
- Drop %defattr, redundant since rpm 4.4
- Don't need to remove empty directories from the buildroot
- Don't use macros for commands
- Make %files list more explicit
2013-04-03 16:26:49 +01:00
Dennis Gilmore 3a3baa5cfc - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild 2013-02-14 05:52:48 -06:00
Dennis Gilmore 6e18f8cc0f - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild 2012-07-20 09:36:48 -05:00
Petr Písař 8699868aa6 Perl 5.16 rebuild 2012-06-20 13:51:02 +02:00
Dennis Gilmore 8382e381e4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild 2012-01-13 07:25:48 -06:00
Petr Sabata b1d2378f48 Perl mass rebuild 2011-07-21 17:09:23 +02:00
Petr Sabata 8badb0179e Perl mass rebuild 2011-07-19 16:28:44 +02:00
Dennis Gilmore 529d8d41dc - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild 2011-02-08 15:08:15 -06:00
Steven Pritchard 987af045a3 Update to 1.5000. 2010-12-22 17:44:35 -06:00
Marcela Mašláňová 1eef79b6cc - 661697 rebuild for fixing problems with vendorach/lib 2010-12-16 06:53:44 +01:00
Fedora Release Engineering 60d2159c70 dist-git conversion 2010-07-29 06:28:21 +00:00
Marcela Mašláňová eaac1f5f41 - Update to the latest upstream release 2010-06-15 13:05:44 +00:00
Marcela Mašláňová b1805dcc9a - Mass rebuild with perl-5.12.0 2010-05-07 13:57:36 +00:00
Marcela Mašláňová 1fcad1fa8d - Mass rebuild with perl-5.12.0 2010-05-07 13:43:31 +00:00
Marcela Mašláňová 616526d9f8 - Mass rebuild with perl-5.12.0 2010-04-30 14:01:25 +00:00
Paul Howarth 53ebaf1fe0 - Fix FTBFS (#564718) by bumping buildreq version of perl(DateTime) from
0.4304 to 0.44 (RPM considers 0.4304 > 0.44, unlike perl) and bumping
    version to
1.1000 for compatibility with DateTime::Locale 0.43 (upstream ticket 19)
- Update buildreq version requirement for perl(DateTime::Locale) to 0.43
- Drop test patch, no longer needed
- Run additional tests for full locale coverage
2010-02-16 08:13:56 +00:00
Štěpán Kasal 223d223556 - rebuild against perl 5.10.1 2009-12-07 11:31:17 +00:00
Bill Nottingham 853e139f58 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-25 23:30:43 +00:00