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
Date: Mon, 03 Aug 2026 11:02:58 GMT	[thread overview]
Message-ID: <178575497835.1.4461241550528839869.rpms-abrt-5f9fc0b99dad@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/abrt
Branch : update-2.17.9-f44
Commit : 5f9fc0b99dad81928c3d0b9d94124a7e1fac24db
Author : Jiří Moskovčák <jmoskovc@fedoraproject.org>
Date   : 2009-08-31T12:55:40+00:00
Stats  : +54/-5 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/abrt/c/5f9fc0b99dad81928c3d0b9d94124a7e1fac24db?branch=update-2.17.9-f44

Log:
New version

---
diff --git a/.cvsignore b/.cvsignore
index 5677045..a77407e 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1 +1 @@
-abrt-0.0.7.1.tar.gz
+abrt-0.0.8.tar.gz

diff --git a/abrt.spec b/abrt.spec
index 1b1258f..cd1d6e1 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.7.1
+Version: 0.0.8
 Release: 1%{?dist}
 License: GPLv2+
 Group: Applications/System
@@ -21,6 +21,8 @@ BuildRequires: libnotify-devel
 BuildRequires: xmlrpc-c-devel
 BuildRequires: file-devel
 BuildRequires: python-devel
+BuildRequires: gettext
+BuildRequires: nss-devel
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires: %{name}-libs = %{version}-%{release}
 
@@ -48,7 +50,9 @@ Development libraries and headers for %{name}.
 Summary: %{name}'s gui
 Group: User Interface/Desktops
 Requires: %{name} = %{version}-%{release}
-Requires: dbus-python, pygtk2, pygtk2-libglade
+Requires: dbus-python, pygtk2, pygtk2-libglade,gnome-python2-gnomevfs
+# only if gtk2 version < 2.17
+#Requires: python-sexy
 Provides: abrt-applet = %{version}-%{release}
 Obsoletes: abrt-applet < 0.0.5
 Conflicts: abrt-applet < 0.0.5
@@ -188,6 +192,7 @@ make %{?_smp_mflags}
 %install
 rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir}
+%find_lang %{name}
 
 #rm -rf $RPM_BUILD_ROOT/%{_libdir}/lib*.la
 #rm -rf $RPM_BUILD_ROOT/%{_libdir}/%{name}/lib*.la
@@ -221,7 +226,7 @@ fi
 
 %postun libs -p /sbin/ldconfig
 
-%files
+%files -f %{name}.lang
 %defattr(-,root,root,-)
 %doc README COPYING
 %{_sbindir}/%{name}
@@ -330,6 +335,50 @@ fi
 %defattr(-,root,root,-)
 
 %changelog
+* Wed Aug 26 2009  Jiri Moskovcak <jmoskovc@redhat.com> 0.0.8-1
+- new version
+- resolved: Bug 518420 -  ordinary user's abrt-applet shows up for root owned crashes (npajkovs)
+- GUI: added support for gettext (+part of czech translation) (jmoskovc)
+- added support for saving settings (zprikryl)
+- fixed conf: comment in the middle of the line isn't supported anymore (zprikryl)
+- BZ#518413 PATCH ... furious kerneloops reporting (aarapov)
+- GUI: added first part of support for gettext (jmoskovc)
+- add new parameter to FileTransfer plugin (dnovotny)
+- added support for updating abrt's table (zprikryl)
+- added check for cc-list and reporter. +1 is created iff reporter is somebody else and current user isn't in cc list. (zprikryl)
+- GUI: few improvements, to be more userfriendly (jmoskovc)
+- LOGGER: return valid uri of the log file on succes (jmoskovc)
+- GUI: bring the GUI up to front instead of just blinking in taskbar (trac#60, rhbz#512390) (jmoskovc)
+- Try to execute $bindir/abrt-gui, then fall back to $PATH search. Closes bug 65 (vda.linux)
+- APPLET: added popup menu (trac#37, rhbz#518386) (jmoskovc)
+- Improved report results (zprikryl)
+- Fixed sigsegv (#rhbz 518609) (zprikryl)
+- GUI: removed dependency on libsexy if gtk2 >= 2.17 (jmoskovc)
+- fixed signature check (zprikryl)
+- KerneloopsSysLog: check line length to be >= 4 before looking for "Abrt" (vda.linux)
+- Comment cannot start in the middle of the line. Comment has to start by Char # (first char in the line) (zprikryl)
+- command mailx isn't run under root anymore. (zprikryl)
+- GUI: added horizontal scrolling to report window (jmoskovc)
+- GUI: added clickable link to "after report" status window (jmoskovc)
+- added default values for abrt daemon (zprikryl)
+- Plugins/CCpp: remove trailing \n from debuginfo-install's output (vda.linux)
+- explain EnableGPGCheck option better (vda.linux)
+- mailx: correct English (vda.linux)
+- Bugzilla.conf: correct English (vda.linux)
+- GUI: nicer after report message (jmoskovc)
+- BZ plugin: removed /xmlrpc.cgi from config, made the report message more user friendly (jmoskovc)
+- CCpp plugin: do not abort if debuginfos aren't found (vda.linux)
+- abrt.spec: bump version to 0.0.7-2 (vda.linux)
+- mailx removed dangerous parameter option (zprikryl)
+- minimum timeout is 1 second (zprikryl)
+- in case of plugin error, don't delete debug dumps (zprikryl)
+- abrt-gui: fix crash when run by root (vda.linux)
+- and lot more in git log ...
+
+* Thu Aug 20 2009  Jiri Moskovcak <jmoskovc@redhat.com> 0.0.7.2-1
+- new version
+- fixed some bugs found during test day
+
 * Wed Aug 19 2009  Jiri Moskovcak <jmoskovc@redhat.com> 0.0.7.1-1
 - fixes to bugzilla plugin and gui to make the report message more user-friendly
 

diff --git a/sources b/sources
index b893d30..0bfd2b4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4ba81fa12b181c5d286f44a2890c6de3  abrt-0.0.7.1.tar.gz
+0945b2fd88a2d8acd31a171e4a65ed16  abrt-0.0.8.tar.gz

             reply	other threads:[~2026-08-03 11:02 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-08-03 11:02  [this message]
  -- strict thread matches above, loose matches on Subject: below --
2026-08-03 11:03 [rpms/abrt] update-2.17.9-f44: new version 
2026-08-03 11:03 
2026-08-03 11:03 
2026-08-03 11:03 
2026-08-03 11:03 [rpms/abrt] update-2.17.9-f44: New version 
2026-08-03 11:03 
2026-08-03 11:03 [rpms/abrt] update-2.17.9-f44: new version 
2026-08-03 11:03 [rpms/abrt] update-2.17.9-f44: New version 
2026-08-03 11:03 [rpms/abrt] update-2.17.9-f44: new version 
2026-08-03 11:03 [rpms/abrt] update-2.17.9-f44: New version 
2026-08-03 11:03 [rpms/abrt] update-2.17.9-f44: new version 
2026-08-03 11:02 
2026-08-03 11:02 

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=178575497835.1.4461241550528839869.rpms-abrt-5f9fc0b99dad@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