public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Jakub Filak <jfilak@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/abrt] update-2.17.8: New upstream release 2.1.4
Date: Mon, 03 Aug 2026 10:22:40 GMT	[thread overview]
Message-ID: <178575256041.1.4115415896015852632.rpms-abrt-8320d074d244@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/abrt
Branch : update-2.17.8
Commit : 8320d074d244ed68b4f020fc489fb26ee752f955
Author : Jakub Filak <jfilak@redhat.com>
Date   : 2013-04-30T17:19:43+02:00
Stats  : +50/-10 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/abrt/c/8320d074d244ed68b4f020fc489fb26ee752f955?branch=update-2.17.8

Log:
New upstream release 2.1.4

---
diff --git a/.gitignore b/.gitignore
index f63be2b..e495ebc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -25,3 +25,4 @@ abrt-1.1.13.tar.gz
 /abrt-2.1.1.tar.gz
 /abrt-2.1.2.tar.gz
 /abrt-2.1.3.tar.gz
+/abrt-2.1.4.tar.gz

diff --git a/abrt.spec b/abrt.spec
index c38b53a..bb1d9b8 100644
--- a/abrt.spec
+++ b/abrt.spec
@@ -24,8 +24,8 @@
 
 Summary: Automatic bug detection and reporting tool
 Name: abrt
-Version: 2.1.3
-Release: 2%{?dist}
+Version: 2.1.4
+Release: 1%{?dist}
 License: GPLv2+
 Group: Applications/System
 URL: https://fedorahosted.org/abrt/
@@ -52,9 +52,9 @@ BuildRequires: nss-devel
 BuildRequires: asciidoc
 BuildRequires: doxygen
 BuildRequires: xmlto
-BuildRequires: libreport-devel >= 2.1.3
-BuildRequires: btparser-devel
-Requires: libreport >= 2.1.3
+BuildRequires: libreport-devel >= 2.1.4
+BuildRequires: btparser-devel >= 0.2.5
+Requires: libreport >= 2.1.4
 
 %if %{with systemd}
 Requires: systemd-units
@@ -99,6 +99,7 @@ BuildRequires: libreport-gtk-devel
 Provides: abrt-applet = %{version}-%{release}
 Obsoletes: abrt-applet < 0.0.5
 Conflicts: abrt-applet < 0.0.5
+Requires: abrt-libs = %{version}-%{release}
 
 %description gui
 GTK+ wizard for convenient bug reporting.
@@ -106,12 +107,14 @@ GTK+ wizard for convenient bug reporting.
 %package addon-ccpp
 Summary: %{name}'s C/C++ addon
 Group: System Environment/Libraries
-Requires: cpio, btparser
+Requires: cpio
+Requires: btparser >= 0.2.5
 Requires: gdb >= 7.0-3
 Requires: elfutils
 # abrt-action-perform-ccpp-analysis wants to run analyze_RetraceServer:
 Requires: %{name}-retrace-client
 Requires: %{name} = %{version}-%{release}
+Requires: abrt-libs = %{version}-%{release}
 
 %description addon-ccpp
 This package contains hook for C/C++ crashed programs and %{name}'s C/C++
@@ -132,6 +135,7 @@ Summary: %{name}'s kerneloops addon
 Group: System Environment/Libraries
 Requires: curl
 Requires: %{name} = %{version}-%{release}
+Requires: abrt-libs = %{version}-%{release}
 Requires: libreport-plugin-kerneloops
 Obsoletes: kerneloops > 0.0.1
 Obsoletes: abrt-plugin-kerneloops > 0.0.1
@@ -187,6 +191,7 @@ uncaught exception in python programs.
 Summary: %{name}'s command line interface
 Group: User Interface/Desktops
 Requires: libreport-cli
+Requires: abrt-libs = %{version}-%{release}
 
 %description tui
 This package contains a simple command line client for processing abrt reports in
@@ -252,6 +257,7 @@ Group: Application/System
 Requires: %{name} = %{version}-%{release}
 Requires: libreport
 BuildRequires: polkit-devel
+Requires: abrt-libs = %{version}-%{release}
 
 %description dbus
 ABRT DBus service which provides org.freedesktop.problems API on dbus and
@@ -270,6 +276,16 @@ BuildArch: noarch
 High-level API for querying, creating and manipulating
 problems handled by ABRT in Python.
 
+%package console-notification
+Summary: ABRT console notification script
+Group: Applications/System
+Requires: %{name} = %{version}-%{release}
+Requires: %{name}-cli = %{version}-%{release}
+
+%description console-notification
+A small script which prints a count of detected problems when someone logs in
+to the shell
+
 %prep
 %setup -q
 #RHEL
@@ -593,7 +609,6 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 %dir %{_sysconfdir}/%{name}
 %dir %{_sysconfdir}/%{name}/plugins
-#%dir %{_libdir}/%{name}
 %{_mandir}/man1/abrt-handle-upload.1.gz
 %{_mandir}/man1/abrt-server.1.gz
 %{_mandir}/man1/abrt-action-save-package-data.1.gz
@@ -624,7 +639,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_datadir}/icons/hicolor/*/status/*
 %{_datadir}/%{name}/icons/hicolor/*/status/*
 %{_bindir}/abrt-applet
-#%{_bindir}/test-report
+#%%{_bindir}/test-report
 %{_sysconfdir}/xdg/autostart/abrt-applet.desktop
 
 %files addon-ccpp
@@ -696,7 +711,6 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_initrddir}/abrt-xorg
 %endif
 %{_bindir}/abrt-dump-xorg
-###%{_mandir}/man1/abrt-dump-xorg.1*
 
 %files addon-vmcore
 %defattr(-,root,root,-)
@@ -755,7 +769,32 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_mandir}/man5/abrt-python.5.gz
 %{_defaultdocdir}/%{name}-python-%{version}/examples/
 
+%files console-notification
+%config(noreplace) %{_sysconfdir}/profile.d/abrt-console-notification.sh
+
 %changelog
+* Tue Apr 30 2013 Jakub Filak <jfilak@redhat.com> 2.1.4-1
+- build abrtd and setuided executables with full relro rhbz#812284
+- added a console notification script to profile.d closes #641
+- return the right exit code for user cancellation
+- add more examples to Problem API doc
+- updated translation Related: #951416
+- Replace "THANKYOU" with EXIT_STOP_EVENT_RUN exit code (70)
+- abrt-action-ureport: rewrite in python, improve messages
+- abrt-cli: added 'status' command
+- abrt-cli: make "report -v[vv]" export correct $ABRT_VERBOSE value
+- bodhi, retrace: support /etc/os-release
+- abrt-action-generate-core-backtrace: be a bit more verbose
+- abrt-dump-oops: add "Machine Check Exception" to the list of watched strings rhbz#812537
+- abrt-action-install-debuginfo: do not assume os.execvp never returns
+- abrtd: mark unprocessed dump directories as not-reportable
+- abrtd: update last occurrence dump dir file
+- spec: remove the commented macros rhbz#864851
+- spec: added the versioned abrt-libs requires to silence rpmdiff rhbz#881123
+- spec: create a new subpackage for the console notification #641
+- spec: add deps. required for reporting to abrt-cli pkg
+- spec: inc required version of libreport
+
 * Mon Apr 08 2013 Jakub Filak <jfilak@redhat.com> 2.1.3-2
 - Require correct version of libreport
 - Add dependecies required for reporting to abrt-cli package

diff --git a/sources b/sources
index b8dd148..d9cc4a8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ba54ade40bd9688d0260b6e2355d1faa  abrt-2.1.3.tar.gz
+bca895b56c2d8020ffbf6537c52c9bd8  abrt-2.1.4.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=178575256041.1.4115415896015852632.rpms-abrt-8320d074d244@fedoraproject.org \
    --to=jfilak@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