diff --git a/Test-Pod-1.48.tar.gz b/Test-Pod-1.48.tar.gz deleted file mode 100644 index db3291b..0000000 --- a/Test-Pod-1.48.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2478cea781d3740ff4ce1432770707248fb3145946244a6d96e459bf14e4bcc2 -size 11291 diff --git a/Test-Pod-1.49.tar.gz b/Test-Pod-1.49.tar.gz new file mode 100644 index 0000000..ef67b40 --- /dev/null +++ b/Test-Pod-1.49.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:166d651a66f0a8d7c1e3ce3ac2f49691d0705a47b2b2f76f0403d1472793f212 +size 11825 diff --git a/cpanspec.yml b/cpanspec.yml new file mode 100644 index 0000000..22307d5 --- /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: Artistic-2.0 or GPL-2.0 +#skip_noarch: 1 +#custom_build: |- +#./Build build flags=%{?_smp_mflags} --myflag +#custom_test: |- +#startserver && make test +#ignore_requires: Bizarre::Module diff --git a/perl-Test-Pod.changes b/perl-Test-Pod.changes index 88133b5..a9c703d 100644 --- a/perl-Test-Pod.changes +++ b/perl-Test-Pod.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Wed May 13 12:59:29 UTC 2015 - coolo@suse.com + +- updated to 1.49 + see /usr/share/doc/packages/perl-Test-Pod/Changes + + 1.49 2015-05-12T17:30:58Z + * Changed license in the README to "Same as Perl" to match the license + listed in `META.yml`, and in the POD as of v1.42. + * Tightened up the heuristic for matching Perl batch files to require + that the file end in `.bat`, as described in the documentation. + Patch from Luca Ferrari. + * Simplified some of the matching code. Patch from Luca Ferrari. + * Transferred ownership of the repository to the perl-pod organization on + GitHub. + * Removed the Pod testing test from the distribution. Seems silly for a + module designed for testing Pod, right? But it's considered best + practice to do Pod testing in development only, not in a release. + ------------------------------------------------------------------- Tue Jun 4 15:06:39 UTC 2013 - coolo@suse.com diff --git a/perl-Test-Pod.spec b/perl-Test-Pod.spec index d7058b9..ce41257 100644 --- a/perl-Test-Pod.spec +++ b/perl-Test-Pod.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Test-Pod # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,27 +17,23 @@ Name: perl-Test-Pod -Version: 1.48 +Version: 1.49 Release: 0 +#Upstream: Artistic-1.0 or GPL-1.0+ %define cpan_name Test-Pod -Summary: check for POD errors in files +Summary: Check for Pod Errors in Files License: Artistic-2.0 or GPL-2.0 Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/Test-Pod/ -Source: http://www.cpan.org/authors/id/D/DW/DWHEELER/%{cpan_name}-%{version}.tar.gz -# MANUAL LICENSE +Source0: http://www.cpan.org/authors/id/D/DW/DWHEELER/%{cpan_name}-%{version}.tar.gz +Source1: cpanspec.yml BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros -BuildRequires: perl(Module::Build) >= 0.30 +BuildRequires: perl(Module::Build) >= 0.300000 BuildRequires: perl(Pod::Simple) >= 3.05 Requires: perl(Pod::Simple) >= 3.05 -BuildRequires: perl(File::Spec) -BuildRequires: perl(Test::More) >= 0.62 -Requires: perl(File::Spec) -Requires: perl(Test::Builder::Tester) >= 1.02 -Requires: perl(Test::More) >= 0.62 %{perl_requires} %description