Rebuilt for Boost 1.75

This commit is contained in:
Jonathan Wakely 2021-01-22 20:53:23 +00:00
parent cb596fd125
commit 823691a167
1 changed files with 4 additions and 1 deletions

View File

@ -2,7 +2,7 @@
Name: lucene++
Summary: A high-performance, full-featured text search engine written in C++
Version: 3.0.7
Release: 27%{?dist}
Release: 28%{?dist}
License: ASL 2.0 or LGPLv3+
Url: https://github.com/luceneplusplus/LucenePlusPlus
@ -64,6 +64,9 @@ Development files for lucene++, a high-performance, full-featured text search en
%changelog
* Fri Jan 22 2021 Jonathan Wakely <jwakely@redhat.com> - 3.0.7-28
- Rebuilt for Boost 1.75
* Tue Aug 04 2020 Wolfgang Stöggl <c72578@yahoo.de> - 3.0.7-27
- Use %%cmake_build and %%cmake_install macros to fix FTBFS (#1864096)