geos:ver. bump

This commit is contained in:
Rmys
2019-11-20 20:26:55 +03:00
parent 4d36957320
commit f2ce43f676
2 changed files with 10 additions and 2 deletions
+1 -1
View File
@@ -32,4 +32,4 @@ def install():
"V": get.curPYTHON()})
pisitools.insinto("/usr/share/doc/geos", "doc/doxygen_docs/html")
pisitools.dodoc("README", "AUTHORS", "NEWS", "COPYING")
pisitools.dodoc("README*", "AUTHORS", "NEWS", "COPYING")
+9 -1
View File
@@ -12,7 +12,7 @@
<IsA>library</IsA>
<Summary>Geometry engine library for Geographic Information Systems</Summary>
<Description>GEOS (Geometry Engine - Open Source) is a C++ port of the Java Topology Suite (JTS).</Description>
<Archive sha1sum="8746d76b1957de4b2009234ee5e8f3ace5d5fa8e" type="tarbz2">http://download.osgeo.org/geos/geos-3.6.3.tar.bz2</Archive>
<Archive sha1sum="1b6ec9c197fb4b0ddb96fb192e2f6924a1fbb269" type="tarbz2">http://download.osgeo.org/geos/geos-3.7.2.tar.bz2</Archive>
<BuildDependencies>
<Dependency>doxygen</Dependency>
<Dependency>ruby-devel</Dependency>
@@ -27,6 +27,7 @@
<Package>
<Name>geos</Name>
<RuntimeDependencies>
<Dependency>ruby</Dependency>
<Dependency>python</Dependency>
<Dependency>libgcc</Dependency>
</RuntimeDependencies>
@@ -61,6 +62,13 @@
</Package>
<History>
<Update release="8">
<Date>2019-11-20</Date>
<Version>3.7.2</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="7">
<Date>2018-08-07</Date>
<Version>3.6.3</Version>