perl-HTML-Form:version bump

This commit is contained in:
blue-devil
2020-01-11 19:47:24 +00:00
parent 01fb8d6ca9
commit a21944c435
3 changed files with 14 additions and 7 deletions
@@ -6,7 +6,6 @@
from pisi.actionsapi import perlmodules
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def setup():
perlmodules.configure()
@@ -20,4 +19,4 @@ def check():
def install():
perlmodules.install()
pisitools.dodoc("Changes", "MANIFEST", "README")
pisitools.dodoc("Changes", "MANIFEST", "LICENSE")
@@ -1,9 +1,9 @@
<?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-HTML-Form</Name>
<Homepage>http://search.cpan.org/~gaas/HTML-Form-6.03/</Homepage>
<Homepage>https://metacpan.org/pod/HTML::Form</Homepage>
<Packager>
<Name>Osman Erkan</Name>
<Email>osman.erkan@pisilinux.org</Email>
@@ -14,7 +14,7 @@
<IsA>app:console</IsA>
<Summary>HTML::Form - Class that represents an HTML form element</Summary>
<Description>Objects of the HTML::Form class represents a single HTML &lt;form> ... &lt;/form> instance. A form consists of a sequence of inputs that usually have names, and which can take on various values. The state of a form can be tweaked and it can then be asked to provide HTTP::Request objects that can be passed to the request() method of LWP::UserAgent.</Description>
<Archive sha1sum="4b501ae3a5682a1efb1a8a34b19882244e6ecef1" type="targz">http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/HTML-Form-6.03.tar.gz</Archive>
<Archive sha1sum="de42a5f47a7ffbf12c46075c0bf6130aba7d3d21" type="targz">https://cpan.metacpan.org/authors/id/O/OA/OALDERS/HTML-Form-6.05.tar.gz</Archive>
<BuildDependencies>
<Dependency>perl</Dependency>
<Dependency>perl-URI</Dependency>
@@ -25,6 +25,7 @@
<Package>
<Name>perl-HTML-Form</Name>
<Summary>HTML::Form - Class that represents an HTML form element</Summary>
<RuntimeDependencies>
<Dependency>perl</Dependency>
<Dependency>perl-URI</Dependency>
@@ -40,6 +41,13 @@
</Package>
<History>
<Update release="5">
<Date>2020-01-11</Date>
<Version>6.05</Version>
<Comment>Version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="4">
<Date>2018-07-26</Date>
<Version>6.03</Version>
@@ -2,7 +2,7 @@
<PISI>
<Source>
<Name>perl-HTML-Form</Name>
<Summary xml:lang="en">HTML::Form - Class that represents an HTML form element</Summary>
<Description xml:lang="en">Objects of the HTML::Form class represents a single HTML &lt;form> ... &lt;/form> instance. A form consists of a sequence of inputs that usually have names, and which can take on various values. The state of a form can be tweaked and it can then be asked to provide HTTP::Request objects that can be passed to the request() method of LWP::UserAgent.</Description>
<Summary xml:lang="en">HTML::Form - Bir HTML Form elemanını temsil eden perl sınıfı</Summary>
<Description xml:lang="en">HTML::Form sınıfının nesneleri tek bir &lt;form> ... &lt;/form> örneğini temsil edebilirler.</Description>
</Source>
</PISI>