rpms/abrt/devel .cvsignore, 1.11, 1.12 abrt.spec, 1.16, 1.17 sources, 1.12, 1.13

Jiří Moskovčák jmoskovc at fedoraproject.org
Fri Oct 16 15:59:47 UTC 2009


Author: jmoskovc

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

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



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/abrt/devel/.cvsignore,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -p -r1.11 -r1.12
--- .cvsignore	22 Sep 2009 10:11:54 -0000	1.11
+++ .cvsignore	16 Oct 2009 15:59:46 -0000	1.12
@@ -1 +1 @@
-abrt-0.0.9.tar.gz
+abrt-0.0.10.tar.gz


Index: abrt.spec
===================================================================
RCS file: /cvs/extras/rpms/abrt/devel/abrt.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -p -r1.16 -r1.17
--- abrt.spec	24 Sep 2009 08:55:19 -0000	1.16
+++ abrt.spec	16 Oct 2009 15:59:46 -0000	1.17
@@ -3,8 +3,8 @@
 %{!?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.9
-Release: 2%{?dist}
+Version: 0.0.10
+Release: 1%{?dist}
 License: GPLv2+
 Group: Applications/System
 URL: https://fedorahosted.org/abrt/
@@ -24,6 +24,7 @@ BuildRequires: python-devel
 BuildRequires: gettext
 BuildRequires: nss-devel
 BuildRequires: polkit-devel
+BuildRequires: libzip-devel, libtar-devel, bzip2-devel, zlib-devel
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires: %{name}-libs = %{version}-%{release}
 
@@ -51,7 +52,8 @@ Development libraries and headers for %{
 Summary: %{name}'s gui
 Group: User Interface/Desktops
 Requires: %{name} = %{version}-%{release}
-Requires: dbus-python, pygtk2, pygtk2-libglade,gnome-python2-gnomevfs
+Requires: dbus-python, pygtk2, pygtk2-libglade,
+Requires: gnome-python2-gnomevfs, gnome-python2-gnomekeyring
 # only if gtk2 version < 2.17
 #Requires: python-sexy
 Provides: abrt-applet = %{version}-%{release}
@@ -248,10 +250,12 @@ fi
 %dir %{_sysconfdir}/%{name}
 %dir %{_sysconfdir}/%{name}/plugins
 %dir %{_libdir}/%{name}
-%{_mandir}/man8/%{name}.8.gz
+%{_mandir}/man8/abrtd.8.gz
 %{_mandir}/man5/%{name}.conf.5.gz
+%{_mandir}/man5/pyhook.conf.5.gz
 %{_mandir}/man7/%{name}-plugins.7.gz
 %{_datadir}/polkit-1/actions/org.fedoraproject.abrt.policy
+%{_datadir}/dbus-1/system-services/com.redhat.abrt.service
 
 %files libs
 %defattr(-,root,root,-)
@@ -354,7 +358,31 @@ fi
 %defattr(-,root,root,-)
 
 %changelog
-* Wed Sep 23 2009  jiri Moskovcak <jmoskovc at redhat.com> 0.0.9-2
+* Thu Oct 15 2009  Jiri Moskovcak <jmoskovc at redhat.com> 0.0.10-1
+- new version
+- added more logging (vda.linux at googlemail.com)
+- made polkit policy to be more permissive when installing debuginfo (jmoskovc at redhat.com)
+- lib/Plugins/CCpp.cpp: add build-ids to backtrace (vda.linux at googlemail.com)
+- lib/Plugins/CCpp.cpp: do not use temp file for gdb commands - use -ex CMD instead (vda.linux at googlemail.com)
+- GUI: added refresh button, added sanity check to plugin settings (jmoskovc at redhat.com)
+- Initial man page for abrt-cli (kklic at redhat.com)
+- Added --version, -V, --help, -? options. Fixed crash caused by unknown option. (kklic at redhat.com)
+- Date/time honors current system locale (kklic at redhat.com)
+- fixed saving/reading user config (jmoskovc at redhat.com)
+- SPEC: added gnome-python2-gnomekeyring to requirements (jmoskovc at redhat.com)
+- GUI: call Report() with the latest pluginsettings (jmoskovc at redhat.com)
+- Fix Bug 526220 -  [abrt] crash detected in abrt-gui-0.0.9-2.fc12 (vda.linux at googlemail.com)
+- removed unsecure reading/writting from ~HOME directory rhbz#522878 (jmoskovc at redhat.com)
+- error checking added to archive creation (danny at rawhide.localdomain)
+- try using pk-debuginfo-install before falling back to debuginfo-install (vda.linux at googlemail.com)
+- abrt-gui: make "report" toolbar button work even if abrtd is not running (vda.linux at googlemail.com)
+- set LIMIT_MESSAGE to 16k, typo fix and daemon now reads config information from dbus (npajkovs at redhat.com)
+- add support for abrtd autostart (vda.linux at googlemail.com)
+- GUI: reversed the dumplist, so the latest crashes are at the top (jmoskovc at redhat.com)
+- rewrite FileTransfer to use library calls instead of commandline calls for compression (dnovotny at redhat.com)
+- and many minor fixes ..
+
+* Wed Sep 23 2009  Jiri Moskovcak <jmoskovc at redhat.com> 0.0.9-2
 - added bug-buddy to provides rhbz#524934
 
 * Tue Sep 22 2009  Jiri Moskovcak <jmoskovc at redhat.com> 0.0.9-1


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/abrt/devel/sources,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -p -r1.12 -r1.13
--- sources	22 Sep 2009 10:11:54 -0000	1.12
+++ sources	16 Oct 2009 15:59:46 -0000	1.13
@@ -1 +1 @@
-2d668c6d53564c05b8266eadff90f2c6  abrt-0.0.9.tar.gz
+67413b750a39605954b73a3e044c0666  abrt-0.0.10.tar.gz




More information about the fedora-extras-commits mailing list