rpms/abrt/devel .cvsignore, 1.15, 1.16 abrt.spec, 1.21, 1.22 sources, 1.16, 1.17

Jiří Moskovčák jmoskovc at fedoraproject.org
Wed Feb 3 14:57:00 UTC 2010


Author: jmoskovc

Update of /cvs/extras/rpms/abrt/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1789

Modified Files:
	.cvsignore abrt.spec sources 
Log Message:
New version



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/abrt/devel/.cvsignore,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -p -r1.15 -r1.16
--- .cvsignore	22 Jan 2010 14:53:30 -0000	1.15
+++ .cvsignore	3 Feb 2010 14:56:59 -0000	1.16
@@ -1 +1 @@
-abrt-1.0.4.tar.gz
+abrt-1.0.6.tar.gz


Index: abrt.spec
===================================================================
RCS file: /cvs/extras/rpms/abrt/devel/abrt.spec,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -p -r1.21 -r1.22
--- abrt.spec	22 Jan 2010 14:53:31 -0000	1.21
+++ abrt.spec	3 Feb 2010 14:56:59 -0000	1.22
@@ -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: 1.0.4
+Version: 1.0.6
 Release: 1%{?dist}
 License: GPLv2+
 Group: Applications/System
@@ -176,16 +176,19 @@ Group: System Environment/Libraries
 Requires: %{name} = %{version}-%{release}
 
 %description addon-python
-This package contains python hook and python analyzer plugin for hadnling
+This package contains python hook and python analyzer plugin for handling
 uncaught exception in python programs.
 
 %package cli
 Summary: %{name}'s command line interface
 Group: User Interface/Desktops
 Requires: %{name} = %{version}-%{release}
+Requires: %{name}-addon-kerneloops
+Requires: %{name}-addon-ccpp, %{name}-addon-python
+Requires: %{name}-plugin-bugzilla, %{name}-plugin-logger, %{name}-plugin-runapp
 
 %description cli
-This package contains simple command line client for controling abrt daemon over
+This package contains simple command line client for controlling abrt daemon over
 the sockets.
 
 %package desktop
@@ -208,7 +211,7 @@ Obsoletes: bug-buddy
 Provides: bug-buddy
 
 %description desktop
-Virtual package to make easy default instalation on desktop environments.
+Virtual package to make easy default installation on desktop environments.
 
 %prep
 %setup -q
@@ -277,6 +280,7 @@ fi
 %{_bindir}/%{name}-debuginfo-install
 %{_bindir}/%{name}-backtrace
 %config(noreplace) %{_sysconfdir}/%{name}/%{name}.conf
+%config(noreplace) %{_sysconfdir}/%{name}/gpg_keys
 %config(noreplace) %{_sysconfdir}/dbus-1/system.d/dbus-%{name}.conf
 %{_initrddir}/%{name}d
 %dir %attr(0755, abrt, abrt) %{_localstatedir}/cache/%{name}
@@ -355,8 +359,10 @@ fi
 
 %files plugin-sosreport
 %defattr(-,root,root,-)
+%config(noreplace) %{_sysconfdir}/%{name}/plugins/SOSreport.conf
 %{_libdir}/%{name}/libSOSreport.so*
 
+
 %files plugin-bugzilla
 %defattr(-,root,root,-)
 %config(noreplace) %{_sysconfdir}/%{name}/plugins/Bugzilla.conf
@@ -402,6 +408,43 @@ fi
 %defattr(-,root,root,-)
 
 %changelog
+* Tue Feb  2 2010  Jiri Moskovcak <jmoskovc at redhat.com> 1.0.6-1
+- print __glib_assert_msg (rhbz#549735);
+- SPEC: added some requires to abrt-cli to make it work out-of-the-box (jmoskovc at redhat.com)
+- abrt-hook-ccpp: fix rhbz#560612 "limit '18446744073709551615' is bogus" rhbz#560612(vda.linux at googlemail.com)
+- APPLET: don't show the icon when abrtd is not running rhbz#557866 (jmoskovc at redhat.com)
+- GUI: made report message labels wrap (jmoskovc at redhat.com)
+- GUI: don't die if daemon doesn't send the gpg keys (jmoskovc at redhat.com)
+- disabled the autoreporting of kerneloopses (jmoskovc at redhat.com)
+- Kerneloops: fix BZ reporting of oopses (vda.linux at googlemail.com)
+- GUI: wider report message dialog (jmoskovc at redhat.com)
+- moved the gpg key list from abrt.conf to gpg_keys file (jmoskovc at redhat.com)
+- Logger: create log file with mode 0600 (vda.linux at googlemail.com)
+- GUI: fixed the rating logic, to prevent sending BT with rating < 3 (jmoskovc at redhat.com)
+- Report GUI: made more fields copyable - closed rhbz#526209; tweaked wording (vda.linux at googlemail.com)
+- GUI: fixed bug caused by failed gk-authorization (jmoskovc at redhat.com)
+
+* Fri Jan 29 2010  Jiri Moskovcak <jmoskovc at redhat.com> 1.0.5-1
+- moved the gpg key list from abrt.conf to gpg_keys file (jmoskovc at redhat.com)
+- Logger: create log file with mode 0600 rhbz#559545 (vda.linux at googlemail.com)
+- GUI: fixed the rating logic, to prevent sending BT with rating < 3 (jmoskovc at redhat.com)
+- Report GUI: made more fields copyable - closed rhbz#526209; tweaked wording (vda.linux at googlemail.com)
+- GUI: fixed bug caused by failed gk-authorization (jmoskovc at redhat.com)
+- fix bug 559881 (kerneloops not shown in "new" GUI) (vda.linux at googlemail.com)
+- GUI ReporterDialog: hide log button (vda.linux at googlemail.com)
+- added valgrind and strace to blacklist (jmoskovc at redhat.com)
+- SOSreport: do not leave stray files in /tmp (vda.linux at googlemail.com)
+- Save the core where it belongs if ulimit -c is > 0 (jmoskovc at redhat.com)
+- reenabled gpg check (jmoskovc at redhat.com)
+- SOSreport: run it niced (vda.linux at googlemail.com)
+- report GUI: rename buttons: Log -> Show log, Send -> Send report (vda.linux at googlemail.com)
+- applet: reduce blinking timeout to 3 sec (vda.linux at googlemail.com)
+- fix dbus autostart (vda.linux at googlemail.com)
+- abrtd: set "Reported" status only if at least one reporter succeeded (vda.linux at googlemail.com)
+- SQLite3: disable newline escaping, SQLite does not handle it (vda.linux at googlemail.com)
+- SOSreport: make it avoid double runs; add forced regeneration; upd PLUGINS-HOWTO (vda.linux at googlemail.com)
+- attribute SEGVs in perl to script's package, like we already do for python (vda.linux at googlemail.com)
+
 * Wed Jan 20 2010  Jiri Moskovcak <jmoskovc at redhat.com> 1.0.4-1
 - GUI: redesign of reporter dialog (jmoskovc at redhat.com)
 - Set the prgname to "Automatic Bug Reporting Tool" fixes rhbz#550357 (jmoskovc at redhat.com)


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/abrt/devel/sources,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -p -r1.16 -r1.17
--- sources	22 Jan 2010 14:53:31 -0000	1.16
+++ sources	3 Feb 2010 14:56:59 -0000	1.17
@@ -1 +1 @@
-103e02558d7d11282a2d45f114b943ba  abrt-1.0.4.tar.gz
+dd6d64ad3aab3eedc88af843de4320cf  abrt-1.0.6.tar.gz



More information about the scm-commits mailing list