New version
This commit is contained in:
parent
12f314ad62
commit
5f9fc0b99d
@ -1 +1 @@
|
||||
abrt-0.0.7.1.tar.gz
|
||||
abrt-0.0.8.tar.gz
|
||||
|
55
abrt.spec
55
abrt.spec
@ -3,7 +3,7 @@
|
||||
%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
||||
Summary: Automatic bug detection and reporting tool
|
||||
Name: abrt
|
||||
Version: 0.0.7.1
|
||||
Version: 0.0.8
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+
|
||||
Group: Applications/System
|
||||
@ -21,6 +21,8 @@ BuildRequires: libnotify-devel
|
||||
BuildRequires: xmlrpc-c-devel
|
||||
BuildRequires: file-devel
|
||||
BuildRequires: python-devel
|
||||
BuildRequires: gettext
|
||||
BuildRequires: nss-devel
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
Requires: %{name}-libs = %{version}-%{release}
|
||||
|
||||
@ -48,7 +50,9 @@ Development libraries and headers for %{name}.
|
||||
Summary: %{name}'s gui
|
||||
Group: User Interface/Desktops
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Requires: dbus-python, pygtk2, pygtk2-libglade
|
||||
Requires: dbus-python, pygtk2, pygtk2-libglade,gnome-python2-gnomevfs
|
||||
# only if gtk2 version < 2.17
|
||||
#Requires: python-sexy
|
||||
Provides: abrt-applet = %{version}-%{release}
|
||||
Obsoletes: abrt-applet < 0.0.5
|
||||
Conflicts: abrt-applet < 0.0.5
|
||||
@ -188,6 +192,7 @@ make %{?_smp_mflags}
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
make install DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir}
|
||||
%find_lang %{name}
|
||||
|
||||
#rm -rf $RPM_BUILD_ROOT/%{_libdir}/lib*.la
|
||||
#rm -rf $RPM_BUILD_ROOT/%{_libdir}/%{name}/lib*.la
|
||||
@ -221,7 +226,7 @@ fi
|
||||
|
||||
%postun libs -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%files -f %{name}.lang
|
||||
%defattr(-,root,root,-)
|
||||
%doc README COPYING
|
||||
%{_sbindir}/%{name}
|
||||
@ -330,6 +335,50 @@ fi
|
||||
%defattr(-,root,root,-)
|
||||
|
||||
%changelog
|
||||
* Wed Aug 26 2009 Jiri Moskovcak <jmoskovc@redhat.com> 0.0.8-1
|
||||
- new version
|
||||
- resolved: Bug 518420 - ordinary user's abrt-applet shows up for root owned crashes (npajkovs)
|
||||
- GUI: added support for gettext (+part of czech translation) (jmoskovc)
|
||||
- added support for saving settings (zprikryl)
|
||||
- fixed conf: comment in the middle of the line isn't supported anymore (zprikryl)
|
||||
- BZ#518413 PATCH ... furious kerneloops reporting (aarapov)
|
||||
- GUI: added first part of support for gettext (jmoskovc)
|
||||
- add new parameter to FileTransfer plugin (dnovotny)
|
||||
- added support for updating abrt's table (zprikryl)
|
||||
- added check for cc-list and reporter. +1 is created iff reporter is somebody else and current user isn't in cc list. (zprikryl)
|
||||
- GUI: few improvements, to be more userfriendly (jmoskovc)
|
||||
- LOGGER: return valid uri of the log file on succes (jmoskovc)
|
||||
- GUI: bring the GUI up to front instead of just blinking in taskbar (trac#60, rhbz#512390) (jmoskovc)
|
||||
- Try to execute $bindir/abrt-gui, then fall back to $PATH search. Closes bug 65 (vda.linux)
|
||||
- APPLET: added popup menu (trac#37, rhbz#518386) (jmoskovc)
|
||||
- Improved report results (zprikryl)
|
||||
- Fixed sigsegv (#rhbz 518609) (zprikryl)
|
||||
- GUI: removed dependency on libsexy if gtk2 >= 2.17 (jmoskovc)
|
||||
- fixed signature check (zprikryl)
|
||||
- KerneloopsSysLog: check line length to be >= 4 before looking for "Abrt" (vda.linux)
|
||||
- Comment cannot start in the middle of the line. Comment has to start by Char # (first char in the line) (zprikryl)
|
||||
- command mailx isn't run under root anymore. (zprikryl)
|
||||
- GUI: added horizontal scrolling to report window (jmoskovc)
|
||||
- GUI: added clickable link to "after report" status window (jmoskovc)
|
||||
- added default values for abrt daemon (zprikryl)
|
||||
- Plugins/CCpp: remove trailing \n from debuginfo-install's output (vda.linux)
|
||||
- explain EnableGPGCheck option better (vda.linux)
|
||||
- mailx: correct English (vda.linux)
|
||||
- Bugzilla.conf: correct English (vda.linux)
|
||||
- GUI: nicer after report message (jmoskovc)
|
||||
- BZ plugin: removed /xmlrpc.cgi from config, made the report message more user friendly (jmoskovc)
|
||||
- CCpp plugin: do not abort if debuginfos aren't found (vda.linux)
|
||||
- abrt.spec: bump version to 0.0.7-2 (vda.linux)
|
||||
- mailx removed dangerous parameter option (zprikryl)
|
||||
- minimum timeout is 1 second (zprikryl)
|
||||
- in case of plugin error, don't delete debug dumps (zprikryl)
|
||||
- abrt-gui: fix crash when run by root (vda.linux)
|
||||
- and lot more in git log ...
|
||||
|
||||
* Thu Aug 20 2009 Jiri Moskovcak <jmoskovc@redhat.com> 0.0.7.2-1
|
||||
- new version
|
||||
- fixed some bugs found during test day
|
||||
|
||||
* Wed Aug 19 2009 Jiri Moskovcak <jmoskovc@redhat.com> 0.0.7.1-1
|
||||
- fixes to bugzilla plugin and gui to make the report message more user-friendly
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user