rpms/abrt/F-12 .cvsignore, 1.16, 1.17 abrt.spec, 1.22, 1.23 sources, 1.17, 1.18

Jiří Moskovčák jmoskovc at fedoraproject.org
Tue Jan 5 20:42:27 UTC 2010


Author: jmoskovc

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

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.16
retrieving revision 1.17
diff -u -p -r1.16 -r1.17
--- .cvsignore	14 Dec 2009 16:26:56 -0000	1.16
+++ .cvsignore	5 Jan 2010 20:42:27 -0000	1.17
@@ -1 +1 @@
-abrt-1.0.2.tar.gz
+abrt-1.0.3.tar.gz


Index: abrt.spec
===================================================================
RCS file: /cvs/extras/rpms/abrt/F-12/abrt.spec,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -p -r1.22 -r1.23
--- abrt.spec	14 Dec 2009 16:26:56 -0000	1.22
+++ abrt.spec	5 Jan 2010 20:42:27 -0000	1.23
@@ -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.2
+Version: 1.0.3
 Release: 1%{?dist}
 License: GPLv2+
 Group: Applications/System
@@ -283,6 +283,7 @@ fi
 %dir %{_sysconfdir}/%{name}
 %dir %{_sysconfdir}/%{name}/plugins
 %dir %{_libdir}/%{name}
+%{_mandir}/man1/%{name}-backtrace.1.gz
 %{_mandir}/man8/abrtd.8.gz
 %{_mandir}/man5/%{name}.conf.5.gz
 #%{_mandir}/man5/pyhook.conf.5.gz
@@ -398,6 +399,28 @@ fi
 %defattr(-,root,root,-)
 
 %changelog
+* Tue Jan  5 2010  Jiri Moskovcak <jmoskovc at redhat.com> 1.0.3-1
+- speed optimalization of abrt-debuginfo-install (jmoskovc at redhat.com)
+- updated credits (jmoskovc at redhat.com)
+- GUI: fixed crash when abrt-gui is run without X server rhbz#552039 (jmoskovc at redhat.com)
+- abrt-backtrace manpage installed (kklic at redhat.com)
+- cmdline and daemon checking is done by abrt-python-hook (kklic at redhat.com)
+- moved get_cmdline() and daemon_is_ok() to abrtlib (kklic at redhat.com)
+- large file support for whole abrt (kklic at redhat.com)
+- made s_signal_caught volatile (vda.linux at googlemail.com)
+- abrt-debuginfo-install: fixes for runs w/o cachedir (vda.linux at googlemail.com)
+- remove unsafe log() from signal handler (vda.linux at googlemail.com)
+- src/Hooks/CCpp.cpp: use and honour 'c' (core limit size). (vda.linux at googlemail.com)
+- lib/Plugins/CCpp.cpp: save gdb error messages too (vda.linux at googlemail.com)
+- prevent destructors from throwing exceptions; check curl_easy_init errors (vda.linux at googlemail.com)
+- don't blame python for every crash in /usr/bin/python rhbz#533521 trac#109 (jmoskovc at redhat.com)
+- GUI: autoscroll log window (jmoskovc at redhat.com)
+- Kerneloops.conf: better comments (vda.linux at googlemail.com)
+- applet: reduce blinking time to 30 seconds (vda.linux at googlemail.com)
+- add paranoia checks on setuid/setgid (vda.linux at googlemail.com)
+- more "obviously correct" code for secure opening of /dev/null (vda.linux at googlemail.com)
+- get rid of ugly sleep call inside while() (vda.linux at googlemail.com)
+
 * Mon Dec 14 2009  Jiri Moskovcak <jmoskovc at redhat.com> 1.0.2-1
 - disabled GPG check again (jmoskovc at redhat.com)
 - abrt-pyhook-helper rename (vda.linux at googlemail.com)


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/abrt/F-12/sources,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -p -r1.17 -r1.18
--- sources	14 Dec 2009 16:26:56 -0000	1.17
+++ sources	5 Jan 2010 20:42:27 -0000	1.18
@@ -1 +1 @@
-755f119d24511b613b02270b51d09312  abrt-1.0.2.tar.gz
+916c302d18309caad77b3e3e8fa4bb2c  abrt-1.0.3.tar.gz




More information about the fedora-extras-commits mailing list