perl-FFI-Checklib:ver bump

This commit is contained in:
blue-devil
2020-05-19 01:08:20 +03:00
parent ca573fa6fe
commit 47a7b79a8f
2 changed files with 13 additions and 5 deletions
@@ -4,9 +4,9 @@
# Licensed under the GNU General Public License, version 3. # Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt # 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 from pisi.actionsapi import get
from pisi.actionsapi import pisitools
from pisi.actionsapi import perlmodules
#WorkDir = "%s-%s" % (get.srcNAME()[5:], get.srcVERSION()) #WorkDir = "%s-%s" % (get.srcNAME()[5:], get.srcVERSION())
@@ -14,16 +14,17 @@
<IsA>library</IsA> <IsA>library</IsA>
<Summary>Check that a library is available for FFI</Summary> <Summary>Check that a library is available for FFI</Summary>
<Description>perl-FFI-CheckLib, checks if a library is available for FFI</Description> <Description>perl-FFI-CheckLib, checks if a library is available for FFI</Description>
<Archive sha1sum="d05dffa0239c2719815328ab4436f99d49546d3e" type="targz">https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/FFI-CheckLib-0.26.tar.gz</Archive> <Archive sha1sum="3618111e047a963fe1822d549a39dc95e4db13c5" type="targz">https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/FFI-CheckLib-0.27.tar.gz</Archive>
<BuildDependencies> <BuildDependencies>
<Dependency>perl-test2-suite</Dependency>
<Dependency>perl-test-exit</Dependency>
<Dependency>perl</Dependency> <Dependency>perl</Dependency>
<Dependency>perl-test-exit</Dependency>
<Dependency>perl-test2-suite</Dependency>
</BuildDependencies> </BuildDependencies>
</Source> </Source>
<Package> <Package>
<Name>perl-FFI-CheckLib</Name> <Name>perl-FFI-CheckLib</Name>
<Summary>Check that a library is available for FFI</Summary>
<RuntimeDependencies> <RuntimeDependencies>
<Dependency>perl</Dependency> <Dependency>perl</Dependency>
</RuntimeDependencies> </RuntimeDependencies>
@@ -35,6 +36,13 @@
</Package> </Package>
<History> <History>
<Update release="2">
<Date>2020-05-18</Date>
<Version>0.27</Version>
<Comment>Minor version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="1"> <Update release="1">
<Date>2020-04-10</Date> <Date>2020-04-10</Date>
<Version>0.26</Version> <Version>0.26</Version>