From bc45716771fc9da9066faf45dfba4e9dacbdf24d Mon Sep 17 00:00:00 2001 From: guojin17 Date: Thu, 29 Dec 2022 09:26:32 +0800 Subject: [PATCH] changelog: Fix links to commits --- 0002-changelog-Fix-links-to-commits.patch | 48 +++++++++++++++++++++++ libreport.spec | 6 ++- 2 files changed, 53 insertions(+), 1 deletion(-) create mode 100644 0002-changelog-Fix-links-to-commits.patch diff --git a/0002-changelog-Fix-links-to-commits.patch b/0002-changelog-Fix-links-to-commits.patch new file mode 100644 index 0000000..471fcd2 --- /dev/null +++ b/0002-changelog-Fix-links-to-commits.patch @@ -0,0 +1,48 @@ +From f99578c04accb449f8922aea7d47b7d62fbf92b1 Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Mat=C4=9Bj=20Grabovsk=C3=BD?= +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 +--- + 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 + diff --git a/libreport.spec b/libreport.spec index 4b28d4f..b1645a9 100644 --- a/libreport.spec +++ b/libreport.spec @@ -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 - 2.15.2-4 +- changelog Fix links to commits + * Wed Dec 28 2022 guojin17 - 2.15.2-3 - Use g_free for GLib-alloc'd memory