gmp:ver bump
This commit is contained in:
@@ -4,9 +4,9 @@
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file http://www.gnu.org/licenses/gpl.txt
|
||||
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
|
||||
@@ -30,4 +30,4 @@ def install():
|
||||
if get.buildTYPE() == "emul32": return
|
||||
|
||||
pisitools.doinfo("doc/*info*")
|
||||
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING*", "NEWS", "README")
|
||||
pisitools.dodoc("COPYING*", "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>gmp</Name>
|
||||
@@ -8,15 +8,17 @@
|
||||
<Name>Serdar Soytetir</Name>
|
||||
<Email>kaptan@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<PartOf>system.devel</PartOf>
|
||||
<License>LGPLv3+</License>
|
||||
<IsA>library</IsA>
|
||||
<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>
|
||||
<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>
|
||||
|
||||
<Package>
|
||||
<Name>gmp</Name>
|
||||
<Summary>Arbitrary precision arithmetic library</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>libgcc</Dependency>
|
||||
</RuntimeDependencies>
|
||||
@@ -56,6 +58,13 @@
|
||||
</Package>
|
||||
|
||||
<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">
|
||||
<Date>2019-12-11</Date>
|
||||
<Version>6.1.2</Version>
|
||||
@@ -99,4 +108,4 @@
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
</PISI>
|
||||
@@ -11,5 +11,12 @@
|
||||
<Package>
|
||||
<Name>gmp-devel</Name>
|
||||
<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>
|
||||
</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>
|
||||
Reference in New Issue
Block a user