!34 Use g_free for GLib-alloc'd memory

From: @guojin17 
Reviewed-by: @xiezhipeng1 
Signed-off-by: @xiezhipeng1
This commit is contained in:
openeuler-ci-bot 2022-12-29 02:27:41 +00:00 committed by Gitee
commit a2eaa4edcb
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 1743 additions and 1 deletions

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,48 @@
From f99578c04accb449f8922aea7d47b7d62fbf92b1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Mat=C4=9Bj=20Grabovsk=C3=BD?= <mgrabovs@redhat.com>
Date: Wed, 11 Aug 2021 14:11:55 +0200
Subject: [PATCH] changelog: Fix links to commits
Fix links to git commits in headings and add dates of last two releases.
Signed-off-by: guojin17 <guoj17@chinatelecom.cn>
---
CHANGELOG.md | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c3946a0..7b6b0f3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased]
-## [2.15.2]
+## [2.15.2] - 2021-06-02
### Changed
- Use GLib for computing SHA-1 digests
@@ -16,7 +16,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Fixed
- Memory management issues
-## [2.15.1]
+## [2.15.1] - 2021-05-04
### Added
- ignored_words: add more "key" variations
- Add support for excluding whole elements from search for sensitive words
@@ -275,7 +275,9 @@ files.
functions reporting errors through errno.
-[Unreleased]: https://github.com/abrt/libreport/compare/2.15.0...HEAD
+[Unreleased]: https://github.com/abrt/libreport/compare/2.15.2...HEAD
+[2.15.2]: https://github.com/abrt/libreport/compare/2.15.1...2.15.2
+[2.15.1]: https://github.com/abrt/libreport/compare/2.15.0...2.15.1
[2.15.0]: https://github.com/abrt/libreport/compare/2.14.0...2.15.0
[2.14.0]: https://github.com/abrt/libreport/compare/2.13.1...2.14.0
[2.13.1]: https://github.com/abrt/libreport/compare/2.13.0...2.13.1
--
1.8.3.1

View File

@ -2,13 +2,15 @@
Name: libreport
Version: 2.15.2
Release: 2
Release: 4
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: 0001-Use-g_free-for-GLib-alloc-d-memory.patch
Patch9002: 0002-changelog-Fix-links-to-commits.patch
BuildRequires: dbus-devel gtk3-devel curl-devel desktop-file-utils python3-devel
BuildRequires: gettext libxml2-devel libtar-devel intltool libtool texinfo asciidoc xmlto
@ -313,6 +315,12 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%{_mandir}/man5/bugzilla_format_kernel.conf.5.*
%changelog
* Thu Dec 29 2022 guojin17 <guoj17@chinatelecom.cn> - 2.15.2-4
- changelog Fix links to commits
* Wed Dec 28 2022 guojin17 <guoj17@chinatelecom.cn> - 2.15.2-3
- Use g_free for GLib-alloc'd memory
* Sat Oct 29 2022 dongyuzhen <dongyuzhen@h-partners.com> - 2.15.2-2
- Rebuild for next release