[abrt/f19] New upstream release 2.1.5

Jakub Filak jfilak at fedoraproject.org
Fri Jun 14 20:34:10 UTC 2013


commit 26deb427d67133f23e8f7afd6db4adc2d17628bd
Author: Jakub Filak <jfilak at redhat.com>
Date:   Fri Jun 14 13:29:42 2013 +0200

    New upstream release 2.1.5
    
    Resolves: #958961, #974670

 .gitignore                                         |    1 +
 0001-updated-translation.patch                     |44207 --------------------
 0002-abrt-uefioops-new-service.patch               |  419 -
 ...abrtd.service-start-after-livesys.service.patch |   36 -
 0006-use-last_occurrence-with-since.patch          |   29 -
 ...non-critical-errors-in-console-notificati.patch |   27 -
 abrt.spec                                          |   68 +-
 install_uefi.patch                                 |  323 -
 sources                                            |    2 +-
 9 files changed, 51 insertions(+), 45061 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e495ebc..0f06203 100644
--- a/.gitignore
+++ b/.gitignore
@@ -26,3 +26,4 @@ abrt-1.1.13.tar.gz
 /abrt-2.1.2.tar.gz
 /abrt-2.1.3.tar.gz
 /abrt-2.1.4.tar.gz
+/abrt-2.1.5.tar.gz
diff --git a/abrt.spec b/abrt.spec
index 763b659..c3f23e5 100644
--- a/abrt.spec
+++ b/abrt.spec
@@ -24,8 +24,8 @@
 
 Summary: Automatic bug detection and reporting tool
 Name: abrt
-Version: 2.1.4
-Release: 3%{?dist}
+Version: 2.1.5
+Release: 1%{?dist}
 License: GPLv2+
 Group: Applications/System
 URL: https://fedorahosted.org/abrt/
@@ -37,14 +37,6 @@ Patch2: abrt-2.1.1-hide_all_ureport_stuff.patch
 Patch3: abrt-2.1.1-dont_enable_shortened_reporting_in_gnome.patch
 Patch4: abrt-2.1.1-disable_autoreporting_dialog.patch
 
-# Remove with 2.1.5
-Patch5: 0001-updated-translation.patch
-Patch6: 0002-abrt-uefioops-new-service.patch
-Patch7: 0005-abrtd.service-start-after-livesys.service.patch
-Patch8: install_uefi.patch
-Patch9: 0006-use-last_occurrence-with-since.patch
-Patch10:0007-don-t-show-non-critical-errors-in-console-notificati.patch
-
 BuildRequires: dbus-devel
 BuildRequires: gtk3-devel
 BuildRequires: rpm-devel >= 4.6
@@ -60,9 +52,9 @@ BuildRequires: nss-devel
 BuildRequires: asciidoc
 BuildRequires: doxygen
 BuildRequires: xmlto
-BuildRequires: libreport-devel >= 2.1.4
+BuildRequires: libreport-devel >= 2.1.5
 BuildRequires: btparser-devel >= 0.2.5
-Requires: libreport >= 2.1.4
+Requires: libreport >= 2.1.5
 
 %if %{with systemd}
 Requires: systemd-units
@@ -133,6 +125,7 @@ Summary: %{name}'s retrace client
 Group: System Environment/Libraries
 Requires: %{name} = %{version}-%{release}
 Requires: xz
+Requires: tar
 
 %description retrace-client
 This package contains the client application for Retrace server
@@ -207,6 +200,7 @@ uncaught exception in python programs.
 %package tui
 Summary: %{name}'s command line interface
 Group: User Interface/Desktops
+Requires: %{name} = %{version}-%{release}
 Requires: libreport-cli
 Requires: abrt-libs = %{version}-%{release}
 
@@ -287,6 +281,7 @@ uses PolicyKit to authorize to access the problem data.
 Summary: ABRT Python API
 Group: System Environment/Libraries
 Requires: %{name} = %{version}-%{release}
+Requires: pygobject2
 BuildRequires: python-nose
 BuildRequires: python-sphinx
 BuildArch: noarch
@@ -316,12 +311,6 @@ to the shell
 %endif
 #Fedora
 %patch1 -p1 -b .gpgcheck
-%patch5 -p1
-%patch6 -p1
-%patch7 -p1
-%patch8 -p1
-%patch9 -p1
-%patch10 -p1
 
 %build
 autoconf
@@ -330,7 +319,10 @@ make %{?_smp_mflags}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-make install DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir}
+make install DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} \
+             dbusabrtdocdir=%{_defaultdocdir}/%{name}-dbus-%{version}/html/ \
+             example_pythondir=%{_defaultdocdir}/%{name}-python-%{version}/examples
+
 %find_lang %{name}
 
 # remove all .la and .a files
@@ -825,6 +817,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_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
+%dir %{_defaultdocdir}/%{name}-dbus-%{version}/
 %dir %{_defaultdocdir}/%{name}-dbus-%{version}/html/
 %{_defaultdocdir}/%{name}-dbus-%{version}/html/*.html
 %{_defaultdocdir}/%{name}-dbus-%{version}/html/*.css
@@ -832,12 +825,49 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %files python
 %{python_sitelib}/problem/
 %{_mandir}/man5/abrt-python.5.gz
+%dir %{_defaultdocdir}/%{name}-python-%{version}/
 %{_defaultdocdir}/%{name}-python-%{version}/examples/
 
 %files console-notification
 %config(noreplace) %{_sysconfdir}/profile.d/abrt-console-notification.sh
 
 %changelog
+* Fri Jun 14 2013 Jakub Filak <jfilak at redhat.com> 2.1.5-1
+- abrt-retrace-client requires tar closes #635
+- abrt-tui requires abrt closes #633
+- a-d-oops: obtain kernel version from the oops
+- a-a-p-ccpp-analysis: import all used attributes
+- vmcore: provide all problem elements necessary for the reporting
+- a-d-oops: add 'update' command line argument
+- a-a-g-core-backtrace: don't crash if kernel file doesn't exist
+- a-a-a-vmcore: save kernel version in 'kernel' file
+- abrt-cli: make status help message more precise
+- abrt-cli status: don't include reported problems into count
+- abrt-cli list: implement --since and --until
+- abrt-python: open dirs read-only if possible
+- dbus: ChownProblemDir method really changes the owner
+- python: disable events in collision with anaconda
+- abrt-python requires pygobject2
+- systemd units: start services only if it make sense
+- abrt-harvest-uefioops.in: test for abrtd after testing for pstore, not before
+- make abrt-uefioops.service conditional on /sys/fs/pstore being populated
+- dbus: fix SetElement failing when shrinking an item
+- spec: fix unowned directories
+- abrt-python: whole python API path in POTFILES.skip
+- abrt-python: fix dbus compatibility on RHEL6
+- abrt-python: check if gid equals current users gid
+- abrt-python: fix tests compatibility with python 2.6
+- abrt-python: pass DD_OPEN_READONLY only if available
+- abrt-python: fix deprecation warnings
+- console notification shouldn't ask confirmation - closes #652
+- Short BT deduplication false positives workaround
+- Only problems of same type can be duplicates
+- abrt-python: fix bug in problem.get
+- abrt-python: pep8 cleanup
+- koops parse: support <NMI> frame prefix
+- don't show non critical errors in console notification
+- Resolves: #958961, #974670
+
 * Mon May 06 2013 Jakub Filak <jfilak at redhat.com> 2.1.4-3
 - don't show non critical errors in console notification
 - use last_occurrence with --since
diff --git a/sources b/sources
index d9cc4a8..08c54e5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-bca895b56c2d8020ffbf6537c52c9bd8  abrt-2.1.4.tar.gz
+45e3dbbcb4c66aefda8bf5b5315bfdc6  abrt-2.1.5.tar.gz


More information about the scm-commits mailing list