public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Jiri Moskovcak <jmoskovc@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/abrt] update-2.17.8: New upstream release 2.0.13
Date: Mon, 03 Aug 2026 10:22:26 GMT	[thread overview]
Message-ID: <178575254681.1.1914767757596027031.rpms-abrt-fe8504368379@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/abrt
Branch : update-2.17.8
Commit : fe8504368379a3c6dd828db04809fee9ca20412f
Author : Jiri Moskovcak <jmoskovc@redhat.com>
Date   : 2012-09-21T16:35:55+02:00
Stats  : +23/-12 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/abrt/c/fe8504368379a3c6dd828db04809fee9ca20412f?branch=update-2.17.8

Log:
New upstream release 2.0.13

---
diff --git a/.gitignore b/.gitignore
index b31a5eb..c8f82d7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,3 +13,4 @@ abrt-1.1.13.tar.gz
 /abrt-2.0.10.tar.gz
 /abrt-2.0.11.tar.gz
 /abrt-2.0.12.tar.gz
+/abrt-2.0.13.tar.gz

diff --git a/abrt.spec b/abrt.spec
index d2ddaa2..9e7a82a 100644
--- a/abrt.spec
+++ b/abrt.spec
@@ -17,20 +17,22 @@
 %endif
 
 %if 0%{?rhel} >= 6
-%define vendor redhat
+%define desktopvendor redhat
 %else
-%define vendor fedora
+%define desktopvendor fedora
 %endif
 
 Summary: Automatic bug detection and reporting tool
 Name: abrt
-Version: 2.0.12
+Version: 2.0.13
 Release: 1%{?dist}
 License: GPLv2+
 Group: Applications/System
 URL: https://fedorahosted.org/abrt/
 Source: https://fedorahosted.org/released/%{name}/%{name}-%{version}.tar.gz
 Source1: abrt1_to_abrt2
+# don't remove this patch, packages in rawhide are not signed!
+Patch1: disable_gpg_check.patch
 BuildRequires: dbus-devel
 BuildRequires: gtk3-devel
 BuildRequires: rpm-devel >= 4.6
@@ -45,7 +47,7 @@ BuildRequires: libtool
 BuildRequires: nss-devel
 BuildRequires: asciidoc
 BuildRequires: xmlto
-BuildRequires: libreport-devel >= 2.0.13-1
+BuildRequires: libreport-devel >= 2.0.14-1
 BuildRequires: btparser-devel
 
 %if %{with systemd}
@@ -62,8 +64,8 @@ Obsoletes: abrt-plugin-sosreport > 0.0.1
 
 %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.
-It uses plugin system to extend its functionality.
+to create a bug report with all information needed by maintainer to fix it.
+It uses  plugin system to extend its functionality.
 
 %package libs
 Summary: Libraries for %{name}
@@ -157,7 +159,7 @@ Obsoletes: libreport-plugin-bodhi > 0.0.1
 Provides: libreport-plugin-bodhi
 
 %description plugin-bodhi
-Search for a new updates in bodhi server
+Search for a new updates in bodhi server.
 
 %package addon-python
 Summary: %{name}'s addon for catching and analyzing Python exceptions
@@ -176,8 +178,8 @@ Summary: %{name}'s command line interface
 Group: User Interface/Desktops
 
 %description tui
-This package contains simple command line client for processing abrt reports in
-command line environment
+This package contains a simple command line client for processing abrt reports in
+command line environment.
 
 %package cli
 Summary: Virtual package to install all necessary packages for usage from command line environment
@@ -239,6 +241,7 @@ uses PolicyKit to authorize to access the problem data.
 %patch0 -p1 -b .rhel_gpg
 %endif
 #Fedora
+%patch1 -p1 -b .gpgcheck
 
 %build
 autoconf
@@ -260,7 +263,7 @@ mkdir -p $RPM_BUILD_ROOT/var/spool/abrt-upload
 
 desktop-file-install \
         --dir ${RPM_BUILD_ROOT}%{_datadir}/applications \
-        --vendor %{vendor} \
+        --vendor %{desktopvendor} \
         --delete-original \
         ${RPM_BUILD_ROOT}%{_datadir}/applications/%{name}.desktop
 
@@ -514,7 +517,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_bindir}/abrt-gui
 %dir %{_datadir}/%{name}
 # all glade, gtkbuilder and py files for gui
-%{_datadir}/applications/%{vendor}-%{name}.desktop
+%{_datadir}/applications/%{desktopvendor}-%{name}.desktop
 %{_datadir}/icons/hicolor/*/apps/*
 %{_datadir}/icons/hicolor/*/status/*
 %{_datadir}/%{name}/icons/hicolor/*/status/*
@@ -541,11 +544,13 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_bindir}/abrt-action-generate-core-backtrace
 %{_bindir}/abrt-action-analyze-backtrace
 %{_bindir}/abrt-action-list-dsos
+%{_bindir}/abrt-action-perform-ccpp-analysis
 %{_bindir}/abrt-dedup-client
 %{_sbindir}/abrt-install-ccpp-hook
 %{_sysconfdir}/libreport/events.d/ccpp_event.conf
 %{_sysconfdir}/libreport/events.d/gconf_event.conf
 %{_sysconfdir}/libreport/events.d/vimrc_event.conf
+%{_sysconfdir}/libreport/events/analyze_CCpp.xml
 %{_sysconfdir}/libreport/events/analyze_LocalGDB.xml
 %{_sysconfdir}/libreport/events/collect_xsession_errors.xml
 %{_sysconfdir}/libreport/events/collect_Smolt.xml
@@ -577,6 +582,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %endif
 %{_bindir}/abrt-dump-oops
 %{_bindir}/abrt-action-analyze-oops
+%{_bindir}/abrt-action-save-kernel-data
 %{_mandir}/man1/abrt-action-analyze-oops.1*
 
 %files addon-xorg
@@ -636,8 +642,12 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %config(noreplace) %{_sysconfdir}/dbus-1/system.d/dbus-abrt.conf
 %{_datadir}/dbus-1/system-services/org.freedesktop.problems.service
 %{_datadir}/polkit-1/actions/abrt_polkit.policy
+%config(noreplace) %{_sysconfdir}/libreport/events.d/dbus_event.conf
 
 %changelog
+* Fri Sep 21 2012 Jiri Moskovcak <jmoskovc@redhat.com> 2.0.13-1
+-
+
 * Tue Aug 21 2012 Jakub Filak <jfilak@redhat.com> 2.0.12-1
 - move abrtd.pid to /var/run/abrt/abrtd.pid
 - abrt-harvest-vmcore: add CopyVMcore config option to copy vmcores. Closes 448, rhbz#811733, rhbz#844679

diff --git a/sources b/sources
index 0b0969c..a21c943 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-81332aebeec1cdc59ce399429c95b349  abrt-2.0.12.tar.gz
+38d882e5a67efe80abde806188e33953  abrt-2.0.13.tar.gz

                 reply	other threads:[~2026-08-03 10:22 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=178575254681.1.1914767757596027031.rpms-abrt-fe8504368379@fedoraproject.org \
    --to=jmoskovc@redhat.com \
    --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