diff --git a/.gitignore b/.gitignore index 21f5de2..a4726f9 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /gnome-abrt-0.2.tar.gz +/gnome-abrt-0.2.2.tar.gz diff --git a/gnome-abrt.spec b/gnome-abrt.spec index 758f0d9..ff8b823 100644 --- a/gnome-abrt.spec +++ b/gnome-abrt.spec @@ -5,8 +5,8 @@ # ! no binaries in $PATH ... caused by gnome-abrt python script in /usr/bin Name: gnome-abrt -Version: 0.2 -Release: 9%{?dist} +Version: 0.2.2 +Release: 1%{?dist} Summary: A utility for viewing problems that have occurred with the system Group: User Interface/Desktops @@ -46,7 +46,7 @@ make %install make install DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} -#find_lang {name} +%find_lang %{name} # remove all .la and .a files find $RPM_BUILD_ROOT -name '*.la' -or -name '*.a' | xargs rm -f @@ -73,7 +73,7 @@ fi gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : -%files +%files -f %{name}.lang %doc COPYING %{python_sitearch}/gnome_abrt %{_datadir}/%{name} @@ -85,6 +85,37 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %changelog +* Fri Sep 21 2012 Jakub Filak - 0.2.2-1 +- Lazy initialization of directory source +- Don't utilize CPU for 99% +- Code refactorization +- Add translation from the ABRT project +- Properly log exceptions +- Delete directory problems marked as invalid after refresh in inotify handler +- Declare directory problems deleted if its directory doesn't exist +- Fix indentation bug in icon look up algorithm +- Add --verbose command line argument +- Add directory name to error messages + +* Mon Sep 17 2012 Jakub Filak - 0.2.1-4 +- Fix a problem with desktop items without icons +- A bit better handling of uncaght exceptions + +* Mon Sep 17 2012 Jakub Filak - 0.2.1-3 +- Add cs and et translations + +* Fri Sep 14 2012 Jakub Filak - 0.2.1-2 +- Fixed problem with selection of problem after start up +- Corrected application icon look up algorithm +- Fixed problem with missing problems directory + +* Fri Sep 14 2012 Jakub Filak - 0.2.1-1 +- Detail button replaced by list of reported_to links +- Improved look (margins, icons, wider window by default) +- Implemented multiple delete +- Changed window tiple +- Double click and keyboard shortcuts + * Thu Sep 06 2012 Jakub Filak - 0.2-9 - Remove noarch because of binary wrappers - Added support for adjusting libreport preferences diff --git a/sources b/sources index cc79fb7..e716eda 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1fde568e3643b60d9cbee9345df01a4c gnome-abrt-0.2.tar.gz +e55f0528c758ec436d67cf212ee08b62 gnome-abrt-0.2.2.tar.gz