diff --git a/libreport.spec b/libreport.spec index a4a0018..a3482a8 100644 --- a/libreport.spec +++ b/libreport.spec @@ -6,7 +6,7 @@ Summary: Generic library for reporting various problems Name: libreport -Version: 2.2.1 +Version: 2.2.2 Release: 1%{?dist} License: GPLv2+ Group: System Environment/Libraries @@ -316,6 +316,7 @@ make %{?_smp_mflags} rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} %find_lang %{name} + # Remove byte-compiled python files generated by automake. # automake uses system's python for all *.py files, even # for those which needs to be byte-compiled with different @@ -415,6 +416,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %{_libdir}/libabrt_dbus.so.* %{_mandir}/man5/report_event.conf.5* %{_mandir}/man5/forbidden_words.conf.5* +%{_mandir}/man5/ignored_words.conf.5* # filesystem package owns /usr/share/augeas/lenses directory %{_datadir}/augeas/lenses/libreport.aug @@ -649,6 +651,17 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %changelog +* Sun Apr 20 2014 Jakub Filak 2.2.2-1 +- stop using deprecated json-c functions +- bugzilla: try to avoid usage of 'private' group +- spec: install ignored_words.conf manual page +- wizard: extended the manual pages +- localization: fix gettext +- wizard: make the custom search case insensitive +- use a better label for the forbidden words button +- include 'package' in AVC bugzilla bug reports +- Resolves: #1087370 + * Fri Apr 04 2014 Jakub Filak 2.2.1-1 - update the list of ignored words - wizard: introduce the searched words list diff --git a/sources b/sources index 9af6734..e92f1cf 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -732099917194b8c2de1e9e50d715fcc5 libreport-2.2.1.tar.gz +0183ac40c8d6e701087a33bcc1b95a6d libreport-2.2.2.tar.gz