From 137dc683d82e86ed32c9e2baa8731f0b3dc41354ada16cdf902aa494db70b090 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Sat, 24 Oct 2015 14:18:41 +0000 Subject: [PATCH] Accepting request 340731 from devel:languages:perl:autoupdate automatic update OBS-URL: https://build.opensuse.org/request/show/340731 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-Strict?expand=0&rev=5 --- Test-Strict-0.28.tar.gz | 3 --- Test-Strict-0.30.tar.gz | 3 +++ perl-Test-Strict.changes | 17 +++++++++++++++++ perl-Test-Strict.spec | 9 ++++----- 4 files changed, 24 insertions(+), 8 deletions(-) delete mode 100644 Test-Strict-0.28.tar.gz create mode 100644 Test-Strict-0.30.tar.gz diff --git a/Test-Strict-0.28.tar.gz b/Test-Strict-0.28.tar.gz deleted file mode 100644 index d98e1e3..0000000 --- a/Test-Strict-0.28.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8dcb02fe3e243fe906650b3c72029b0b9ffe0620b03fab8766e6e18b4d9fd05d -size 12504 diff --git a/Test-Strict-0.30.tar.gz b/Test-Strict-0.30.tar.gz new file mode 100644 index 0000000..91ca089 --- /dev/null +++ b/Test-Strict-0.30.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8309215bbe711de85289dedda8c729562d9092563b230d05899373c63ad9517 +size 12443 diff --git a/perl-Test-Strict.changes b/perl-Test-Strict.changes index ae653c0..9ab0081 100644 --- a/perl-Test-Strict.changes +++ b/perl-Test-Strict.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Sat Oct 24 09:37:21 UTC 2015 - coolo@suse.com + +- updated to 0.30 + see /usr/share/doc/packages/perl-Test-Strict/Changes + + 0.30 2015-10-24 + - Tidied up Makefile.PL script. + - Removed the executable attributes from some of the unit test script. + + 0.29 2015-10-19 + - Updated link to github repository in the Makefile.PL script + - Updated bugtracker link in the Makefile.PL script. + - Updated x_contributors list in the Makefile.PL script + - Updated link to github repository in the pod document of Test::Strict package. + - Updated MAINTAINER section in the pod document of Test::Strict package. + ------------------------------------------------------------------- Sun Oct 4 09:21:58 UTC 2015 - coolo@suse.com diff --git a/perl-Test-Strict.spec b/perl-Test-Strict.spec index e07c28c..6a6163f 100644 --- a/perl-Test-Strict.spec +++ b/perl-Test-Strict.spec @@ -17,14 +17,14 @@ Name: perl-Test-Strict -Version: 0.28 +Version: 0.30 Release: 0 %define cpan_name Test-Strict Summary: Check syntax, presence of use strict; and test coverage License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/Test-Strict/ -Source0: http://www.cpan.org/authors/id/S/SZ/SZABGAB/%{cpan_name}-%{version}.tar.gz +Source0: http://www.cpan.org/authors/id/M/MA/MANWAR/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -37,7 +37,7 @@ Requires: perl(Devel::Cover) >= 0.43 %description The most basic test one can write is "does it compile ?". This module tests -if the code compiles and play nice with 'Test::Simple' modules. +if the code compiles and play nice with the Test::Simple manpage modules. Another good practice this module can test is to "use strict;" in all perl files. @@ -46,7 +46,7 @@ By setting a minimum test coverage through 'all_cover_ok()', a code author can ensure his code is tested above a preset level of _kwality_ throughout the development cycle. -Along with the Test::Pod, this module can provide the first tests +Along with the Test::Pod manpage, this module can provide the first tests to setup for a module author. This module should be able to run under the -T flag for perl >= 5.6. All @@ -55,7 +55,6 @@ controlled by '$Test::Strict::UNTAINT_PATTERN'. %prep %setup -q -n %{cpan_name}-%{version} -find . -type f -print0 | xargs -0 chmod 644 %build %{__perl} Makefile.PL INSTALLDIRS=vendor