Accepting request 202243 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/202243 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Module-Build-Tiny?expand=0&rev=3
This commit is contained in:
commit
f34adb8156
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:6a3352dcc39d372d51be5526d56905659f78848f13d27ef78d5a373f4305d66a
|
|
||||||
size 19313
|
|
3
Module-Build-Tiny-0.028.tar.gz
Normal file
3
Module-Build-Tiny-0.028.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c076926a73113359fb6fcf097908da7af8a66c24022cb303a06da6898ba6111f
|
||||||
|
size 19634
|
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 4 09:15:20 UTC 2013 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to 0.028
|
||||||
|
Revert "Removed clean and realclean actions"
|
||||||
|
Build .c and .o in temp/ instead of lib
|
||||||
|
Got rid of IO layers
|
||||||
|
Separate libdoc and bindoc checks
|
||||||
|
Various documentation updates
|
||||||
|
Safe PERL_MB_OPT during configuration stage
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Jul 27 13:25:44 UTC 2013 - coolo@suse.com
|
Sat Jul 27 13:25:44 UTC 2013 - coolo@suse.com
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-Module-Build-Tiny
|
Name: perl-Module-Build-Tiny
|
||||||
Version: 0.025
|
Version: 0.028
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name Module-Build-Tiny
|
%define cpan_name Module-Build-Tiny
|
||||||
Summary: A tiny replacement for Module::Build
|
Summary: A tiny replacement for Module::Build
|
||||||
@ -50,6 +50,7 @@ Requires: perl(ExtUtils::InstallPaths) >= 0.002
|
|||||||
Requires: perl(ExtUtils::ParseXS)
|
Requires: perl(ExtUtils::ParseXS)
|
||||||
Requires: perl(JSON::PP) >= 2
|
Requires: perl(JSON::PP) >= 2
|
||||||
Requires: perl(TAP::Harness)
|
Requires: perl(TAP::Harness)
|
||||||
|
Recommends: perl(TAP::Harness) >= 3.28
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
Loading…
x
Reference in New Issue
Block a user