New upstream release 2.2.1

This commit is contained in:
Jakub Filak 2014-04-04 12:32:11 +02:00
parent bf6edcf6d9
commit c17f83ba27
2 changed files with 13 additions and 5 deletions

View File

@ -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
@ -377,10 +377,7 @@ rm -f $RPM_BUILD_ROOT%{_mandir}/man5/report_rhel_bugzilla.conf.5
rm -rf $RPM_BUILD_ROOT
%check
# don't run tests on PPC* until rhbz 1070892 is fixed:
%ifnarch ppc %{power64}
make check
%endif
%post gtk
/sbin/ldconfig
@ -584,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
@ -650,6 +649,15 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%changelog
* Fri Apr 04 2014 Jakub Filak <jfilak@redhat.com> 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
* Wed Mar 05 2014 Jakub Filak <jfilak@redhat.com> 2.2.0-1
- python: build python api for py3
- Bugzilla: fedora_contrib_private group ID for the private bugs

View File

@ -1 +1 @@
09af2b13375ed2d6288b86ce6de8b182 libreport-2.2.0.tar.gz
732099917194b8c2de1e9e50d715fcc5 libreport-2.2.1.tar.gz