Bump version 4.0.0
This commit is contained in:
parent
00031d99d7
commit
077486c0ca
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
/libpreludedb-3.1.0.tar.gz
|
||||
/libpreludedb-4.0.0.tar.gz
|
||||
|
@ -4,18 +4,18 @@
|
||||
%global cppmajor 2
|
||||
|
||||
Name: libpreludedb
|
||||
Version: 3.1.0
|
||||
Version: 4.0.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Framework for easy access to the IDMEF database
|
||||
# Prelude is GPL-2.0+
|
||||
# libmissing is LGPL-2.1+
|
||||
License: GPLv2+
|
||||
URL: https://www.prelude-siem.org/
|
||||
Source0: https://www.prelude-siem.org/pkg/src/3.1.0/%{name}-%{version}.tar.gz
|
||||
Source0: https://www.prelude-siem.org/pkg/src/%{version}/%{name}-%{version}.tar.gz
|
||||
# https://www.prelude-siem.org/issues/866
|
||||
Patch0: libpreludedb-3.1.0-manpages.patch
|
||||
Patch0: libpreludedb-4.0.0-manpages.patch
|
||||
# https://www.prelude-siem.org/issues/867
|
||||
Patch1: libpreludedb-3.1.0-undefined_non_weak_symbol.patch
|
||||
Patch1: libpreludedb-4.0.0-undefined_non_weak_symbol.patch
|
||||
BuildRequires: bison
|
||||
BuildRequires: chrpath
|
||||
BuildRequires: flex
|
||||
@ -40,11 +40,9 @@ BuildRequires: valgrind
|
||||
%endif
|
||||
|
||||
# Upstream do not use explicit version of gnulib, just checkout
|
||||
# and update files. In libprelude 3.1.0, the checkout has been done
|
||||
# on 2016-06-16
|
||||
Provides: bundled(gnulib) = 20160616
|
||||
|
||||
ExcludeArch: ppc64 ppc64le aarch64 armv7hl
|
||||
# and update files. In libprelude 4.0.0, the checkout has been done
|
||||
# on 2017-01-05
|
||||
Provides: bundled(gnulib) = 20170105
|
||||
|
||||
%description
|
||||
The PreludeDB Library provides an abstraction layer upon the type and the
|
||||
@ -214,6 +212,9 @@ chmod +x %{buildroot}%{_datadir}/%{name}/classic/mysql2sqlite.sh
|
||||
%doc ChangeLog README NEWS
|
||||
|
||||
%changelog
|
||||
* Sun Oct 1 2017 Thomas Andrejak <thomas.andrejak@gmail.com> - 4.0.0-1
|
||||
- Bump version
|
||||
|
||||
* Mon Jan 9 2017 Thomas Andrejak <thomas.andrejak@gmail.com> - 3.1.0-1
|
||||
- Bump version
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libpreludedb-3.1.0.tar.gz) = dcb98eff2521979c2956bdd6f3b661c346c0f6748ef820a75d77c948e426a996de26c7fc6b6c2abddc93277db3820eb2f44b61c87feb86483e720cf9b0e0124c
|
||||
SHA512 (libpreludedb-4.0.0.tar.gz) = 13f5dbcfa6af965f2075d60c645ebb19cbd6b18807b26f4f13a7a05f1cf552996f9846e856728a4e1dc621efda693016e82623d4a3cbf74849b3e7114f19faca
|
||||
|
Loading…
Reference in New Issue
Block a user