-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Created by command: /usr/bin/tito tag --use-version=2.16.0
- Loading branch information
1 parent
d78f948
commit 625934d
Showing
2 changed files
with
29 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
2.15.2-1 ./ | ||
2.16.0-1 ./ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ | |
|
||
Summary: Generic library for reporting various problems | ||
Name: libreport | ||
Version: 2.15.2 | ||
Version: 2.16.0 | ||
Release: 1%{?dist} | ||
License: GPLv2+ | ||
URL: https://abrt.readthedocs.org/ | ||
|
@@ -651,6 +651,33 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : | |
%endif | ||
|
||
%changelog | ||
* Mon Jan 17 2022 Matěj Grabovský <[email protected]> 2.16.0-1 | ||
- spec: Bump satyr dependency to 0.38 ([email protected]) | ||
- lib: Bump library revision ([email protected]) | ||
- event_xml_parser: Use g_steal_pointer() where appropriate | ||
([email protected]) | ||
- event_xml_parser: Purge commented-out code ([email protected]) | ||
- curl: Do not autofree header string ([email protected]) | ||
- reporter-upload: Use g_steal_pointer() ([email protected]) | ||
- bugzilla: Initialize autofree variables to NULL ([email protected]) | ||
- bugzilla: Drop global_uuid ([email protected]) | ||
- report-python: Remove commented-out code ([email protected]) | ||
- Update translations ([email protected]) | ||
- Update translations ([email protected]) | ||
- Update translations ([email protected]) | ||
- debuginfo-install is a dnf command ([email protected]) | ||
- tests: Don't use deprecated assertEquals ([email protected]) | ||
- ignored_words: Add DEBUGINFOD_URLS env var ([email protected]) | ||
- [rhbz] Retry XML-RPC calls when uploading attachments ([email protected]) | ||
- Update changelog ([email protected]) | ||
- [rhbz] Be a little bit more defensive when working with subcomponents | ||
([email protected]) | ||
- Update changelog ([email protected]) | ||
- spec: Drop libproxy dependency ([email protected]) | ||
- Avoid direct use of libproxy ([email protected]) | ||
- changelog: Fix links to commits ([email protected]) | ||
- Use g_free for GLib-alloc'd memory ([email protected]) | ||
|
||
* Tue Jun 01 2021 Michal Fabik <[email protected]> 2.15.2-1 | ||
- binhex: Remove unused API ([email protected]) | ||
- lib: Use GLib for computing SHA-1 digests ([email protected]) | ||
|