diff --git a/libreport.spec b/libreport.spec index b424016..a4a0018 100644 --- a/libreport.spec +++ b/libreport.spec @@ -6,7 +6,7 @@ Summary: Generic library for reporting various problems Name: libreport -Version: 2.2.0 +Version: 2.2.1 Release: 1%{?dist} License: GPLv2+ Group: System Environment/Libraries @@ -581,6 +581,8 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %{_datadir}/%{name}/events/report_Uploader.xml %config(noreplace) %{_sysconfdir}/libreport/events.d/uploader_event.conf %{_datadir}/%{name}/workflows/workflow_Upload.xml +%config(noreplace) %{_sysconfdir}/libreport/plugins/upload.conf +%{_datadir}/%{name}/conf.d/plugins/upload.conf %if 0%{?fedora} %files fedora @@ -647,6 +649,16 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %changelog +* Fri Apr 04 2014 Jakub Filak 2.2.1-1 +- update the list of ignored words +- wizard: introduce the searched words list +- report-gtk: confirm the ask dialogs on 'Enter' +- spec: provide default config for reporter-upload +- Provide default config for reporter-upload +- config: do not export empty environment variables +- spec: byte-compile py files with rpm scripts +- Resolves: #1075589, #1082650 + * Wed Mar 05 2014 Jakub Filak 2.2.0-1 - python: build python api for py3 - Bugzilla: fedora_contrib_private group ID for the private bugs diff --git a/sources b/sources index ee61e43..9af6734 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -09af2b13375ed2d6288b86ce6de8b182 libreport-2.2.0.tar.gz +732099917194b8c2de1e9e50d715fcc5 libreport-2.2.1.tar.gz