rpms/abrt/F-12 .cvsignore, 1.18, 1.19 abrt.spec, 1.24, 1.25 sources, 1.19, 1.20

Jiří Moskovčák jmoskovc at fedoraproject.org
Sat Jan 30 15:39:09 UTC 2010


Author: jmoskovc

Update of /cvs/extras/rpms/abrt/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25798

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



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/abrt/F-12/.cvsignore,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -p -r1.18 -r1.19
--- .cvsignore	22 Jan 2010 15:05:23 -0000	1.18
+++ .cvsignore	30 Jan 2010 15:39:09 -0000	1.19
@@ -1 +1 @@
-abrt-1.0.4.tar.gz
+abrt-1.0.5.tar.gz


Index: abrt.spec
===================================================================
RCS file: /cvs/extras/rpms/abrt/F-12/abrt.spec,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -p -r1.24 -r1.25
--- abrt.spec	22 Jan 2010 15:05:23 -0000	1.24
+++ abrt.spec	30 Jan 2010 15:39:09 -0000	1.25
@@ -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.5
 Release: 1%{?dist}
 License: GPLv2+
 Group: Applications/System
@@ -277,6 +277,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}
@@ -402,6 +403,27 @@ fi
 %defattr(-,root,root,-)
 
 %changelog
+* 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 (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/F-12/sources,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -p -r1.19 -r1.20
--- sources	22 Jan 2010 15:05:23 -0000	1.19
+++ sources	30 Jan 2010 15:39:09 -0000	1.20
@@ -1 +1 @@
-4f345ad766f8d43125faf73dad3e997f  abrt-1.0.4.tar.gz
+0a34ad1c30771d52e6327d1d84b9ceda  abrt-1.0.5.tar.gz



More information about the scm-commits mailing list