cln v1.3.7

This commit is contained in:
uglyside
2025-07-03 05:04:07 +03:00
parent b68e231a62
commit eac08f91ae
2 changed files with 16 additions and 8 deletions
+3 -2
View File
@@ -2,7 +2,7 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# #
# 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 https://www.gnu.org/licenses/gpl-3.0.txt
from pisi.actionsapi import autotools from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools from pisi.actionsapi import pisitools
@@ -19,4 +19,5 @@ def check():
def install(): def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR()) autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("ChangeLog", "COPYING", "TODO*", "NEWS", "README")
pisitools.dodoc("COPYING", "README")
+13 -6
View File
@@ -1,18 +1,18 @@
<?xml version="1.0" ?> <?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd"> <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI> <PISI>
<Source> <Source>
<Name>cln</Name> <Name>cln</Name>
<Homepage>http://www.ginac.de/CLN/</Homepage> <Homepage>https://www.ginac.de/CLN/</Homepage>
<Packager> <Packager>
<Name>PisiLinux Community</Name> <Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email> <Email>admins@pisilinux.org</Email>
</Packager> </Packager>
<License>GPLv2</License> <License>GPLv2</License>
<IsA>library</IsA> <IsA>library</IsA>
<Summary>A class library (C++) for numbers</Summary> <Summary>A class library (C++) for numbers.</Summary>
<Description>cln is a library for efficient computations with all kinds of numbers in arbitrary precision.</Description> <Description>cln is a library for efficient computations with all kinds of numbers in arbitrary precision.</Description>
<Archive sha1sum="144f15a57f4b25ada0f10ff28458de03578f6f16" type="tarbz2">http://www.ginac.de/CLN/cln-1.3.6.tar.bz2</Archive> <Archive sha1sum="17cf2c60e262e30f57caae39692fce7917e11d95" type="tarbz2">https://www.ginac.de/CLN/cln-1.3.7.tar.bz2</Archive>
<BuildDependencies> <BuildDependencies>
<Dependency>gmp-devel</Dependency> <Dependency>gmp-devel</Dependency>
</BuildDependencies> </BuildDependencies>
@@ -37,8 +37,8 @@
<Name>cln-devel</Name> <Name>cln-devel</Name>
<Summary>Development files for cln</Summary> <Summary>Development files for cln</Summary>
<RuntimeDependencies> <RuntimeDependencies>
<Dependency release="current">cln</Dependency>
<Dependency>gmp-devel</Dependency> <Dependency>gmp-devel</Dependency>
<Dependency release="current">cln</Dependency>
</RuntimeDependencies> </RuntimeDependencies>
<Files> <Files>
<Path fileType="header">/usr/include</Path> <Path fileType="header">/usr/include</Path>
@@ -47,6 +47,13 @@
</Package> </Package>
<History> <History>
<Update release="6">
<Date>2025-07-03</Date>
<Version>1.3.7</Version>
<Comment>Version bump.</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
<Update release="5"> <Update release="5">
<Date>2020-01-11</Date> <Date>2020-01-11</Date>
<Version>1.3.6</Version> <Version>1.3.6</Version>
@@ -83,4 +90,4 @@
<Email>ertugrulerata@gmail.com</Email> <Email>ertugrulerata@gmail.com</Email>
</Update> </Update>
</History> </History>
</PISI> </PISI>