lucene++, poedit: ver. bump.

This commit is contained in:
4fury-c3440d8
2021-04-29 21:26:46 +03:00
parent 96bde3b9f9
commit 1a8749fc94
6 changed files with 247 additions and 6 deletions
+14 -2
View File
@@ -14,13 +14,18 @@
<PartOf>programming.library</PartOf>
<Summary>An up to date C++ port of the popular Java Lucene library, a high-performance, full-featured text search engine.</Summary>
<Description>Lucene++ is an up to date C++ port of the popular Java Lucene library, a high-performance, full-featured text search engine.</Description>
<Archive sha1sum="b2c38e7ca5056934a5bdb1a69ea251110e3c0377" type="targz">
https://github.com/luceneplusplus/LucenePlusPlus/archive/rel_3.0.7.tar.gz
<Archive sha1sum="5162eed4da211ca792ee41187298a56c80468d88" type="targz">
https://github.com/luceneplusplus/LucenePlusPlus/archive/rel_3.0.8.tar.gz
</Archive>
<BuildDependencies>
<Dependency>cmake</Dependency>
<Dependency>boost-devel</Dependency>
</BuildDependencies>
<Patches>
<Patch level="1">fix_various_cmake_issues.patch</Patch>
<Patch level="1">use_correct_libdir.patch</Patch>
<Patch level="1">fix_typo.patch</Patch>
</Patches>
</Source>
<Package>
@@ -47,6 +52,13 @@
</Package>
<History>
<Update release="2">
<Date>2021-04-29</Date>
<Version>3.0.8</Version>
<Comment>Version bump.</Comment>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Update>
<Update release="1">
<Date>2020-11-26</Date>
<Version>3.0.7</Version>