From 9385b387e7dd7e24c3bdc2773c94c29859c66b8d Mon Sep 17 00:00:00 2001 From: Dave Cross Date: Tue, 3 Nov 2020 14:18:58 +0000 Subject: [PATCH] Added real Changes file --- .gitignore | 1 - Changes | 84 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 84 insertions(+), 1 deletion(-) create mode 100644 Changes diff --git a/.gitignore b/.gitignore index 5d7a5bf..96f29eb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,6 @@ Parse-RPM-Spec-*.tar.gz Parse-RPM-Spec/ Build -Changes META.json META.yml MYMETA.json diff --git a/Changes b/Changes new file mode 100644 index 0000000..cf33472 --- /dev/null +++ b/Changes @@ -0,0 +1,84 @@ +2020-11-3 Dave Cross + + * Version 1.0.1 + * Improved tests + * Added links to Github repo + +2017-06-23 Dave Cross + + * lib/Parse/RPM/Spec.pm: Removed extra whitespace + +2015-07-18 Dave Cross + + * .gitignore, .travis.yml, MANIFEST.SKIP: Added .gitignore, + .travis.yml and MANIFEST.SKIP + +2015-07-17 Dave Cross + + * MANIFEST: Added META.yml to MANIFEST + +2013-08-20 Justin Cook + + * lib/Parse/RPM/Spec.pm: Update Spec.pm Fixed a typo in POD + +2011-10-03 Dave Cross + + * lib/Parse/RPM/Spec.pm: Made the spec parser more configurable (and + a little more efficient). + * lib/Parse/RPM/Spec.pm: Fix typo in documentation. + +2010-07-11 Dave Cross + + * lib/Parse/RPM/Spec.pm: Fixed docs to reflect previous fix. + * lib/Parse/RPM/Spec.pm: Change Source to return an array of sources + (Thanks to Vadim Vatlin for the suggestion). + +2010-02-17 Dave Cross + + * lib/Parse/RPM/Spec.pm: Version 0.07 + * lib/Parse/RPM/Spec.pm: Added some docs to placate + Test::Pod::Coverage. + +2010-02-10 Dave Cross + + * lib/Parse/RPM/Spec.pm: Bump to version 0.06. + * lib/Parse/RPM/Spec.pm, t/file.spec, t/parse-rpm-spec.t: Added + support for Epoch field. And tests for it. + +2010-02-09 Dave Cross + + * lib/Parse/RPM/Spec.pm: Bump version. + * lib/Parse/RPM/Spec.pm, t/parse-rpm-spec.t: Parse the summary + correctly. Added a test for that. + +2009-10-27 Dave Cross + + * Build.PL: Removed version defintion (use one from .pm) + * lib/Parse/RPM/Spec.pm, t/parse-rpm-spec.t: Version 0.04. Handle + BuildArch definition. Thanks to Steve Goldner for pointing out the + omission. + +2009-08-30 Dave Cross + + * Build.PL, lib/Parse/RPM/Spec.pm: Add Moose as a requirement. Bump + version number to 0.03 for release. + +2009-07-25 Dave Cross + + * lib/Parse/RPM/Spec.pm: Made file attribute mandatory. + * MANIFEST, t/{Parse-RPM-Spec.t => parse-rpm-spec.t}: Renamed test + file. + * t/pod.t, t/pod_coverage.t: Added pod tests. + * Build.PL: Bump version number. + * Changes: Removed generated file. + * README, README.xml: Changed README to text file. + * t/Parse-RPM-Spec.t: Changes to support the Moose version. + * lib/Parse/RPM/Spec.pm: Switch to using Moose. + +2008-08-25 Dave Cross + + * README, README.xml: Removed README and added README.xml + * MANIFEST: Various changes + * lib/Parse/RPM/Spec.pm: Added documentation + * Build.PL, Changes, MANIFEST, README, lib/Parse/RPM/Spec.pm, t + /Parse-RPM-Spec.t, t/file.spec: Initial revision