Bump for release
This commit is contained in:
parent
e9152968e1
commit
fdccb1ecaa
@ -3,10 +3,13 @@
|
||||
%global git_short e8e3d20
|
||||
%global snap 20130812
|
||||
|
||||
# rpmdev-bumpspec / releng automation compatible
|
||||
%global baserelease 44
|
||||
|
||||
Summary: A C++ port of Lucene
|
||||
Name: clucene
|
||||
Version: 2.3.3.4
|
||||
Release: 43.%{snap}.%{git_short}git%{?dist}
|
||||
Release: %{baserelease}.%{snap}.%{git_short}git%{?dist}
|
||||
License: LGPLv2+ or ASL 2.0
|
||||
URL: http://www.sourceforge.net/projects/clucene
|
||||
%if 0%{?snap}
|
||||
@ -147,6 +150,9 @@ time make -C %{_target_platform} test ARGS="--timeout 300 --output-on-failure" |
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Oct 18 2022 Stephan Bergmann <sbergman@redhat.com> - 2.3.3.4-44.20130812.e8e3d20git
|
||||
- Fix FTBFS (missing #include <time.h>)
|
||||
|
||||
* Wed Jul 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.3.4-43.20130812.e8e3d20git
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user