gmp:ver bump

This commit is contained in:
blue-devil
2020-03-12 01:24:50 +03:00
parent c86ad12e02
commit d346741d44
3 changed files with 22 additions and 6 deletions
+2 -2
View File
@@ -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 shelltools
from pisi.actionsapi import autotools from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
from pisi.actionsapi import get from pisi.actionsapi import get
@@ -30,4 +30,4 @@ def install():
if get.buildTYPE() == "emul32": return if get.buildTYPE() == "emul32": return
pisitools.doinfo("doc/*info*") pisitools.doinfo("doc/*info*")
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING*", "NEWS", "README") pisitools.dodoc("COPYING*", "README")
+12 -3
View File
@@ -1,5 +1,5 @@
<?xml version="1.0" ?> <?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> <PISI>
<Source> <Source>
<Name>gmp</Name> <Name>gmp</Name>
@@ -8,15 +8,17 @@
<Name>Serdar Soytetir</Name> <Name>Serdar Soytetir</Name>
<Email>kaptan@pisilinux.org</Email> <Email>kaptan@pisilinux.org</Email>
</Packager> </Packager>
<PartOf>system.devel</PartOf>
<License>LGPLv3+</License> <License>LGPLv3+</License>
<IsA>library</IsA> <IsA>library</IsA>
<Summary>Arbitrary precision arithmetic library</Summary> <Summary>Arbitrary precision arithmetic library</Summary>
<Description>GMP is a free library for arbitrary precision arithmetic, operating on signed integers, rational numbers, and floating point numbers. There is no practical limit to the precision except the ones implied by the available memory in the machine GMP runs on. GMP has a rich set of functions, and the functions have a regular interface.</Description> <Description>GMP is a free library for arbitrary precision arithmetic, operating on signed integers, rational numbers, and floating point numbers. There is no practical limit to the precision except the ones implied by the available memory in the machine GMP runs on. GMP has a rich set of functions, and the functions have a regular interface.</Description>
<Archive sha1sum="9dc6981197a7d92f339192eea974f5eca48fcffe" type="tarxz">mirrors://gnu/gmp/gmp-6.1.2.tar.xz</Archive> <Archive sha1sum="052a5411dc74054240eec58132d2cf41211d0ff6" type="tarxz">mirrors://gnu/gmp/gmp-6.2.0.tar.xz</Archive>
</Source> </Source>
<Package> <Package>
<Name>gmp</Name> <Name>gmp</Name>
<Summary>Arbitrary precision arithmetic library</Summary>
<RuntimeDependencies> <RuntimeDependencies>
<Dependency>libgcc</Dependency> <Dependency>libgcc</Dependency>
</RuntimeDependencies> </RuntimeDependencies>
@@ -56,6 +58,13 @@
</Package> </Package>
<History> <History>
<Update release="7">
<Date>2020-03-11</Date>
<Version>6.2.0</Version>
<Comment>Minor version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="6"> <Update release="6">
<Date>2019-12-11</Date> <Date>2019-12-11</Date>
<Version>6.1.2</Version> <Version>6.1.2</Version>
@@ -99,4 +108,4 @@
<Email>ertugrulerata@gmail.com</Email> <Email>ertugrulerata@gmail.com</Email>
</Update> </Update>
</History> </History>
</PISI> </PISI>
+8 -1
View File
@@ -11,5 +11,12 @@
<Package> <Package>
<Name>gmp-devel</Name> <Name>gmp-devel</Name>
<Summary xml:lang="tr">gmp için geliştirme dosyaları</Summary> <Summary xml:lang="tr">gmp için geliştirme dosyaları</Summary>
<Description xml:lang="tr">gmp-devel, gmp için geliştirme dosyalarını içerir.</Description>
</Package> </Package>
</PISI>
<Package>
<Name>gmp-32bit</Name>
<Summary xml:lang="tr">gmp için 32-bit paylaşımlı kitaplıklar</Summary>
<Description xml:lang="tr">gmp-32bit, gmp için 32-bit paylaşımlı kitaplıklar içerir.</Description>
</Package>
</PISI>