@ -4,7 +4,7 @@
%global debug_package %{nil}
%global debug_package %{nil}
Name: perl-Test-Synopsis
Name: perl-Test-Synopsis
Version: 0.08
Version: 0.1 0
Release: 1%{?dist}
Release: 1%{?dist}
Summary: Test your SYNOPSIS code
Summary: Test your SYNOPSIS code
Group: Development/Libraries
Group: Development/Libraries
@ -26,7 +26,7 @@ BuildRequires: perl(warnings)
BuildRequires: perl(File::Spec)
BuildRequires: perl(File::Spec)
BuildRequires: perl(IO::Handle)
BuildRequires: perl(IO::Handle)
BuildRequires: perl(IPC::Open3)
BuildRequires: perl(IPC::Open3)
BuildRequires: perl(Test::Builder) >= 0.33
BuildRequires: perl(Test::Builder) >= 0.34
BuildRequires: perl(Test::Builder::Tester)
BuildRequires: perl(Test::Builder::Tester)
BuildRequires: perl(Test::More)
BuildRequires: perl(Test::More)
# Extra Tests; can't run these when bootstrapping or in EL since many
# Extra Tests; can't run these when bootstrapping or in EL since many
@ -90,14 +90,23 @@ rm -rf %{buildroot}
%{_mandir}/man3/Test::Synopsis.3pm*
%{_mandir}/man3/Test::Synopsis.3pm*
%changelog
%changelog
* Wed Feb 5 2014 Paul Howarth <paul@city-fan.org> 0.08-1
* Fri Feb 7 2014 Paul Howarth <paul@city-fan.org> - 0.10-1
- Update to 0.10
- Fixed prereqs to allow earlier versions of Test-Simple (Issue #9)
- Removed POD errors from test .pm's to increase Kwalitee
- Reverted the change of renaming extract_synopsis() to _extract_synopsis(),
as it appears some distros have used undocumented extract_synopsis() in
their user tests, and the change is causing their distros to fail
- Added contributors into META file through dzil plugin
* Wed Feb 5 2014 Paul Howarth <paul@city-fan.org> - 0.08-1
- Update to 0.08
- Update to 0.08
- Implemented proper handling of __DATA__ tokens
- Implemented proper handling of __DATA__ tokens
- Removed unwanted warnings issued during tests
- Removed unwanted warnings issued during tests
- Upped required Test-Simple distro version (fixes Issue #9)
- Upped required Test-Simple distro version (fixes Issue #9)
- Minor pod fixes
- Minor pod fixes
* Wed Feb 5 2014 Paul Howarth <paul@city-fan.org> 0.07-1
* Wed Feb 5 2014 Paul Howarth <paul@city-fan.org> - 0.07-1
- Update to 0.07
- Update to 0.07
- Converted to dzil for automation of everything and auto-generation of all
- Converted to dzil for automation of everything and auto-generation of all
the author/release tests and extra files
the author/release tests and extra files