diff --git a/Error-Pure-Output-Text-0.21.tar.gz b/Error-Pure-Output-Text-0.21.tar.gz deleted file mode 100644 index 1b71f58..0000000 --- a/Error-Pure-Output-Text-0.21.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4e7f8258e94f97dae70ca21f83b29a80dc41dcc3caa6bf4ba76c7894566a11f9 -size 27763 diff --git a/Error-Pure-Output-Text-0.22.tar.gz b/Error-Pure-Output-Text-0.22.tar.gz new file mode 100644 index 0000000..c96e164 --- /dev/null +++ b/Error-Pure-Output-Text-0.22.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55511302e04e29e30e88dd82f9ad7e7cde293df2cd45bb837f8fd0644980684a +size 28556 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-Error-Pure-Output-Text.changes b/perl-Error-Pure-Output-Text.changes index 8d0c6aa..580dbce 100644 --- a/perl-Error-Pure-Output-Text.changes +++ b/perl-Error-Pure-Output-Text.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Sun Sep 20 08:50:50 UTC 2015 - coolo@suse.com + +- updated to 0.22 + see /usr/share/doc/packages/perl-Error-Pure-Output-Text/Changes + + 0.22 2015-09-16T10:15:40+02:00 + - Improve LICENSE AND COPYRIGHT section in doc. + - Improve SEE ALSO section in doc. + - Move admin tests to xt/ directory. Thanks Karen Etheridge (#105636). + - Remove trailing whitespace from tests. + - Update Module::Install to 1.16 version. + - Update copyright years. + ------------------------------------------------------------------- Fri Apr 17 11:55:15 UTC 2015 - coolo@suse.com diff --git a/perl-Error-Pure-Output-Text.spec b/perl-Error-Pure-Output-Text.spec index ae97e67..cbc1711 100644 --- a/perl-Error-Pure-Output-Text.spec +++ b/perl-Error-Pure-Output-Text.spec @@ -17,7 +17,7 @@ Name: perl-Error-Pure-Output-Text -Version: 0.21 +Version: 0.22 Release: 0 %define cpan_name Error-Pure-Output-Text Summary: Output subroutines for Error::Pure @@ -25,14 +25,13 @@ License: BSD-3-Clause Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/Error-Pure-Output-Text/ Source0: http://www.cpan.org/authors/id/S/SK/SKIM/%{cpan_name}-%{version}.tar.gz +Source1: cpanspec.yml BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(Readonly) BuildRequires: perl(Test::NoWarnings) -BuildRequires: perl(Test::Pod) -BuildRequires: perl(Test::Pod::Coverage) Requires: perl(Readonly) %{perl_requires}