Stephan Kulow 2013-10-04 18:32:56 +00:00 committed by Git OBS Bridge
parent b1bb033912
commit 0cbfd896d5
4 changed files with 16 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6a3352dcc39d372d51be5526d56905659f78848f13d27ef78d5a373f4305d66a
size 19313

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c076926a73113359fb6fcf097908da7af8a66c24022cb303a06da6898ba6111f
size 19634

View File

@ -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

View File

@ -17,7 +17,7 @@
Name: perl-Module-Build-Tiny
Version: 0.025
Version: 0.028
Release: 0
%define cpan_name Module-Build-Tiny
Summary: A tiny replacement for Module::Build
@ -50,6 +50,7 @@ Requires: perl(ExtUtils::InstallPaths) >= 0.002
Requires: perl(ExtUtils::ParseXS)
Requires: perl(JSON::PP) >= 2
Requires: perl(TAP::Harness)
Recommends: perl(TAP::Harness) >= 3.28
%{perl_requires}
%description