changelog: Fix links to commits

This commit is contained in:
guojin17 2022-12-29 09:26:32 +08:00
parent df6fe66773
commit bc45716771
2 changed files with 53 additions and 1 deletions

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,7 +2,7 @@
Name: libreport
Version: 2.15.2
Release: 3
Release: 4
License: GPLv2+
Summary: Generic library for reporting various problems
URL: https://abrt.readthedocs.org/
@ -10,6 +10,7 @@ Source: https://github.com/abrt/%{name}/archive/%{version}/%{name}-%{version}.t
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
@ -314,6 +315,9 @@ 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