Accepting request 554824 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/554824 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Test-Strict?expand=0&rev=3
This commit is contained in:
commit
66bdfade47
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:eb9bdff03533cd75153ada52c83d1683352d957d2a77fb554053ad132e3a3f3a
|
|
||||||
size 20163
|
|
3
Test-Strict-0.40.tar.gz
Normal file
3
Test-Strict-0.40.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:06a633bbf4dacad357c3673fb54cdc3ac2204774889474e815a61c27bcfe94cb
|
||||||
|
size 20208
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Nov 30 07:04:35 UTC 2017 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to 0.40
|
||||||
|
see /usr/share/doc/packages/perl-Test-Strict/Changes
|
||||||
|
|
||||||
|
0.40 2017-11-29 13:00:00 MANWAR
|
||||||
|
- Merged pull request #22, thanks @cpansprout.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Dec 3 07:17:02 UTC 2016 - coolo@suse.com
|
Sat Dec 3 07:17:02 UTC 2016 - coolo@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Test-Strict
|
# spec file for package perl-Test-Strict
|
||||||
#
|
#
|
||||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,14 +17,14 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-Test-Strict
|
Name: perl-Test-Strict
|
||||||
Version: 0.39
|
Version: 0.40
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name Test-Strict
|
%define cpan_name Test-Strict
|
||||||
Summary: Check syntax, presence of use strict; and test coverage
|
Summary: Check syntax, presence of use strict; and test coverage
|
||||||
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/Test-Strict/
|
Url: http://search.cpan.org/dist/Test-Strict/
|
||||||
Source0: http://www.cpan.org/authors/id/M/MA/MANWAR/%{cpan_name}-%{version}.tar.gz
|
Source0: https://cpan.metacpan.org/authors/id/M/MA/MANWAR/%{cpan_name}-%{version}.tar.gz
|
||||||
Source1: cpanspec.yml
|
Source1: cpanspec.yml
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -71,6 +71,7 @@ controlled by '$Test::Strict::UNTAINT_PATTERN'.
|
|||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root,755)
|
%defattr(-,root,root,755)
|
||||||
%doc Changes LICENSE README
|
%doc Changes README
|
||||||
|
%license LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user