perl-Test-Deep:version bump

This commit is contained in:
blue-devil
2020-01-11 17:14:53 +00:00
parent 562aaaae1b
commit c503a488a2
3 changed files with 15 additions and 4 deletions
@@ -5,6 +5,7 @@
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import perlmodules
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
WorkDir = "%s-%s" % (get.srcNAME()[5:], get.srcVERSION())
@@ -20,3 +21,4 @@ def check():
def install():
perlmodules.install()
pisitools.dodoc("README*")
@@ -1,5 +1,5 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>perl-Test-Deep</Name>
@@ -9,10 +9,11 @@
<Email>admin@pisilinux.org</Email>
</Packager>
<License>as-is</License>
<PartOf>programming.language.perl</PartOf>
<IsA>library</IsA>
<Summary>A Perl module that gives you lots of flexibility when testing deep structures</Summary>
<Description>perl-Test-Deep is a Perl module that gives you lots of flexibility when testing deep structures.</Description>
<Archive sha1sum="495497b21747b834e6088c15397a3b9180d5506f" type="targz">http://www.cpan.org/authors/id/R/RJ/RJBS/Test-Deep-1.127.tar.gz</Archive>
<Archive sha1sum="c5e5276940b2a928d876f3f48e9bfd7a911abf55" type="targz">https://cpan.metacpan.org/authors/id/R/RJ/RJBS/Test-Deep-1.128.tar.gz</Archive>
<BuildDependencies>
<Dependency>perl</Dependency>
</BuildDependencies>
@@ -20,16 +21,25 @@
<Package>
<Name>perl-Test-Deep</Name>
<Summary>A Perl module that gives you lots of flexibility when testing deep structures</Summary>
<RuntimeDependencies>
<Dependency>perl</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="man">/usr/share/man</Path>
</Files>
</Package>
<History>
<Update release="5">
<Date>2020-01-02</Date>
<Version>1.128</Version>
<Comment>Version bump</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="4">
<Date>2018-07-26</Date>
<Version>1.127</Version>
@@ -5,5 +5,4 @@
<Summary xml:lang="tr">Derin yapıları test ederken çok fazla esneklik sağlayan bir Perl modülü</Summary>
<Description xml:lang="tr">perl-Test-Deep derin yapıları test ederken çok fazla esneklik sağlayan bir Perl modülüdür.</Description>
</Source>
</PISI>
</PISI>