[libreport/f17] New upstream release 2.1.3

Jakub Filak jfilak at fedoraproject.org
Tue Apr 2 12:08:19 UTC 2013


commit 502c5508321dffebc996df9a9a0eedc1c929e42c
Author: Jakub Filak <jfilak at redhat.com>
Date:   Wed Mar 27 16:54:22 2013 +0100

    New upstream release 2.1.3
    
    Resolves: #921941

 .gitignore                                         |    1 +
 ...fix_empty_archives_for_emergency_analysis.patch |   58 --------------------
 libreport.spec                                     |   47 ++++++++++++++--
 sources                                            |    2 +-
 4 files changed, 44 insertions(+), 64 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a004128..dcb50dd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -18,3 +18,4 @@
 /libreport-2.1.0.tar.gz
 /libreport-2.1.1.tar.gz
 /libreport-2.1.2.tar.gz
+/libreport-2.1.3.tar.gz
diff --git a/libreport.spec b/libreport.spec
index c1d7bdc..ce5f1df 100644
--- a/libreport.spec
+++ b/libreport.spec
@@ -4,14 +4,12 @@
 
 Summary: Generic library for reporting various problems
 Name: libreport
-Version: 2.1.2
-Release: 2%{?dist}
+Version: 2.1.3
+Release: 1%{?dist}
 License: GPLv2+
 Group: System Environment/Libraries
 URL: https://fedorahosted.org/abrt/
 Source: https://fedorahosted.org/released/abrt/%{name}-%{version}.tar.gz
-# Remove this patch with libreport-2.1.3
-Patch0: libreport-2.1.2-fix_empty_archives_for_emergency_analysis.patch
 
 BuildRequires: dbus-devel
 BuildRequires: gtk3-devel
@@ -244,6 +242,15 @@ Default configuration for reporting bugs via Fedora infrastructure
 used to easy configure the reporting process for Fedora sytems. Just
 install this package and you're done.
 
+%package rhel
+Summary: Default configuration for reporting bugs via Red Hat infrastructure
+Group: Applications/File
+
+%description rhel
+Default configuration for reporting bugs via Red Hat infrastructure
+used to easy configure the reporting process for Red Hat sytems. Just
+install this package and you're done.
+
 %package anaconda
 Summary: Default configuration for reporting anaconda bugs
 Group: Applications/File
@@ -256,7 +263,6 @@ infrastructure or uploading the gathered data over ftp/scp...
 
 %prep
 %setup -q
-%patch0 -p1 -b .updateex
 
 %build
 autoconf
@@ -446,6 +452,15 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_sysconfdir}/libreport/workflows/workflow_Fedora.xml
 %config(noreplace) %{_sysconfdir}/libreport/workflows.d/report_fedora.conf
 
+%files rhel
+%defattr(-,root,root,-)
+%{_sysconfdir}/libreport/workflows/workflow_RHELCCpp.xml
+%{_sysconfdir}/libreport/workflows/workflow_RHELKerneloops.xml
+%{_sysconfdir}/libreport/workflows/workflow_RHELPython.xml
+%{_sysconfdir}/libreport/workflows/workflow_RHELvmcore.xml
+%{_sysconfdir}/libreport/workflows/workflow_RHELxorg.xml
+%config(noreplace) %{_sysconfdir}/libreport/workflows.d/report_rhel.conf
+
 %files anaconda
 %defattr(-,root,root,-)
 %{_sysconfdir}/libreport/workflows/workflow_AnacondaFedora.xml
@@ -454,6 +469,28 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* Wed Mar 27 2013 Jakub Filak <jfilak at redhat.com> 2.1.3-1
+- rhbz: get id of duplicate from correct field
+- change the "exited with" message with something less technical closes #143
+- Integration with satyr
+- dump_dir_accessible_by_uid(): clear errno if error didn't occur
+- reporter-rhtsupport: improve logging
+- reporter-rhtsupport: upload file to BigFileURL if it is large
+- dd: document used errno values in dump_dir_accessible_by_uid()
+- add rhel package with appropriate workflow definitions
+- add workflow definitions for RHEL
+- improve is_text_file() to not treat valid Unicode as bad_chars
+- reporter-rhtsupport: fix double-free error
+- reporter-upload: move file upload function to lib/
+- reporter-upload: factor out HTTP PUT upload
+- reporter-rhtsupport: skip hints check if uploaded data is really large
+- reporter-rhtsupport: make -t[CASE_ID] work without FILEs. Closes #140
+- reporter-rhtsupport: factor out tarball creation
+- RHTS support: regularize order of functions and comments
+- fread_with_reporting: make progress indicator less noisy
+- report-gtk: update excluded elements check boxes before emergency analysis event
+- Resolves: #921941
+
 * Fri Mar 22 2013 Jakub Filak <jfilak at redhat.com> 2.1.2-2
 - add a patch which fixes a problem with empty archives in emergency analysis
 
diff --git a/sources b/sources
index 7b2b016..30d0d46 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4936bfb649f84ab47d32ea88b3754eb5  libreport-2.1.2.tar.gz
+bae83bebcb2601707ac780c53d16e7fe  libreport-2.1.3.tar.gz


More information about the scm-commits mailing list