summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Rękorajski2019-11-02 22:10:48 (GMT)
committerJan Rękorajski2019-11-02 22:10:48 (GMT)
commit38e01c2fc7aee57a199ecc29975e5f7b8652a455 (patch)
treef08620ddeeb37953707a57448cbbbac5ae6aef76
parentdcf802f735781821f17d12740d47e530cbbae782 (diff)
downloadlibpreludedb-38e01c2fc7aee57a199ecc29975e5f7b8652a455.zip
libpreludedb-38e01c2fc7aee57a199ecc29975e5f7b8652a455.tar.gz
-rw-r--r--gtk-doc-1.32.patch11
-rw-r--r--libpreludedb.spec10
2 files changed, 17 insertions, 4 deletions
diff --git a/gtk-doc-1.32.patch b/gtk-doc-1.32.patch
new file mode 100644
index 0000000..422a678
--- /dev/null
+++ b/gtk-doc-1.32.patch
@@ -0,0 +1,11 @@
+--- libpreludedb-5.1.0/docs/api/libpreludedb-docs.xml~ 2019-09-16 00:01:32.000000000 +0200
++++ libpreludedb-5.1.0/docs/api/libpreludedb-docs.xml 2019-11-02 23:08:23.993023657 +0100
+@@ -28,7 +28,7 @@
+ </chapter>
+ <chapter id="object-tree">
+ <title>Object Hierarchy</title>
+- <xi:include href="xml/tree_index.sgml"/>
++ <xi:include href="xml/object_index.sgml"/>
+ </chapter>
+ <index id="api-index-full">
+ <title>API Index</title>
diff --git a/libpreludedb.spec b/libpreludedb.spec
index 3a429c6..65cec50 100644
--- a/libpreludedb.spec
+++ b/libpreludedb.spec
@@ -10,16 +10,17 @@
Summary: The PreludeDB Library
Summary(pl.UTF-8): Biblioteka PreludeDB
Name: libpreludedb
-Version: 4.1.0
-Release: 2
+Version: 5.1.0
+Release: 1
License: GPL v2 or commercial
Group: Libraries
#Source0Download: https://www.prelude-siem.org/projects/prelude/files
-Source0: https://www.prelude-siem.org/attachments/download/832/%{name}-%{version}.tar.gz
-# Source0-md5: d17807635724abb1d98ef592ef5fc3cf
+Source0: https://www.prelude-siem.org/attachments/download/1171/%{name}-%{version}.tar.gz
+# Source0-md5: 372b2e7b40e1cc451833370e19bb4ec7
Patch0: %{name}-lt.patch
Patch1: %{name}-link.patch
Patch2: %{name}-python-install.patch
+Patch3: gtk-doc-1.32.patch
URL: https://www.prelude-siem.org/
BuildRequires: autoconf >= 2.59
BuildRequires: automake >= 1:1.9
@@ -193,6 +194,7 @@ Wiązania Pythona 3.x do libpreludedb.
%patch0 -p1
%patch1 -p1
%patch2 -p1
+%patch3 -p1
%if %{with python3}
%{__rm} bindings/python/{_preludedb.cxx,preludedb.py}