public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/abrt] update-2.17.9-f44: New version - 0.0.9
Date: Mon, 03 Aug 2026 11:02:59 GMT [thread overview]
Message-ID: <178575497934.1.11815357331023237894.rpms-abrt-5b2357568999@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/abrt
Branch : update-2.17.9-f44
Commit : 5b2357568999b2924335ef7c951ea3bb38ecdea5
Author : Jiří Moskovčák <jmoskovc@fedoraproject.org>
Date : 2009-09-22T10:11:54+00:00
Stats : +43/-4 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/abrt/c/5b2357568999b2924335ef7c951ea3bb38ecdea5?branch=update-2.17.9-f44
Log:
New version - 0.0.9
---
diff --git a/.cvsignore b/.cvsignore
index c12ee8b..0458ab7 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1 +1 @@
-abrt-0.0.8.5.tar.gz
+abrt-0.0.9.tar.gz
diff --git a/abrt.spec b/abrt.spec
index a5427a0..a0cae06 100644
--- a/abrt.spec
+++ b/abrt.spec
@@ -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.8.5
+Version: 0.0.9
Release: 1%{?dist}
License: GPLv2+
Group: Applications/System
@@ -11,7 +11,6 @@ URL: https://fedorahosted.org/abrt/
Source: http://jmoskovc.fedorapeople.org/%{name}-%{version}.tar.gz
Source1: abrt.init
BuildRequires: dbus-devel
-BuildRequires: dbus-c++-devel
BuildRequires: gtk2-devel
BuildRequires: curl-devel
BuildRequires: rpm-devel >= 4.6
@@ -24,6 +23,7 @@ BuildRequires: file-devel
BuildRequires: python-devel
BuildRequires: gettext
BuildRequires: nss-devel
+BuildRequires: polkit-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires: %{name}-libs = %{version}-%{release}
@@ -145,6 +145,14 @@ Requires: %{name} = %{version}-%{release}
%description plugin-bugzilla
Plugin to report bugs into the bugzilla.
+%package plugin-ticketuploader
+Summary: %{name}'s ticketuploader plugin
+Group: System Environment/Libraries
+Requires: %{name} = %{version}-%{release}
+
+%description plugin-ticketuploader
+Plugin to report bugs into anonymous FTP site associated with ticketing system.
+
%package plugin-filetransfer
Summary: %{name}'s File Transfer plugin
Group: System Environment/Libraries
@@ -242,6 +250,7 @@ fi
%{_mandir}/man8/%{name}.8.gz
%{_mandir}/man5/%{name}.conf.5.gz
%{_mandir}/man7/%{name}-plugins.7.gz
+%{_datadir}/polkit-1/actions/org.fedoraproject.abrt.policy
%files libs
%defattr(-,root,root,-)
@@ -316,6 +325,13 @@ fi
%{_libdir}/%{name}/Bugzilla.GTKBuilder
%{_mandir}/man7/%{name}-Bugzilla.7.gz
+%files plugin-ticketuploader
+%defattr(-,root,root,-)
+%config(noreplace) %{_sysconfdir}/%{name}/plugins/TicketUploader.conf
+%{_libdir}/%{name}/libTicketUploader.so*
+%{_libdir}/%{name}/TicketUploader.GTKBuilder
+%{_mandir}/man7/%{name}-TicketUploader.7.gz
+
%files plugin-filetransfer
%defattr(-,root,root,-)
%config(noreplace) %{_sysconfdir}/%{name}/plugins/FileTransfer.conf
@@ -337,6 +353,29 @@ fi
%defattr(-,root,root,-)
%changelog
+* Tue Sep 22 2009 Jiri Moskovcak <jmoskovc@redhat.com> 0.0.9-1
+- new version
+- comments and how to reproduce are stored now (npajkovs@redhat.com)
+- reduce verbosity a bit (vda.linux@googlemail.com)
+- GUI: fixed word wrap in Comment field rhbz#524349 (jmoskovc@redhat.com)
+- remove last vestives of dbus-c++ from build system (vda.linux@googlemail.com)
+- GUI: added popup menu, fixed behaviour when run with root privs (jmoskovc@redhat.com)
+- add dbus signalization when quota exceeded (npajkovs@redhat.com)
+- Added cleaning of attachment variable, so there should not be mixed attachmetn anymore. (zprikryl@redhat.com)
+- fixed closing of debug dump in case of existing backtrace (zprikryl@redhat.com)
+- remove C++ dbus glue in src/CLI; fix a bug in --report (vda.linux@googlemail.com)
+- new polkit action for installing debuginfo, default "yes" (danny@rawhide.localdomain)
+- Polkit moved to Utils (can be used both in daemon and plugins) (danny@rawhide.localdomain)
+- oops... remove stray trailing '\' (vda.linux@googlemail.com)
+- GUI: added missing tooltips (jmoskovc@redhat.com)
+- PYHOOK: ignore KeyboardInterrupt exception (jmoskovc@redhat.com)
+- added ticket uploader plugin (gavin@redhat.com) (zprikryl@redhat.com)
+- GUI: added UI for global settings (just preview, not usable!) (jmoskovc@redhat.com)
+- Add checker if bugzilla login and password are filled in. (npajkovs@redhat.com)
+- Add new config option InstallDebuginfo into CCpp.conf (npajkovs@redhat.com)
+- translation updates
+- many other fixes
+
* Fri Sep 4 2009 Jiri Moskovcak <jmoskovc@redhat.com> 0.0.8.5-1
- new version
- APPLET: added about dialog, removed popup, if icon is not visible, fixed (trac#43) (jmoskovc@redhat.com)
diff --git a/sources b/sources
index 9a230d1..b2e23fa 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a66bdfb2d95a2a7c71ac6aa56be98d5e abrt-0.0.8.5.tar.gz
+2d668c6d53564c05b8266eadff90f2c6 abrt-0.0.9.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=178575497934.1.11815357331023237894.rpms-abrt-5b2357568999@fedoraproject.org \
--to=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