[libreport] New upstream release 2.1.4

Jakub Filak jfilak at fedoraproject.org
Fri Jun 14 08:18:24 UTC 2013


commit 23f2f4734d1b69072f1684011e9d35c6657fce76
Author: Jakub Filak <jfilak at redhat.com>
Date:   Fri Jun 14 09:55:17 2013 +0200

    New upstream release 2.1.4
    
    Resolves: #963020

 .gitignore                                         |    1 +
 ...gzilla-support-new-format-keyword-reporte.patch |   87 -
 ...gzilla-remove-recently-added-aux.-files-f.patch |   61 -
 ...d-or-install-any-piece-of-BZ-when-without.patch |   73 -
 ...d-or-install-BZ-dependencies-when-without.patch |  157 -
 0006-updated-translation.patch                     |89306 --------------------
 ..._occurrence-at-the-time-of-the-first-cras.patch |   32 -
 libreport.spec                                     |   32 +-
 sources                                            |    2 +-
 9 files changed, 18 insertions(+), 89733 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c800d39..9a94a0c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -20,3 +20,4 @@
 /libreport-2.1.2.tar.gz
 /libreport-2.1.3.tar.gz
 /libreport-2.1.4.tar.gz
+/libreport-2.1.5.tar.gz
diff --git a/libreport.spec b/libreport.spec
index d1ddc03..f87be9b 100644
--- a/libreport.spec
+++ b/libreport.spec
@@ -4,22 +4,14 @@
 
 Summary: Generic library for reporting various problems
 Name: libreport
-Version: 2.1.4
-Release: 5%{?dist}
+Version: 2.1.5
+Release: 1%{?dist}
 License: GPLv2+
 Group: System Environment/Libraries
 URL: https://fedorahosted.org/abrt/
 Source: https://fedorahosted.org/released/abrt/%{name}-%{version}.tar.gz
 Source1: autogen.sh
 
-# Remove with 2.1.5
-Patch1:  0001-reporter-bugzilla-support-new-format-keyword-reporte.patch
-Patch2:  0002-reporter-bugzilla-remove-recently-added-aux.-files-f.patch
-Patch3:  0003-do-not-build-or-install-any-piece-of-BZ-when-without.patch
-Patch4:  0004-do-not-build-or-install-BZ-dependencies-when-without.patch
-Patch6:  0006-updated-translation.patch
-Patch8:  0008-create-last_occurrence-at-the-time-of-the-first-cras.patch
-
 BuildRequires: dbus-devel
 BuildRequires: gtk3-devel
 BuildRequires: curl-devel
@@ -276,12 +268,6 @@ infrastructure or uploading the gathered data over ftp/scp...
 
 %prep
 %setup -q
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
-%patch6 -p1
-%patch8 -p1
 # koji in f19 has new autotools, so we need to regenerate everything
 cp %SOURCE1 %_builddir/%{name}-%{version}
 ./autogen.sh
@@ -491,9 +477,23 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_sysconfdir}/libreport/workflows/workflow_AnacondaUpload.xml
 %config(noreplace) %{_sysconfdir}/libreport/workflows.d/anaconda_event.conf
 %config(noreplace) %{_sysconfdir}/libreport/events.d/bugzilla_anaconda_event.conf
+%config(noreplace) %{_sysconfdir}/libreport/plugins/bugzilla_format_anaconda.conf
+%config(noreplace) %{_sysconfdir}/libreport/plugins/bugzilla_formatdup_anaconda.conf
 
 
 %changelog
+* Fri Jun 14 2013 Jakub Filak <jfilak at redhat.com> 2.1.5-1
+- make the uploader event available for all report types
+- ureport: add conversion from abrt vmcore type to ureport KERNELOOPS type
+- fixed relro flags rhbz#812283
+- rhbz: don't pass NULL in platform argument
+- add function getting information about dump dir for uid
+- anaconda: add proper configuration
+- rhbz: do not try to attach empty files
+- try to delete dump dirs using abrtd in the first step
+- workflow config: use scrollbars instead of enormous window size
+- Resolves: #963020
+
 * Fri May 10 2013 Jiri Moskovcak <jmoskovc at redhat.com> 2.1.4-5
 - removed dependency on recordmydesktop rhbz#959475
 
diff --git a/sources b/sources
index dc5490d..8ac078f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1732392d8310ac33f49380331ab28739  libreport-2.1.4.tar.gz
+50c527d0c642dc21fa5dd3ef43b0c886  libreport-2.1.5.tar.gz


More information about the scm-commits mailing list