public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Denys Vlasenko <vda@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/abrt] update-2.17.9-f44: Updated to version 0.0.6
Date: Mon, 03 Aug 2026 11:02:56 GMT [thread overview]
Message-ID: <178575497602.1.7380778333753427306.rpms-abrt-91d57acc60f9@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/abrt
Branch : update-2.17.9-f44
Commit : 91d57acc60f9b3c29e28b86e737308a79f9e90fc
Author : Denys Vlasenko <vda@fedoraproject.org>
Date : 2009-08-17T15:41:27+00:00
Stats : +53/-36 in 4 file(s)
URL : https://src.fedoraproject.org/rpms/abrt/c/91d57acc60f9b3c29e28b86e737308a79f9e90fc?branch=update-2.17.9-f44
Log:
Updated to version 0.0.6
---
diff --git a/.cvsignore b/.cvsignore
index 7e8fa64..603eeef 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1 +1 @@
-abrt-0.0.4.tar.gz
+abrt-0.0.6.tar.gz
diff --git a/abrt-0.0.1-newenum.patch b/abrt-0.0.1-newenum.patch
deleted file mode 100644
index b5a2123..0000000
--- a/abrt-0.0.1-newenum.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -ru abrt-0.0.1.orig/lib/MiddleWare/RPMInfo.cpp abrt-0.0.1/lib/MiddleWare/RPMInfo.cpp
---- abrt-0.0.1.orig/lib/MiddleWare/RPMInfo.cpp 2009-03-03 16:17:40.000000000 +0000
-+++ abrt-0.0.1/lib/MiddleWare/RPMInfo.cpp 2009-03-08 15:18:54.000000000 +0000
-@@ -72,7 +72,7 @@
- Header header;
- if ((header = rpmdbNextIterator(iter)) != NULL)
- {
-- rpmfi fi = rpmfiNew(ts, header, RPMTAG_BASENAMES, 0);
-+ rpmfi fi = rpmfiNew(ts, header, RPMTAG_BASENAMES, RPMFI_NOHEADER);
- pgpHashAlgo hashAlgo;
- std::string headerHash;
- char computedHash[1024] = "";
diff --git a/abrt.spec b/abrt.spec
index 98b08f8..773a7ef 100644
--- a/abrt.spec
+++ b/abrt.spec
@@ -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.4
-Release: 4%{?dist}
+Version: 0.0.6
+Release: 1%{?dist}
License: GPLv2+
Group: Applications/System
URL: https://fedorahosted.org/abrt/
@@ -24,8 +24,8 @@ BuildRequires: python-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
%description
-%{name} is a tool to help users to detect defects in applications and
-to create a bug report with all informations needed by maintainer to fix it.
+%{name} is a tool to help users to detect defects in applications and
+to create a bug report with all informations needed by maintainer to fix it.
It uses plugin system to extend its functionality.
%package libs
@@ -43,21 +43,11 @@ Requires: %{name}-libs = %{version}-%{release}
%description devel
Development libraries and headers for %{name}.
-%package applet
-Summary: %{name}'s applet
-Group: User Interface/Desktops
-Requires: %{name} = %{version}-%{release}
-Requires: %{name}-gui
-
-%description applet
-Simple systray applet to notify user about new events detected by %{name}
-daemon.
-
%package gui
Summary: %{name}'s gui
Group: User Interface/Desktops
Requires: %{name} = %{version}-%{release}
-Requires: dbus-python, rhpl, pygtk2, pygtk2-libglade
+Requires: dbus-python, pygtk2, pygtk2-libglade
%description gui
GTK+ wizard for convenient bug reporting.
@@ -69,7 +59,7 @@ Requires: gdb
Requires: %{name} = %{version}-%{release}
%description addon-ccpp
-This package contains hook for C/C++ crashed programs and %{name}'s C/C++
+This package contains hook for C/C++ crashed programs and %{name}'s C/C++
analyzer plugin.
%package addon-kerneloops
@@ -99,7 +89,7 @@ Group: System Environment/Libraries
Requires: %{name} = %{version}-%{release}
%description plugin-sqlite3
-This package contains SQLite3 database plugin. It is used for storing the data
+This package contains SQLite3 database plugin. It is used for storing the data
required for creating a bug report.
%package plugin-logger
@@ -118,7 +108,7 @@ Requires: mailx
%description plugin-mailx
The simple reporter plugin, which sends a report via mailx to a specified
-email.
+email.
%package plugin-runapp
Summary: %{name}'s runapp plugin
@@ -128,6 +118,15 @@ Requires: %{name} = %{version}-%{release}
%description plugin-runapp
Plugin to run external programs.
+%package plugin-sosreport
+Summary: %{name}'s sosreport plugin
+Group: System Environment/Libraries
+Requires: sos
+Requires: %{name} = %{version}-%{release}
+
+%description plugin-sosreport
+Plugin to include an sosreport in an abrt report.
+
%package plugin-bugzilla
Summary: %{name}'s bugzilla plugin
Group: System Environment/Libraries
@@ -162,6 +161,17 @@ Requires: %{name} = %{version}-%{release}
This package contains simple command line client for controling abrt daemon over
the sockets.
+%package desktop
+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}-addon-ccpp, %{name}-addon-python
+
+%description desktop
+Virtual package to make easy default instalation on desktop environments.
+
%prep
%setup -q
@@ -186,6 +196,11 @@ mkdir -p $RPM_BUILD_ROOT/var/cache/%{name}
desktop-file-install \
--dir ${RPM_BUILD_ROOT}%{_datadir}/applications \
src/Gui/%{name}.desktop
+
+desktop-file-install \
+ --dir ${RPM_BUILD_ROOT}%{_sysconfdir}/xdg/autostart \
+ src/Applet/%{name}-applet.desktop
+
%clean
rm -rf $RPM_BUILD_ROOT
@@ -225,15 +240,13 @@ fi
%defattr(-,root,root,-)
%{_libdir}/lib*.so
-%files applet
-%defattr(-,root,root,-)
-%{_bindir}/%{name}-applet
-
%files gui
%defattr(-,root,root,-)
%{_bindir}/%{name}-gui
%{_datadir}/%{name}
%{_datadir}/applications/%{name}.desktop
+%{_bindir}/%{name}-applet
+%{_sysconfdir}/xdg/autostart/%{name}-applet.desktop
%files addon-ccpp
%defattr(-,root,root,-)
@@ -244,6 +257,7 @@ fi
%files addon-kerneloops
%defattr(-,root,root,-)
%config(noreplace) %{_sysconfdir}/%{name}/plugins/KerneloopsScanner.conf
+%{_bindir}/dumpoops
%{_libdir}/%{name}/libKerneloops.so*
%{_libdir}/%{name}/libKerneloopsScanner.so*
%{_mandir}/man7/%{name}-KerneloopsScanner.7.gz
@@ -252,6 +266,7 @@ fi
%defattr(-,root,root,-)
%config(noreplace) %{_sysconfdir}/%{name}/plugins/KerneloopsReporter.conf
%{_libdir}/%{name}/libKerneloopsReporter.so*
+%{_libdir}/%{name}/KerneloopsReporter.GTKBuilder
%{_mandir}/man7/%{name}-KerneloopsReporter.7.gz
%files plugin-sqlite3
@@ -264,12 +279,14 @@ fi
%defattr(-,root,root,-)
%config(noreplace) %{_sysconfdir}/%{name}/plugins/Logger.conf
%{_libdir}/%{name}/libLogger.so*
+%{_libdir}/%{name}/Logger.GTKBuilder
%{_mandir}/man7/%{name}-Logger.7.gz
%files plugin-mailx
%defattr(-,root,root,-)
%config(noreplace) %{_sysconfdir}/%{name}/plugins/Mailx.conf
%{_libdir}/%{name}/libMailx.so*
+%{_libdir}/%{name}/Mailx.GTKBuilder
%{_mandir}/man7/%{name}-Mailx.7.gz
%files plugin-runapp
@@ -277,10 +294,15 @@ fi
%{_libdir}/%{name}/libRunApp.so*
%{_mandir}/man7/%{name}-RunApp.7.gz
+%files plugin-sosreport
+%defattr(-,root,root,-)
+%{_libdir}/%{name}/libSOSreport.so*
+
%files plugin-bugzilla
%defattr(-,root,root,-)
%config(noreplace) %{_sysconfdir}/%{name}/plugins/Bugzilla.conf
%{_libdir}/%{name}/libBugzilla.so*
+%{_libdir}/%{name}/Bugzilla.GTKBuilder
%{_mandir}/man7/%{name}-Bugzilla.7.gz
%files plugin-filetransfer
@@ -300,7 +322,14 @@ fi
%defattr(-,root,root,-)
%{_bindir}/abrt-cli
+%files desktop
+%defattr(-,root,root,-)
+
%changelog
+* Mon Aug 17 2009 Denys Vlasenko <dvlasenk@redhat.com> 0.0.6-1
+- new version
+- many fixes
+
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.4-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
diff --git a/sources b/sources
index 1f53e23..87f69e0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-630cecef41f67558173486e51236129a abrt-0.0.4.tar.gz
+0c7760cb88a2719087846190faf370c6 abrt-0.0.6.tar.gz
reply other threads:[~2026-08-03 11:02 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178575497602.1.7380778333753427306.rpms-abrt-91d57acc60f9@fedoraproject.org \
--to=vda@fedoraproject.org \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox