rpms/abrt/F-12 .cvsignore, 1.12, 1.13 abrt.spec, 1.17, 1.18 sources, 1.13, 1.14

Jiří Moskovčák jmoskovc at fedoraproject.org
Tue Nov 3 17:35:59 UTC 2009


Author: jmoskovc

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

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.12
retrieving revision 1.13
diff -u -p -r1.12 -r1.13
--- .cvsignore	16 Oct 2009 10:29:30 -0000	1.12
+++ .cvsignore	3 Nov 2009 17:35:59 -0000	1.13
@@ -1 +1 @@
-abrt-0.0.10.tar.gz
+abrt-0.0.11.tar.gz


Index: abrt.spec
===================================================================
RCS file: /cvs/extras/rpms/abrt/F-12/abrt.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -p -r1.17 -r1.18
--- abrt.spec	16 Oct 2009 10:29:30 -0000	1.17
+++ abrt.spec	3 Nov 2009 17:35:59 -0000	1.18
@@ -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.10
+Version: 0.0.11
 Release: 1%{?dist}
 License: GPLv2+
 Group: Applications/System
@@ -68,7 +68,9 @@ GTK+ wizard for convenient bug reporting
 %package addon-ccpp
 Summary: %{name}'s C/C++ addon
 Group: System Environment/Libraries
-Requires: gdb
+Requires: gdb >= 7.0-3
+Requires: elfutils
+Requires: yum-utils
 Requires: %{name} = %{version}-%{release}
 
 %description addon-ccpp
@@ -148,6 +150,14 @@ Requires: %{name} = %{version}-%{release
 %description plugin-bugzilla
 Plugin to report bugs into the bugzilla.
 
+%package plugin-catcut
+Summary: %{name}'s catcut plugin
+Group: System Environment/Libraries
+Requires: %{name} = %{version}-%{release}
+
+%description plugin-catcut
+Plugin to report bugs into the catcut.
+
 %package plugin-ticketuploader
 Summary: %{name}'s ticketuploader plugin
 Group: System Environment/Libraries
@@ -186,8 +196,9 @@ the sockets.
 Summary: Virtual package to install all necessary packages for usage from desktop environment
 Group: User Interface/Desktops
 Requires: %{name} = %{version}-%{release}
-Requires: %{name}-plugin-sqlite3, %{name}-plugin-bugzilla
-Requires: %{name}-gui, %{name}-addon-kerneloops
+Requires: %{name}-plugin-sqlite3, %{name}-plugin-bugzilla, %{name}-plugin-logger
+Requires: %{name}-gui
+Requires: %{name}-addon-kerneloops
 Requires: %{name}-addon-ccpp, %{name}-addon-python
 
 %description desktop
@@ -214,10 +225,14 @@ find $RPM_BUILD_ROOT -name '*.la' -or -n
 mkdir -p ${RPM_BUILD_ROOT}/%{_initrddir}
 install -m 755 %SOURCE1 ${RPM_BUILD_ROOT}/%{_initrddir}/abrtd
 mkdir -p $RPM_BUILD_ROOT/var/cache/%{name}
+mkdir -p $RPM_BUILD_ROOT/var/cache/%{name}-di
+mkdir -p $RPM_BUILD_ROOT/var/run/%{name}
 
 desktop-file-install \
         --dir ${RPM_BUILD_ROOT}%{_datadir}/applications \
-        src/Gui/%{name}.desktop
+        --vendor fedora \
+        --delete-original \
+        ${RPM_BUILD_ROOT}%{_datadir}/applications/%{name}.desktop
 
 desktop-file-install \
         --dir ${RPM_BUILD_ROOT}%{_sysconfdir}/xdg/autostart \
@@ -239,14 +254,22 @@ fi
 
 %postun libs -p /sbin/ldconfig
 
+%posttrans
+if [ "$1" -eq "0" ]; then
+    service %{name}d condrestart >/dev/null 2>&1 || :
+fi
+
 %files -f %{name}.lang
 %defattr(-,root,root,-)
 %doc README COPYING
 %{_sbindir}/%{name}d
+%{_bindir}/%{name}-debuginfo-install
 %config(noreplace) %{_sysconfdir}/%{name}/%{name}.conf
 %config(noreplace) %{_sysconfdir}/dbus-1/system.d/dbus-%{name}.conf
 %{_initrddir}/%{name}d
 %dir /var/cache/%{name}
+%dir /var/cache/%{name}-di
+%dir /var/run/%{name}
 %dir %{_sysconfdir}/%{name}
 %dir %{_sysconfdir}/%{name}/plugins
 %dir %{_libdir}/%{name}
@@ -269,7 +292,8 @@ fi
 %defattr(-,root,root,-)
 %{_bindir}/%{name}-gui
 %{_datadir}/%{name}
-%{_datadir}/applications/%{name}.desktop
+%{_datadir}/applications/fedora-%{name}.desktop
+%{_datadir}/pixmaps/abrt.png
 %{_bindir}/%{name}-applet
 %{_sysconfdir}/xdg/autostart/%{name}-applet.desktop
 
@@ -330,6 +354,13 @@ fi
 %{_libdir}/%{name}/Bugzilla.GTKBuilder
 %{_mandir}/man7/%{name}-Bugzilla.7.gz
 
+%files plugin-catcut
+%defattr(-,root,root,-)
+%config(noreplace) %{_sysconfdir}/%{name}/plugins/Catcut.conf
+%{_libdir}/%{name}/libCatcut.so*
+%{_libdir}/%{name}/Catcut.GTKBuilder
+#%{_mandir}/man7/%{name}-Catcut.7.gz
+
 %files plugin-ticketuploader
 %defattr(-,root,root,-)
 %config(noreplace) %{_sysconfdir}/%{name}/plugins/TicketUploader.conf
@@ -345,6 +376,7 @@ fi
 
 %files addon-python
 %defattr(-,root,root,-)
+%{_bindir}/%{name}-pyhook-helper
 %config(noreplace) %{_sysconfdir}/%{name}/pyhook.conf
 %{python_sitearch}/ABRTUtils.so
 %{_libdir}/%{name}/libPython.so*
@@ -353,11 +385,37 @@ fi
 %files cli
 %defattr(-,root,root,-)
 %{_bindir}/abrt-cli
+%{_mandir}/man1/abrt-cli.1.gz
+%{_sysconfdir}/bash_completion.d/abrt-cli.bash
 
 %files desktop
 %defattr(-,root,root,-)
 
 %changelog
+* Mon Nov  2 2009  Jiri Moskovcak <jmoskovc at redhat.com> 0.0.11-1
+- re-enabled kerneloops
+- abrt-debuginfo-install: download packages one-by-one - better logging (vda.linux at googlemail.com)
+- do not report empty fields (vda.linux at googlemail.com)
+- Added abrt.png, fixed rhbz#531181 (jmoskovc at redhat.com)
+- added option DebugInfoCacheMB to limit size of unpacked debuginfos (vda.linux at googlemail.com)
+- fixed the problem with overwriting the default plugin settings (jmoskovc at redhat.com)
+- disabled kerneloops in config file (jmoskovc at redhat.com)
+- added dependency to gdb >= 7.0 (jmoskovc at redhat.com)
+- better format of report text (vda.linux at googlemail.com)
+- Python backtrace size limited to 1 MB (kklic at redhat.com)
+- lib/Plugins/Bugzilla: better message at login failure (vda.linux at googlemail.com)
+- build fixes, added plugin-logger to abrt-desktop (jmoskovc at redhat.com)
+- blacklisted nspluginwrapper, because it causes too many useless reports (jmoskovc at redhat.com)
+- GUI: Wrong settings window is not shown behind the reporter dialog rhbz#531119 (jmoskovc at redhat.com)
+- Normal user can see kerneloops and report it Bugzilla memory leaks fix (npajkovs at redhat.com)
+- dumpoops: add -s option to dump results to stdout (vda.linux at googlemail.com)
+- removed kerneloops from abrt-desktop rhbz#528395 (jmoskovc at redhat.com)
+- GUI: fixed exception when enabling plugin rhbz#530495 (jmoskovc at redhat.com)
+- Improved abrt-cli (kklic at redhat.com)
+- Added backtrace rating to CCpp analyzer (dnovotny at redhat.com)
+- GUI improvements (jmoskovc at redhat.com)
+- Added abrt-pyhook-helper (kklic at redhat.com)
+
 * Thu Oct 15 2009  Jiri Moskovcak <jmoskovc at redhat.com> 0.0.10-1
 - new version
 - added more logging (vda.linux at googlemail.com)


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/abrt/F-12/sources,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -p -r1.13 -r1.14
--- sources	16 Oct 2009 10:29:30 -0000	1.13
+++ sources	3 Nov 2009 17:35:59 -0000	1.14
@@ -1 +1 @@
-64e6a3a8516870b1e9bbd59b0d6e112b  abrt-0.0.10.tar.gz
+49a85b0eb8c1daff67028015ede70ee9  abrt-0.0.11.tar.gz




More information about the fedora-extras-commits mailing list