diff --git a/libreport-2.17.10.tar.gz b/libreport-2.17.10.tar.gz deleted file mode 100644 index e51077a7c378a3717210969aa3539f63f0f037c2..0000000000000000000000000000000000000000 Binary files a/libreport-2.17.10.tar.gz and /dev/null differ diff --git a/libreport-2.17.15.tar.gz b/libreport-2.17.15.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..262dffee2ab4b4d7333349719a0c85b598ff77d1 Binary files /dev/null and b/libreport-2.17.15.tar.gz differ diff --git a/libreport.spec b/libreport.spec index 7ce496b7f93d29c6619aaf270e6d6642189b9d9b..f7d5ec7a5e2cf5fd7ccc360e3fadfe1d1503ddd3 100644 --- a/libreport.spec +++ b/libreport.spec @@ -1,16 +1,15 @@ %define _unpackaged_files_terminate_build 0 Name: libreport -Version: 2.17.10 -Release: 2 +Version: 2.17.15 +Release: 1 License: GPLv2+ Summary: Generic library for reporting various problems URL: https://abrt.readthedocs.org/ Source: https://github.com/abrt/%{name}/archive/%{version}/%{name}-%{version}.tar.gz Patch9000: fix-bug-delete-gtk-deprecation-warnings.patch -Patch9001: libxml2-encoding.h-remove-tree.h.patch -Patch9002: huawei-modify-testcase-port-for-avoid-conflict-with-k8s-in-.patch +Patch9001: huawei-modify-testcase-port-for-avoid-conflict-with-k8s-in-.patch BuildRequires: dbus-devel gtk3-devel curl-devel desktop-file-utils python3-devel BuildRequires: gettext libxml2-devel libtar-devel intltool libtool texinfo asciidoc xmlto @@ -336,6 +335,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %{_mandir}/man5/bugzilla_formatdup_anaconda.conf.5.* %changelog +* Mon Aug 5 2024 dillon chen - 2.17.15-1 +- update version to 2.17.15 + * Fri Jul 26 2024 zhangxianting - 2.17.10-2 - fix build error diff --git a/libxml2-encoding.h-remove-tree.h.patch b/libxml2-encoding.h-remove-tree.h.patch deleted file mode 100644 index ec66e3dcdbff6ba2c618faba613d31fe837d6e7b..0000000000000000000000000000000000000000 --- a/libxml2-encoding.h-remove-tree.h.patch +++ /dev/null @@ -1,25 +0,0 @@ -From 292e392b3dd85580b1e9f1fa1cb1504849188759 Mon Sep 17 00:00:00 2001 -From: zhangxianting -Date: Fri, 26 Jul 2024 14:29:14 +0800 -Subject: [PATCH] libxml2: encoding.h remove tree.h - ---- - src/plugins/mantisbt.h | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/src/plugins/mantisbt.h b/src/plugins/mantisbt.h -index 1feaf8f..af51ba9 100644 ---- a/src/plugins/mantisbt.h -+++ b/src/plugins/mantisbt.h -@@ -24,7 +24,7 @@ - extern "C" { - #endif - --#include -+#include - #include "problem_report.h" - - #define SOAP_STRING "ns2:string" --- -2.33.0 -