Accepting request 325773 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/325773
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Pod-Simple?expand=0&rev=11
This commit is contained in:
Stephan Kulow
2015-08-25 18:22:43 +00:00
committed by Git OBS Bridge
parent bfa3db8817
commit 3a10a6a56c
5 changed files with 67 additions and 7 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7091566d331adf7b4803e7dbb7b1a2d13b616339ac9caa525033344c881a47ee
size 251641

3
Pod-Simple-3.31.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:74e0ea47df4bb6ecb5f6b409cd0806e060a01bf2cd5d5bef0e4787a1d92de010
size 279586

23
cpanspec.yml Normal file
View File

@@ -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

View File

@@ -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 <marcgreen@cpan.org>
* Release 3.31
No changes since 3.30_1.
2015-07-19 Marc Green <marcgreen@cpan.org>
* 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 Tue Apr 14 18:24:12 UTC 2015 - coolo@suse.com

View File

@@ -17,14 +17,15 @@
Name: perl-Pod-Simple Name: perl-Pod-Simple
Version: 3.30 Version: 3.31
Release: 0 Release: 0
%define cpan_name Pod-Simple %define cpan_name Pod-Simple
Summary: framework for parsing Pod Summary: Framework for Parsing Pod
License: Artistic-1.0 or GPL-1.0+ License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Pod-Simple/ 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 BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl BuildRequires: perl
@@ -36,7 +37,7 @@ Requires: perl(Pod::Escapes) >= 1.04
%description %description
Pod::Simple is a Perl library for parsing text in the Pod ("plain old Pod::Simple is a Perl library for parsing text in the Pod ("plain old
documentation") markup language that is typically used for writing 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'. the perlpod manpage; the most common formatter is called 'perldoc'.
Be sure to read the /ENCODING manpage if your Pod contains non-ASCII Be sure to read the /ENCODING manpage if your Pod contains non-ASCII