diff --git a/Pod-Simple-3.30.tar.gz b/Pod-Simple-3.30.tar.gz deleted file mode 100644 index 38c3912..0000000 --- a/Pod-Simple-3.30.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7091566d331adf7b4803e7dbb7b1a2d13b616339ac9caa525033344c881a47ee -size 251641 diff --git a/Pod-Simple-3.31.tar.gz b/Pod-Simple-3.31.tar.gz new file mode 100644 index 0000000..be3c3f3 --- /dev/null +++ b/Pod-Simple-3.31.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74e0ea47df4bb6ecb5f6b409cd0806e060a01bf2cd5d5bef0e4787a1d92de010 +size 279586 diff --git a/cpanspec.yml b/cpanspec.yml new file mode 100644 index 0000000..9b7ec50 --- /dev/null +++ b/cpanspec.yml @@ -0,0 +1,23 @@ +--- +#description_paragraphs: 3 +#no_testing: broken upstream +#sources: +# - source1 +# - source2 +#patches: +# foo.patch: -p1 +# bar.patch: +#preamble: |- +# BuildRequires: gcc-c++ +#post_prep: |- +# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'` +# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL +#post_install: |- +# sed on %{name}.files +#license: SUSE-NonFree +#skip_noarch: 1 +#custom_build: |- +#./Build build flags=%{?_smp_mflags} --myflag +#custom_test: |- +#startserver && make test +#ignore_requires: Bizarre::Module diff --git a/perl-Pod-Simple.changes b/perl-Pod-Simple.changes index e4d2356..299679c 100644 --- a/perl-Pod-Simple.changes +++ b/perl-Pod-Simple.changes @@ -1,3 +1,39 @@ +------------------------------------------------------------------- +Mon Aug 24 09:04:36 UTC 2015 - coolo@suse.com + +- updated to 3.31 + see /usr/share/doc/packages/perl-Pod-Simple/ChangeLog + + 2015-08-23 Marc Green + * Release 3.31 + No changes since 3.30_1. + + 2015-07-19 Marc Green + * Release 3.30_1 + Simplified the detection of case-insensitivity in Pod::Simple::Search. + + Fixed "Use of uninitialized value $1 in lc" warning in + Pod::Simple::Search. + + If @INC includes the current directory symbol, '.', the survey() + method of Pod::Simple::Search no longer excludes it from its list + of directories to search. Instead, The survey() and find() methods + now both exclude duplicate directories from @INC (RT #102344). + + Moved source repository and updated links to new perl-pod GitHub + organization: https://github.com/perl-pod/pod-simple. + + Improved repository links and added GitHub issue tracking link to + the distribution metadata. + + Switched from File::Spec's catdir to catfile for path names, to + fix failures on VMS. Also now use Unix path semantics where + they're not required to be platform-specific. Thanks to Craig A. + Berry for the patch (RT #105511). + + Improved the example use of the 'html_encode_chars()' method in + the Pod::Simple::XHTML documentation. Patch from Randy Stauner. + ------------------------------------------------------------------- Tue Apr 14 18:24:12 UTC 2015 - coolo@suse.com diff --git a/perl-Pod-Simple.spec b/perl-Pod-Simple.spec index ba1f0b1..855023f 100644 --- a/perl-Pod-Simple.spec +++ b/perl-Pod-Simple.spec @@ -17,14 +17,15 @@ Name: perl-Pod-Simple -Version: 3.30 +Version: 3.31 Release: 0 %define cpan_name Pod-Simple -Summary: framework for parsing Pod +Summary: Framework for Parsing Pod License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/Pod-Simple/ -Source: http://www.cpan.org/authors/id/D/DW/DWHEELER/%{cpan_name}-%{version}.tar.gz +Source0: http://www.cpan.org/authors/id/M/MA/MARCGREEN/%{cpan_name}-%{version}.tar.gz +Source1: cpanspec.yml BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl @@ -36,7 +37,7 @@ Requires: perl(Pod::Escapes) >= 1.04 %description Pod::Simple is a Perl library for parsing text in the Pod ("plain old documentation") markup language that is typically used for writing -documentation for Perl and for Perl modules. The Pod format is explained +documentation for Perl and for Perl modules. The Pod format is explained in the perlpod manpage; the most common formatter is called 'perldoc'. Be sure to read the /ENCODING manpage if your Pod contains non-ASCII