Commit Graph

114 Commits

Author SHA1 Message Date
Paul Howarth 56171c4378 Update to 1.29
- New upstream release 1.29
  - Fix regex for alias to match the one for anchors (GH#214)
2019-05-11 15:04:50 +01:00
Paul Howarth 095a3d5232 Update to 1.28
- New upstream release 1.28
  - Security fix: only enable loading globs when $LoadCode is set (GH#213)
- Modernize spec using %{make_build} and %{make_install}
2019-04-28 13:56:15 +01:00
Fedora Release Engineering 4999c04dbc - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2019-02-02 01:47:55 +00:00
Paul Howarth 88c4782546 Update to 1.27
- New upstream release 1.27
  - Remove a warning about uninitialized value for perl ≤ 5.10
2018-11-03 16:46:50 +00:00
Fedora Release Engineering 7ae1cfb0d3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2018-07-13 20:54:11 +00:00
Jitka Plesnikova eef34ff48c Perl 5.28 re-rebuild of bootstrapped packages 2018-06-30 21:46:50 +02:00
Jitka Plesnikova d0625137c8 Perl 5.28 rebuild 2018-06-27 23:58:49 +02:00
Petr Písař 7b062a97a7 Control running extra tests with a condition 2018-06-13 08:20:02 +02:00
Petr Písař 07fc0d8112 cpan.org addresses moved to MetaCPAN <https://fedoraproject.org/wiki/Changes/Perl_Move_to_MetaCPAN> 2018-06-04 14:35:18 +02:00
Paul Howarth 03596c13a6 Update to 1.26
- New upstream release 1.26
  - Fix bug introduced in 1.25 - loading of quoted string with colon as
    sequence element (GH#208)
  - Support zero indented block sequences (GH#207)
2018-05-20 13:05:26 +01:00
Paul Howarth b242f8d02c Update to 1.25
- New upstream release 1.25
  - Support trailing comments (GH#189, GH#190, GH#191)
  - Remove unused code (GH#192)
  - Use Test::Deep to actually test correctly for class names (GH#193)
  - Fix loading of mapping key that starts with '= ' (GH#194)
  - Fix loading strings with multiple spaces (GH#172)
  - Allow more characters in anchor name (GH#196)
  - Add $YAML::LoadBlessed for disabling loading objects (GH#197)
  - Disable test with long string under certain conditions (GH#201)
  - Quote scalar if it equals '=' (GH#202)
  - Multiple regexp roundtrip does not grow (GH#203)
  - Add support for compact nested block sequences (GH#204)
  - Support reverse order of block scalar indicators (GH#205)
  - Support nested mappings in sequences (GH#206)
2018-05-12 17:49:08 +01:00
Jitka Plesnikova bc07cedbcd Do not run optional test on RHEL 2018-04-04 16:47:43 +02:00
Fedora Release Engineering 99a8a4e557 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2018-02-09 02:34:26 +00:00
Petr Písař 2282d3f47f Control test by a build condition
perl-YAML tests have enormous dependency tree. We are not proud of it
but when packaging a subset of Perl packages (e.g. into a Modalarity
module), we need to cut off the dependency tree somewhere. Run-time
dependencies of perl-Test-YAML is one of the place.
2017-12-12 13:56:59 +01:00
Paul Howarth efe039389b Update to 1.24
- New upstream release 1.24
  - Fix $LoadCode (GH#180, GH#181, GH#182)
- This release by TINITA → update source URL
- Drop redundant Group: tag
2017-10-31 15:25:09 +00:00
Fedora Release Engineering 6f27dd4f6e - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild 2017-07-27 07:09:12 +00:00
Petr Písař 61ebe9adac perl dependency renamed to perl-interpreter <https://fedoraproject.org/wiki/Changes/perl_Package_to_Install_Core_Modules> 2017-07-12 14:16:01 +02:00
Jitka Plesnikova 5cfdc42d49 Perl 5.26 re-rebuild of bootstrapped packages 2017-06-07 17:12:05 +02:00
Jitka Plesnikova c5ba6e055c Perl 5.26 rebuild 2017-06-04 09:06:18 +02:00
Paul Howarth 5b3a5ddc9c Update to 1.23
- New upstream release 1.23
  - Fix $YAML::Numify (empty values were converted to 0)
2017-02-20 11:39:13 +00:00
Paul Howarth 4eebf21c49 Update to 1.22
- New upstream release 1.22
  - Add $YAML::Numify
2017-02-15 13:34:46 +00:00
Fedora Release Engineering 652fb867d4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild 2017-02-11 06:08:43 +00:00
Paul Howarth 95abe3f7d9 Update to 1.21
- New upstream release 1.21
  - Declare variables with our() to avoid warnings (GH#109, GH#171)
  - Empty mapping value at the end resolves to null (was becoming empty string)
    (GH#131, GH#170)
  - Output key in warning when duplicate key was found (GH#119, GH#169)
  - Allow reading and writing to IO::Handle (GH#157, GH#168)
2016-12-24 17:02:18 +00:00
Paul Howarth 5c451a8e09 Update to 1.20
- New upstream release 1.20
 - Allow quoted map keys in arrays (GH#146)
 - B::Deparse is loaded at runtime now
 - New feature $YAML::Preserve (GH#9)
- This release by INGY → update source URL
2016-12-03 21:24:11 +00:00
Paul Howarth d72d320698 Update to 1.19
- New upstream release 1.19
  - Add pod link to YAML::Shell (GH#164)
  - Fix infinite loop for aliases without a name (GH#151)
  - Improve error messages (GH#142, GH#162)
  - Trailing spaces after inline seq/map work now (GH#163)
  - Add test case for trailing comments (GH#154)
2016-11-19 18:22:02 +00:00
Paul Howarth 452f087668 Update to 1.18
- New upstream release 1.18
  - List Test::More as a prereq (GH#161)
2016-07-09 16:26:31 +01:00
Paul Howarth bf67c28bf2 Update to 1.17
- New upstream release 1.17
  - Use Mo 0.40
- This release by TINITA → update source URL
2016-07-06 09:04:35 +01:00
Paul Howarth ed14c293a4 Update to 1.16
- New upstream release 1.16
  - Drop inconsistent $VERSION from YAML::Mo (GH#158)
2016-07-03 19:45:13 +01:00
Petr Písař dd6a579d20 Mandatory Perl build-requires added <https://fedoraproject.org/wiki/Changes/Build_Root_Without_Perl> 2016-06-24 10:12:10 +02:00
Jitka Plesnikova 7708f2575d Perl 5.24 re-rebuild of bootstrapped packages 2016-05-18 17:47:24 +02:00
Jitka Plesnikova eb1f80a0b0 Perl 5.24 rebuild 2016-05-14 13:35:38 +02:00
Fedora Release Engineering e2a039a390 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild 2016-02-04 16:44:03 +00:00
Dennis Gilmore faa50d6404 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild 2015-06-18 13:37:37 +00:00
Jitka Plesnikova 967c84cf3f Perl 5.22 re-rebuild of bootstrapped packages 2015-06-10 15:32:05 +02:00
Jitka Plesnikova 77c6fddb75 Perl 5.22 rebuild 2015-06-03 18:45:41 +02:00
Paul Howarth fda9dca531 Update to 1.15
- New upstream release 1.15
  - Don't require newlines at end of YAML (GH#149)
2015-04-21 08:51:59 +01:00
Paul Howarth b2f371b7f0 Update to 1.14
- New upstream release 1.14
  - Add support for QuoteNumericStrings global setting (PR/145)
2015-01-26 10:32:51 +00:00
Paul Howarth 5227f21e43 Update to 1.13
- New upstream release 1.13
  - Disable some warnings in YAML::Any (PR/140)
2014-10-12 12:39:28 +01:00
Paul Howarth 19c5e98321 Update to 1.12
- New upstream release 1.12
  - Fix parsing of unquoted strings (CPAN RT#97870)
- Classify buildreqs by usage
2014-09-24 16:43:08 +01:00
Jitka Plesnikova fa5e58cc8b Perl 5.20 re-rebuild of bootstrapped packages 2014-09-08 14:58:33 +02:00
Jitka Plesnikova dcf7207b47 Perl 5.20 rebuild 2014-09-03 16:28:45 +02:00
Paul Howarth ba7ae7cead Update to 1.11
- New upstream release 1.11
  - Apply PR/139:
    -  Remove die() that can't be called (regex always matches)
2014-09-02 13:47:21 +01:00
Paul Howarth a2f2ffe63c Update to 1.10
- New upstream release 1.10
  - Apply PR/138:
    - Report an error message mentioning indentation when choking on non-space
      indentation
    - die() should be called as a method of $self
2014-08-29 14:16:48 +01:00
Jitka Plesnikova 8201039129 Perl 5.20 rebuild 2014-08-27 18:59:46 +02:00
Paul Howarth edfa1f1cab Merge branch 'f21' 2014-08-26 14:01:13 +01:00
Paul Howarth 4da6076a1f Update to 1.09
- New upstream release 1.09
  - Add t/000-compile-modules.t
  - Eliminate File::Basename from test/
  - Eliminate spurious trailing whitespace
  - Meta 0.0.2
  - Change testdir to t
  - Add doc examples for YAML::Any (PR/8)
  - Dep on Test::YAML 1.05
  - Replace tabs with spaces
2014-08-26 14:00:48 +01:00
Paul Howarth e14a2756f5 Update to 1.09
- New upstream release 1.09
  - Add t/000-compile-modules.t
  - Eliminate File::Basename from test/
  - Eliminate spurious trailing whitespace
  - Meta 0.0.2
  - Change testdir to t
  - Add doc examples for YAML::Any (PR/8)
  - Dep on Test::YAML 1.05
  - Replace tabs with spaces
2014-08-26 12:26:15 +01:00
Jitka Plesnikova 707ce90eda Disable tests when bootstrapping 2014-08-12 14:01:19 +02:00
Jitka Plesnikova b21b4b9d71 Disable tests when bootstrapping 2014-08-12 13:04:37 +02:00
Paul Howarth 8745e79852 Update to 1.01
- New upstream release 1.01
  - Depend on patched Test::YAML
2014-08-08 16:19:34 +01:00