frecell-solver: major version bump

This commit is contained in:
bluedevil
2020-09-24 00:01:44 +02:00
parent 641ad6e583
commit b1acf9f09c
3 changed files with 26 additions and 11 deletions
+13 -4
View File
@@ -8,18 +8,20 @@
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<PartOf>programming.library</PartOf>
<License>MIT</License>
<IsA>library</IsA>
<Summary>A program that automatically solves layouts of Freecell and similar variants of Card Solitaire</Summary>
<Description>This is Freecell Solver - a program that automatically solves layouts of Freecell and similar variants of Card Solitaire such as Eight Off, Forecell, and Seahaven Towers, as well as Simple Simon boards.</Description>
<Archive sha1sum="38c48ba148214397d10354babc1f4d9c9eb775bf" type="tarxz">https://fc-solve.shlomifish.org/downloads/fc-solve/freecell-solver-5.16.0.tar.xz</Archive>
<Archive sha1sum="c4406149576d37fe625b4f62787d51d542c876aa" type="tarxz">https://fc-solve.shlomifish.org/downloads/fc-solve/freecell-solver-6.0.1.tar.xz</Archive>
<BuildDependencies>
<Dependency>cmake</Dependency>
<Dependency>gperf</Dependency>
<Dependency>perl-Moo</Dependency>
<Dependency>python3-six</Dependency>
<Dependency>perl-path-tiny</Dependency>
<Dependency>python3-random2</Dependency>
<Dependency>rinutils-devel</Dependency>
<Dependency>python3-random2</Dependency>
<Dependency>python3-pysol_cards</Dependency>
<Dependency>perl-template-toolkit</Dependency>
</BuildDependencies>
@@ -32,11 +34,11 @@
<Dependency>rinutils</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="executable">/usr/bin</Path>
</Files>
</Package>
@@ -53,6 +55,13 @@
</Package>
<History>
<Update release="3">
<Date>2020-09-23</Date>
<Version>6.0.1</Version>
<Comment>Major version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="2">
<Date>2020-01-13</Date>
<Version>5.16.0</Version>