Compare commits
5 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
be0f997d02 | ||
|
|
a4a5aca7a8 | ||
|
|
dd4b38e101 | ||
|
|
02df9c1a04 | ||
|
|
e5c927bf04 |
4 changed files with 34 additions and 3 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -25,3 +25,6 @@
|
|||
/libreport-2.17.6.tar.gz
|
||||
/libreport-2.17.7.tar.gz
|
||||
/libreport-2.17.8.tar.gz
|
||||
/libreport-2.17.9.tar.gz
|
||||
/libreport-2.17.10.tar.gz
|
||||
/libreport-2.17.11.tar.gz
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
This repository is maintained by packit.
|
||||
https://packit.dev/
|
||||
The file was generated using packit 0.68.0.post15+g49c3920.
|
||||
The file was generated using packit 0.77.0.post2+g06f877b.
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
|
||||
Summary: Generic library for reporting various problems
|
||||
Name: libreport
|
||||
Version: 2.17.8
|
||||
Version: 2.17.11
|
||||
Release: 1%{?dist}
|
||||
License: GPL-2.0-or-later
|
||||
URL: https://abrt.readthedocs.org/
|
||||
|
|
@ -110,6 +110,8 @@ Requires: libreport >= %{version}-%{distfreerelease}
|
|||
Requires: libreport = %{version}-%{release}
|
||||
%endif
|
||||
Requires: python3-dnf
|
||||
Requires: python3-requests
|
||||
Requires: python3-urllib3
|
||||
%{?python_provide:%python_provide python3-libreport}
|
||||
|
||||
%description -n python3-libreport
|
||||
|
|
@ -667,6 +669,32 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|||
%endif
|
||||
|
||||
%changelog
|
||||
* Fri Jun 30 2023 Packit <hello@packit.dev> - 2.17.11-1
|
||||
- Release version 2.17.11 (Michal Srb)
|
||||
- spec: Add missing requires for python3-libreport (Michal Srb)
|
||||
- Build URL with urllib.parse.urljoin() (Michal Srb)
|
||||
- Add XDG_ACTIVATION_TOKEN to the list of ignored words (Michal Srb)
|
||||
- Attachments are minor updates in Bugzilla (Michal Srb)
|
||||
- Retry Bugzilla search queries with delays (Michal Srb)
|
||||
- Fix "NameError: name 'ticket' is not defined" exception (Michal Srb)
|
||||
- Update translations (mgrabovsky)
|
||||
|
||||
* Thu May 11 2023 Packit <hello@packit.dev> - 2.17.10-1
|
||||
- Release version 2.17.10 (Matěj Grabovský)
|
||||
- reporter-upload: Fix a use-after-free error in string handling (Matěj Grabovský)
|
||||
- Update translations (mgrabovsky)
|
||||
- Update translations (mgrabovsky)
|
||||
|
||||
* Fri Mar 24 2023 Packit <hello@packit.dev> - 2.17.9-1
|
||||
- Release version 2.17.9 (Michal Srb)
|
||||
- reporter-bugzilla: Fix string interpolation (Matěj Grabovský)
|
||||
- reporter-bugzilla: Replace flags with just keyword arg (Michal Srb)
|
||||
- reporter-bugzilla: Make sure that the creator of a bug is always in CC (Michal Srb)
|
||||
- reporter-bugzilla: Don't fail if reported_to file doesn't exist (Michal Srb)
|
||||
- reporter-bugzilla: Fix reporting when the bug already exists (Michal Srb)
|
||||
- use $XDG_CONFIG_HOME to access user's configuration files (Yann Droneaud)
|
||||
- Update translations (mgrabovsky)
|
||||
|
||||
* Fri Mar 03 2023 Packit <hello@packit.dev> - 2.17.8-1
|
||||
- Release version 2.17.8 (Michal Srb)
|
||||
- Update changelog (Michal Srb)
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (libreport-2.17.8.tar.gz) = 982126b08b06aea34ad5aef17217f3a84aa73935a277d13db8355ae5ef84a41125993567921e17b76804d3db1a92a0fe18ea4d6f93a5211700fabf442b722688
|
||||
SHA512 (libreport-2.17.11.tar.gz) = 2bf447b86192c6be44271609a50ddf1c1da2da1d11a9d2af56b0fe81921dc4c933e5fcea6a759804e8ad61afb81ba7e12c7ba273bfc279d2157e0b9f03b3b0f8
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue